Commit Graph

59458 Commits (d96206f259d6799de066c6fa88a4b51c494f7167)
 

Author SHA1 Message Date
Amit Kapila d96206f259 Fix typo in test file name added in commit 4909b38af0. 5 months ago
Tom Lane e384118559 Avoid possibly-theoretical OOM crash hazard in hash_create(). 5 months ago
Amit Kapila 05676d87e2 Fix an oversight in 3f28b2fcac. 5 months ago
Michael Paquier 4b6331e0fd Remove assertion based on pending_since in pgstat_report_stat() 5 months ago
Michael Paquier 185d345d79 doc: Mention naming convention used by injection points 5 months ago
David Rowley f04b11454d Doc: reword text explaining the --maintenance-db option 5 months ago
Michael Paquier 21a9b2b086 Rename injection point for invalidation messages at end of transaction 5 months ago
David Rowley 12bf43410a Doc: fix incorrect punctuation 5 months ago
Noah Misch e297ddcfb7 Test restartpoints in archive recovery. 5 months ago
Noah Misch d0a049987e Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. 5 months ago
David Rowley 065ce49a10 Fix issue with ORDER BY / DISTINCT aggregates and FILTER 5 months ago
Tom Lane ecb8e56412 Be more wary of corrupt data in pageinspect's heap_page_items(). 5 months ago
Tatsuo Ishii 4a0650d359 Doc: fix missing comma at the end of a line. 5 months ago
Tom Lane 3424c1075e Fix pg_dump --clean with partitioned indexes. 5 months ago
Tom Lane 3c39c000c8 Fix failure for generated column with a not-null domain constraint. 5 months ago
Fujii Masao 1b1dc81649 doc: Fix missing whitespace in pg_restore documentation. 5 months ago
Daniel Gustafsson fb9ec9cf79 pg_combinebackup: Fix incorrect code documentation 5 months ago
Tom Lane 8c153fcfa0 Fix GIN's shimTriConsistentFn to not corrupt its input. 5 months ago
Michael Paquier 3339847ccd Fix race with synchronous_standby_names at startup 5 months ago
Tom Lane 03faf38a13 Doc: remove long-obsolete advice about generated constraint names. 5 months ago
Amit Kapila cadaf0ac46 Fix data loss in logical replication. 5 months ago
Noah Misch 42bb4fb728 Fix test races between syscache-update-pruned.spec and autovacuum. 5 months ago
Amit Kapila 17a165d60f Stabilize 035_standby_logical_decoding.pl. 5 months ago
Bruce Momjian b8b1e87b70 Fix PG 17 [NOT] NULL optimization bug for domains 5 months ago
Michael Paquier 5cbbe70a9c Flush the IO statistics of active WAL senders more frequently 5 months ago
Daniel Gustafsson 4c1d853fd8 doc: Clarify project naming 5 months ago
Jeff Davis 0851b65738 Fix unintentional 'NULL' string literal in pg_upgrade. 5 months ago
Tom Lane 5e7be43f4b Fix parse_cte.c's failure to examine sub-WITHs in DML statements. 5 months ago
Tom Lane 717e8a1e52 Avoid double transformation of json_array()'s subquery. 5 months ago
Tom Lane 5e6e97fbf4 Repair misbehavior with duplicate entries in FK SET column lists. 5 months ago
Heikki Linnakangas 6526d07948 Relax assertion in finding correct GiST parent 5 months ago
Daniel Gustafsson c88b36d382 doc: Clarify the system value for sslrootcert 5 months ago
Fujii Masao aab422af95 Fix logical decoding test to correctly check slot removal on standby. 5 months ago
Fujii Masao 5570e103bf Fix logical decoding regression tests to correctly check slot existence. 5 months ago
Masahiko Sawada a4309e85f4 Restrict copying of invalidated replication slots. 5 months ago
Tom Lane e0191121b2 Remove unnecessary type violation in tsvectorrecv(). 5 months ago
Andres Freund 78cb2466f7 Remove HeapBitmapScan's skip_fetch optimization 5 months ago
Tom Lane 0941aadcd5 Need to do CommandCounterIncrement after StoreAttrMissingVal. 5 months ago
Peter Eisentraut b19893b94b Fix code comment 5 months ago
David Rowley e962d6d12b Doc: add information about partition locking 5 months ago
David Rowley 5672a83997 Fix planner's failure to identify multiple hashable ScalarArrayOpExprs 5 months ago
Tom Lane 915e889680 Fix detection and handling of strchrnul() for macOS 15.4. 5 months ago
Dean Rasheed 25303678a1 Fix MERGE with DO NOTHING actions into a partitioned table. 6 months ago
Daniel Gustafsson 8afec4ef67 Fix guc_malloc calls for consistency and OOM checks 6 months ago
Tom Lane 51d038da82 Prevent assertion failure in contrib/pg_freespacemap. 6 months ago
Michael Paquier 2afdb9dd96 doc: Correct description of values used in FSM for indexes 6 months ago
Tomas Vondra cb0ad70b8e Keep the decompressed filter in brin_bloom_union 6 months ago
Richard Guo 34fbfe1f57 Fix integer-overflow problem in scram_SaltedPassword() 6 months ago
Tom Lane f186f90e55 Fix order of -I switches for building pg_regress.o. 6 months ago
Alexander Korotkov c5cf99e9e5 postgres_fdw: Remove redundant check in semijoin_target_ok() 6 months ago