Commit Graph

57571 Commits (7e86da539d18bc29377a3882b9945dfbeb375f9c)
 

Author SHA1 Message Date
Michael Paquier 7e7059abfd Disable commit timestamps during bootstrap 2 months ago
Tom Lane d36980b715 Obtain required table lock during cross-table updates, redux. 2 months ago
Fujii Masao db51bdf975 doc: Update outdated descriptions of wal_status in pg_replication_slots. 2 months ago
Fujii Masao 4ef4b9ba77 doc: Remove incorrect note about wal_status in pg_replication_slots. 3 months ago
Michael Paquier 5c639523f7 Fix bug in archive streamer with LZ4 decompression 3 months ago
Peter Eisentraut 779f24c0b7 Update comment for IndexInfo.ii_NullsNotDistinct 3 months ago
Nathan Bossart d271b04dc6 Document pg_get_multixact_members(). 3 months ago
Tom Lane d25d392e89 Make sure IOV_MAX is defined. 3 months ago
Tom Lane 3a2617e4f0 Make safeguard against incorrect flags for fsync more portable. 3 months ago
Amit Langote d74231839a Fix typos in comments 3 months ago
Tom Lane c15798cf94 Obtain required table lock during cross-table constraint updates. 3 months ago
Nathan Bossart 01f26f5c2e Use correct DatumGet*() function in test_shm_mq_main(). 3 months ago
Melanie Plageman 13a449fc5d Remove unused check in heap_xlog_insert() 3 months ago
Dean Rasheed 5d4033a066 doc: Fix indentation of MERGE synopsis. 3 months ago
Amit Kapila a4a1f9ec0a Doc: Improve documentation of stream abort. 3 months ago
Michael Paquier d187cabdda Avoid scribbling of VACUUM options 3 months ago
Tom Lane 87c8ed3db1 Prevent excessive delays before launching new logrep workers. 3 months ago
Daniel Gustafsson abb487ad1e doc: Remove dead link to NewbieDoc Docbook Guide 3 months ago
Fujii Masao e5fcc6d14f doc: Fix incorrect UUID index entry in function documentation. 3 months ago
Peter Eisentraut 629cc16231 meson: Fix meson warning 3 months ago
Tom Lane 7a93bd5986 Doc: improve documentation about width_bucket(). 3 months ago
Tom Lane 1e24ea1603 Use SnapshotDirty when checking for conflicting index names. 3 months ago
Masahiko Sawada b2ae077205 Fix re-distributing previously distributed invalidation messages during logical decoding. 3 months ago
Alexander Korotkov cea8f2c3e4 Keep WAL segments by the flushed value of the slot's restart LSN 3 months ago
Peter Geoghegan c7f25feb38 Make _bt_killitems drop pins it acquired itself. 3 months ago
Tom Lane 3f37400cfb Don't reduce output request size on non-Unix-socket connections. 3 months ago
Robert Haas 169429264d pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 3 months ago
Tom Lane aad8bd6953 Doc: you must own the target object to use SECURITY LABEL. 3 months ago
Nathan Bossart 6e71b7a396 doc: Remove notes about "unencrypted" passwords. 3 months ago
Tom Lane ab758ec4d3 Disallow "=" in names of reloptions and foreign-data options. 4 months ago
Michael Paquier 5e6d561bc1 Use replay LSN as target for cascading logical WAL senders 4 months ago
Tom Lane ecc8fd2b77 Run pgindent on the previous commit. 4 months ago
Tom Lane 5c7fd59762 Fix edge-case resource leaks in PL/Python error reporting. 4 months ago
Dean Rasheed 3611794aff Fix MERGE into a plain inheritance parent table. 4 months ago
Nathan Bossart 24135398f1 Ensure we have a snapshot when updating various system catalogs. 4 months ago
Tom Lane 2b92dc4eeb Fix memory leakage in postgres_fdw's DirectModify code path. 4 months ago
Tom Lane ca70ee6ede Allow larger packets during GSSAPI authentication exchange. 4 months ago
Fujii Masao 63fa7caa95 Make XactLockTableWait() and ConditionalXactLockTableWait() interruptable more. 4 months ago
Álvaro Herrera db54be898a
Fix broken-FK-detection query in release notes 4 months ago
Tom Lane 8eef55db13 Avoid resource leaks when a dblink connection fails. 4 months ago
Michael Paquier 7e8b44f4e0 pg_stat_statements: Fix parameter number gaps in normalized queries 4 months ago
Michael Paquier 52d08620e4 Adjust regex for test with opening parenthesis in character classes 4 months ago
Michael Paquier e9e535d611 Fix conversion of SIMILAR TO regexes for character classes 4 months ago
Michael Paquier a7d3e32c8c Fix race condition in subscription TAP test 021_twophase 4 months ago
Fujii Masao dac37e3f3b doc: Fix documenation for snapshot export in logical decoding. 4 months ago
Tom Lane e087b5b794 Fix per-relation memory leakage in autovacuum. 4 months ago
Tom Lane ee58de1008 Fix memory leak in XMLSERIALIZE(... INDENT). 4 months ago
Fujii Masao 0d20635858 Fix incorrect WAL description for PREPARE TRANSACTION record. 4 months ago
Tom Lane 4b53cb493f Fix back-patching of memset_s() fixes. 4 months ago
Heikki Linnakangas 558ea446ae Fix cross-version upgrade test failure 4 months ago