]> granicus.if.org Git - postgresql/history - src/bin/pg_ctl/pg_ctl.c
Fix CRC check handling in get_controlfile
[postgresql] / src / bin / pg_ctl / pg_ctl.c
2016-09-28 Peter EisentrautFix CRC check handling in get_controlfile
2016-09-23 Peter Eisentrautpg_ctl: Add promote wait option to help output
2016-09-21 Peter Eisentrautpg_ctl: Add wait option to promote action
2016-09-21 Peter Eisentrautpg_ctl: Detect current standby state from pg_control
2016-06-09 Robert Haaspgindent run for 9.6
2016-03-07 Tom LaneFix backwards test for Windows service-ness in pg_ctl.
2016-02-11 Noah MischAccept pg_ctl timeout from the PGCTLTIMEOUT environment...
2016-02-10 Tom LaneRevert "Temporarily make pg_ctl and server shutdown...
2016-02-08 Tom LaneTemporarily make pg_ctl and server shutdown a whole...
2016-01-19 Andrew DunstanRemove Cygwin-specific code from pg_ctl
2016-01-08 Alvaro HerreraRevert "Blind attempt at a Cygwin fix"
2016-01-07 Alvaro HerreraWindows: Make pg_ctl reliably detect service status
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-08 Noah MischDon't connect() to a wildcard address in test_postmaste...
2015-10-12 Tom LaneFix "pg_ctl start -w" to test child process status...
2015-09-27 Peter Eisentrautpg_ctl: Improve help formatting and order
2015-07-25 Tom LaneIn pg_ctl, report unexpected failure to stat() the...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-07 Magnus HaganderProperly send SCM status updates when shutting down...
2015-03-31 Fujii MasaoMake pg_ctl use SIGINT as a default shutdown signal.
2015-03-31 Bruce Momjianpg_ctl: change default shutdown mode from 'smart'...
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-10-13 Noah Mischpg_ctl: Cast DWORD values to avoid -Wformat warnings.
2014-08-25 Bruce Momjianpg_ctl, pg_upgrade: allow multiple -o/-O options,...
2014-08-14 Fujii MasaoFix help message in pg_ctl.
2014-07-17 Magnus HaganderAdd option to pg_ctl to choose event source for logging
2014-05-17 Tom LaneFix a bunch of functions that were declared static...
2014-05-15 Peter Eisentrautpg_ctl: Write error messages to stderr
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-05 Heikki LinnakangasReplace SYSTEMQUOTEs with Windows-specific wrapper...
2014-04-05 Tom LaneAllow "-C variable" and "--describe-config" even to...
2014-04-04 Tom LaneMake sure -D is an absolute path when starting server...
2014-03-08 Bruce Momjianpg_ctl: improve handling of invalid data directory
2014-03-05 Stephen FrostAllocate fresh memory for post_opts/exec_path
2014-03-05 Stephen FrostFix issues with pg_ctl
2014-03-03 Peter EisentrautFix whitespace
2014-03-02 Stephen FrostVarious Coverity-spotted fixes
2014-01-26 Andrew DunstanEnable building with Visual Studion 2013.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-29 Tom LaneFix assorted issues in pg_ctl's pgwin32_CommandLine().
2013-10-22 Tom LaneReplace pg_asprintf() with psprintf().
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-08-19 Heikki LinnakangasRename the "fast_promote" file to just "promote".
2013-07-01 Bruce MomjianUpdate LSB URL in pg_ctl
2013-07-01 Bruce MomjianRemove undocumented -h (help) option
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-30 Peter EisentrautRevert "pg_ctl: Add idempotent option"
2013-04-24 Simon RiggsMake fast promotion the default promotion mode.
2013-04-14 Peter Eisentrautpg_ctl: Add idempotent option
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-03-06 Peter Eisentrautpg_ctl: Add comma to message
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-01-29 Simon RiggsFast promote mode skips checkpoint at end of recovery.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-10-18 Heikki LinnakangasFurther tweaking of the readfile() function in pg_ctl.
2012-10-15 Heikki LinnakangasFix race condition in pg_ctl reading postmaster.pid.
2012-10-02 Tom LaneWork around unportable behavior of malloc(0) and reallo...
2012-10-02 Tom LaneStandardize naming of malloc/realloc/strdup wrapper...
2012-08-29 Bruce MomjianReport postmaster.pid file as empty if it is empty...
2012-08-10 Tom LaneSupport having multiple Unix-domain sockets per postmaster.
2012-07-02 Peter EisentrautAssorted message style improvements
2012-06-17 Peter EisentrautMake documentation of --help and --version options...
2012-06-12 Tom LaneEnsure pg_ctl behaves sanely when data directory is...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-07 Peter EisentrautMessage style improvements
2012-05-21 Peter Eisentrautpg_ctl: Sort signal list in --help output
2012-05-14 Peter Eisentrautpg_ctl: Improve --help output
2012-04-15 Tatsuo IshiiAdd missing descriptions about '--timeout' and '--mode...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-27 Peter EisentrautStandardize treatment of strcmp() return value
2011-12-17 Tom LaneAdd missing 'static' qualifier.
2011-12-10 Andrew DunstanMiscellaneous cleanup to silence compiler warnings...
2011-10-13 Bruce MomjianHave pg_ctl return an exit status of 3 if the server...
2011-10-06 Bruce MomjianSimplify new pg_ctl newline termination code.
2011-10-06 Bruce MomjianAdd postmaster -C option to query configuration paramet...
2011-08-23 Peter EisentrautUse consistent format for reporting GetLastError()
2011-06-27 Peter EisentrautAdd some strings that were not marked for translation
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-09 Magnus HaganderUse the correct eventlog severity for error
2011-06-09 Magnus HaganderSupport silent mode for service registrations on win32
2011-06-08 Peter EisentrautReorder pg_ctl promote after pg_ctl status
2011-06-01 Tom LaneFurther improvements in pg_ctl's new wait-for-postmaste...
2011-05-27 Tom LaneImprove corner cases in pg_ctl's new wait-for-postmaste...
2011-04-28 Andrew DunstanUse a macro variable PG_PRINTF_ATTRIBUTE for the style...
2011-04-25 Andrew DunstanAssorted minor changes to silence Windows compiler...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-11 Bruce MomjianChange "TIP" to "HINT" to match backend message style...
2011-03-11 Bruce MomjianWhen a smart pg_ctl shutdown fails, mention -m fast...
2011-02-16 Robert Haaspg_ctl promote
2011-01-14 Tom LaneCode review for postmaster.pid contents changes.
2011-01-01 Bruce MomjianAdd #include <time.h> to pg_ctl.c to fix compiler warning.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-31 Bruce MomjianInclude the first valid listen address in pg_ctl to...
2010-12-24 Bruce MomjianImprove "pg_ctl -w start" server detection by writing...
2010-12-10 Tom LaneUse symbolic names not octal constants for file permiss...
2010-11-27 Tom LaneRewrite PQping to be more like what we agreed to last...
2010-11-26 Bruce MomjianImprove pg_ctl "cannot connect" spacing, per Tom, and...
2010-11-25 Bruce MomjianImprove pg_ctl "cannot connect" warning, per suggestion...
next