summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-29Prevent WAL corruption after a standby promotion.Robert Haas
2022-08-28Doc: fix example of recursive query.Tom Lane
2022-08-27Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.Tom Lane
2022-08-26Fix typo in comment.Etsuro Fujita
2022-08-24Defend against stack overrun in a few more places.Tom Lane
2022-08-23Doc: document possible need to raise kernel's somaxconn limit.Tom Lane
2022-08-23Doc: prefer sysctl to /proc/sys in docs and comments.Tom Lane
2022-08-23Add CHECK_FOR_INTERRUPTS while decoding changes.Amit Kapila
2022-08-18Fix subtly-incorrect matching of parent and child partitioned indexes.Tom Lane
2022-08-16Fix replica identity check for a partitioned table.Amit Kapila
2022-08-16doc: fix wrong tag used in create sequence manual.Tatsuo Ishii
2022-08-15Add missing bad-PGconn guards in libpq entry points.Tom Lane
2022-08-15Fix outdated --help message for postgres -fMichael Paquier
2022-08-14Preserve memory context of VarStringSortSupport buffers.Tom Lane
2022-08-13Avoid misbehavior when hash_table_bytes < bucket_size.Tom Lane
2022-08-13Catch stack overflow when recursing in transformFromClauseItem().Tom Lane
2022-08-13Add missing fields to _outConstraint()Peter Eisentraut
2022-08-12pg_upgrade: Fix some minor code issuesPeter Eisentraut
2022-08-12doc: add missing role attributes to user management sectionBruce Momjian
2022-08-12doc: add section about heap-only tuples (HOT)Bruce Momjian
2022-08-12doc: warn about security issues around log filesBruce Momjian
2022-08-12doc: clarify configuration file for Windows buildsBruce Momjian
2022-08-12doc: document the CREATE INDEX "USING" clauseBruce Momjian
2022-08-12doc: clarify CREATE TABLE AS ... IF NOT EXISTSBruce Momjian
2022-08-12doc: improve wal_level docs for the 'minimal' levelBruce Momjian
2022-08-12doc: clarify DROP EXTENSION dependent members textBruce Momjian
2022-08-12Fix _outConstraint() for "identity" constraintsPeter Eisentraut
2022-08-12Back-Patch "Add wait_for_subscription_sync for TAP tests."Amit Kapila
2022-08-11Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila
2022-08-10Fix handling of R/W expanded datums that are passed to SQL functions.Tom Lane
2022-08-08Stamp 13.8.REL_13_8Tom Lane
2022-08-08Stabilize output of new regression test.Tom Lane
2022-08-08Last-minute updates for release notes.Tom Lane
2022-08-08In extensions, don't replace objects not belonging to the extension.Tom Lane
2022-08-08Translation updatesAlvaro Herrera
2022-08-07Release notes for 14.5, 13.8, 12.12, 11.17, 10.22.Tom Lane
2022-08-07Remove unportable use of timezone in recent testAlvaro Herrera
2022-08-06Improve recently-added test reliabilityAlvaro Herrera
2022-08-05Partially undo commit 94da73281.Tom Lane
2022-08-05Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.Tom Lane
2022-08-05Backpatch addition of .git-blame-ignore-revsAlvaro Herrera
2022-08-05BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checkingAlvaro Herrera
2022-08-05Add HINT for restartpoint race with KeepFileRestoredFromArchive().Noah Misch
2022-08-05regress: fix test instabilityAlvaro Herrera
2022-08-05Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera
2022-08-04Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop.Tom Lane
2022-08-04Add proper regression test for the recent SRFs-in-pathkeys problem.Tom Lane
2022-08-03Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane
2022-08-03Reduce test runtime of src/test/modules/snapshot_too_old.Tom Lane
2022-08-02Be more wary about 32-bit integer overflow in pg_stat_statements.Tom Lane