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