summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/pg_ctl-ref.sgml
AgeCommit message (Expand)Author
2024-05-15doc: Remove claims that initdb and pg_ctl use libpq environment variablesPeter Eisentraut
2022-04-06Remove exclusive backup modeStephen Frost
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-26Allow ssl_passphrase_command to prompt the terminalBruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-08-14Fix postmaster's behavior during smart shutdown.Tom Lane
2018-09-01Implement "pg_ctl logrotate" commandAlexander Korotkov
2018-08-25docs: Clarify pg_ctl initdb option text to match options proto.Bruce Momjian
2018-05-21doc: Whitespace fixes in man pagesPeter Eisentraut
2018-01-23Documentation fix: pg_ctl no longer makes connection attempts.Tom Lane
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-20Convert SGML IDs to lower casePeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-07-05pg_ctl: Make failure to complete operation a nonzero exitPeter Eisentraut
2017-04-20Sync pg_ctl documentation and usage message with reality.Tom Lane
2017-01-14pg_ctl: Change default to wait for all actionsPeter Eisentraut
2017-01-14Updates to reflect that pg_ctl stop -m fast is the defaultPeter Eisentraut
2016-10-19pg_ctl: Add long option for -oPeter Eisentraut
2016-10-19doc: Consistently use = sign in long options synopsesPeter Eisentraut
2016-10-19pg_ctl: Add long options for -w and -WPeter Eisentraut
2016-09-21pg_ctl: Add wait option to promote actionPeter Eisentraut
2016-02-11Accept pg_ctl timeout from the PGCTLTIMEOUT environment variable.Noah Misch
2015-09-18Order some new options on man pages more sensibly, minor improvementsPeter Eisentraut
2015-03-31pg_ctl: change default shutdown mode from 'smart' to 'fast'Bruce Momjian
2014-08-25pg_ctl, pg_upgrade: allow multiple -o/-O options, append themBruce Momjian
2014-07-17Add option to pg_ctl to choose event source for loggingMagnus Hagander
2014-03-08pg_ctl: improve handling of invalid data directoryBruce Momjian
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2013-04-30Revert "pg_ctl: Add idempotent option"Peter Eisentraut
2013-04-14pg_ctl: Add idempotent optionPeter Eisentraut
2012-08-16Add warning about pg_ctl restart and the use of relative paths on the command...Bruce Momjian
2012-08-16Document that PGDATA has to point to the configuration files, ratherBruce Momjian
2012-08-16Document that pg_ctl -w allows for the entry of an SSL passphase onBruce Momjian
2012-06-17Make documentation of --help and --version options more consistentPeter Eisentraut
2012-05-03doc: Fix for too many brackets in command synopses on man pagesPeter Eisentraut
2012-04-30Improve markup of cmdsynopsis elementsPeter Eisentraut
2012-04-14Add description of long options for '-c', '-D', '-l' and '-s'. PerTatsuo Ishii
2011-10-13Have pg_ctl return an exit status of 3 if the server is not running, toBruce Momjian
2011-08-07Fix a whitespace issue with the man pagesPeter Eisentraut
2011-06-09Support silent mode for service registrations on win32Magnus Hagander
2011-06-08Reorder pg_ctl promote after pg_ctl statusPeter Eisentraut
2011-04-28The arguments to pg_ctl kill are not optional - remove brackets in the docs.Heikki Linnakangas
2011-03-12Use "backend process" rather than "backend server", where appropriate.Bruce Momjian
2011-03-09Improve wording of initdb and pg_controldata manual pages.REL9_1_ALPHA4Bruce Momjian
2011-02-16pg_ctl promoteRobert Haas
2010-12-24Improve "pg_ctl -w start" server detection by writing the postmasterBruce Momjian
2010-12-22Typo fix.Robert Haas
2010-12-22Wording improvements for pg_ctl manual page.Bruce Momjian
2010-12-17Waiting for complete startup is now a well-defined operation.Robert Haas
2010-12-11Minor documentation cleanup.Robert Haas