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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-07-24
Make printf("%s", NULL) print "(null)" instead of crashing.
Tom Lane
2021-07-24
Fix failure of some headers to compile "standalone".
Tom Lane
2021-07-24
Add missing header declarations for pg_basebackup and pg_{dump,restore}
Michael Paquier
2021-07-24
Unify parsing logic for command-line integer options
Michael Paquier
2021-07-23
Make new test immune to collation
Alvaro Herrera
2021-07-22
Make ALTER TRIGGER RENAME consistent for partitioned tables
Alvaro Herrera
2021-07-22
Fix division by zero error in date_bin
John Naylor
2021-07-22
Fix typo in comment
Peter Eisentraut
2021-07-22
Disable TAP tests of pg_receivewal for ZLIB on Windows
Michael Paquier
2021-07-22
jit: Don't inline functions that access thread-locals.
Thomas Munro
2021-07-22
Make nodeSort.c use Datum sorts for single column sorts
David Rowley
2021-07-21
Document "B" and "us" as accepted units in postgres.conf.sample
John Naylor
2021-07-21
Add missing check of noError parameter in euc_tw_and_big5.c
John Naylor
2021-07-21
Add missing enum tags in enums used in nodes
Peter Eisentraut
2021-07-21
Rename some node support functions for consistency
Peter Eisentraut
2021-07-21
Rename argument of _outValue()
Peter Eisentraut
2021-07-21
Rename NodeTag of ExprState
Peter Eisentraut
2021-07-21
More improvements of error messages about mismatching relkind
Peter Eisentraut
2021-07-21
Make XLOG_FPI_FOR_HINT records honor full_page_writes setting.
Fujii Masao
2021-07-20
Fix corner-case uninitialized-variable issues in plpgsql.
Tom Lane
2021-07-20
Re-enable TAP tests of pg_receivewal for ZLIB on Windows
Michael Paquier
2021-07-20
Fix some issues with WAL segment opening for pg_receivewal --compress
Michael Paquier
2021-07-20
Fix potential buffer overruns in proto.c.
Amit Kapila
2021-07-20
vacuumdb: Correct comment about --force-index-cleanup.
Peter Geoghegan
2021-07-19
Don't use #if inside function-like macro arguments.
Thomas Munro
2021-07-19
Make new replication slot test code even less racy
Alvaro Herrera
2021-07-19
Remove some whitespace in generated C output
Peter Eisentraut
2021-07-19
Make UCS_to_most.pl process encodings in sorted order
Peter Eisentraut
2021-07-19
Use l*_node() family of functions where appropriate
Peter Eisentraut
2021-07-19
Don't allow to set replication slot_name as ''.
Amit Kapila
2021-07-19
Adjust commit 2dbe8905 for ancient macOS.
Thomas Munro
2021-07-19
Update comments for AlterSubscription.
Amit Kapila
2021-07-18
Support direct I/O on macOS.
Thomas Munro
2021-07-18
Forgotten catversion bump for 9e3c217bd9
Alexander Korotkov
2021-07-18
Support for unnest(multirange)
Alexander Korotkov
2021-07-18
Improve error checking of CREATE COLLATION options.
Dean Rasheed
2021-07-17
Make new replication slot test code less racy
Alvaro Herrera
2021-07-16
Fix pg_dump for disabled triggers on partitioned tables
Alvaro Herrera
2021-07-16
Preserve firing-on state when cloning row triggers to partitions
Alvaro Herrera
2021-07-16
Advance old-segment horizon properly after slot invalidation
Alvaro Herrera
2021-07-16
Disable tests involving ZLIB on Windows for pg_receivewal
Michael Paquier
2021-07-15
Replace explicit PIN entries in pg_depend with an OID range test.
Tom Lane
2021-07-15
Ensure HAVE_DECL_XXX macros in MSVC builds match those in Unix.
Tom Lane
2021-07-15
Fix portability issue with gzip in TAP test of pg_receivewal
Michael Paquier
2021-07-15
Fix small inconsistencies in catalog definition of multirange operators
Alexander Korotkov
2021-07-15
Improve reporting of "conflicting or redundant options" errors.
Dean Rasheed
2021-07-15
Add TAP tests for ZLIB compression for pg_receivewal
Michael Paquier
2021-07-15
Remove unnecessary assertion in postmaster.c
Michael Paquier
2021-07-15
Portability fixes for sigwait.
Thomas Munro
2021-07-14
Fix some nonstandard C code indentation in grammar file
Peter Eisentraut
[next]