summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-03-31Add missing newline in one libpq error message.Tom Lane
2022-03-30Fix typo in comment.Etsuro Fujita
2022-03-28waldump: fix use-after-free in search_directory().Andres Freund
2022-03-26Suppress compiler warning in relptr_store().Tom Lane
2022-03-25Harden TAP tests that intentionally corrupt page checksums.Tom Lane
2022-03-24Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas
2022-03-23Don't call fwrite() with len == 0 when writing out relcache init file.Andres Freund
2022-03-23pg_upgrade: Upgrade an Assert to a real 'if' testAlvaro Herrera
2022-03-23Fix "missing continuation record" after standby promotionAlvaro Herrera
2022-03-22Add missing dependency of pg_dumpall to WIN32RES.Andres Freund
2022-03-22Fix failures in SSL tests caused by out-of-tree keys and certificatesMichael Paquier
2022-03-21Fix assorted missing logic for GroupingFunc nodes.Tom Lane
2022-03-21Fix risk of deadlock failure while dropping a partitioned index.Tom Lane
2022-03-18Fix incorrect xmlschema output for types timetz and timestamptz.Tom Lane
2022-03-17Revert applying column aliases to the output of whole-row Vars.Tom Lane
2022-03-16Fix race between DROP TABLESPACE and checkpointing.Thomas Munro
2022-03-15Back-patch LLVM 14 API changes.Thomas Munro
2022-03-05Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch
2022-03-04Fix bogus casting in BlockIdGetBlockNumber().Tom Lane
2022-03-03Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane
2022-03-02Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane
2022-02-25Disallow execution of SPI functions during plperl function compilation.Tom Lane
2022-02-25pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ.Andres Freund
2022-02-21Fix temporary object cleanup failing due to toast access without snapshot.Andres Freund
2022-02-20Remove most msys special processing in TAP testsAndrew Dunstan
2022-02-20Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan
2022-02-15Improve subscriber's error message for wrong publication relkind.Tom Lane
2022-02-14WAL log unchanged toasted replica identity key attributes.Amit Kapila
2022-02-14Fix memory leak in IndexScan node with reorderingAlexander Korotkov
2022-02-11Don't use_physical_tlist for an IOS with non-returnable columns.Tom Lane
2022-02-10Make pg_ctl stop/restart/promote recheck postmaster aliveness.Tom Lane
2022-02-10Use gendef instead of pexports for building windows .def filesAndrew Dunstan
2022-02-10Use Test::Builder::todo_start(), replacing $::TODO.Noah Misch
2022-02-10Fix back-patch of "Avoid race in RelationBuildDesc() ..."Noah Misch
2022-02-09Remove ppport.h's broken re-implementation of eval_pv().Tom Lane
2022-02-07Stamp 11.15.REL_11_15Tom Lane
2022-02-07Translation updatesPeter Eisentraut
2022-02-05Test, don't just Assert, that mergejoin's inputs are in order.Tom Lane
2022-01-31Revert "plperl: Fix breakage of c89f409749c in back branches."Tom Lane
2022-01-31plperl: update ppport.h to Perl 5.34.0.Tom Lane
2022-01-31plperl: Fix breakage of c89f409749c in back branches.Andres Freund
2022-01-31plperl: windows: Use Perl_setlocale on 5.28+, fixing compile failure.Andres Freund
2022-01-27Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra
2022-01-27On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch
2022-01-25Revert "graceful shutdown" changes for Windows, in back branches only.Tom Lane
2022-01-24Fix limitations on what SQL commands can be issued to a walsender.Tom Lane
2022-01-24Remember to reset yy_start state when firing up repl_scanner.l.Tom Lane
2022-01-23Suppress variable-set-but-not-used warning from clang 13.Tom Lane
2022-01-23Correct type of front_pathkey to PathKeyTomas Vondra
2022-01-22Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX.Tom Lane