summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2022-11-07Stamp 10.23.REL_10_23Tom Lane
2022-11-06Release notes for 15.1, 14.6, 13.9, 12.13, 11.18, 10.23.Tom Lane
2022-10-17doc: move the mention of aggregate JSON functions up in sectionBruce Momjian
2022-10-17doc: warn pg_stat_reset() can cause vacuum/analyze problemsBruce Momjian
2022-10-13Fix typo in CREATE PUBLICATION reference pageAlvaro Herrera
2022-10-12Doc: improve recommended systemd unit file.Tom Lane
2022-09-30doc: Fix PQsslAttribute docs for compressionDaniel Gustafsson
2022-09-28doc: clarify internal behavior of RECURSIVE CTE queriesBruce Momjian
2022-09-28revert "warn of SECURITY DEFINER schemas for non-sql_body funcs"Bruce Momjian
2022-09-22docs: Fix snapshot name in SET TRANSACTION docs.Fujii Masao
2022-09-12doc: Fix link to FreeBSD documentation projectDaniel Gustafsson
2022-09-09Reject bogus output from uuid_create(3).Tom Lane
2022-09-03doc: simplify docs about analyze and inheritance/partitionsBruce Momjian
2022-09-03doc: clarify recursion internal behaviorBruce Momjian
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-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-28Doc: fix example of recursive query.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-16doc: fix wrong tag used in create sequence manual.Tatsuo Ishii
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-08Stamp 10.22.REL_10_22Tom 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-07Release notes for 14.5, 13.8, 12.12, 11.17, 10.22.Tom Lane
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: clarify that auth. names are lower case and case-sensitiveBruce Momjian
2022-07-14pg_upgrade doc: mention that replication slots must be recreatedBruce Momjian
2022-07-14doc: clarify the behavior of identically-named savepointsBruce Momjian
2022-07-14doc: clarify that "excluded" ON CONFLICT is a single rowBruce Momjian
2022-07-14doc: mention that INSERT can block because of unique indexesBruce Momjian
2022-07-14doc: mention the pg_locks lock names in parenthesesBruce Momjian
2022-06-22doc: improve wording of plpgsql RAISE format textBruce Momjian
2022-06-22doc: clarify wording about phantom readsBruce Momjian
2022-06-14Doc: clarify the default collation behavior of domains.Tom Lane
2022-06-10Revert "Fix psql's single transaction mode on client-side errors with -c/-f s...Tom Lane
2022-06-06Fix psql's single transaction mode on client-side errors with -c/-f switchesMichael Paquier
2022-06-03Doc: fix incorrect bit-reversal in example of macaddr formatting.Tom Lane
2022-05-31Doc: fix mention of pg_dump's minimum supported server version.Tom Lane