Commit Graph

53738 Commits (24e74b9621e4e40a36ac03ee5e9f059787fefb5c)
 

Author SHA1 Message Date
Tom Lane 3c2ea65bd8 Be more wary of corrupt data in pageinspect's heap_page_items(). 8 months ago
Tom Lane 148cc0105d Fix pg_dump --clean with partitioned indexes. 8 months ago
Tom Lane 4604928edd Fix failure for generated column with a not-null domain constraint. 8 months ago
Tom Lane 1b47a112ac Fix GIN's shimTriConsistentFn to not corrupt its input. 8 months ago
Michael Paquier 873aff945a Fix race with synchronous_standby_names at startup 8 months ago
Tom Lane 95e83859b9 Doc: remove long-obsolete advice about generated constraint names. 8 months ago
Amit Kapila 0434033e8b Fix data loss in logical replication. 8 months ago
Daniel Gustafsson 115f45e9af doc: Clarify project naming 9 months ago
Noah Misch 3635a0a35a Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit. 9 months ago
Noah Misch 014a508009 Skip WAL recycling and preallocation during archive recovery. 9 months ago
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. 9 months ago
Michael Paquier b209856b62 doc: Correct description of values used in FSM for indexes 9 months ago
Tomas Vondra 6be02bbc88 Keep the decompressed filter in brin_bloom_union 9 months ago
Heikki Linnakangas 66235baab7 Fix rare assertion failure in standby, if primary is restarted 9 months ago
Tom Lane c196c610b3 Fix plpgsql's handling of simple expressions in scrollable cursors. 9 months ago
Fujii Masao ae0696ed32 doc: Remove incorrect description about dropping replication slots. 9 months ago
Tom Lane f7ae51312f Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input. 9 months ago
Tom Lane 1a20bc9462 Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES. 9 months ago
Heikki Linnakangas d2fb076bec Handle interrupts while waiting on Append's async subplans 9 months ago
Tom Lane d3a29ae6a6 Build whole-row Vars the same way during parsing and planning. 9 months ago
Tom Lane 584f17a906 Preserve RangeTblEntry.relid when expanding a view RTE. 9 months ago
Álvaro Herrera 5144e1f8fd
BRIN: be more strict about required support procs 9 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