aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix possible omission of variable storage markers in ECPG.Tom Lane2022-09-09
* Reject bogus output from uuid_create(3).Tom Lane2022-09-09
* Choose FK name correctly during partition attachmentAlvaro Herrera2022-09-08
* Doc: clarify partitioned table limitationsDavid Rowley2022-09-05
* doc: Fix two queries related to jsonb functionsMichael Paquier2022-09-03
* doc: simplify docs about analyze and inheritance/partitionsBruce Momjian2022-09-02
* doc: clarify recursion internal behaviorBruce Momjian2022-09-02
* Doc: Update struct Trigger definition.Etsuro Fujita2022-09-02
* Fix some possibly latent bugs in slab.cDavid Rowley2022-09-01
* doc: in create statistics docs, mention analyze for parent infoBruce Momjian2022-08-31
* doc: mention "bloom" as a possible index access methodBruce Momjian2022-08-31
* doc: use FILTER in aggregate exampleBruce Momjian2022-08-31
* doc: clarify that pgcrypto's gen_random_uuid calls core func.Bruce Momjian2022-08-31
* 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