summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2020-04-02doc: remove comma, related to commit 92d31085e9Bruce Momjian
2020-03-31doc: remove mention of bitwise operators as solely type-limitedBruce Momjian
2020-03-31doc: clarify hierarchy of objects: global, db, schema, etc.Bruce Momjian
2020-03-31doc: restore wording from recent patch "rolled back to"Bruce Momjian
2020-03-31doc: clarify when row-level locks are releasedBruce Momjian
2020-03-31doc: add namespace column to pg_buffercache example queryBruce Momjian
2020-03-31doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROMBruce Momjian
2020-03-29Doc: correct misstatement about ltree label maximum length.Tom Lane
2020-03-28Protect against overflow of ltree.numlevel and lquery.numlevel.Tom Lane
2020-03-23Doc: explain that LIKE et al can be used in ANY (sub-select) etc.Tom Lane
2020-03-23Fix our getopt_long's behavior for a command line argument of just "-".Tom Lane
2020-03-23Doc: Fix type of some storage parameters in CREATE TABLE pageMichael Paquier
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-21docs: use alias in WHERE clause of full text search exampleBruce Momjian
2020-03-17Doc: clarify behavior of "anyrange" pseudo-type.Tom Lane
2020-03-17Avoid holding a directory FD open across assorted SRF calls.Tom Lane
2020-03-03Fix the name of the first WAL segment file, in docs.Fujii Masao
2020-02-12Doc: fix old oversights in GRANT/REVOKE documentation.Tom Lane
2020-02-11Document the pg_upgrade -j/--jobs option as taking an argumentPeter Eisentraut
2020-02-10Last-minute updates for release notes.Tom Lane
2020-02-10doc: Spell checkingAmit Kapila
2020-02-09Revert "docs: change "default role" wording to "predefined role""Tom Lane
2020-02-09Release notes for 12.2, 11.7, 10.12, 9.6.17, 9.5.21, 9.4.26.Tom Lane
2020-02-06Add note about access permission checks by inherited TRUNCATE and LOCK TABLE.Fujii Masao
2020-01-22Fix concurrent indexing operations with temporary tablesMichael Paquier
2020-01-14docs: change "default role" wording to "predefined role"Bruce Momjian
2020-01-10doc: Fix naming of SELinuxMichael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-27doc: add examples of creative use of unique expression indexesBruce Momjian
2019-12-27docs: clarify infinite range values from data-type infinitiesBruce Momjian
2019-12-21docs: clarify handling of column lists in COPY TO/FROMBruce Momjian
2019-12-20libpq should expose GSS-related parameters even when not implemented.Tom Lane
2019-12-11Doc: back-patch documentation about limitations of CHECK constraints.Tom Lane
2019-12-08Document search_path security with untrusted dbowner or CREATEROLE.Noah Misch
2019-11-19Doc: clarify use of RECURSIVE in WITH.Tom Lane
2019-11-19Doc: clarify behavior of ALTER DEFAULT PRIVILEGES ... IN SCHEMA.Tom Lane
2019-11-11Doc: fix ancient mistake, or at least obsolete info, in rules example.Tom Lane
2019-11-10Release notes for 12.1, 11.6, 10.11, 9.6.16, 9.5.20, 9.4.25.Tom Lane
2019-11-08postgres_fdw: Fix error message for PREPARE TRANSACTION.Etsuro Fujita
2019-11-07docs: clarify that only INSERT and UPDATE triggers can mod. NEWBruce Momjian
2019-11-06doc: fix plurality typo on bgwriter doc sentenceBruce Momjian
2019-11-05Change pg_restore -f- to dump to stdout instead of to ./-Alvaro Herrera
2019-10-24docs: fix wording of REFRESH CONCURRENTLY manual pageBruce Momjian
2019-10-16Doc: Fix various inconsistenciesMichael Paquier
2019-10-07docs: Improve A?synchronous Multimaster Replication descr.Bruce Momjian
2019-10-07docs: clarify that today/tomorrow/yesterday is at 00:00Bruce Momjian
2019-10-07doc: move mention of log_min_error_statement in a better spotBruce Momjian
2019-09-27Doc: clean up markup for jsonb_set and related functions.Tom Lane
2019-09-23Doc: clarify handling of duplicate elements in array containment tests.Tom Lane