Commit Graph

57602 Commits (d37694b974322e2ddc1fd3829c8f3d6cd56f0483)
 

Author SHA1 Message Date
Noah Misch 334e508e17 Doc: stop implying recommendation of insecure search_path value. 4 months ago
Dean Rasheed e14df1015e doc: Warn that ts_headline() output is not HTML-safe. 4 months ago
Tom Lane e076120d99 Update time zone data files to tzdata release 2025b. 4 months ago
Amit Kapila 21a7caeeb9 Fix xmin advancement during fast_forward decoding. 5 months ago
Amit Kapila 9987c94662 Fix typo in test file name added in commit 4909b38af0. 5 months ago
Tom Lane f45bdb1339 Avoid possibly-theoretical OOM crash hazard in hash_create(). 5 months ago
Amit Kapila 0de091a4b5 Fix an oversight in 3f28b2fcac. 5 months ago
Michael Paquier e9ab8677bf Remove assertion based on pending_since in pgstat_report_stat() 5 months ago
David Rowley d2b065084a Doc: reword text explaining the --maintenance-db option 5 months ago
Noah Misch 4664de1826 Test restartpoints in archive recovery. 5 months ago
Noah Misch 5905e99359 Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. 5 months ago
David Rowley 887a232371 Fix issue with ORDER BY / DISTINCT aggregates and FILTER 5 months ago
Tom Lane 2d33cf7b8b Be more wary of corrupt data in pageinspect's heap_page_items(). 5 months ago
Tom Lane a25f21d99a Fix pg_dump --clean with partitioned indexes. 5 months ago
Tom Lane f04e0faa37 Fix failure for generated column with a not-null domain constraint. 5 months ago
Tom Lane 4b65b085af Fix GIN's shimTriConsistentFn to not corrupt its input. 5 months ago
Michael Paquier c922ae2c42 Fix race with synchronous_standby_names at startup 5 months ago
Tom Lane 047495f1a8 Doc: remove long-obsolete advice about generated constraint names. 5 months ago
Amit Kapila 9a2f8b4f01 Fix data loss in logical replication. 5 months ago
Amit Kapila 86392e8827 Stabilize 035_standby_logical_decoding.pl. 5 months ago
Michael Paquier e2a82cd23a Flush the IO statistics of active WAL senders more frequently 5 months ago
Daniel Gustafsson 00f0bb4eab doc: Clarify project naming 5 months ago
Jeff Davis 57467ec7b3 Fix unintentional 'NULL' string literal in pg_upgrade. 5 months ago
Tom Lane 1980ec2bc9 Fix parse_cte.c's failure to examine sub-WITHs in DML statements. 5 months ago
Tom Lane ca54f9b706 Avoid double transformation of json_array()'s subquery. 5 months ago
Tom Lane fb3a77fd9d Repair misbehavior with duplicate entries in FK SET column lists. 5 months ago
Heikki Linnakangas 4193213988 Relax assertion in finding correct GiST parent 5 months ago
Daniel Gustafsson dda1b06035 doc: Clarify the system value for sslrootcert 5 months ago
Fujii Masao 65e9418abe Fix logical decoding test to correctly check slot removal on standby. 5 months ago
Fujii Masao bc485fce52 Fix logical decoding regression tests to correctly check slot existence. 5 months ago
Masahiko Sawada 87e8599e04 Restrict copying of invalidated replication slots. 5 months ago
Noah Misch 82a8f0f465 Make dblink interruptible, via new libpqsrv APIs. 5 months ago
Tom Lane 5fb9f967c3 Remove unnecessary type violation in tsvectorrecv(). 5 months ago
Andres Freund 980727b841 Remove HeapBitmapScan's skip_fetch optimization 5 months ago
Tom Lane 053222a97b Need to do CommandCounterIncrement after StoreAttrMissingVal. 5 months ago
Peter Eisentraut 548184dd16 Fix code comment 5 months ago
David Rowley 9b34f10ee0 Doc: add information about partition locking 5 months ago
David Rowley 5a0840b767 Fix planner's failure to identify multiple hashable ScalarArrayOpExprs 5 months ago
Tom Lane a39eb9c77f Fix detection and handling of strchrnul() for macOS 15.4. 5 months ago
Dean Rasheed 8d4cd3b4a8 Fix MERGE with DO NOTHING actions into a partitioned table. 6 months ago
Daniel Gustafsson 8d48e84c56 Fix guc_malloc calls for consistency and OOM checks 6 months ago
Tom Lane 41ed749e48 Prevent assertion failure in contrib/pg_freespacemap. 6 months ago
Michael Paquier 4fd0156a6d doc: Correct description of values used in FSM for indexes 6 months ago
Tomas Vondra ebcc799a77 Keep the decompressed filter in brin_bloom_union 6 months ago
Richard Guo de1484736d Fix integer-overflow problem in scram_SaltedPassword() 6 months ago
Heikki Linnakangas 2f33de3cdb Fix rare assertion failure in standby, if primary is restarted 6 months ago
Tom Lane a28c1fb619 Fix plpgsql's handling of simple expressions in scrollable cursors. 6 months ago
Fujii Masao 9070e5840a doc: Remove incorrect description about dropping replication slots. 6 months ago
Andres Freund d9bc607052 meson: Flush stdout in testwrap 6 months ago
Tom Lane 0405982c7c Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input. 6 months ago