index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-04-02
Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslib
Bruce Momjian
2021-04-02
Detect POLLHUP/POLLRDHUP while running queries.
Thomas Munro
2021-04-02
Clarify documentation of RESET ROLE
Joe Conway
2021-04-02
pg_checksums: Fix progress reporting.
Fujii Masao
2021-04-02
Strip file names reported in error messages on Windows, too.
Tom Lane
2021-04-02
Fix typo in 6d7a6feac4
Andrew Dunstan
2021-04-02
postgres_fdw: Add option to control whether to keep connections open.
Fujii Masao
2021-04-02
Add support for NullIfExpr in eval_const_expressions
Peter Eisentraut
2021-04-02
Fix pgstat_report_replslot() to use proper data types for its arguments.
Fujii Masao
2021-04-02
doc: Clarify how to generate backup files with non-exclusive backups
Michael Paquier
2021-04-02
Fix typos in comments.
Fujii Masao
2021-04-02
Attempt to fix unstable Result Cache regression tests
David Rowley
2021-04-02
doc: mention that intervening major releases can be skipped
Bruce Momjian
2021-04-02
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
Improve stability of test with vacuum_truncate in reloptions.sql
Michael Paquier
2021-04-01
Rethink handling of pass-by-value leaf datums in SP-GiST.
Tom Lane
2021-04-01
Rename Default Roles to Predefined Roles
Stephen Frost
2021-04-01
Fix setvbuf()-induced crash in libpq_pipeline
Alvaro Herrera
2021-04-01
amcheck: Fix verify_heapam's tuple visibility checking rules.
Robert Haas
2021-04-01
Fix pg_restore's misdesigned code for detecting archive file format.
Tom Lane
2021-04-01
Fix internal extract(timezone_minute) formulas
Peter Eisentraut
2021-04-01
libpq_pipeline: Must strdup(optarg) to avoid crash
Alvaro Herrera
2021-04-01
Do COPY FROM encoding conversion/verification in larger chunks.
Heikki Linnakangas
2021-04-01
Add 'noError' argument to encoding conversion functions.
Heikki Linnakangas
2021-04-01
Make extract(timetz) tests a bit more interesting
Peter Eisentraut
2021-04-01
doc: Clarify use of ACCESS EXCLUSIVE lock in various sections
Michael Paquier
2021-04-01
Ensure to send a prepare after we detect concurrent abort during decoding.
Amit Kapila
2021-04-01
Move some client-specific routines from SSLServer to PostgresNode
Michael Paquier
2021-04-01
Revert b6002a796
David Rowley
2021-03-31
Add Result Cache executor node
David Rowley
2021-03-31
Remove setvbuf() call from PQtrace()
Alvaro Herrera
2021-03-31
Initialize conn->Pfdebug to NULL when creating a connection
Alvaro Herrera
2021-03-31
Disable force_parallel_mode in libpq_pipeline
Alvaro Herrera
2021-03-31
Fix unportable use of isprint().
Tom Lane
2021-03-31
Fix portability and safety issues in pqTraceFormatTimestamp.
Tom Lane
2021-03-31
Silence compiler warning in non-assert builds.
Tom Lane
2021-03-31
Don't prematurely cram a value into a short int.
Tom Lane
2021-03-31
Add a docs section for obsoleted and renamed functions and settings
Stephen Frost
2021-03-31
Suppress compiler warning in libpq_pipeline.c.
Tom Lane
2021-03-31
Improve style of some replication-related error messages.
Tom Lane
2021-03-31
Fix some libpq_pipeline test problems
Alvaro Herrera
2021-03-31
Fix has_column_privilege function corner case
Joe Conway
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
Allow an alias to be attached to a JOIN ... USING
Peter Eisentraut
2021-03-31
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
Add p_names field to ParseNamespaceItem
Peter Eisentraut
2021-03-31
Add errhint_plural() function and make use of it
Peter Eisentraut
2021-03-31
doc: Remove Cyrillic from unistr example
Peter Eisentraut
2021-03-31
Remove extra semicolon in postgres_fdw tests.
Amit Kapila
2021-03-31
Doc: Use consistent terminology for tablesync slots.
Amit Kapila
[next]