summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2022-04-22doc: Add links to tablesPeter Eisentraut
2022-04-21Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane
2022-04-21Standardize references to Zstandard as <productname>Alvaro Herrera
2022-04-21CREATE PUBLICATION ref: Minor tweaks to row filtersAlvaro Herrera
2022-04-20Allow db.schema.table patterns, but complain about random garbage.Robert Haas
2022-04-20Remove trailing whitespace from *.sgml files.Tom Lane
2022-04-20Doc: use "an SQL" consistently rather than "a SQL"David Rowley
2022-04-19Fix aggregate logging of pgbench.Tatsuo Ishii
2022-04-18Add additional documentation for row filters.Amit Kapila
2022-04-16Fix some trailing whitespace in documentation filesPeter Eisentraut
2022-04-14Reword text on ROW SHARE lock as acquired by SELECT FOR <lock>Alvaro Herrera
2022-04-13Docs: fix some spelling mistakes and also do some wordsmithingDavid Rowley
2022-04-13Docs: wording improvement for compute_query_id = regressDavid Rowley
2022-04-13Docs: tidy up various usages of the productname tagDavid Rowley
2022-04-13Rework compression options of pg_receivewalMichael Paquier
2022-04-13Docs: adjust wording about basebackup_to_shell's required_role GUCDavid Rowley
2022-04-12Docs: adjust pg_upgrade syntax to mark -B as optionalDavid Rowley
2022-04-12Doc: tweak textsearch.sgml for SEO purposes.Tom Lane
2022-04-12Docs: avoid confusing use of the word "synchronized"David Rowley
2022-04-12Doc: update description of random() function.Tom Lane
2022-04-12Fix documentation for pg_stat_recovery_prefetch.Thomas Munro
2022-04-12Fix grammatical errors and typos in logical replication docs.Amit Kapila
2022-04-11Tweak the default behavior of psql's \dconfig.Tom Lane
2022-04-11Doc build fix: remove tab from filelist.sgml.Jeff Davis
2022-04-11Improve readability of SQL/JSON documentation.Andrew Dunstan
2022-04-11Add color support for new frontend detail/hint messagesPeter Eisentraut
2022-04-11docs: Note the recovery_min_apply_delay bloats pg_wal.Robert Haas
2022-04-11Docs: Mention that relpersistence is for sequences now tooDavid Rowley
2022-04-11Docs: Fix various mistakes and typosDavid Rowley
2022-04-11doc: Clarify behavior of query planner locking with REINDEXMichael Paquier
2022-04-10Doc: fix typos in documentationDaniel Gustafsson
2022-04-10Doc: reformat descriptions of pgbench output formats.Tom Lane
2022-04-09Doc: shorten JSON_SERIALIZE example to avoid a PDF build warning.Tom Lane
2022-04-08Add JIT counters to pg_stat_statementsMagnus Hagander
2022-04-08Add contrib/pg_walinspect.Jeff Davis
2022-04-08pgstat: Update docs to match the shared memory stats reality.Andres Freund
2022-04-08pg_stat_statements: Track I/O timing for temporary file blocksMichael Paquier
2022-04-08Documentation for SQL/JSON featuresAndrew Dunstan
2022-04-08Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)Michael Paquier
2022-04-08Fix recovery_prefetch docs.Thomas Munro
2022-04-07psql: add \dconfig command to show server's configuration parameters.Tom Lane
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07doc: Fix man page whitespace issuesPeter Eisentraut
2022-04-07Unlogged sequencesPeter Eisentraut
2022-04-07Avoid <substeps> element in man pagesPeter Eisentraut
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-04-07Custom WAL Resource Managers.Jeff Davis
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-07Reorder subskiplsn in pg_subscription to avoid alignment issues.Amit Kapila
2022-04-06Add option --config-file to pg_rewindMichael Paquier