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