summaryrefslogtreecommitdiff
path: root/src/bin/pg_ctl/pg_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Call setrlimit if possible in pg_regress to allow core file generation, and p...Andrew Dunstan2007-01-051-3/+47
* Remove somebody's ill-considered free() call, per report from Chander Ganesan.Tom Lane2006-10-121-2/+1
* pgindent run for 8.2.Bruce Momjian2006-10-041-186/+201
* Suppress useless warning on pre-XP versions of Windows. MagnusTom Lane2006-09-241-2/+10
* Fixed a few memory leaks. One indeed was part of a loop.Michael Meskes2006-08-211-1/+4
* Our version of getopt_long does not set optarg upon detecting an error, asAlvaro Herrera2006-06-251-2/+2
* Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut2006-06-181-43/+43
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-7/+7
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Enable pg_ctl to give up admin privileges when starting the server underTom Lane2006-02-101-27/+219
* Make --version option print fixed program name.Peter Eisentraut2006-02-071-2/+2
* Fix pg_ctl crash on "unregister" when a data directory is not specified.Peter Eisentraut2006-01-141-5/+8
* Remove BEOS port.Bruce Momjian2006-01-051-3/+1
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-4/+4
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-35/+35
* Awhile back we replaced all uses of strcasecmp and strncasecmp withTom Lane2005-07-251-2/+2
* Rename xmalloc to pg_malloc for consistency with psql usage.Bruce Momjian2005-07-101-8/+8
* Cause initdb to create a third standard database "postgres", whichTom Lane2005-06-211-2/+2
* Use postmaster_is_alive() check in pg_ctl restart as well as pg_ctl status,Tom Lane2005-05-041-30/+45
* Make pg_ctl status do a kill() test to verify that the PID found inTom Lane2005-04-201-23/+61
* Define snprintf() to call pg_snprintf() so our own snprintf-likeBruce Momjian2005-03-111-3/+7
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-2/+1
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Remove extra parenthesis.Tom Lane2004-12-231-2/+2
* Add error checking for starting a win32 service using pg_ctl.Bruce Momjian2004-12-211-2/+6
* Return proper error exit code on pg_ctl -w start failure.Bruce Momjian2004-12-211-1/+4
* Fix off-by-1 bug in pg_ctl in -D handling, per report from pjmodos@parba.czNeil Conway2004-12-061-3/+3
* Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley.Tom Lane2004-11-271-2/+2
* Miscellaneous Cygwin build fixes from Reini Urban.Tom Lane2004-11-171-1/+11
* Be sure length limit passed to snprintf matches what malloc was given.Tom Lane2004-11-171-3/+4
* Fix psql \e and \! for Win32.Bruce Momjian2004-11-041-3/+3
* Have pg_ctl status always output to stdout, even stopped status, not stderr.Bruce Momjian2004-10-271-4/+4
* Canonicalize Win32 path coming in from pg_ctl -D, idea from Magnus.Bruce Momjian2004-10-271-9/+13
* Prevent pg_ctl from being run as root. Since it uses configuration filesTom Lane2004-10-221-2/+20
* Organize the help output a little better. Improve clarity of some messages.Peter Eisentraut2004-10-191-45/+66
* Fix Cygwin using of pg_ctl by not usig START.Bruce Momjian2004-10-161-3/+5
* Allow pg_ctl to determine the server is up when getting a request for aBruce Momjian2004-10-161-3/+4
* Fix pg_ctl -D handling for Win32:Bruce Momjian2004-10-151-2/+2
* Add full path in error report for version mismatch of binaries.Bruce Momjian2004-10-151-7/+12
* psql code cleanup:Neil Conway2004-10-151-63/+42
* Enable service use by Cygwin of pg_ctl.Bruce Momjian2004-10-131-12/+16
* Message style revisionsPeter Eisentraut2004-10-121-34/+38
* Cosmetic improvements/code cleanup:Neil Conway2004-10-101-2/+2
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-071-4/+4
* Yet another place where someone was being careless about the argumentsTom Lane2004-09-021-7/+7
* Pgindent run for 8.0.Bruce Momjian2004-08-291-171/+197
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* The attached patch improves pg_ctl's win32 service code to eliminateBruce Momjian2004-08-281-4/+18
* Propogate pg_ctl -D to the postmaster for command-line identification.Bruce Momjian2004-08-281-8/+17
* > > Another issue is that when installing the Postgres service withBruce Momjian2004-08-281-2/+5