summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/postgres-ref.sgml
AgeCommit message (Expand)Author
2022-11-21Provide options for postmaster to kill child processes with SIGABRT.Tom Lane
2021-09-21Introduce GUC shared_memory_size_in_huge_pagesMichael Paquier
2021-09-16Support "postgres -C" with runtime-computed GUCsMichael Paquier
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-11-10Remove -o option to postmasterMagnus Hagander
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-08-31doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian
2020-07-29Add hash_mem_multiplier GUC.Peter Geoghegan
2020-05-11Doc: fix "Unresolved ID reference" warnings, clean up man page cross-refs.Tom Lane
2019-09-08doc: Clean up title case usePeter Eisentraut
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2016-03-30Remove TZ environment-variable entry from postgres reference page.Tom Lane
2015-12-18Adjust behavior of single-user -j mode for better initdb error reporting.Tom Lane
2015-06-29Code + docs review for escaping of option values (commit 11a020eb6).Tom Lane
2014-09-06Properly document that -r is only honored from the command-line.Bruce Momjian
2014-08-25pg_ctl, pg_upgrade: allow multiple -o/-O options, append themBruce Momjian
2014-06-20Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2013-06-21Clarify terminology standalone backend vs. single-user modePeter Eisentraut
2012-08-30Properly document that SIGTERM is OK for users to use on a postgresBruce Momjian
2012-08-16Document that PGDATA has to point to the configuration files, ratherBruce Momjian
2012-08-10Support having multiple Unix-domain sockets per postmaster.Tom Lane
2012-06-17Make documentation of --help and --version options more consistentPeter Eisentraut
2012-06-13Improve documentation of postgres -C optionPeter Eisentraut
2011-10-08Support index-only scans using the visibility map to avoid heap fetches.Tom Lane
2011-10-06Add postmaster -C option to query configuration parameters, and haveBruce Momjian
2011-08-07Remove whitespace from end of linesPeter Eisentraut
2011-03-10Document that server single-user mode does not do checkpoints or otherBruce Momjian
2011-03-09Improve wording of initdb and pg_controldata manual pages.REL9_1_ALPHA4Bruce Momjian
2011-01-29Properly capitalize documentation headings; some only had initial-wordBruce Momjian
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-22Document that pg_ctl cares about the PGHOST environment variable.Bruce Momjian
2007-07-09Minor copy-editing.Tom Lane
2007-02-16Remove useless database name from bootstrap argument processing (includingAlvaro Herrera
2007-01-31Update reference documentation on may/can/might:Bruce Momjian
2007-01-04Fix erroneous implementation of -s in postmaster.c (the switch doesn't takeTom Lane
2006-06-18Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut
2006-01-05Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut
2004-11-15Replace "--" and "---" with "&mdash;" as appropriate, for better-lookingNeil Conway
2004-10-08Whack some sense into the configuration-file-location patch.Tom Lane
2004-02-03Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-02Put --describe-config in the right place.Peter Eisentraut
2003-10-28Add --describe-config to top of postgres manual page.Bruce Momjian
2003-10-28Document --describe-config.Bruce Momjian
2003-10-16Add mention of SIGHUP on the postmaster manual page.Bruce Momjian
2003-09-24Repair some REINDEX problems per recent discussions. The relcache isTom Lane