summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2020-05-11Stamp 11.8.REL_11_8Tom Lane
2020-05-10Release notes for 12.3, 11.8, 10.13, 9.6.18, 9.5.22.Tom Lane
2020-05-08Fix inconsistency in pg_buffercache docs.Amit Kapila
2020-04-22docs: land height is "elevation", not "altitude"Bruce Momjian
2020-04-21Document partitiong tables ancillary object handling some moreAlvaro Herrera
2020-04-21Fix detaching partitions with cloned row triggersAlvaro Herrera
2020-04-21doc: change SGML markup "figure" to "example"Bruce Momjian
2020-04-10Doc: clarify locking requirements for ALTER TABLE ADD FOREIGN KEY.Tom Lane
2020-04-10Doc: sync CREATE GROUP syntax synopsis with CREATE ROLE.Tom Lane
2020-04-09Doc: improve documentation about ts_headline() function.Tom Lane
2020-04-02doc: remove unnecessary INNER keywordBruce Momjian
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: clarify which table creation is used for inheritance part.Bruce 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-18Correct the descriptions of recovery-related wait events in docs.Fujii Masao
2020-03-17Doc: clarify behavior of "anyrange" pseudo-type.Tom Lane
2020-03-17Use pkg-config, if available, to locate libxml2 during configure.Tom Lane
2020-03-17Avoid holding a directory FD open across assorted SRF calls.Tom Lane
2020-03-16Document pg_ls_*dir hiding of directories and special filesAlvaro Herrera
2020-03-13Doc: fix mistaken reference to "PG_ARGNULL_xxx()" macro.Tom Lane
2020-03-03Fix the name of the first WAL segment file, in docs.Fujii Masao
2020-02-28Doc: correct thinko in pg_buffercache documentation.Tom Lane
2020-02-26Fix docs regarding AFTER triggers on partitioned tablesAlvaro Herrera
2020-02-19Doc: discourage use of partial indexes for poor-man's-partitioning.Tom Lane
2020-02-17Add description about LogicalRewriteTruncate wait event into document.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-10Stamp 11.7.REL_11_7Tom Lane
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-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