Commit Graph

57431 Commits (00f0bb4eab015ea52bcd84c415c75eb03e880de7)
 

Author SHA1 Message Date
Daniel Gustafsson 00f0bb4eab doc: Clarify project naming 9 months ago
Jeff Davis 57467ec7b3 Fix unintentional 'NULL' string literal in pg_upgrade. 9 months ago
Tom Lane 1980ec2bc9 Fix parse_cte.c's failure to examine sub-WITHs in DML statements. 9 months ago
Tom Lane ca54f9b706 Avoid double transformation of json_array()'s subquery. 9 months ago
Tom Lane fb3a77fd9d Repair misbehavior with duplicate entries in FK SET column lists. 9 months ago
Heikki Linnakangas 4193213988 Relax assertion in finding correct GiST parent 9 months ago
Daniel Gustafsson dda1b06035 doc: Clarify the system value for sslrootcert 9 months ago
Fujii Masao 65e9418abe Fix logical decoding test to correctly check slot removal on standby. 9 months ago
Fujii Masao bc485fce52 Fix logical decoding regression tests to correctly check slot existence. 9 months ago
Masahiko Sawada 87e8599e04 Restrict copying of invalidated replication slots. 9 months ago
Noah Misch 82a8f0f465 Make dblink interruptible, via new libpqsrv APIs. 9 months ago
Tom Lane 5fb9f967c3 Remove unnecessary type violation in tsvectorrecv(). 9 months ago
Andres Freund 980727b841 Remove HeapBitmapScan's skip_fetch optimization 9 months ago
Tom Lane 053222a97b Need to do CommandCounterIncrement after StoreAttrMissingVal. 9 months ago
Peter Eisentraut 548184dd16 Fix code comment 9 months ago
David Rowley 9b34f10ee0 Doc: add information about partition locking 9 months ago
David Rowley 5a0840b767 Fix planner's failure to identify multiple hashable ScalarArrayOpExprs 9 months ago
Tom Lane a39eb9c77f Fix detection and handling of strchrnul() for macOS 15.4. 9 months ago
Dean Rasheed 8d4cd3b4a8 Fix MERGE with DO NOTHING actions into a partitioned table. 9 months ago
Daniel Gustafsson 8d48e84c56 Fix guc_malloc calls for consistency and OOM checks 10 months ago
Tom Lane 41ed749e48 Prevent assertion failure in contrib/pg_freespacemap. 10 months ago
Michael Paquier 4fd0156a6d doc: Correct description of values used in FSM for indexes 10 months ago
Tomas Vondra ebcc799a77 Keep the decompressed filter in brin_bloom_union 10 months ago
Richard Guo de1484736d Fix integer-overflow problem in scram_SaltedPassword() 10 months ago
Heikki Linnakangas 2f33de3cdb Fix rare assertion failure in standby, if primary is restarted 10 months ago
Tom Lane a28c1fb619 Fix plpgsql's handling of simple expressions in scrollable cursors. 10 months ago
Fujii Masao 9070e5840a doc: Remove incorrect description about dropping replication slots. 10 months ago
Andres Freund d9bc607052 meson: Flush stdout in testwrap 10 months ago
Tom Lane 0405982c7c Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input. 10 months ago
Heikki Linnakangas 004dbbd72f Handle interrupts while waiting on Append's async subplans 10 months ago
Tom Lane fec43428c9 Build whole-row Vars the same way during parsing and planning. 10 months ago
Álvaro Herrera e0d8f49a3f
BRIN: be more strict about required support procs 10 months ago
Heikki Linnakangas 324e0b656b Fix a few more redundant calls of GetLatestSnapshot() 10 months ago
Heikki Linnakangas 8171d2dae9 Fix snapshot used in logical replication index lookup 10 months ago
Tom Lane 778f9dd0d2 Doc: improve description of window function processing. 10 months ago
Tom Lane a7aa9f21f2 Don't try to parallelize array_agg() on an anonymous record type. 10 months ago
Tom Lane 61513da08b Clear errno before calling strtol() in spell.c. 10 months ago
John Naylor 98aa99b6d6 Doc: correct aggressive vacuum threshold for multixact members storage 10 months ago
Tom Lane d52221cf0d Fix some performance issues in GIN query startup. 10 months ago
Andres Freund 49389240bb ci: Upgrade FreeBSD image 10 months ago
Álvaro Herrera 9ea5fe5b6c
Fix ALTER TABLE error message 10 months ago
Tom Lane edc3bccd0d Fix broken handling of domains in atthasmissing logic. 10 months ago
Tom Lane 5c64ece8aa Fix pg_strtof() to not crash on NULL endptr. 10 months ago
Michael Paquier 9ca2145b00 pg_upgrade: Fix inconsistency in memory freeing 10 months ago
Michael Paquier 816149dc6b pg_amcheck: Fix inconsistency in memory freeing 10 months ago
Masahiko Sawada cc628f6618 Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary. 11 months ago
Tom Lane d850a6600c Fix pg_dumpall to cope with dangling OIDs in pg_auth_members. 11 months ago
Bruce Momjian b2b112b326 doc: clarify default checksum behavior in non-master branches 11 months ago
Andres Freund 28fcaa6a2c Make test portlock logic work with meson 11 months ago
Michael Paquier 514d47dfb6 Fix cross-version upgrades with XMLSERIALIZE(NO INDENT) 11 months ago