]> granicus.if.org Git - postgresql/history - src/bin/pg_ctl
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / bin / pg_ctl /
2019-10-13 Tom LaneRevert "Hack pg_ctl to report postmaster's exit status."
2019-10-08 Peter EisentrautRemove some code for old unsupported versions of MSVC
2019-10-07 Tom LaneHack pg_ctl to report postmaster's exit status.
2019-08-09 Michael PaquierRefactor logic to remove trailing CR/LF characters...
2019-07-29 Michael PaquierFix inconsistencies and typos in the tree
2019-07-25 Tom LaneFix failures to ignore \r when reading Windows-style...
2019-07-04 David RowleyUse appendStringInfoString and appendPQExpBufferStr...
2019-06-17 Peter EisentrautTranslation updates
2019-05-22 Tom LaneInitial pgperltidy run for v12.
2019-05-20 Peter EisentrautTranslation updates
2019-05-19 Tom LaneImprove logrotate test so that it meaningfully exercise...
2019-05-14 Tom LaneMove logging.h and logging.c from src/fe_utils/ to...
2019-05-11 Noah MischHonor TEMP_CONFIG in TAP suites.
2019-05-04 Michael PaquierFix set of issues with memory-allocation system calls...
2019-04-01 Peter EisentrautUnified logging system for command-line programs
2019-03-04 Andrew Dunstanfix thinko in logrotate test
2019-03-03 Andrew DunstanDon't do pg_ctl logrotate test on Windows
2019-01-19 Magnus HaganderReplace @postgresql.org with @lists.postgresql.org...
2019-01-14 Heikki LinnakangasDetach postmaster process from pg_ctl's session at...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-09-01 Alexander KorotkovImplement "pg_ctl logrotate" command
2018-05-21 Peter EisentrautTranslation updates
2018-05-09 Andrew DunstanRestrict vertical tightness to parentheses in Perl...
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-25 Tom LaneReindent Perl files with perltidy version 20170521.
2018-04-07 Stephen FrostAllow group access on PGDATA
2018-04-07 Stephen FrostRefactor dir/file permissions
2018-04-03 Tom LanePrevent accidental linking of system-supplied copies...
2018-01-21 Magnus HaganderSupport huge pages on Windows
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-16 Tom LaneFurther refactoring of c.h and nearby files.
2017-11-02 Peter Eisentrautpg_ctl: Improve message
2017-10-01 Andres FreundAllow pg_ctl kill to send SIGKILL.
2017-08-14 Tom LaneFinal pgindent + perltidy run for v10.
2017-08-07 Peter EisentrautTranslation updates
2017-07-27 Andrew DunstanWork around Msys weakness in Testlib.pm's command_like()
2017-07-14 Tom LaneFix broken link-command-line ordering for libpgfeutils.
2017-07-10 Alvaro HerreraTranslation updates
2017-07-05 Tom LaneRestore linking libpq into pg_ctl on Mingw builds.
2017-07-05 Peter Eisentrautpg_ctl: Make failure to complete operation a nonzero...
2017-06-28 Tom LaneOoops, WIN32 code in pg_ctl.c still needs PQExpBuffer.
2017-06-28 Tom LaneChange pg_ctl to detect server-ready by watching status...
2017-06-26 Tom LaneReduce pg_ctl's reaction time when waiting for postmast...
2017-06-21 Tom LaneManually un-break a few URLs that pgindent used to...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgperltidy run
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-15 Peter EisentrautTranslation updates
2017-04-20 Tom LaneSync pg_ctl documentation and usage message with reality.
2017-03-27 Peter EisentrautClean up Perl code according to perlcritic
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-01-14 Peter Eisentrautpg_ctl: Change default to wait for all actions
2017-01-14 Peter EisentrautUpdates to reflect that pg_ctl stop -m fast is the...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-10-19 Peter Eisentrautpg_ctl: Add long option for -o
2016-10-19 Peter Eisentrautpg_ctl: Add long options for -w and -W
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-09-21 Peter Eisentrautpg_ctl: Add tests for promote action
2016-08-08 Peter EisentrautTranslation updates
2016-06-20 Peter EisentrautTranslation updates
2016-06-09 Robert Haaspgindent run for 9.6
2016-05-09 Peter EisentrautTranslation updates
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-20 Alvaro HerreraPostgresNode: Add names to nodes
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-12-02 Alvaro HerreraRefactor Perl test code
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-09-03 Noah MischDisable fsync throughout TAP test suites.
2015-08-03 Andrew DunstanAllow TAP tests to run under Msys
2015-07-29 Heikki LinnakangasMake TAP tests work on Windows.
2015-07-25 Tom LaneIn pg_ctl, report unexpected failure to stat() the...
2015-07-09 Heikki LinnakangasImprove logging of TAP tests.
2015-06-29 Peter EisentrautTranslation updates
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-07 Magnus HaganderProperly send SCM status updates when shutting down...
2015-04-30 Peter EisentrautFix parallel make risk with new check temp-install...
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-02-02 Peter EisentrautTranslation updates
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-18 Noah MischFix previous commit for TAP test suites in VPATH builds.
2014-12-18 Noah MischLock down regression testing temporary clusters on...
2014-12-15 Peter EisentrautTranslation updates
2014-11-17 Peter EisentrautTranslation updates
2014-10-29 Peter EisentrautRemove use of TAP subtests
2014-10-13 Noah Mischpg_ctl: Cast DWORD values to avoid -Wformat warnings.
next