aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Rethink the delay-checkpoint-end mechanism in the back-branches.Robert Haas2022-04-14
* Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane2022-04-13
* Add missing newline in one libpq error message.Tom Lane2022-03-31
* Fix typo in comment.Etsuro Fujita2022-03-30
* waldump: fix use-after-free in search_directory().Andres Freund2022-03-27
* Suppress compiler warning in relptr_store().Tom Lane2022-03-26
* Harden TAP tests that intentionally corrupt page checksums.Tom Lane2022-03-25
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-24
* Don't try to translate NULL in GetConfigOptionByNum().Andres Freund2022-03-23
* Don't call fwrite() with len == 0 when writing out relcache init file.Andres Freund2022-03-23
* pg_upgrade: Upgrade an Assert to a real 'if' testAlvaro Herrera2022-03-23
* Fix "missing continuation record" after standby promotionAlvaro Herrera2022-03-23
* Try to stabilize vacuum test.Thomas Munro2022-03-23
* Add missing dependency of pg_dumpall to WIN32RES.Andres Freund2022-03-22
* Fix failures in SSL tests caused by out-of-tree keys and certificatesMichael Paquier2022-03-22
* Fix assorted missing logic for GroupingFunc nodes.Tom Lane2022-03-21
* Fix risk of deadlock failure while dropping a partitioned index.Tom Lane2022-03-21
* Fix incorrect xmlschema output for types timetz and timestamptz.Tom Lane2022-03-18
* Revert applying column aliases to the output of whole-row Vars.Tom Lane2022-03-17
* Fix race between DROP TABLESPACE and checkpointing.Thomas Munro2022-03-16
* Fix waiting in RegisterSyncRequest().Thomas Munro2022-03-16
* Back-patch LLVM 14 API changes.Thomas Munro2022-03-16
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-04
* Fix bogus casting in BlockIdGetBlockNumber().Tom Lane2022-03-03
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-03
* Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane2022-03-02
* Disallow execution of SPI functions during plperl function compilation.Tom Lane2022-02-25
* pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ.Andres Freund2022-02-25
* Fix temporary object cleanup failing due to toast access without snapshot.Andres Freund2022-02-21
* Remove most msys special processing in TAP testsAndrew Dunstan2022-02-20
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-20
* Suppress warning about stack_base_ptr with late-model GCC.Tom Lane2022-02-17
* Improve subscriber's error message for wrong publication relkind.Tom Lane2022-02-15
* WAL log unchanged toasted replica identity key attributes.Amit Kapila2022-02-14
* Fix memory leak in IndexScan node with reorderingAlexander Korotkov2022-02-14
* Fix thinko in PQisBusy().Tom Lane2022-02-12
* Don't use_physical_tlist for an IOS with non-returnable columns.Tom Lane2022-02-11
* Make pg_ctl stop/restart/promote recheck postmaster aliveness.Tom Lane2022-02-10
* Use gendef instead of pexports for building windows .def filesAndrew Dunstan2022-02-10
* Fix back-patch of "Avoid race in RelationBuildDesc() ..."Noah Misch2022-02-09
* Remove ppport.h's broken re-implementation of eval_pv().Tom Lane2022-02-08
* Stamp 12.10.REL_12_10Tom Lane2022-02-07
* Translation updatesPeter Eisentraut2022-02-07
* Test, don't just Assert, that mergejoin's inputs are in order.Tom Lane2022-02-05
* Revert "plperl: Fix breakage of c89f409749c in back branches."Tom Lane2022-01-31
* plperl: update ppport.h to Perl 5.34.0.Tom Lane2022-01-31
* plperl: Fix breakage of c89f409749c in back branches.Andres Freund2022-01-30
* plperl: windows: Use Perl_setlocale on 5.28+, fixing compile failure.Andres Freund2022-01-30
* Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra2022-01-27
* On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch2022-01-26