Commit Graph

50662 Commits (3ccdeff7bf1971d4a4ecece02f3ba3ec64d4a3ad)
 

Author SHA1 Message Date
Tom Lane 3ccdeff7bf Doc: document possible need to raise kernel's somaxconn limit. 4 years ago
Tom Lane 384497f34d Doc: prefer sysctl to /proc/sys in docs and comments. 4 years ago
Amit Kapila 4985a45917 Add CHECK_FOR_INTERRUPTS while decoding changes. 4 years ago
Tom Lane 9f0073ef7d Fix subtly-incorrect matching of parent and child partitioned indexes. 4 years ago
Amit Kapila 1df86aac51 Fix replica identity check for a partitioned table. 4 years ago
Tatsuo Ishii dc9ed21a4f doc: fix wrong tag used in create sequence manual. 4 years ago
Tom Lane e37e9a6551 Add missing bad-PGconn guards in libpq entry points. 4 years ago
Michael Paquier bcf7eb99bb Fix outdated --help message for postgres -f 4 years ago
Tom Lane 9fe285f859 Preserve memory context of VarStringSortSupport buffers. 4 years ago
Tom Lane 4878ea717c Avoid misbehavior when hash_table_bytes < bucket_size. 4 years ago
Tom Lane 60f876317e Catch stack overflow when recursing in transformFromClauseItem(). 4 years ago
Peter Eisentraut 8b2638fdd4 Add missing fields to _outConstraint() 4 years ago
Peter Eisentraut 8e40d16e95 pg_upgrade: Fix some minor code issues 4 years ago
Bruce Momjian 1a2ad6e3bd doc: add missing role attributes to user management section 4 years ago
Bruce Momjian a9885f2c77 doc: add section about heap-only tuples (HOT) 4 years ago
Bruce Momjian a4a24feff4 doc: warn about security issues around log files 4 years ago
Bruce Momjian d1303bc977 doc: clarify configuration file for Windows builds 4 years ago
Bruce Momjian 1b30571a22 doc: document the CREATE INDEX "USING" clause 4 years ago
Bruce Momjian e1785d8d9f doc: clarify CREATE TABLE AS ... IF NOT EXISTS 4 years ago
Bruce Momjian 483c426abd doc: improve wal_level docs for the 'minimal' level 4 years ago
Bruce Momjian ec55acbda5 doc: clarify DROP EXTENSION dependent members text 4 years ago
Peter Eisentraut f70dfbf36f Fix _outConstraint() for "identity" constraints 4 years ago
Amit Kapila 5afa63f0ae Back-Patch "Add wait_for_subscription_sync for TAP tests." 4 years ago
Amit Kapila 547b963683 Fix catalog lookup with the wrong snapshot during logical decoding. 4 years ago
Tom Lane 71caf3c4da Fix handling of R/W expanded datums that are passed to SQL functions. 4 years ago
Tom Lane 4bc493d144 Stamp 13.8. 4 years ago
Tom Lane 22b205cbbd Stabilize output of new regression test. 4 years ago
Tom Lane 30523c0ca1 Last-minute updates for release notes. 4 years ago
Tom Lane 7e92f78abe In extensions, don't replace objects not belonging to the extension. 4 years ago
Alvaro Herrera 330c48b284
Translation updates 4 years ago
Tom Lane f339e5c1d4 Release notes for 14.5, 13.8, 12.12, 11.17, 10.22. 4 years ago
Alvaro Herrera 1626590f2e
Remove unportable use of timezone in recent test 4 years ago
Alvaro Herrera 8c5d9ccca9
Improve recently-added test reliability 4 years ago
Tom Lane 476f9d5330 Partially undo commit 94da73281. 4 years ago
Tom Lane c102d11067 Fix non-bulletproof ScalarArrayOpExpr code for extended statistics. 4 years ago
Alvaro Herrera c122a99bd6
Backpatch addition of .git-blame-ignore-revs 4 years ago
Alvaro Herrera de31e6f81e
BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checking 4 years ago
Noah Misch ad8ebcfe96 Add HINT for restartpoint race with KeepFileRestoredFromArchive(). 4 years ago
Alvaro Herrera d2a74621ed
regress: fix test instability 4 years ago
Alvaro Herrera ab85566301
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly 4 years ago
Tom Lane 23edf0e8b4 Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop. 4 years ago
Tom Lane 8d38ccafca Add proper regression test for the recent SRFs-in-pathkeys problem. 4 years ago
Tom Lane da4ed75881 Fix incorrect tests for SRFs in relation_can_be_sorted_early(). 4 years ago
Tom Lane b2694aebe3 Reduce test runtime of src/test/modules/snapshot_too_old. 4 years ago
Tom Lane 6b67db10c3 Be more wary about 32-bit integer overflow in pg_stat_statements. 4 years ago
Tom Lane 331f8b851c Check maximum number of columns in function RTEs, too. 4 years ago
Michael Paquier aadaaeff4c Fix error reporting after ioctl() call with pg_upgrade --clone 4 years ago
Andrew Dunstan b76e136ceb Fix new recovery test for log_error_verbosity=verbose case 4 years ago
Tom Lane ba2002d02c In transformRowExpr(), check for too many columns in the row. 4 years ago
Alvaro Herrera 7cfe688dee
Fix test instability 4 years ago