Commit Graph

59549 Commits (0807a4656edcfdc2f900bc070a4a8592a0a7f880)
 

Author SHA1 Message Date
Álvaro Herrera 0807a4656e
pg_upgrade: Add missing newline in error message 10 months ago
Álvaro Herrera b8b2e60527
pg_upgrade: check for inconsistencies in not-null constraints w/inheritance 10 months ago
Michael Paquier ae20c105f0 Disable commit timestamps during bootstrap 10 months ago
Tom Lane 6d4395b402 Obtain required table lock during cross-table updates, redux. 10 months ago
Fujii Masao ba9201b57b doc: Update outdated descriptions of wal_status in pg_replication_slots. 10 months ago
Fujii Masao 27224e660a doc: Remove incorrect note about wal_status in pg_replication_slots. 10 months ago
Tom Lane 445bd37b19 Correctly copy the target host identification in PQcancelCreate. 10 months ago
Masahiko Sawada 792238c8b4 Fix missing FSM vacuum opportunities on tables without indexes. 10 months ago
Michael Paquier 0740034318 Fix bug in archive streamer with LZ4 decompression 10 months ago
Peter Eisentraut c6d0ef160e Update comment for IndexInfo.ii_NullsNotDistinct 10 months ago
Nathan Bossart f5551538bc Document pg_get_multixact_members(). 10 months ago
Peter Eisentraut 9d14d40ec5 Fix outdated comment for IndexInfo 10 months ago
Tom Lane 0991249d7a Make sure IOV_MAX is defined. 10 months ago
Tom Lane 29c54ea7b4 Make safeguard against incorrect flags for fsync more portable. 10 months ago
Amit Langote 98749132e8 Fix typos in comments 10 months ago
Daniel Gustafsson d32933cea5 doc: Fix typo in pg_sync_replication_slots documentation 10 months ago
Tom Lane bbfcbc4cde Obtain required table lock during cross-table constraint updates. 10 months ago
Nathan Bossart 07402e370e Use correct DatumGet*() function in test_shm_mq_main(). 10 months ago
Melanie Plageman 40c9b4d8da Remove unused check in heap_xlog_insert() 10 months ago
Dean Rasheed 457f1a9203 doc: Fix indentation of MERGE synopsis. 10 months ago
Amit Kapila a0e7e9799c Doc: Improve documentation of stream abort. 10 months ago
Michael Paquier 2e0b5d252b Avoid scribbling of VACUUM options 10 months ago
Tom Lane 9f33300e69 Prevent excessive delays before launching new logrep workers. 10 months ago
Melanie Plageman 2c0bc47657 Test that vacuum removes tuples older than OldestXmin 10 months ago
Daniel Gustafsson 805b85027a doc: Remove dead link to NewbieDoc Docbook Guide 10 months ago
Fujii Masao 589c5f8356 doc: Fix incorrect UUID index entry in function documentation. 10 months ago
Peter Eisentraut 2499c3490b meson: Fix meson warning 11 months ago
Tom Lane 9575e540f6 Doc: improve documentation about width_bucket(). 11 months ago
Tom Lane fdd8269223 Use SnapshotDirty when checking for conflicting index names. 11 months ago
Alexander Korotkov 5ed50f9386 Improve runtime and output of tests for replication slots checkpointing. 11 months ago
Jeff Davis 0f5ac7f321 Correct docs about partitions and EXCLUDE constraints. 11 months ago
Amit Kapila 25505082f0 Improve log messages and docs for slot synchronization. 11 months ago
Masahiko Sawada 45c357e0e8 Fix re-distributing previously distributed invalidation messages during logical decoding. 11 months ago
Alexander Korotkov 32ab0fd55d Add TAP tests to check replication slot advance during the checkpoint 11 months ago
Alexander Korotkov 2090edc6f3 Keep WAL segments by the flushed value of the slot's restart LSN 11 months ago
Peter Geoghegan 40aa5ddea1 Make _bt_killitems drop pins it acquired itself. 11 months ago
Tom Lane 30e0d9ee90 Don't reduce output request size on non-Unix-socket connections. 11 months ago
Tom Lane 839802792f pg_restore: fix incompatibility with old directory-format dumps. 11 months ago
Nathan Bossart 65145d0955 Fixed signed/unsigned mismatch in test_dsm_registry. 11 months ago
Robert Haas e4b8f925a9 pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 11 months ago
Tom Lane 767d38e2c0 Doc: you must own the target object to use SECURITY LABEL. 11 months ago
Nathan Bossart 002938f15c doc: Remove notes about "unencrypted" passwords. 11 months ago
Tom Lane d4046125dd Disallow "=" in names of reloptions and foreign-data options. 11 months ago
Michael Paquier 87be749c71 Use replay LSN as target for cascading logical WAL senders 11 months ago
Tom Lane 6f724fcf81 Run pgindent on the previous commit. 11 months ago
Tom Lane 7559a16e23 Fix edge-case resource leaks in PL/Python error reporting. 11 months ago
Dean Rasheed ab52f6b5bf Fix MERGE into a plain inheritance parent table. 11 months ago
Nathan Bossart fe8ea7a2a8 Ensure we have a snapshot when updating various system catalogs. 11 months ago
Tom Lane 9339c85afc Fix memory leakage in postgres_fdw's DirectModify code path. 11 months ago
Tom Lane 8b0aa7a6b7 Allow larger packets during GSSAPI authentication exchange. 11 months ago