summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2019-06-13Doc: improve description of allowed spellings for Boolean input.Tom Lane
2019-06-01Fix documentation of check_option in information_schema.viewsMichael Paquier
2019-05-20Fix some grammar in documentation of spgistMichael Paquier
2019-05-13Doc: Refer to line pointers as item identifiers.Peter Geoghegan
2019-05-08Fix documentation for the privileges required for replication functions.Fujii Masao
2019-05-06Last-minute updates for release notes.Tom Lane
2019-05-05Release notes for 11.3, 10.8, 9.6.13, 9.5.17, 9.4.22.Tom Lane
2019-04-27Correct the URL pointing to PL/RJoe Conway
2019-04-17docs: clarify pg_upgrade's recovery behaviorBruce Momjian
2019-04-11doc: adjust libpq wording to be neither/norBruce Momjian
2019-03-25Doc: clarify that REASSIGN OWNED doesn't handle default privileges.Tom Lane
2019-03-23Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane
2019-03-09Simplify release-note links to back branches.Tom Lane
2019-02-28Improve documentation of data_sync_retryMichael Paquier
2019-02-17Fix documentation for dblink_error_message() return valueJoe Conway
2019-02-10Release notes for 11.2, 10.7, 9.6.12, 9.5.16, 9.4.21.Tom Lane
2019-02-08Doc: fix thinko in description of how to escape a backslash in bytea.Tom Lane
2019-02-05Doc: in each release branch, keep only that branch's own release notes.Tom Lane
2019-02-03Add PG_CFLAGS, PG_CXXFLAGS, and PG_LDFLAGS variables to PGXSMichael Paquier
2019-01-26Allow UNLISTEN in hot-standby mode.Tom Lane
2019-01-17Replace references to mailinglists with @lists.postgresql.orgMagnus Hagander
2019-01-17Remove references to MajordomoMagnus Hagander
2019-01-08Doc: update our docs about kernel IPC parameters on *BSD.Tom Lane
2019-01-07doc: document that INFO messages always go to client.Andrew Gierth
2019-01-05doc: Update RFC URLsMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-20Doc: fix ancient mistake in search_path documentation.Tom Lane
2018-12-18Update project link of pgBadger in documentationMichael Paquier
2018-12-11Doc: improve documentation about ALTER LARGE OBJECT requirements.Tom Lane
2018-11-29Document handling of invalid/ambiguous timestamp input near DST boundaries.Tom Lane
2018-11-27doc: fix wording for plpgsql, add "and"Bruce Momjian
2018-11-26Revert "Fix typo in documentation of toast storage"Michael Paquier
2018-11-26Fix typo in documentation of toast storageMichael Paquier
2018-11-21doc: adjust time zone names text, v2Bruce Momjian
2018-11-21doc: adjust time zone names textBruce Momjian
2018-11-20doc: Clarify CREATE TYPE ENUM documentationPeter Eisentraut
2018-11-19PANIC on fsync() failure.Thomas Munro
2018-11-14Doc: remove claim that all \pset format options are unique in 1 letter.Tom Lane
2018-11-08Disallow setting client_min_messages higher than ERROR.Tom Lane
2018-11-04Release notes for 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, 9.3.25.Tom Lane
2018-11-02Yet further rethinking of build changes for macOS Mojave.Tom Lane
2018-11-02docs: adjust simpler language for NULL return from ANY/ALLBruce Momjian
2018-11-02GUC: adjust effective_cache_size docs and SQL descriptionBruce Momjian
2018-11-02Fix some spelling errors in the documentationMagnus Hagander
2018-11-02doc: use simpler language for NULL return from ANY/ALLBruce Momjian
2018-10-31Fix memory leak in repeated SPGIST index scans.Tom Lane
2018-10-29Fix missing whitespace in pg_dump ref pageMagnus Hagander
2018-10-02Fix documentation of pgrowlocks using "lock_type" instead of "modes"Michael Paquier
2018-09-21docs: remove use of escape strings and use bytea hex outputBruce Momjian
2018-09-13doc: Update broken linksPeter Eisentraut