summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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-03First-draft release notes for 15.2.Tom Lane
2023-02-03doc: Fix XML formatting that psql cannot handlePeter Eisentraut
2023-02-02Doc: Abstract AF_UNIX sockets don't work on Windows.Thomas Munro
2023-01-31Doc: clarify use of NULL to drop comments and security labels.Tom Lane
2023-01-25doc: Fix network_ops -> inet_ops in SpGiST operator class listMichael Paquier
2023-01-14Doc: fix typo in backup.sgml.Tatsuo Ishii
2023-01-13doc: Simplify description of functions for pg_walinspectMichael Paquier
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-23Rework <warning> box about column list combining in logical replicationAlvaro Herrera
2022-12-23Fix event trigger exampleAlvaro Herrera
2022-12-13Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane
2022-12-09Update MERGE docs to mention that ONLY is supported.Dean Rasheed
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-01Doc: word-smith the discussion of secure schema usage patterns.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-13Doc: remove pg_prepared_statements.result_types from v15 docs.Tom Lane
2022-11-08Doc: improve tutorial section about grouped aggregates.Tom Lane
2022-11-07Last-minute updates for release notes.Tom Lane
2022-11-06Release notes for 15.1, 14.6, 13.9, 12.13, 11.18, 10.23.Tom Lane
2022-11-04First-draft release notes for 15.1.Tom Lane
2022-11-03docs: Improve pg_settings_get_flags docs.Tom Lane
2022-11-02doc: Fix some descriptions related to pg_ident_file_mappingsMichael Paquier
2022-11-01Remove incorrect name from release notesPeter Eisentraut
2022-10-25doc: Fix type of cursor_position in jsonlog tableMichael Paquier
2022-10-20Doc: fix outdated wording about parallel seq scansDavid Rowley
2022-10-19Rework shutdown callback of archiver modulesMichael Paquier
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: Fix description of replication command CREATE_REPLICATION_SLOTMichael Paquier
2022-10-12Doc: improve recommended systemd unit file.Tom Lane
2022-10-10Doc: update release date for v15.REL_15_0Tom Lane
2022-10-10Update list of acknowledgments in release notesPeter Eisentraut
2022-10-05relnotes: fix author namesBruce Momjian
2022-10-05doc: clarify description for log_startup_progress_intervalBruce Momjian
2022-10-03Doc: update v15 release notes.Tom Lane
2022-10-03Revert "Optimize order of GROUP BY keys".Tom Lane
2022-10-01doc: Fix some grammar and typosMichael Paquier
2022-09-30doc: Fix PQsslAttribute docs for compressionDaniel Gustafsson
2022-09-29Fix bogus behavior of PQsslAttribute(conn, "library").Tom Lane
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-27Fix pg_stat_statements for MERGEAlvaro Herrera