]> granicus.if.org Git - postgresql/history - src/bin/pg_ctl
Make pg_dump output more portable and more pleasing to look at.
[postgresql] / src / bin / pg_ctl /
2002-08-17 Bruce MomjianReverse out XLogDir/-X write-ahead log handling, per...
2002-08-04 Thomas G. LockhartImplement WAL log location control using "-X" or PGXLOG.
2002-07-19 Bruce MomjianAnother "$@" cleanup with new syntax, ${1+"$@"}.
2002-07-19 Bruce MomjianFix "$@" to ${1:+"$@"} for older shells.
2001-09-29 Bruce MomjianThis is a simple patch to put double quotes around...
2001-09-21 Tom LaneAdd 'reload' option to pg_ctl to send SIGHUP to the...
2001-07-11 Bruce MomjianMove export to a separate line, per Peter E.
2001-07-11 Bruce MomjianMove export PGDATA to the proper place. Quote some...
2001-07-11 Bruce MomjianFix duplication of -D during pg_ctl restart, from Peter...
2001-04-21 Peter EisentrautMake sure that the postmaster options (from postmaster...
2001-03-18 Tom LaneGive postmaster enough time to update the pidfile befor...
2001-02-08 Peter EisentrautMake -w the default for shut down, add -W option to...
2000-12-30 Tatsuo IshiiImporve messages.
2000-11-29 Tom LaneGet rid of not-very-portable fcntl(F_SETLK) mechanism...
2000-11-27 Tom LaneAfter going to the trouble of finding where psql lives...
2000-11-25 Peter EisentrautUpdate pg_ctl ref page, help output, messages. Some...
2000-10-24 Peter EisentrautIgnore missing postmaster.opts.default file.
2000-09-17 Peter EisentrautSupport for DESTDIR make variable. This is used as...
2000-09-08 Peter EisentrautMake building scripts kind of consistent in look and...
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-06-27 Peter EisentrautMakefile cleanup for bin and pl subtrees. They should...
2000-06-04 Peter EisentrautNew ps display code, works on more platforms.
2000-04-25 Tatsuo IshiiUpdate pg_ctl so that it does not redirect outputs...
2000-04-16 Tatsuo IshiiChange postmaster.opts.default.sample. remove -S option.
2000-03-27 Tatsuo IshiiEnhance pg_ctl so that it prints error messages from...
2000-03-14 Tatsuo IshiiDetect postmaster being ready by calling psql -l rather...
2000-03-08 Bruce MomjianI've made a diff against the 7.0beta1 tree that accompl...
2000-02-07 Tatsuo Ishiichange copyright year 1999->2000
2000-02-06 Tatsuo IshiiFix a bug when specfying -D option.
2000-01-23 Tatsuo IshiiChange format of postmaster.opts.default.
2000-01-09 Tatsuo IshiiAdd more portability to echo -n (code stolen from creat...
1999-12-22 Tatsuo IshiiFix minor bug.
1999-12-22 Tatsuo IshiiAdd installation of pg_ctl
1999-12-08 Bruce MomjianChange $< to $+ in scripts Makefile, and clean up pg_en...
1999-12-06 Tatsuo IshiiFix the case of -o given
1999-12-06 Tatsuo IshiiFix minor bugs
1999-12-06 Tatsuo Ishiipg_ctl: a script to start/stop/restart and report statu...