Commit Graph

52250 Commits (b30282fccfa34238492c0f64808e7b4aa4ef72b3)
 

Author SHA1 Message Date
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
Tom Lane 4aee39ddb8 Fix ruleutils.c's dumping of whole-row Vars in more contexts. 4 years ago
Michael Paquier 3c1ffd02dd Fix incorrect comments in hmac.c and hmac_openssl.c 4 years ago
Peter Geoghegan 41ee68a91f Fix memory leak in indexUnchanged hint mechanism. 4 years ago
Michael Paquier af8d530e47 Fix comment related to pg_cryptohash_error() 4 years ago
Tom Lane ab27df2490 Clean up error message reported after \password encryption failure. 4 years ago
Michael Paquier 3a0cced86d Improve error handling of cryptohash computations 4 years ago
Tom Lane 05cdda68f8 Doc: fix bogus example about ambiguous timestamps. 4 years ago
Andrew Dunstan 1cd46f168f
Avoid warning about uninitialized value in MSVC python3 tests 4 years ago
Tom Lane 043c1e1a73 Fix results of index-only scans on btree_gist char(N) indexes. 4 years ago
Michael Paquier f5bea83606 Fix issues with describe queries of extended statistics in psql 4 years ago
Bruce Momjian 61c8da50cb Update copyright for 2022 4 years ago
Andrew Dunstan a7772e8748
Allow MSVC .bat wrappers to be called from anywhere 4 years ago