Commit Graph

55499 Commits (a4624929dba3d6e5cef98a6cedd865320db2269c)
 

Author SHA1 Message Date
Tom Lane b898bb2a79 Run pgindent on the previous commit. 3 months ago
Tom Lane b56a92651a Fix edge-case resource leaks in PL/Python error reporting. 3 months ago
Dean Rasheed d6a3f3272f Fix MERGE into a plain inheritance parent table. 3 months ago
Nathan Bossart ddfcfb7cec Ensure we have a snapshot when updating various system catalogs. 3 months ago
Tom Lane 3c31594f55 Fix memory leakage in postgres_fdw's DirectModify code path. 3 months ago
Tom Lane 39b1d19071 Allow larger packets during GSSAPI authentication exchange. 3 months ago
Fujii Masao 405cca9daa Make XactLockTableWait() and ConditionalXactLockTableWait() interruptable more. 3 months ago
Álvaro Herrera 4620cd9c1c
Fix broken-FK-detection query in release notes 3 months ago
Tom Lane 09c9ae8f6d Avoid resource leaks when a dblink connection fails. 4 months ago
Michael Paquier 130300a154 pg_stat_statements: Fix parameter number gaps in normalized queries 4 months ago
Michael Paquier 4dc642e75f Adjust regex for test with opening parenthesis in character classes 4 months ago
Michael Paquier b3e99115e4 Fix conversion of SIMILAR TO regexes for character classes 4 months ago
Michael Paquier 6b0d69d343 Fix race condition in subscription TAP test 021_twophase 4 months ago
Fujii Masao 0f29022e05 doc: Fix documenation for snapshot export in logical decoding. 4 months ago
Tom Lane 13d21b48a3 Fix per-relation memory leakage in autovacuum. 4 months ago
Fujii Masao 0e0174b497 Fix incorrect WAL description for PREPARE TRANSACTION record. 4 months ago
Michael Paquier 009e8a85d3 doc: Clarify use of _ccnew and _ccold in REINDEX CONCURRENTLY 4 months ago
Heikki Linnakangas 72fe74ca53 Fix deparsing FETCH FIRST <expr> ROWS WITH TIES 4 months ago
Amit Kapila 9d1a623596 Don't retreat slot's confirmed_flush LSN. 4 months ago
Tom Lane 00652b3c9f Make our usage of memset_s() conform strictly to the C11 standard. 4 months ago
Daniel Gustafsson 113351ee17 Align organization wording in copyright statement 4 months ago
Richard Guo 666103090f Fix Assert failure in XMLTABLE parser 4 months ago
Daniel Gustafsson 7f1da18d67 Fix order of parameters in POD documentation 4 months ago
Álvaro Herrera d2d3cd056d
Fix comment of tsquerysend() 4 months ago
Tom Lane 793aa989f8 Skip RSA-PSS ssl test when using LibreSSL. 4 months ago
Tom Lane 00811a96ac Ooops ... add required configure support. 4 months ago
Tom Lane 1ddb9e14ea Centralize ssl tests' check for whether we're using LibreSSL. 4 months ago
Tom Lane 5261b40acb Stamp 15.13. 4 months ago
Tom Lane 4b6f246b67 Last-minute updates for release notes. 4 months ago
Noah Misch 44ba3f55f5 With GB18030, prevent SIGSEGV from reading past end of allocation. 4 months ago
Noah Misch 45fe7e08f0 Refactor test_escape.c for additional ways of testing. 4 months ago
Peter Eisentraut 5449bf7247 Translation updates 4 months ago
Tom Lane 4f15084326 Release notes for 17.5, 16.9, 15.13, 14.18, 13.21. 4 months ago
Etsuro Fujita 8209a3a951 Fix typos in comments. 4 months ago
Álvaro Herrera 6ba979cf57
Handle self-referencing FKs correctly in partitioned tables 4 months ago
Noah Misch 8ae4ac6a74 Doc: stop implying recommendation of insecure search_path value. 4 months ago
Tom Lane 87af12e71f Add missing newlines to PQescapeInternal() messages pre-v16. 4 months ago
Dean Rasheed 8b65f7106e doc: Warn that ts_headline() output is not HTML-safe. 4 months ago
Daniel Gustafsson 0f404c5812 Fix assertion failure in snapshot building 4 months ago
Tom Lane a144cf145f Update time zone data files to tzdata release 2025b. 4 months ago
Amit Kapila f6429bd7db Fix xmin advancement during fast_forward decoding. 5 months ago
Amit Kapila 90bc4523fd Fix typo in test file name added in commit 4909b38af0. 5 months ago
Michael Paquier c1201ffcfb Remove assertion based on pending_since in pgstat_report_stat() 5 months ago
David Rowley 9a5da12aba Doc: reword text explaining the --maintenance-db option 5 months ago
Noah Misch 91168a9ae3 Test restartpoints in archive recovery. 5 months ago
Noah Misch e0f53e6699 Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. 5 months ago
Tom Lane 90a3fd811e Be more wary of corrupt data in pageinspect's heap_page_items(). 5 months ago
Tom Lane 7144cd5382 Fix pg_dump --clean with partitioned indexes. 5 months ago
Tom Lane 97d6716723 Fix failure for generated column with a not-null domain constraint. 5 months ago
Tom Lane 9a8c16aecc Fix GIN's shimTriConsistentFn to not corrupt its input. 5 months ago