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