OSDN Git Service

Add some strings that were not marked for translation
[pg-rex/syncrep.git] / src / bin / pg_ctl / pg_ctl.c
2011-06-27 Peter EisentrautAdd some strings that were not marked for translation
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-09 Magnus HaganderUse the correct eventlog severity for error
2011-06-09 Magnus HaganderSupport silent mode for service registrations on win32
2011-06-08 Peter EisentrautReorder pg_ctl promote after pg_ctl status
2011-06-01 Tom LaneFurther improvements in pg_ctl's new wait-for-postmaste...
2011-05-27 Tom LaneImprove corner cases in pg_ctl's new wait-for-postmaste...
2011-04-28 Andrew DunstanUse a macro variable PG_PRINTF_ATTRIBUTE for the style...
2011-04-25 Andrew DunstanAssorted minor changes to silence Windows compiler...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-11 Bruce MomjianChange "TIP" to "HINT" to match backend message style...
2011-03-11 Bruce MomjianWhen a smart pg_ctl shutdown fails, mention -m fast...
2011-02-16 Robert Haaspg_ctl promote
2011-01-14 Tom LaneCode review for postmaster.pid contents changes.
2011-01-01 Bruce MomjianAdd #include <time.h> to pg_ctl.c to fix compiler warning.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-31 Bruce MomjianInclude the first valid listen address in pg_ctl to...
2010-12-24 Bruce MomjianImprove "pg_ctl -w start" server detection by writing...
2010-12-10 Tom LaneUse symbolic names not octal constants for file permiss...
2010-11-27 Tom LaneRewrite PQping to be more like what we agreed to last...
2010-11-26 Bruce MomjianImprove pg_ctl "cannot connect" spacing, per Tom, and...
2010-11-25 Bruce MomjianImprove pg_ctl "cannot connect" warning, per suggestion...
2010-11-25 Bruce MomjianAdd PQping and PQpingParams to libpq to allow detection...
2010-10-15 Alvaro HerreraAllow pg_ctl to register the service in either AUTO...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-14 Heikki LinnakangasDon't warn about an in-progress online backup, when...
2010-04-07 Itagaki TakahiroAdd cygwin version check before using cygwin_conv_path(),
2010-04-05 Itagaki TakahiroUse a new API rather than a deprecated one in in cygwin.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-19 Peter EisentrautSmall corrections to message output targets in pg_ctl
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-15 Itagaki TakahiroFix pg_ctl initdb without options.
2009-12-10 Peter EisentrautAdd init[db] option to pg_ctl
2009-11-14 Magnus HaganderAdd inheritable ACE when creating a restricted token...
2009-09-07 Magnus HaganderChange our WIN32 API version to be 5.01 (Windows XP...
2009-09-02 Tom LaneFix pg_ctl's readfile() to not go into infinite loop...
2009-08-27 Tom LaneMake it reasonably safe to use pg_ctl to start the...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-05 Tom LaneRemove a boatload of useless definitions of 'int optres...
2009-02-25 Peter EisentrautSort the output of --help mostly alphabetical, make...
2009-01-28 Magnus HaganderSupport running as a service on Windows 7, by not speci...
2009-01-15 Peter EisentrautRemove period from primary error message.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-09-30 Tom LaneFix misspelled comment
2008-06-26 Bruce MomjianFix pg_ctl bug where detection of binary location from...
2008-06-26 Bruce MomjianSimplify 'pg_ctl restart' detection of first argument in
2008-06-26 Bruce MomjianFix 'pg_ctl restart' to preserve command-line arguments.
2008-06-26 Bruce MomjianUse SYSTEMQUOTE as concatentation to strings, rather...
2008-06-26 Bruce MomjianRemove use of postmaster.opts.default by pg_ctl.
2008-04-24 Magnus HaganderUpdate error messages, per notes from Tom.
2008-04-23 Magnus HaganderPrevent shutdown in normal mode if online backup is...
2008-02-29 Andrew DunstanDon't call AddUserToDacl on Cygwin
2008-02-29 Magnus HaganderFix handling of restricted processes for Windows Vista...
2008-02-20 Tom LaneRename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_...
2008-02-20 Tom LaneFix mistakes in pg_ctl's code for "start -w" that tries...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-09 Tom LaneFix up the PQconnectionUsedPassword mess: create a...
2007-11-20 Bruce MomjianFix pg_ctl -t to register -t value, per Alvaro.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-15 Peter EisentrautAdd to synopsis that timeout option also applies to...
2007-11-15 Peter EisentrautMake synopses of -t option consistent
2007-11-10 Bruce MomjianAdd pg_ctl -t/timeout parameter to control amount of...
2007-10-31 Peter EisentrautMore precise error message
2007-09-25 Peter EisentrautSmall string tweaks
2007-07-12 Magnus HaganderSilence compile warning on win32, per Stefan and Buildfarm.
2007-07-08 Tom LaneGet rid of client-code dependencies on the exact text...
2007-07-02 Magnus Hagander- Fix the -w (wait) option to work in Windows service...
2007-05-31 Peter EisentrautMake some messages more consistent
2007-03-18 Neil ConwayCode cleanup: mark some variables with the "const"...
2007-02-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-05 Andrew DunstanCall setrlimit if possible in pg_regress to allow core...
2006-10-12 Tom LaneRemove somebody's ill-considered free() call, per repor...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-24 Tom LaneSuppress useless warning on pre-XP versions of Windows...
2006-08-21 Michael MeskesFixed a few memory leaks. One indeed was part of a...
2006-06-25 Alvaro HerreraOur version of getopt_long does not set optarg upon...
2006-06-18 Peter EisentrautMerge postmaster and postgres command into just postgre...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-10 Tom LaneEnable pg_ctl to give up admin privileges when starting...
2006-02-07 Peter EisentrautMake --version option print fixed program name.
2006-01-14 Peter EisentrautFix pg_ctl crash on "unregister" when a data directory...
2006-01-05 Bruce MomjianRemove BEOS port.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-25 Tom LaneAwhile back we replaced all uses of strcasecmp and...
2005-07-10 Bruce MomjianRename xmalloc to pg_malloc for consistency with psql...
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
2005-05-04 Tom LaneUse postmaster_is_alive() check in pg_ctl restart as...
2005-04-20 Tom LaneMake pg_ctl status do a kill() test to verify that...
2005-03-11 Bruce MomjianDefine snprintf() to call pg_snprintf() so our own...
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...
next