OSDN Git Service

Use _() macro consistently rather than gettext(). Add translation
[pg-rex/syncrep.git] / src / bin / pg_ctl / pg_ctl.c
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-23 Tom LaneRemove extra parenthesis.
2004-12-21 Bruce MomjianAdd error checking for starting a win32 service using...
2004-12-21 Bruce MomjianReturn proper error exit code on pg_ctl -w start failure.
2004-12-06 Neil ConwayFix off-by-1 bug in pg_ctl in -D handling, per report...
2004-11-27 Tom LaneFix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spott...
2004-11-17 Tom LaneMiscellaneous Cygwin build fixes from Reini Urban.
2004-11-17 Tom LaneBe sure length limit passed to snprintf matches what...
2004-11-04 Bruce MomjianFix psql \e and \! for Win32.
2004-10-27 Bruce MomjianHave pg_ctl status always output to stdout, even stoppe...
2004-10-27 Bruce MomjianCanonicalize Win32 path coming in from pg_ctl -D, idea...
2004-10-22 Tom LanePrevent pg_ctl from being run as root. Since it uses...
2004-10-19 Peter EisentrautOrganize the help output a little better. Improve...
2004-10-16 Bruce MomjianFix Cygwin using of pg_ctl by not usig START.
2004-10-16 Bruce MomjianAllow pg_ctl to determine the server is up when getting...
2004-10-15 Bruce MomjianFix pg_ctl -D handling for Win32:
2004-10-15 Bruce MomjianAdd full path in error report for version mismatch...
2004-10-15 Neil Conwaypsql code cleanup:
2004-10-13 Bruce MomjianEnable service use by Cygwin of pg_ctl.
2004-10-12 Peter EisentrautMessage style revisions
2004-10-10 Neil ConwayCosmetic improvements/code cleanup:
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-09-02 Tom LaneYet another place where someone was being careless...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-28 Bruce MomjianThe attached patch improves pg_ctl's win32 service...
2004-08-28 Bruce MomjianPropogate pg_ctl -D to the postmaster for command-line...
2004-08-28 Bruce Momjian> > Another issue is that when installing the Postgres...
2004-08-21 Bruce MomjianFix pg_ctl -w to properly wait on server startup.
2004-07-29 Bruce MomjianFix for pg_ctl -o processing. Report from Sean Chitte...
2004-07-22 Tom LaneAvoid default: followed by no statement, per Dann Corbit.
2004-07-15 Bruce Momjian> pg_ctl --help
2004-07-12 Bruce Momjiancanonicalization adjustments.
2004-07-12 Bruce MomjianPut back canonicalization of PGDATA environment variable.
2004-07-12 Bruce MomjianUse strdup in pg_ctl for canonicalize_path on environme...
2004-06-25 Dennis BjorklundMake pg_ctl possible to translate. Strings marked for
2004-06-24 Tom LaneExtend pg_ctl to handle service management under WIN32...
2004-06-11 Bruce MomjianCleanup use of Win32 START by using "" for title. ...
2004-06-11 Bruce MomjianAnother fix for Win32 START.
2004-06-11 Bruce MomjianMore restructuring to use Win32 START with paths needin...
2004-06-10 Bruce MomjianMore quoting cleanups for Win32's pg_ctl.
2004-06-10 Bruce MomjianUse /B to start so a new window isn't created, per...
2004-06-10 Bruce MomjianAdd START background code for another code path, per...
2004-06-10 Bruce MomjianUse START for pg_ctl background runs on Win32, from...
2004-06-10 Bruce MomjianHandle multiple double-quoted strings using Win32's...
2004-06-09 Bruce MomjianUse single quotes for pg_ctl system call.
2004-06-04 Bruce MomjianRemove dash in pg_ctl signal name. It broke with getop...
2004-06-03 Bruce MomjianAdd PGETC (for pg_service.conf) and PGLOCALE (for local...
2004-06-01 Bruce MomjianAdd locale setting for pg_ctl.
2004-06-01 Bruce MomjianMore locale fixes for pg_ctl.
2004-06-01 Bruce MomjianAdd pgpid_t for use with pids.
2004-05-31 Bruce MomjianHave pg_ctl print pid and error on signal failure,...
2004-05-27 Bruce MomjianChange pg_ctl to be in C. This was the final shell...