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