Commit Graph

59645 Commits (24ee8678f3c78dd100d1083e0936a200186c0cf9)
 

Author SHA1 Message Date
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
Alexander Korotkov 729fe699e6 postgres_fdw: Avoid pulling up restrict infos from subqueries 6 months ago
Heikki Linnakangas 302ce5bd93 Fix rare assertion failure in standby, if primary is restarted 6 months ago
Tom Lane 1353b1161a Fix plpgsql's handling of simple expressions in scrollable cursors. 6 months ago
Fujii Masao 97ce4d375a doc: Remove incorrect description about dropping replication slots. 6 months ago
Andres Freund 9de86e367a meson: Flush stdout in testwrap 6 months ago
Masahiko Sawada a38dce3c4a Fix assertion failure in parallel vacuum with minimal maintenance_work_mem setting. 6 months ago
Andres Freund ee578921b6 smgr: Make SMgrRelation initialization safer against errors 6 months ago
Alexander Korotkov 09ef2f8df1 reindexdb: Fix the index-level REINDEX with multiple jobs 6 months ago
Tom Lane c826cd1b1d Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input. 6 months ago
Thomas Munro e273468070 Fix read_stream.c for changing io_combine_limit. 6 months ago
Amit Langote 8b2392ae3d Fix copy-paste error in datum_to_jsonb_internal() 6 months ago
Heikki Linnakangas e731e9d5ee Handle interrupts while waiting on Append's async subplans 6 months ago
Tom Lane ca0830e5a2 Build whole-row Vars the same way during parsing and planning. 6 months ago