summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Last-minute updates for release notes.Tom Lane2021-05-101-0/+64
* Release notes for 13.3, 12.7, 11.12, 10.17, 9.6.22.Tom Lane2021-05-091-0/+858
* Document lock level used by ALTER TABLE VALIDATE CONSTRAINTAlvaro Herrera2021-05-061-0/+3
* Doc: add an example of a self-referential foreign key to ddl.sgml.Tom Lane2021-04-301-2/+26
* Doc: update libpq's documentation for PQfn().Tom Lane2021-04-301-3/+23
* Improve documentation for default_tablespace on partitioned tablesAlvaro Herrera2021-04-291-2/+9
* Doc: fix discussion of how to get real Julian Dates.Tom Lane2021-04-281-7/+7
* Doc: document EXTRACT(JULIAN ...), improve Julian Date explanation.Tom Lane2021-04-262-7/+61
* doc: Fix obsolete description about pg_basebackup.Fujii Masao2021-04-231-2/+8
* doc: Fix typo in example query of SQL/JSONMichael Paquier2021-04-161-1/+1
* Fix typos and grammar in documentation and code commentsMichael Paquier2021-04-093-4/+4
* Clarify documentation of RESET ROLEJoe Conway2021-04-021-3/+10
* doc: Clarify how to generate backup files with non-exclusive backupsMichael Paquier2021-04-021-1/+2
* doc: mention that intervening major releases can be skippedBruce Momjian2021-04-011-3/+3
* doc: Clarify use of ACCESS EXCLUSIVE lock in various sectionsMichael Paquier2021-04-019-21/+31
* Add a docs section for obsoleted and renamed functions and settingsStephen Frost2021-03-3110-6/+198
* doc: Define TLS as an acronymStephen Frost2021-03-281-0/+10
* Document lock obtained during partition detachAlvaro Herrera2021-03-251-0/+2
* Use correct spelling of statistics kindTomas Vondra2021-03-231-1/+1
* Prevent buffer overrun in read_tablespace_map().Tom Lane2021-03-171-2/+8
* Forbid marking an identity column as nullable.Tom Lane2021-03-121-0/+1
* Doc: improve introductory information about procedures.Tom Lane2021-03-103-20/+55
* Clarify the usage of max_replication_slots on the subscriber side.Amit Kapila2021-03-032-5/+16
* Doc: further clarify libpq's description of connection string URIs.Tom Lane2021-02-261-11/+26
* doc: Mention PGDATABASE as supported by pgbenchMichael Paquier2021-02-251-0/+13
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-246-7/+7
* Fix typoMagnus Hagander2021-02-171-1/+1
* Default to wal_sync_method=fdatasync on FreeBSD.Thomas Munro2021-02-151-1/+1
* Last-minute updates for release notes.Tom Lane2021-02-081-1/+25
* Release notes for 13.2, 12.6, 11.11, 10.16, 9.6.21, 9.5.25.Tom Lane2021-02-071-0/+1487
* Document behavior of the .** jsonpath accessor in the lax modeAlexander Korotkov2021-01-291-0/+18
* doc: Remove reference to views for TRUNCATE privilegeMichael Paquier2021-01-271-1/+1
* Doc: improve directions for building on macOS.Tom Lane2021-01-221-1/+25
* Doc: remove misleading claim in documentation of PQreset().Tom Lane2021-01-221-3/+3
* doc: adjust alignment of doc file list for "pg_waldump.sgml"Bruce Momjian2021-01-181-1/+1
* Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera2021-01-141-1/+12
* Call out vacuum considerations in create index docsAlvaro Herrera2021-01-132-0/+12
* Disallow a digit as the first character of a variable name in pgbench.Tom Lane2021-01-131-1/+1
* Doc: clarify behavior of back-half options in pg_dump.Tom Lane2021-01-131-10/+10
* Doc: fix description of privileges needed for ALTER PUBLICATION.Tom Lane2021-01-121-1/+2
* doc: expand description of how non-SELECT queries are processedBruce Momjian2021-01-091-20/+30
* doc: Remove reference to recovery params for divergence lookup in pg_rewindMichael Paquier2021-01-071-6/+4
* doc: Fix description about default behavior of recovery_target_timeline.Fujii Masao2021-01-061-6/+7
* doc: improve NLS instruction wordingBruce Momjian2021-01-051-2/+2
* Update copyright for 2021Bruce Momjian2021-01-021-3/+3
* Doc: improve explanation of EXTRACT(EPOCH) for timestamp without tz.Tom Lane2021-01-011-3/+16
* Doc: spell out comparison behaviors for the date/time types.Tom Lane2020-12-301-2/+18
* Fix up usage of krb_server_keyfile GUC parameter.Tom Lane2020-12-302-8/+10
* doc: Improve some grammar and sentencesMichael Paquier2020-12-292-2/+2
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-284-75/+121