summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-01doc: in create statistics docs, mention analyze for parent infoBruce Momjian
2022-09-01doc: mention "bloom" as a possible index access methodBruce Momjian
2022-09-01doc: use FILTER in aggregate exampleBruce Momjian
2022-09-01Port regress-python3-mangle.mk to Solaris "sed", redux.Tom Lane
2022-09-01doc: warn of SECURITY DEFINER schemas for non-sql_body functionsBruce Momjian
2022-09-01doc: mention that SET TIME ZONE often needs to be quotedBruce Momjian
2022-08-31doc: document the maximum char/varchar length valueBruce Momjian
2022-08-31doc: show direction is optional in FETCH/MOVE's FROM/IN syntaxBruce Momjian
2022-08-31doc: simplify WITH clause syntax in CREATE DATABASEBruce Momjian
2022-08-31Prevent long-term memory leakage in autovacuum launcher.Tom Lane
2022-08-31In the Snowball dictionary, don't try to stem excessively-long words.Tom Lane
2022-08-30On NetBSD, force dynamic symbol resolution at postmaster start.Tom Lane
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-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: 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 10.22.REL_10_22Tom 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-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