Commit Graph

55572 Commits (1c7cba4c52953d2486a1465ea8d91ff65c35610c)
 

Author SHA1 Message Date
Fujii Masao 8a010df41e doc: Remove incorrect note about wal_status in pg_replication_slots. 6 months ago
Michael Paquier d44efe87ea Fix bug in archive streamer with LZ4 decompression 6 months ago
Peter Eisentraut 37b1fce858 Update comment for IndexInfo.ii_NullsNotDistinct 6 months ago
Nathan Bossart a167e654d0 Document pg_get_multixact_members(). 6 months ago
Tom Lane 0fb496c704 Make safeguard against incorrect flags for fsync more portable. 6 months ago
Nathan Bossart 8f456630ce Document age(xid) and mxid_age(xid). 6 months ago
Tom Lane 614ffb26d1 Obtain required table lock during cross-table constraint updates. 6 months ago
Nathan Bossart 4dc48ad28d Use correct DatumGet*() function in test_shm_mq_main(). 6 months ago
Melanie Plageman 98dd121fc8 Remove unused check in heap_xlog_insert() 6 months ago
Dean Rasheed ba33505c5f doc: Fix indentation of MERGE synopsis. 6 months ago
Michael Paquier 354944663d Avoid scribbling of VACUUM options 6 months ago
Daniel Gustafsson fd94f856a4 doc: Remove dead link to NewbieDoc Docbook Guide 6 months ago
Fujii Masao 4f3eedc8a3 doc: Fix incorrect UUID index entry in function documentation. 6 months ago
Tom Lane ccfe3dbaa4 Doc: improve documentation about width_bucket(). 6 months ago
Tom Lane 75b8982eae Use SnapshotDirty when checking for conflicting index names. 6 months ago
Masahiko Sawada fc0fb77c55 Fix re-distributing previously distributed invalidation messages during logical decoding. 6 months ago
Alexander Korotkov dd9bc1a17d Keep WAL segments by the flushed value of the slot's restart LSN 6 months ago
Peter Geoghegan d2ec671092 Make _bt_killitems drop pins it acquired itself. 6 months ago
Tom Lane 6a4d93edad Don't reduce output request size on non-Unix-socket connections. 6 months ago
Robert Haas d59ff3be24 pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 7 months ago
Tom Lane 74637fb797 Doc: you must own the target object to use SECURITY LABEL. 7 months ago
Nathan Bossart efb3f16e0d doc: Remove notes about "unencrypted" passwords. 7 months ago
Tom Lane e76097124f Disallow "=" in names of reloptions and foreign-data options. 7 months ago
Tom Lane b898bb2a79 Run pgindent on the previous commit. 7 months ago
Tom Lane b56a92651a Fix edge-case resource leaks in PL/Python error reporting. 7 months ago
Dean Rasheed d6a3f3272f Fix MERGE into a plain inheritance parent table. 7 months ago
Nathan Bossart ddfcfb7cec Ensure we have a snapshot when updating various system catalogs. 7 months ago
Tom Lane 3c31594f55 Fix memory leakage in postgres_fdw's DirectModify code path. 7 months ago
Tom Lane 39b1d19071 Allow larger packets during GSSAPI authentication exchange. 7 months ago
Fujii Masao 405cca9daa Make XactLockTableWait() and ConditionalXactLockTableWait() interruptable more. 7 months ago
Álvaro Herrera 4620cd9c1c
Fix broken-FK-detection query in release notes 7 months ago
Tom Lane 09c9ae8f6d Avoid resource leaks when a dblink connection fails. 7 months ago
Michael Paquier 130300a154 pg_stat_statements: Fix parameter number gaps in normalized queries 7 months ago
Michael Paquier 4dc642e75f Adjust regex for test with opening parenthesis in character classes 7 months ago
Michael Paquier b3e99115e4 Fix conversion of SIMILAR TO regexes for character classes 7 months ago
Michael Paquier 6b0d69d343 Fix race condition in subscription TAP test 021_twophase 7 months ago
Fujii Masao 0f29022e05 doc: Fix documenation for snapshot export in logical decoding. 7 months ago
Tom Lane 13d21b48a3 Fix per-relation memory leakage in autovacuum. 7 months ago
Fujii Masao 0e0174b497 Fix incorrect WAL description for PREPARE TRANSACTION record. 7 months ago
Michael Paquier 009e8a85d3 doc: Clarify use of _ccnew and _ccold in REINDEX CONCURRENTLY 7 months ago
Heikki Linnakangas 72fe74ca53 Fix deparsing FETCH FIRST <expr> ROWS WITH TIES 7 months ago
Amit Kapila 9d1a623596 Don't retreat slot's confirmed_flush LSN. 7 months ago
Tom Lane 00652b3c9f Make our usage of memset_s() conform strictly to the C11 standard. 7 months ago
Daniel Gustafsson 113351ee17 Align organization wording in copyright statement 7 months ago
Richard Guo 666103090f Fix Assert failure in XMLTABLE parser 7 months ago
Daniel Gustafsson 7f1da18d67 Fix order of parameters in POD documentation 7 months ago
Álvaro Herrera d2d3cd056d
Fix comment of tsquerysend() 7 months ago
Tom Lane 793aa989f8 Skip RSA-PSS ssl test when using LibreSSL. 7 months ago
Tom Lane 00811a96ac Ooops ... add required configure support. 7 months ago
Tom Lane 1ddb9e14ea Centralize ssl tests' check for whether we're using LibreSSL. 7 months ago