summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2021-05-10Last-minute updates for release notes.Tom Lane
2021-05-09Release notes for 13.3, 12.7, 11.12, 10.17, 9.6.22.Tom Lane
2021-05-06Document lock level used by ALTER TABLE VALIDATE CONSTRAINTAlvaro Herrera
2021-04-30Doc: add an example of a self-referential foreign key to ddl.sgml.Tom Lane
2021-04-30Doc: update libpq's documentation for PQfn().Tom Lane
2021-04-28Doc: fix discussion of how to get real Julian Dates.Tom Lane
2021-04-26Doc: document EXTRACT(JULIAN ...), improve Julian Date explanation.Tom Lane
2021-04-23doc: Fix obsolete description about pg_basebackup.Fujii Masao
2021-04-09Fix typos and grammar in documentation and code commentsMichael Paquier
2021-04-02Clarify documentation of RESET ROLEJoe Conway
2021-04-02doc: Clarify how to generate backup files with non-exclusive backupsMichael Paquier
2021-04-02doc: mention that intervening major releases can be skippedBruce Momjian
2021-04-01doc: Clarify use of ACCESS EXCLUSIVE lock in various sectionsMichael Paquier
2021-03-31Add a docs section for obsoleted and renamed functions and settingsStephen Frost
2021-03-28doc: Define TLS as an acronymStephen Frost
2021-03-23Use correct spelling of statistics kindTomas Vondra
2021-03-17Prevent buffer overrun in read_tablespace_map().Tom Lane
2021-03-12Forbid marking an identity column as nullable.Tom Lane
2021-03-03Clarify the usage of max_replication_slots on the subscriber side.Amit Kapila
2021-02-26Doc: further clarify libpq's description of connection string URIs.Tom Lane
2021-02-24Fix some typos, grammar and style in docs and commentsMichael Paquier
2021-02-15Default to wal_sync_method=fdatasync on FreeBSD.Thomas Munro
2021-02-08Stamp 10.16.REL_10_16Tom Lane
2021-02-07Release notes for 13.2, 12.6, 11.11, 10.16, 9.6.21, 9.5.25.Tom Lane
2021-01-22Doc: improve directions for building on macOS.Tom Lane
2021-01-22Doc: remove misleading claim in documentation of PQreset().Tom Lane
2021-01-18doc: adjust alignment of doc file list for "pg_waldump.sgml"Bruce Momjian
2021-01-13Doc: clarify behavior of back-half options in pg_dump.Tom Lane
2021-01-12Doc: fix description of privileges needed for ALTER PUBLICATION.Tom Lane
2021-01-09doc: expand description of how non-SELECT queries are processedBruce Momjian
2021-01-07doc: Remove reference to recovery params for divergence lookup in pg_rewindMichael Paquier
2021-01-05doc: improve NLS instruction wordingBruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2021-01-01Doc: improve explanation of EXTRACT(EPOCH) for timestamp without tz.Tom Lane
2020-12-30Doc: spell out comparison behaviors for the date/time types.Tom Lane
2020-12-29doc: Improve some grammar and sentencesMichael Paquier
2020-12-21Remove "invalid concatenation of jsonb objects" error case.Tom Lane
2020-12-20Doc: fix description of how to use src/tutorial files.Tom Lane
2020-12-20Doc: improve description of pgbench script weights.Tom Lane
2020-12-16doc: clarify COPY TO for partitioning/inheritanceBruce Momjian
2020-12-08Doc: clarify that CREATE TABLE discards redundant unique constraints.Tom Lane
2020-12-08Doc: explain that the string types can't store \0 (ASCII NUL).Tom Lane
2020-12-03docs: list single-letter options first in command-line summaryBruce Momjian
2020-11-30Document concurrent indexes waiting on each otherAlvaro Herrera
2020-11-29Fix recently-introduced breakage in psql's \connect command.Tom Lane
2020-11-29Doc: clarify behavior of PQconnectdbParams().Tom Lane
2020-11-25doc: Fix typosPeter Eisentraut
2020-11-16doc: update bgwriter descriptionBruce Momjian
2020-11-16doc: clarify how to find pg_type_d.h in the install treeBruce Momjian
2020-11-16doc: adjust expression index analyze working some moreBruce Momjian