aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_ctl/pg_ctl.c
Commit message (Expand)AuthorAge
* Fix backwards test for Windows service-ness in pg_ctl.Tom Lane2016-03-07
* Accept pg_ctl timeout from the PGCTLTIMEOUT environment variable.Noah Misch2016-02-10
* Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."Tom Lane2016-02-10
* Temporarily make pg_ctl and server shutdown a whole lot chattier.Tom Lane2016-02-08
* Remove Cygwin-specific code from pg_ctlAndrew Dunstan2016-01-19
* Revert "Blind attempt at a Cygwin fix"Alvaro Herrera2016-01-08
* Windows: Make pg_ctl reliably detect service statusAlvaro Herrera2016-01-07
* Update copyright for 2016Bruce Momjian2016-01-02
* Don't connect() to a wildcard address in test_postmaster_connection().Noah Misch2015-11-08
* Fix "pg_ctl start -w" to test child process status directly.Tom Lane2015-10-12
* pg_ctl: Improve help formatting and orderPeter Eisentraut2015-09-26
* In pg_ctl, report unexpected failure to stat() the postmaster.pid file.Tom Lane2015-07-25
* pgindent run for 9.5Bruce Momjian2015-05-23
* Properly send SCM status updates when shutting down service on WindowsMagnus Hagander2015-05-07
* Make pg_ctl use SIGINT as a default shutdown signal.Fujii Masao2015-04-01
* pg_ctl: change default shutdown mode from 'smart' to 'fast'Bruce Momjian2015-03-31
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Update copyright for 2015Bruce Momjian2015-01-06
* pg_ctl: Cast DWORD values to avoid -Wformat warnings.Noah Misch2014-10-12
* pg_ctl, pg_upgrade: allow multiple -o/-O options, append themBruce Momjian2014-08-25
* Fix help message in pg_ctl.Fujii Masao2014-08-14
* Add option to pg_ctl to choose event source for loggingMagnus Hagander2014-07-17
* Fix a bunch of functions that were declared static then defined not-static.Tom Lane2014-05-17
* pg_ctl: Write error messages to stderrPeter Eisentraut2014-05-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-05
* Allow "-C variable" and "--describe-config" even to root users.Tom Lane2014-04-04
* Make sure -D is an absolute path when starting server on Windows.Tom Lane2014-04-04
* pg_ctl: improve handling of invalid data directoryBruce Momjian2014-03-08
* Allocate fresh memory for post_opts/exec_pathStephen Frost2014-03-05
* Fix issues with pg_ctlStephen Frost2014-03-05
* Fix whitespacePeter Eisentraut2014-03-03
* Various Coverity-spotted fixesStephen Frost2014-03-01
* Enable building with Visual Studion 2013.Andrew Dunstan2014-01-26
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix assorted issues in pg_ctl's pgwin32_CommandLine().Tom Lane2013-11-29
* Replace pg_asprintf() with psprintf().Tom Lane2013-10-22
* Add use of asprintf()Peter Eisentraut2013-10-13
* Rename the "fast_promote" file to just "promote".Heikki Linnakangas2013-08-19
* Update LSB URL in pg_ctlBruce Momjian2013-07-01
* Remove undocumented -h (help) optionBruce Momjian2013-07-01
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Revert "pg_ctl: Add idempotent option"Peter Eisentraut2013-04-29
* Make fast promotion the default promotion mode.Simon Riggs2013-04-24
* pg_ctl: Add idempotent optionPeter Eisentraut2013-04-13
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* pg_ctl: Add comma to messagePeter Eisentraut2013-03-05
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Fast promote mode skips checkpoint at end of recovery.Simon Riggs2013-01-29