Commit Graph

52262 Commits (d13a838e1c19df5358d250b8d469544d7ab3dfda)
 

Author SHA1 Message Date
Tom Lane d13a838e1c Test, don't just Assert, that mergejoin's inputs are in order. 4 years ago
Tom Lane ab22eea831 First-draft release notes for 14.2. 4 years ago
Andres Freund 2a3958e4d9 Fix compiler warning in non-assert builds, introduced in f862d57057. 4 years ago
Etsuro Fujita 7b0cec2fa0 Further fix for EvalPlanQual with mix of local and foreign partitions. 4 years ago
Bruce Momjian 2556076128 doc: clarify syntax notation, particularly parentheses 4 years ago
Peter Eisentraut ee57467cb6 doc: Fix mistake in PL/Python documentation 4 years ago
Tom Lane 803f0b1739 Replace use of deprecated Python module distutils.sysconfig, take 2. 4 years ago
Tom Lane 00fdfde6dc Revert "plperl: Fix breakage of c89f409749 in back branches." 4 years ago
Tom Lane 2d44912cf7 plperl: update ppport.h to Perl 5.34.0. 4 years ago
Andres Freund d81cac47a8 plperl: Fix breakage of c89f409749 in back branches. 4 years ago
Andres Freund 8484e38126 plperl: windows: Use Perl_setlocale on 5.28+, fixing compile failure. 4 years ago
Tom Lane c025067f6d Fix failure to validate the result of select_common_type(). 4 years ago
Michael Paquier b30282fccf Fix incorrect memory context switch in COPY TO execution 4 years ago
Etsuro Fujita d99166ed4f Fix typo in comment. 4 years ago
Fujii Masao 6e7ee55e72 Prevent memory context logging from sending log message to connected client. 4 years ago
Tomas Vondra fb2f8e534a Fix ordering of XIDs in ProcArrayApplyRecoveryInfo 4 years ago
Andrew Dunstan 999dc1d265
Improve msys2 detection for TAP tests 4 years ago
Etsuro Fujita d1cca9441d postgres_fdw: Fix handling of a pending asynchronous request in postgresReScanForeignScan(). 4 years ago
Noah Misch d94a95cce9 On sparc64+ext4, suppress test failures from known WAL read failure. 4 years ago
Magnus Hagander 4afae689ea Fix pg_hba_file_rules for authentication method cert 4 years ago
Tom Lane 75674c7ec1 Revert "graceful shutdown" changes for Windows, in back branches only. 4 years ago
David Rowley 357ff66153 Consider parallel awareness when removing single-child Appends 4 years ago
Michael Paquier 29d9da36b7 doc: Fix some grammar 4 years ago
Tom Lane 1efcc5946d Fix limitations on what SQL commands can be issued to a walsender. 4 years ago
Tom Lane ef9706bbc8 Remember to reset yy_start state when firing up repl_scanner.l. 4 years ago
Tom Lane 1042de69db pg_dump: avoid useless query in binary_upgrade_set_type_oids_by_type_oid 4 years ago
Tom Lane ef4edf88df Suppress variable-set-but-not-used warning from clang 13. 4 years ago
Tomas Vondra 72ac4d71b5 Correct type of front_pathkey to PathKey 4 years ago
Tomas Vondra a192243c75 Check syscache result in AlterStatistics 4 years ago
Tom Lane 3839e29c58 Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX. 4 years ago
Tom Lane f4ebf0dbea Fix race condition in gettext() initialization in libpq and ecpglib. 4 years ago
Andres Freund 2b7dbe4bd5 fsync pg_logical/mappings in CheckPointLogicalRewriteHeap(). 4 years ago
Etsuro Fujita 700e8fe6d4 postgres_fdw: Fix subabort cleanup of connections used in asynchronous execution. 4 years ago
Michael Paquier 84db5169d4 Fix one-off bug causing missing commit timestamps for subtransactions 4 years ago
Tom Lane cf680bd653 Tighten TAP tests' tracking of postmaster state some more. 4 years ago
Andrew Dunstan 156a846d93
Allow clean.bat to be run from anywhere 4 years ago
Thomas Munro b9dd162205 Try to stabilize reloptions test, again. 4 years ago
Michael Paquier a9009f59ff doc: Mention the level of locks taken on objects in COMMENT 4 years ago
Tom Lane b0623625a0 TAP tests: check for postmaster.pid anyway when "pg_ctl start" fails. 4 years ago
Michael Paquier 0f1367c9f3 doc: Fix description of pg_replication_origin_oid() in error case 4 years ago
Thomas Munro ff4d0d8cc5 Try to stabilize the reloptions test. 4 years ago
Tom Lane 3886785b4c Fix psql \d's query for identifying parent triggers. 4 years ago
Tom Lane 4e8726566e Avoid calling gettext() in signal handlers. 4 years ago
Tom Lane 0509498770 Avoid calling strerror[_r] in PQcancel(). 4 years ago
Tom Lane 17da9d4c28 Teach hash_ok_operator() that record_eq is only sometimes hashable. 4 years ago
Tom Lane d91d4338e0 Fix psql's tab-completion of enum label values. 4 years ago
Tomas Vondra ea212bd95f Build inherited extended stats on partitioned tables 4 years ago
Tomas Vondra 2cc007fd03 Ignore extended statistics for inheritance trees 4 years ago
Andres Freund dad1539aec Fix possible HOT corruption when RECENTLY_DEAD changes to DEAD while pruning. 4 years ago
Michael Paquier ad5b6f248a Revert error handling improvements for cryptohashes 4 years ago