summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2023-05-07Release notes for 15.3, 14.8, 13.11, 12.15, 11.20.Tom Lane
2023-05-02Doc: clarify behavior of row-limit arguments in the PLs' SPI wrappers.Tom Lane
2023-04-23Validate ltree siglen GiST option to be int-alignedAlexander Korotkov
2023-04-14doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSSL 1.1.0+Daniel Gustafsson
2023-04-05doc: Update error messages in RLS examplesJohn Naylor
2023-04-04doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit}Michael Paquier
2023-03-27doc: Fix XML_CATALOG_FILES env var for Apple Silicon machinesDaniel Gustafsson
2023-03-22doc: Add description of some missing monitoring functionsMichael Paquier
2023-03-18Doc: fix documentation example for bytea hex output format.Tom Lane
2023-03-17Fix pg_dump for hash partitioning on enum columns.Tom Lane
2023-02-08Stop recommending auto-download of DTD files, and indeed disable it.Tom Lane
2023-02-06Last-minute updates for release notes.Tom Lane
2023-02-05Release notes for 15.2, 14.7, 13.10, 12.14, 11.19.Tom Lane
2023-02-03doc: Fix XML formatting that psql cannot handlePeter Eisentraut
2023-01-31Doc: clarify use of NULL to drop comments and security labels.Tom Lane
2023-01-03Improve documentation of the CREATEROLE attibute.Robert Haas
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-23Fix event trigger exampleAlvaro Herrera
2022-12-13Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane
2022-12-05doc: Add missing <varlistentry> markups for developer GUCsMichael Paquier
2022-12-01Doc: add example of round(v, s) with negative s.Tom Lane
2022-12-01revert: add transaction processing chapter with internals infoBruce Momjian
2022-11-30doc: add transaction processing chapter with internals infoBruce Momjian
2022-11-21Replace link to Hunspell with the current homepageDaniel Gustafsson
2022-11-08Doc: improve tutorial section about grouped aggregates.Tom 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-05Doc: clarify partitioned table limitationsDavid Rowley
2022-09-03doc: Fix two queries related to jsonb functionsMichael Paquier
2022-09-03doc: simplify docs about analyze and inheritance/partitionsBruce Momjian
2022-09-03doc: clarify recursion internal behaviorBruce Momjian
2022-09-02Doc: Update struct Trigger definition.Etsuro Fujita
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: clarify that pgcrypto's gen_random_uuid calls core func.Bruce Momjian
2022-09-01doc: split out the NATURAL/CROSS JOIN in SELECT syntaxBruce 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