aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* doc: split out the NATURAL/CROSS JOIN in SELECT syntaxBruce Momjian2022-08-31
* doc: warn of SECURITY DEFINER schemas for non-sql_body functionsBruce Momjian2022-08-31
* doc: mention that SET TIME ZONE often needs to be quotedBruce Momjian2022-08-31
* doc: document the maximum char/varchar length valueBruce Momjian2022-08-31
* doc: show direction is optional in FETCH/MOVE's FROM/IN syntaxBruce Momjian2022-08-31
* doc: simplify WITH clause syntax in CREATE DATABASEBruce Momjian2022-08-31
* Prevent long-term memory leakage in autovacuum launcher.Tom Lane2022-08-31
* In the Snowball dictionary, don't try to stem excessively-long words.Tom Lane2022-08-31
* On NetBSD, force dynamic symbol resolution at postmaster start.Tom Lane2022-08-30
* Prevent WAL corruption after a standby promotion.Robert Haas2022-08-29
* Doc: fix example of recursive query.Tom Lane2022-08-28
* Use correct connection for cancellation in frontend's parallel slotsMichael Paquier2022-08-27
* Fix typo in comment.Etsuro Fujita2022-08-26
* Defend against stack overrun in a few more places.Tom Lane2022-08-24
* Doc: document possible need to raise kernel's somaxconn limit.Tom Lane2022-08-23
* Doc: prefer sysctl to /proc/sys in docs and comments.Tom Lane2022-08-23
* Add CHECK_FOR_INTERRUPTS while decoding changes.Amit Kapila2022-08-23
* Fix subtly-incorrect matching of parent and child partitioned indexes.Tom Lane2022-08-18
* Fix assert in logicalmsg_descTomas Vondra2022-08-17
* doc: Remove reference to tty libpq connstring paramDaniel Gustafsson2022-08-16
* Fix replica identity check for a partitioned table.Amit Kapila2022-08-16
* doc: fix wrong tag used in create sequence manual.Tatsuo Ishii2022-08-16
* Add missing bad-PGconn guards in libpq entry points.Tom Lane2022-08-15
* Fix outdated --help message for postgres -fMichael Paquier2022-08-15
* Preserve memory context of VarStringSortSupport buffers.Tom Lane2022-08-14
* Avoid misbehavior when hash_table_bytes < bucket_size.Tom Lane2022-08-13
* Catch stack overflow when recursing in transformFromClauseItem().Tom Lane2022-08-13
* Add missing fields to _outConstraint()Peter Eisentraut2022-08-13
* pg_upgrade: Fix some minor code issuesPeter Eisentraut2022-08-13
* doc: add missing role attributes to user management sectionBruce Momjian2022-08-12
* doc: add section about heap-only tuples (HOT)Bruce Momjian2022-08-12
* doc: warn about security issues around log filesBruce Momjian2022-08-12
* doc: clarify configuration file for Windows buildsBruce Momjian2022-08-12
* doc: document the CREATE INDEX "USING" clauseBruce Momjian2022-08-12
* doc: clarify CREATE TABLE AS ... IF NOT EXISTSBruce Momjian2022-08-12
* doc: improve wal_level docs for the 'minimal' levelBruce Momjian2022-08-12
* doc: clarify DROP EXTENSION dependent members textBruce Momjian2022-08-12
* Fix _outConstraint() for "identity" constraintsPeter Eisentraut2022-08-12
* Back-Patch "Add wait_for_subscription_sync for TAP tests."Amit Kapila2022-08-12
* Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila2022-08-11
* Fix handling of R/W expanded datums that are passed to SQL functions.Tom Lane2022-08-10
* Stamp 14.5.REL_14_5Tom Lane2022-08-08
* Stabilize output of new regression test.Tom Lane2022-08-08
* Last-minute updates for release notes.Tom Lane2022-08-08
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-08
* Translation updatesAlvaro Herrera2022-08-08
* Release notes for 14.5, 13.8, 12.12, 11.17, 10.22.Tom Lane2022-08-07
* Remove unportable use of timezone in recent testAlvaro Herrera2022-08-07
* Improve recently-added test reliabilityAlvaro Herrera2022-08-06
* First-draft release notes for 14.5.Tom Lane2022-08-05