Commit Graph

53578 Commits (675b771ca5f28bb38cf14151fb30ac28f2e1ca4b)
 

Author SHA1 Message Date
Noah Misch 675b771ca5 Don't ERROR on PreallocXlogFiles() race condition. 9 months ago
Michael Paquier 47d2d29827 Revert "Add HINT for restartpoint race with KeepFileRestoredFromArchive()." 9 months ago
Noah Misch b494640e82 Remove XLogFileInit() ability to unlink a pre-existing file. 9 months ago
Noah Misch 8967dddf08 In XLogFileInit(), fix *use_existent postcondition to suit callers. 9 months ago
Noah Misch 6b168c1299 Remove XLogFileInit() ability to skip ControlFileLock. 9 months ago
Tom Lane 754a3d82d7 Fix parse_cte.c's failure to examine sub-WITHs in DML statements. 9 months ago
Heikki Linnakangas a749c6f18f Relax assertion in finding correct GiST parent 9 months ago
Fujii Masao d4fe7437e5 Fix logical decoding test to correctly check slot removal on standby. 9 months ago
Fujii Masao 0d22daad7e Fix logical decoding regression tests to correctly check slot existence. 9 months ago
Noah Misch a8a9189376 Make dblink interruptible, via new libpqsrv APIs. 9 months ago
Andres Freund aa435d7c42 Add helper library for use of libpq inside the server environment 9 months ago
Tom Lane be625caf3d Remove unnecessary type violation in tsvectorrecv(). 9 months ago
Andres Freund 4934d38759 Remove HeapBitmapScan's skip_fetch optimization 9 months ago
Tom Lane d31d39cfe4 Need to do CommandCounterIncrement after StoreAttrMissingVal. 9 months ago
David Rowley d501e7ba5e Doc: add information about partition locking 9 months ago
David Rowley b68f664bb0 Fix planner's failure to identify multiple hashable ScalarArrayOpExprs 9 months ago
Tom Lane 71790aef1a Fix detection and handling of strchrnul() for macOS 15.4. 9 months ago
Tom Lane 5ff827389e Prevent assertion failure in contrib/pg_freespacemap. 10 months ago
Michael Paquier b209856b62 doc: Correct description of values used in FSM for indexes 10 months ago
Tomas Vondra 6be02bbc88 Keep the decompressed filter in brin_bloom_union 10 months ago
Heikki Linnakangas 66235baab7 Fix rare assertion failure in standby, if primary is restarted 10 months ago
Tom Lane c196c610b3 Fix plpgsql's handling of simple expressions in scrollable cursors. 10 months ago
Fujii Masao ae0696ed32 doc: Remove incorrect description about dropping replication slots. 10 months ago
Tom Lane f7ae51312f Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input. 10 months ago
Tom Lane 1a20bc9462 Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES. 10 months ago
Heikki Linnakangas d2fb076bec Handle interrupts while waiting on Append's async subplans 10 months ago
Tom Lane d3a29ae6a6 Build whole-row Vars the same way during parsing and planning. 10 months ago
Tom Lane 584f17a906 Preserve RangeTblEntry.relid when expanding a view RTE. 10 months ago
Álvaro Herrera 5144e1f8fd
BRIN: be more strict about required support procs 10 months ago
Heikki Linnakangas 136e68b465 Fix a few more redundant calls of GetLatestSnapshot() 10 months ago
Heikki Linnakangas 2ef048855f Fix snapshot used in logical replication index lookup 10 months ago
Tom Lane e7d29d1fac Doc: improve description of window function processing. 10 months ago
Tom Lane da85544ae5 Clear errno before calling strtol() in spell.c. 10 months ago
John Naylor be342766fb Doc: correct aggressive vacuum threshold for multixact members storage 10 months ago
Tom Lane e2a6934a88 Fix some performance issues in GIN query startup. 10 months ago
Andres Freund 33b02bfac4 valgrind: Adjust suppressions to handle glibc changes 10 months ago
Álvaro Herrera 931a1c0237
Fix ALTER TABLE error message 10 months ago
Tom Lane c75c830e23 Fix broken handling of domains in atthasmissing logic. 10 months ago
Tom Lane 76fbb38ef6 Fix pg_strtof() to not crash on NULL endptr. 10 months ago
Michael Paquier 35a591a048 pg_amcheck: Fix inconsistency in memory freeing 10 months ago
Tom Lane ce1475acd5 Fix pg_dumpall to cope with dangling OIDs in pg_auth_members. 11 months ago
Bruce Momjian b91326f372 doc: clarify default checksum behavior in non-master branches 11 months ago
Michael Paquier cecbb131e5 test_escape: Fix output of --help 11 months ago
Andres Freund c21ebcca79 tests: BackgroundPsql: Fix potential for lost errors on windows 11 months ago
Andres Freund 7c07ab62ae backport: Extend background_psql() to be able to start asynchronously 11 months ago
Andres Freund 3170aece14 backport: Improve handling of empty query results in BackgroundPsql 11 months ago
Tom Lane 8388cae552 Avoid null pointer dereference crash after OOM in Snowball stemmers. 11 months ago
Richard Guo 07a55093cd Fix unsafe access to BufferDescriptors 11 months ago
Michael Paquier 691c32ba4b test_escape: Fix handling of short options in getopt_long() 11 months ago
Tom Lane e5cabe2800 Stamp 14.17. 11 months ago