Commit Graph

55499 Commits (a4624929dba3d6e5cef98a6cedd865320db2269c)
 

Author SHA1 Message Date
Michael Paquier ec59500a17 Fix race with synchronous_standby_names at startup 5 months ago
Tom Lane fc44ae215f Doc: remove long-obsolete advice about generated constraint names. 5 months ago
Amit Kapila 9f21be08e8 Fix data loss in logical replication. 5 months ago
Daniel Gustafsson 7c1429465c doc: Clarify project naming 5 months ago
Tom Lane ede29a1e40 Fix parse_cte.c's failure to examine sub-WITHs in DML statements. 5 months ago
Tom Lane f5069f0264 Repair misbehavior with duplicate entries in FK SET column lists. 5 months ago
Heikki Linnakangas 3c0fe75c41 Relax assertion in finding correct GiST parent 5 months ago
Fujii Masao 7b565bad85 Fix logical decoding test to correctly check slot removal on standby. 5 months ago
Fujii Masao 84fe9f1eb3 Fix logical decoding regression tests to correctly check slot existence. 5 months ago
Noah Misch 63f6ecb6b0 Make dblink interruptible, via new libpqsrv APIs. 5 months ago
Andres Freund 9e129a2243 Add helper library for use of libpq inside the server environment 5 months ago
Tom Lane d8aa826207 Remove unnecessary type violation in tsvectorrecv(). 5 months ago
Andres Freund 77d90d6d63 Remove HeapBitmapScan's skip_fetch optimization 5 months ago
Tom Lane 2d6cfb0cdd Need to do CommandCounterIncrement after StoreAttrMissingVal. 5 months ago
David Rowley 2be0fe94bf Doc: add information about partition locking 5 months ago
David Rowley a7f213b11d Fix planner's failure to identify multiple hashable ScalarArrayOpExprs 5 months ago
Tom Lane 0de9560ba9 Fix detection and handling of strchrnul() for macOS 15.4. 5 months ago
Dean Rasheed 14a33d3f0a Fix MERGE with DO NOTHING actions into a partitioned table. 6 months ago
Tom Lane 0e86bad380 Prevent assertion failure in contrib/pg_freespacemap. 6 months ago
Michael Paquier 7ca50f90c0 doc: Correct description of values used in FSM for indexes 6 months ago
Tomas Vondra e064b770c0 Keep the decompressed filter in brin_bloom_union 6 months ago
Heikki Linnakangas b30c77a0e4 Fix rare assertion failure in standby, if primary is restarted 6 months ago
Tom Lane 5e56efa7c0 Fix plpgsql's handling of simple expressions in scrollable cursors. 6 months ago
Fujii Masao 40c9592712 doc: Remove incorrect description about dropping replication slots. 6 months ago
Tom Lane 13dd6f7726 Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input. 6 months ago
Tom Lane 7713f4592a Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES. 6 months ago
Heikki Linnakangas d4d34c08c7 Handle interrupts while waiting on Append's async subplans 6 months ago
Tom Lane ae0be2f0bd Build whole-row Vars the same way during parsing and planning. 6 months ago
Tom Lane 317aba70ef Preserve RangeTblEntry.relid when expanding a view RTE. 6 months ago
Álvaro Herrera 5d8c588004
BRIN: be more strict about required support procs 6 months ago
Heikki Linnakangas d765226cb9 Fix a few more redundant calls of GetLatestSnapshot() 6 months ago
Heikki Linnakangas 50c5899922 Fix snapshot used in logical replication index lookup 6 months ago
Tom Lane 2db974e40d Doc: improve description of window function processing. 6 months ago
Tom Lane e2921c0e9d Clear errno before calling strtol() in spell.c. 6 months ago
John Naylor bc6a81ac3a Doc: correct aggressive vacuum threshold for multixact members storage 6 months ago
Tom Lane 2d313375c0 Fix some performance issues in GIN query startup. 6 months ago
Andres Freund bfc1bd4a0f ci: Upgrade FreeBSD image 6 months ago
Álvaro Herrera bf1e2d2db5
Fix ALTER TABLE error message 6 months ago
Tom Lane 1d180931cc Fix broken handling of domains in atthasmissing logic. 6 months ago
Tom Lane c7303f01c5 Fix pg_strtof() to not crash on NULL endptr. 6 months ago
Michael Paquier ec741d4803 pg_amcheck: Fix inconsistency in memory freeing 7 months ago
Tom Lane 6df3be415c Fix pg_dumpall to cope with dangling OIDs in pg_auth_members. 7 months ago
Bruce Momjian a5618e4021 doc: clarify default checksum behavior in non-master branches 7 months ago
Michael Paquier 62bed7bb0f Fix FATAL message for invalid recovery timeline at beginning of recovery 7 months ago
Michael Paquier f9b76fd696 test_escape: Fix output of --help 7 months ago
Andres Freund 70b650d185 tests: BackgroundPsql: Fix potential for lost errors on windows 7 months ago
Andres Freund c0bc11aebb backport: Extend background_psql() to be able to start asynchronously 7 months ago
Andres Freund f4b08ccb4e backport: Improve handling of empty query results in BackgroundPsql 7 months ago
Tom Lane 9c46d902b2 Avoid null pointer dereference crash after OOM in Snowball stemmers. 7 months ago
Richard Guo 24a74986a0 Fix unsafe access to BufferDescriptors 7 months ago