Commit Graph

60411 Commits (1323463e43d71fb57f97e5206f12e5f8540afde7)
 

Author SHA1 Message Date
Zsolt Parragi 1323463e43 Updated expected Percona Server version 4 months ago
Tom Lane daea7009e0 Stamp 17.5. 4 months ago
Tom Lane 05d1037342 Last-minute updates for release notes. 4 months ago
Noah Misch f93d97b75c With GB18030, prevent SIGSEGV from reading past end of allocation. 4 months ago
Noah Misch 1ad1089fdd Refactor test_escape.c for additional ways of testing. 4 months ago
Peter Eisentraut 54d6d56fb0 Translation updates 4 months ago
Tom Lane 0b059ab52a Release notes for 17.5, 16.9, 15.13, 14.18, 13.21. 4 months ago
Etsuro Fujita 8d2f8581a9 Fix typos in comments. 4 months ago
Álvaro Herrera f72f099ad6 Handle self-referencing FKs correctly in partitioned tables 4 months ago
Tom Lane da08369688 Doc: correct spelling of meson switch. 4 months ago
Tom Lane a1f82ef890 Doc: forgot to run add_commit_links.pl. 4 months ago
Tom Lane 9ab9e89902 First-draft release notes for 17.5. 4 months ago
Noah Misch ef1c2d60ea Doc: stop implying recommendation of insecure search_path value. 4 months ago
Dean Rasheed 2a663cee7f doc: Warn that ts_headline() output is not HTML-safe. 4 months ago
Tom Lane 8104115358 Update time zone data files to tzdata release 2025b. 4 months ago
Amit Kapila ff787dd9e3 Fix xmin advancement during fast_forward decoding. 4 months ago
Amit Kapila 04c829d647 Fix typo in test file name added in commit 4909b38af0. 4 months ago
Tom Lane 2cb077ee03 Avoid possibly-theoretical OOM crash hazard in hash_create(). 4 months ago
Amit Kapila 921fc2e1f5 Fix an oversight in 3f28b2fcac. 4 months ago
Michael Paquier 4235642465 Remove assertion based on pending_since in pgstat_report_stat() 4 months ago
Michael Paquier 6da056fda3 doc: Mention naming convention used by injection points 4 months ago
David Rowley 3889866ee4 Doc: reword text explaining the --maintenance-db option 4 months ago
Michael Paquier 07d59d0496 Rename injection point for invalidation messages at end of transaction 4 months ago
David Rowley b110c3d3ad Doc: fix incorrect punctuation 4 months ago
Noah Misch 6b7b2395a6 Test restartpoints in archive recovery. 4 months ago
Noah Misch e77b8755bf Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. 4 months ago
David Rowley 4608eb06a2 Fix issue with ORDER BY / DISTINCT aggregates and FILTER 4 months ago
Tom Lane 2f4a82c394 Be more wary of corrupt data in pageinspect's heap_page_items(). 4 months ago
Tatsuo Ishii 9fe488aa96 Doc: fix missing comma at the end of a line. 4 months ago
Tom Lane c9f5866adc Fix pg_dump --clean with partitioned indexes. 4 months ago
Tom Lane 8b96ed659b Fix failure for generated column with a not-null domain constraint. 4 months ago
Fujii Masao 9b526ba9bd doc: Fix missing whitespace in pg_restore documentation. 4 months ago
Daniel Gustafsson f8a9bd6918 pg_combinebackup: Fix incorrect code documentation 4 months ago
Tom Lane 5375beb213 Fix GIN's shimTriConsistentFn to not corrupt its input. 4 months ago
Michael Paquier e2c33253ae Fix race with synchronous_standby_names at startup 4 months ago
Tom Lane 15667a8d98 Doc: remove long-obsolete advice about generated constraint names. 4 months ago
Amit Kapila 632cbc9420 Fix data loss in logical replication. 4 months ago
Noah Misch 724a8960a4 Fix test races between syscache-update-pruned.spec and autovacuum. 4 months ago
Amit Kapila f86be01bf9 Stabilize 035_standby_logical_decoding.pl. 4 months ago
Bruce Momjian 87f5da0dc1 Fix PG 17 [NOT] NULL optimization bug for domains 4 months ago
Michael Paquier ce6faf5e94 Flush the IO statistics of active WAL senders more frequently 4 months ago
Daniel Gustafsson d1f11bc66c doc: Clarify project naming 4 months ago
Jeff Davis 80745146d6 Fix unintentional 'NULL' string literal in pg_upgrade. 4 months ago
Tom Lane c35454620b Fix parse_cte.c's failure to examine sub-WITHs in DML statements. 4 months ago
Tom Lane a5338f57a2 Avoid double transformation of json_array()'s subquery. 4 months ago
Tom Lane 0b835152ef Repair misbehavior with duplicate entries in FK SET column lists. 4 months ago
Heikki Linnakangas 19213cc74b Relax assertion in finding correct GiST parent 4 months ago
Daniel Gustafsson f0f70f9b8f doc: Clarify the system value for sslrootcert 4 months ago
Fujii Masao 7483dc3c35 Fix logical decoding test to correctly check slot removal on standby. 4 months ago
Fujii Masao 3ea4f92e88 Fix logical decoding regression tests to correctly check slot existence. 4 months ago