Commit Graph

50671 Commits (6a6edc0c8b5f09ce77d0c3940252fd0450c2cb35)
 

Author SHA1 Message Date
Bruce Momjian 6a6edc0c8b doc: simplify WITH clause syntax in CREATE DATABASE 3 years ago
Tom Lane 45f7152b9b Prevent long-term memory leakage in autovacuum launcher. 3 years ago
Tom Lane f204ad3a2b In the Snowball dictionary, don't try to stem excessively-long words. 3 years ago
Tom Lane a94b019d44 On NetBSD, force dynamic symbol resolution at postmaster start. 3 years ago
Robert Haas 3f2701cda5 Prevent WAL corruption after a standby promotion. 3 years ago
Tom Lane 4079d91e1c Doc: fix example of recursive query. 3 years ago
Tom Lane 3f7323cbbd Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates. 3 years ago
Etsuro Fujita 7d50165755 Fix typo in comment. 3 years ago
Tom Lane 2d1f1523ce Defend against stack overrun in a few more places. 3 years ago
Tom Lane 3ccdeff7bf Doc: document possible need to raise kernel's somaxconn limit. 3 years ago
Tom Lane 384497f34d Doc: prefer sysctl to /proc/sys in docs and comments. 3 years ago
Amit Kapila 4985a45917 Add CHECK_FOR_INTERRUPTS while decoding changes. 3 years ago
Tom Lane 9f0073ef7d Fix subtly-incorrect matching of parent and child partitioned indexes. 3 years ago
Amit Kapila 1df86aac51 Fix replica identity check for a partitioned table. 3 years ago
Tatsuo Ishii dc9ed21a4f doc: fix wrong tag used in create sequence manual. 3 years ago
Tom Lane e37e9a6551 Add missing bad-PGconn guards in libpq entry points. 3 years ago
Michael Paquier bcf7eb99bb Fix outdated --help message for postgres -f 3 years ago
Tom Lane 9fe285f859 Preserve memory context of VarStringSortSupport buffers. 3 years ago
Tom Lane 4878ea717c Avoid misbehavior when hash_table_bytes < bucket_size. 3 years ago
Tom Lane 60f876317e Catch stack overflow when recursing in transformFromClauseItem(). 3 years ago
Peter Eisentraut 8b2638fdd4 Add missing fields to _outConstraint() 3 years ago
Peter Eisentraut 8e40d16e95 pg_upgrade: Fix some minor code issues 3 years ago
Bruce Momjian 1a2ad6e3bd doc: add missing role attributes to user management section 3 years ago
Bruce Momjian a9885f2c77 doc: add section about heap-only tuples (HOT) 3 years ago
Bruce Momjian a4a24feff4 doc: warn about security issues around log files 3 years ago
Bruce Momjian d1303bc977 doc: clarify configuration file for Windows builds 3 years ago
Bruce Momjian 1b30571a22 doc: document the CREATE INDEX "USING" clause 3 years ago
Bruce Momjian e1785d8d9f doc: clarify CREATE TABLE AS ... IF NOT EXISTS 3 years ago
Bruce Momjian 483c426abd doc: improve wal_level docs for the 'minimal' level 3 years ago
Bruce Momjian ec55acbda5 doc: clarify DROP EXTENSION dependent members text 3 years ago
Peter Eisentraut f70dfbf36f Fix _outConstraint() for "identity" constraints 3 years ago
Amit Kapila 5afa63f0ae Back-Patch "Add wait_for_subscription_sync for TAP tests." 3 years ago
Amit Kapila 547b963683 Fix catalog lookup with the wrong snapshot during logical decoding. 3 years ago
Tom Lane 71caf3c4da Fix handling of R/W expanded datums that are passed to SQL functions. 3 years ago
Tom Lane 4bc493d144 Stamp 13.8. 3 years ago
Tom Lane 22b205cbbd Stabilize output of new regression test. 3 years ago
Tom Lane 30523c0ca1 Last-minute updates for release notes. 3 years ago
Tom Lane 7e92f78abe In extensions, don't replace objects not belonging to the extension. 3 years ago
Alvaro Herrera 330c48b284
Translation updates 3 years ago
Tom Lane f339e5c1d4 Release notes for 14.5, 13.8, 12.12, 11.17, 10.22. 3 years ago
Alvaro Herrera 1626590f2e
Remove unportable use of timezone in recent test 3 years ago
Alvaro Herrera 8c5d9ccca9
Improve recently-added test reliability 3 years ago
Tom Lane 476f9d5330 Partially undo commit 94da73281. 3 years ago
Tom Lane c102d11067 Fix non-bulletproof ScalarArrayOpExpr code for extended statistics. 3 years ago
Alvaro Herrera c122a99bd6
Backpatch addition of .git-blame-ignore-revs 3 years ago
Alvaro Herrera de31e6f81e
BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checking 3 years ago
Noah Misch ad8ebcfe96 Add HINT for restartpoint race with KeepFileRestoredFromArchive(). 3 years ago
Alvaro Herrera d2a74621ed
regress: fix test instability 3 years ago
Alvaro Herrera ab85566301
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly 3 years ago
Tom Lane 23edf0e8b4 Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop. 3 years ago