summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2020-02-09Release notes for 12.2, 11.7, 10.12, 9.6.17, 9.5.21, 9.4.26.Tom Lane
2020-02-07First-draft release notes for 12.2.Tom Lane
2020-02-07Fix TRUNCATE .. CASCADE on partitionsAlvaro Herrera
2020-02-06Add note about access permission checks by inherited TRUNCATE and LOCK TABLE.Fujii Masao
2020-02-05ALTER SUBSCRIPTION / REFRESH docs: explain copy_dataAlvaro Herrera
2020-02-05Add note about how each partition's default value is treated, into the doc.Fujii Masao
2020-01-30Fix slot data persistency when advancing physical replication slotsMichael Paquier
2020-01-24Doc: Fix list of storage parameters available for ALTER TABLEMichael Paquier
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-09doc: Add link to upgrading chapter to release notesPeter Eisentraut
2020-01-05Docs: use more standard terminology "round-to-nearest-even" instead of "round...Tatsuo Ishii
2020-01-03Fix typos in parallel query docs.Amit Kapila
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-19Doc: add a short summary of available authentication methods.Tom Lane
2019-12-10Fix handling of multiple AFTER ROW triggers on a foreign table.Etsuro Fujita
2019-12-08Document search_path security with untrusted dbowner or CREATEROLE.Noah Misch
2019-12-08Doc: improve documentation about run-time pruning's effects on EXPLAIN.Tom Lane
2019-11-24doc: Fix whitespace in syntax.Thomas Munro
2019-11-20Remove incorrect markupMagnus Hagander
2019-11-20Doc: fix minor typo in func.sgml.Tatsuo Ishii
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-15Doc: in v12 release notes, explain how to replace uses of consrc and adsrc.Tom Lane
2019-11-13Avoid downcasing/truncation of RADIUS authentication parameters.Tom Lane
2019-11-13docs: clarify that only INSERT and UPDATE triggers can mod. NEWBruce Momjian
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-09doc: Clarify documentation about SSL passphrasesPeter Eisentraut
2019-11-09doc: Further tweak recovery parameters documentationPeter Eisentraut
2019-11-09First-draft release notes for 12.1.Tom Lane
2019-11-08postgres_fdw: Fix error message for PREPARE TRANSACTION.Etsuro Fujita
2019-11-06Document log_transaction_sample_rate as superuser-onlyTomas Vondra
2019-11-06Sync our DTrace infrastructure with c.h's definition of type bool.Tom Lane
2019-11-06doc: fix for plurality typo on bgwriter doc sentenceBruce Momjian
2019-11-06doc: fix plurality typo on bgwriter doc sentenceBruce Momjian
2019-11-05Doc: Clarify locks taken when using ALTER TABLE ATTACH PARTITIONMichael Paquier
2019-11-05Doc: Improve description around ALTER TABLE ATTACH PARTITIONMichael Paquier
2019-10-30relnotes: PG 12, mention change in libpq parameter parsingBruce Momjian
2019-10-28Doc: Add missing step for pg_stat_progress_clusterMichael Paquier
2019-10-26Doc: improve documentation of configuration settings that have units.Tom Lane
2019-10-24docs: fix wording of REFRESH CONCURRENTLY manual pageBruce Momjian
2019-10-18Make crash recovery ignore recovery_min_apply_delay setting.Fujii Masao
2019-10-16Doc: Fix incorrect contributor name in release notesMichael Paquier
2019-10-16Doc: Fix various inconsistenciesMichael Paquier