summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-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-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 11.17.REL_11_17Tom 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-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-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
2022-08-01Check maximum number of columns in function RTEs, too.Tom Lane
2022-07-29Fix new recovery test for log_error_verbosity=verbose caseAndrew Dunstan
2022-07-29In transformRowExpr(), check for too many columns in the row.Tom Lane
2022-07-29Fix test instabilityAlvaro Herrera
2022-07-28Fix replay of create database records on standbyAlvaro Herrera
2022-07-27Allow "in place" tablespaces.Alvaro Herrera
2022-07-26Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane
2022-07-21doc: use wording "restore" instead of "reload" of dumpsBruce Momjian
2022-07-21doc: clarify that auth. names are lower case and case-sensitiveBruce Momjian
2022-07-21Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane
2022-07-20Fix assertion failure and segmentation fault in backup code.Fujii Masao