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.sh
Commit message (
Expand
)
Author
Age
*
Improve formatting of --help output.
Peter Eisentraut
2002-10-18
*
Reverse out XLogDir/-X write-ahead log handling, per discussion.
Bruce Momjian
2002-08-17
*
Implement WAL log location control using "-X" or PGXLOG.
Thomas G. Lockhart
2002-08-04
*
Another "$@" cleanup with new syntax, ${1+"$@"}.
Bruce Momjian
2002-07-19
*
Fix "$@" to ${1:+"$@"} for older shells.
Bruce Momjian
2002-07-19
*
This is a simple patch to put double quotes around a few cases in
Bruce Momjian
2001-09-29
*
Add 'reload' option to pg_ctl to send SIGHUP to the postmaster.
Tom Lane
2001-09-21
*
Move export to a separate line, per Peter E.
Bruce Momjian
2001-07-11
*
Move export PGDATA to the proper place. Quote some variable substitutions.
Bruce Momjian
2001-07-11
*
Fix duplication of -D during pg_ctl restart, from Peter E's patch.
Bruce Momjian
2001-07-11
*
Make sure that the postmaster options (from postmaster.opts[.default] or
Peter Eisentraut
2001-04-21
*
Give postmaster enough time to update the pidfile before checking to
Tom Lane
2001-03-18
*
Make -w the default for shut down, add -W option to specify no wait.
Peter Eisentraut
2001-02-08
*
Imporve messages.
Tatsuo Ishii
2000-12-30
*
Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix
Tom Lane
2000-11-29
*
After going to the trouble of finding where psql lives, seems like
Tom Lane
2000-11-27
*
Update pg_ctl ref page, help output, messages. Some repair to work better
Peter Eisentraut
2000-11-25
*
Ignore missing postmaster.opts.default file.
Peter Eisentraut
2000-10-24
*
Update pg_ctl so that it does not redirect outputs from postmaster
Tatsuo Ishii
2000-04-25
*
Enhance pg_ctl so that it prints error messages from postmaster
Tatsuo Ishii
2000-03-27
*
Detect postmaster being ready by calling psql -l rathern than
Tatsuo Ishii
2000-03-14
*
change copyright year 1999->2000
Tatsuo Ishii
2000-02-07
*
Fix a bug when specfying -D option.
Tatsuo Ishii
2000-02-06
*
Change format of postmaster.opts.default.
Tatsuo Ishii
2000-01-23
*
Add more portability to echo -n (code stolen from createlang)
Tatsuo Ishii
2000-01-09
*
Fix minor bug.
Tatsuo Ishii
1999-12-22
*
Add installation of pg_ctl
Tatsuo Ishii
1999-12-22
*
Fix the case of -o given
Tatsuo Ishii
1999-12-06
*
Fix minor bugs
Tatsuo Ishii
1999-12-06
*
pg_ctl: a script to start/stop/restart and report status of postmaster.
Tatsuo Ishii
1999-12-06