Commit Graph

57471 Commits (dbe9804db1517b59e94d663de2661d4e4472be16)
 

Author SHA1 Message Date
Michael Paquier dbe9804db1 doc: Clarify use of _ccnew and _ccold in REINDEX CONCURRENTLY 4 months ago
Heikki Linnakangas 92a9ba3b96 Fix deparsing FETCH FIRST <expr> ROWS WITH TIES 4 months ago
Amit Kapila c0f51fde53 Don't retreat slot's confirmed_flush LSN. 4 months ago
Tom Lane 253cf661c2 Make our usage of memset_s() conform strictly to the C11 standard. 4 months ago
Daniel Gustafsson cc112eb8e9 Align organization wording in copyright statement 4 months ago
Richard Guo d3716d4b13 Fix Assert failure in XMLTABLE parser 4 months ago
Daniel Gustafsson 9c94d983d6 Fix order of parameters in POD documentation 4 months ago
Álvaro Herrera 2dac114e2c
Fix comment of tsquerysend() 4 months ago
Tom Lane cad781b3e5 Skip RSA-PSS ssl test when using LibreSSL. 4 months ago
Tom Lane 27fbf7cb63 Centralize ssl tests' check for whether we're using LibreSSL. 4 months ago
Tom Lane 6e4ab1b691 Stamp 16.9. 4 months ago
Tom Lane ce12d66ce7 Last-minute updates for release notes. 4 months ago
Noah Misch d1264948fc With GB18030, prevent SIGSEGV from reading past end of allocation. 4 months ago
Noah Misch f3bb0b2c4a Refactor test_escape.c for additional ways of testing. 4 months ago
Peter Eisentraut 7648d26817 Translation updates 4 months ago
Tom Lane 828edfa3d1 Release notes for 17.5, 16.9, 15.13, 14.18, 13.21. 4 months ago
Etsuro Fujita c8a393537c Fix typos in comments. 5 months ago
Álvaro Herrera 1817d62ecb
Handle self-referencing FKs correctly in partitioned tables 5 months ago
Tom Lane 3faac9d140 Doc: correct spelling of meson switch. 5 months ago
Noah Misch 334e508e17 Doc: stop implying recommendation of insecure search_path value. 5 months ago
Dean Rasheed e14df1015e doc: Warn that ts_headline() output is not HTML-safe. 5 months ago
Tom Lane e076120d99 Update time zone data files to tzdata release 2025b. 5 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 6 months ago
Daniel Gustafsson dda1b06035 doc: Clarify the system value for sslrootcert 6 months ago
Fujii Masao 65e9418abe Fix logical decoding test to correctly check slot removal on standby. 6 months ago
Fujii Masao bc485fce52 Fix logical decoding regression tests to correctly check slot existence. 6 months ago
Masahiko Sawada 87e8599e04 Restrict copying of invalidated replication slots. 6 months ago