index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_ctl
/
pg_ctl.c
Commit message (
Expand
)
Author
Age
*
Fix backwards test for Windows service-ness in pg_ctl.
Tom Lane
2016-03-07
*
Accept pg_ctl timeout from the PGCTLTIMEOUT environment variable.
Noah Misch
2016-02-10
*
Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."
Tom Lane
2016-02-10
*
Temporarily make pg_ctl and server shutdown a whole lot chattier.
Tom Lane
2016-02-08
*
Remove Cygwin-specific code from pg_ctl
Andrew Dunstan
2016-01-19
*
Revert "Blind attempt at a Cygwin fix"
Alvaro Herrera
2016-01-08
*
Windows: Make pg_ctl reliably detect service status
Alvaro Herrera
2016-01-07
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Don't connect() to a wildcard address in test_postmaster_connection().
Noah Misch
2015-11-08
*
Fix "pg_ctl start -w" to test child process status directly.
Tom Lane
2015-10-12
*
pg_ctl: Improve help formatting and order
Peter Eisentraut
2015-09-26
*
In pg_ctl, report unexpected failure to stat() the postmaster.pid file.
Tom Lane
2015-07-25
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Properly send SCM status updates when shutting down service on Windows
Magnus Hagander
2015-05-07
*
Make pg_ctl use SIGINT as a default shutdown signal.
Fujii Masao
2015-04-01
*
pg_ctl: change default shutdown mode from 'smart' to 'fast'
Bruce Momjian
2015-03-31
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pg_ctl: Cast DWORD values to avoid -Wformat warnings.
Noah Misch
2014-10-12
*
pg_ctl, pg_upgrade: allow multiple -o/-O options, append them
Bruce Momjian
2014-08-25
*
Fix help message in pg_ctl.
Fujii Masao
2014-08-14
*
Add option to pg_ctl to choose event source for logging
Magnus Hagander
2014-07-17
*
Fix a bunch of functions that were declared static then defined not-static.
Tom Lane
2014-05-17
*
pg_ctl: Write error messages to stderr
Peter Eisentraut
2014-05-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Heikki Linnakangas
2014-05-05
*
Allow "-C variable" and "--describe-config" even to root users.
Tom Lane
2014-04-04
*
Make sure -D is an absolute path when starting server on Windows.
Tom Lane
2014-04-04
*
pg_ctl: improve handling of invalid data directory
Bruce Momjian
2014-03-08
*
Allocate fresh memory for post_opts/exec_path
Stephen Frost
2014-03-05
*
Fix issues with pg_ctl
Stephen Frost
2014-03-05
*
Fix whitespace
Peter Eisentraut
2014-03-03
*
Various Coverity-spotted fixes
Stephen Frost
2014-03-01
*
Enable building with Visual Studion 2013.
Andrew Dunstan
2014-01-26
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix assorted issues in pg_ctl's pgwin32_CommandLine().
Tom Lane
2013-11-29
*
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-22
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
Rename the "fast_promote" file to just "promote".
Heikki Linnakangas
2013-08-19
*
Update LSB URL in pg_ctl
Bruce Momjian
2013-07-01
*
Remove undocumented -h (help) option
Bruce Momjian
2013-07-01
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Revert "pg_ctl: Add idempotent option"
Peter Eisentraut
2013-04-29
*
Make fast promotion the default promotion mode.
Simon Riggs
2013-04-24
*
pg_ctl: Add idempotent option
Peter Eisentraut
2013-04-13
*
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
*
pg_ctl: Add comma to message
Peter Eisentraut
2013-03-05
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
*
Fast promote mode skips checkpoint at end of recovery.
Simon Riggs
2013-01-29
[next]