Commit Graph

55411 Commits (fd94f856a42c20dd107c700a5946bab8f16cea27)
 

Author SHA1 Message Date
Daniel Gustafsson fd94f856a4 doc: Remove dead link to NewbieDoc Docbook Guide 3 months ago
Fujii Masao 4f3eedc8a3 doc: Fix incorrect UUID index entry in function documentation. 3 months ago
Tom Lane ccfe3dbaa4 Doc: improve documentation about width_bucket(). 3 months ago
Tom Lane 75b8982eae Use SnapshotDirty when checking for conflicting index names. 3 months ago
Masahiko Sawada fc0fb77c55 Fix re-distributing previously distributed invalidation messages during logical decoding. 3 months ago
Alexander Korotkov dd9bc1a17d Keep WAL segments by the flushed value of the slot's restart LSN 3 months ago
Peter Geoghegan d2ec671092 Make _bt_killitems drop pins it acquired itself. 3 months ago
Tom Lane 6a4d93edad Don't reduce output request size on non-Unix-socket connections. 3 months ago
Robert Haas d59ff3be24 pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 3 months ago
Tom Lane 74637fb797 Doc: you must own the target object to use SECURITY LABEL. 3 months ago
Nathan Bossart efb3f16e0d doc: Remove notes about "unencrypted" passwords. 4 months ago
Tom Lane e76097124f Disallow "=" in names of reloptions and foreign-data options. 4 months ago
Tom Lane b898bb2a79 Run pgindent on the previous commit. 4 months ago
Tom Lane b56a92651a Fix edge-case resource leaks in PL/Python error reporting. 4 months ago
Dean Rasheed d6a3f3272f Fix MERGE into a plain inheritance parent table. 4 months ago
Nathan Bossart ddfcfb7cec Ensure we have a snapshot when updating various system catalogs. 4 months ago
Tom Lane 3c31594f55 Fix memory leakage in postgres_fdw's DirectModify code path. 4 months ago
Tom Lane 39b1d19071 Allow larger packets during GSSAPI authentication exchange. 4 months ago
Fujii Masao 405cca9daa Make XactLockTableWait() and ConditionalXactLockTableWait() interruptable more. 4 months ago
Álvaro Herrera 4620cd9c1c
Fix broken-FK-detection query in release notes 4 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. 5 months ago
Tom Lane 4b6f246b67 Last-minute updates for release notes. 5 months ago
Noah Misch 44ba3f55f5 With GB18030, prevent SIGSEGV from reading past end of allocation. 5 months ago
Noah Misch 45fe7e08f0 Refactor test_escape.c for additional ways of testing. 5 months ago
Peter Eisentraut 5449bf7247 Translation updates 5 months ago
Tom Lane 4f15084326 Release notes for 17.5, 16.9, 15.13, 14.18, 13.21. 5 months ago
Etsuro Fujita 8209a3a951 Fix typos in comments. 5 months ago
Álvaro Herrera 6ba979cf57
Handle self-referencing FKs correctly in partitioned tables 5 months ago
Noah Misch 8ae4ac6a74 Doc: stop implying recommendation of insecure search_path value. 5 months ago
Tom Lane 87af12e71f Add missing newlines to PQescapeInternal() messages pre-v16. 5 months ago
Dean Rasheed 8b65f7106e doc: Warn that ts_headline() output is not HTML-safe. 5 months ago