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
*
Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.
Tom Lane
2021-09-03
*
Unify find_other_exec() error messages
Peter Eisentraut
2020-05-08
*
Add PostgreSQL home page to --help output
Peter Eisentraut
2020-02-28
*
Refer to bug report address by symbol rather than hardcoding
Peter Eisentraut
2020-02-28
*
Try again to work around Windows' ERROR_SHARING_VIOLATION in pg_ctl.
Tom Lane
2020-02-16
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
In pg_ctl, work around ERROR_SHARING_VIOLATION on the postmaster log file.
Tom Lane
2019-12-10
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
*
On Windows, use COMSPEC to find the location of cmd.exe.
Tom Lane
2019-10-28
*
Revert "Hack pg_ctl to report postmaster's exit status."
Tom Lane
2019-10-13
*
Remove some code for old unsupported versions of MSVC
Peter Eisentraut
2019-10-08
*
Hack pg_ctl to report postmaster's exit status.
Tom Lane
2019-10-07
*
Refactor logic to remove trailing CR/LF characters from strings
Michael Paquier
2019-08-09
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Fix failures to ignore \r when reading Windows-style newlines.
Tom Lane
2019-07-25
*
Use appendStringInfoString and appendPQExpBufferStr where possible
David Rowley
2019-07-04
*
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
*
Fix set of issues with memory-allocation system calls in frontend code
Michael Paquier
2019-05-04
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-19
*
Detach postmaster process from pg_ctl's session at server startup.
Heikki Linnakangas
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Implement "pg_ctl logrotate" command
Alexander Korotkov
2018-09-01
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Allow group access on PGDATA
Stephen Frost
2018-04-07
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
*
Support huge pages on Windows
Magnus Hagander
2018-01-21
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Further refactoring of c.h and nearby files.
Tom Lane
2017-11-16
*
pg_ctl: Improve message
Peter Eisentraut
2017-11-02
*
Allow pg_ctl kill to send SIGKILL.
Andres Freund
2017-10-01
*
pg_ctl: Make failure to complete operation a nonzero exit
Peter Eisentraut
2017-07-05
*
Ooops, WIN32 code in pg_ctl.c still needs PQExpBuffer.
Tom Lane
2017-06-28
*
Change pg_ctl to detect server-ready by watching status in postmaster.pid.
Tom Lane
2017-06-28
*
Reduce pg_ctl's reaction time when waiting for postmaster start/stop.
Tom Lane
2017-06-26
*
Manually un-break a few URLs that pgindent used to insist on splitting.
Tom Lane
2017-06-21
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Sync pg_ctl documentation and usage message with reality.
Tom Lane
2017-04-20
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
pg_ctl: Change default to wait for all actions
Peter Eisentraut
2017-01-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
pg_ctl: Add long option for -o
Peter Eisentraut
2016-10-19
*
pg_ctl: Add long options for -w and -W
Peter Eisentraut
2016-10-19
*
Fix CRC check handling in get_controlfile
Peter Eisentraut
2016-09-28
*
pg_ctl: Add promote wait option to help output
Peter Eisentraut
2016-09-23
*
pg_ctl: Add wait option to promote action
Peter Eisentraut
2016-09-21
*
pg_ctl: Detect current standby state from pg_control
Peter Eisentraut
2016-09-21
*
pgindent run for 9.6
Robert Haas
2016-06-09
[next]