| Commit message (Expand) | Author | Age | Files | Lines |
| * | Call setrlimit if possible in pg_regress to allow core file generation, and p... | Andrew Dunstan | 2007-01-05 | 1 | -3/+47 |
| * | Remove somebody's ill-considered free() call, per report from Chander Ganesan. | Tom Lane | 2006-10-12 | 1 | -2/+1 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -186/+201 |
| * | Suppress useless warning on pre-XP versions of Windows. Magnus | Tom Lane | 2006-09-24 | 1 | -2/+10 |
| * | Fixed a few memory leaks. One indeed was part of a loop. | Michael Meskes | 2006-08-21 | 1 | -1/+4 |
| * | Our version of getopt_long does not set optarg upon detecting an error, as | Alvaro Herrera | 2006-06-25 | 1 | -2/+2 |
| * | Merge postmaster and postgres command into just postgres. postmaster | Peter Eisentraut | 2006-06-18 | 1 | -43/+43 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 1 | -7/+7 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Enable pg_ctl to give up admin privileges when starting the server under | Tom Lane | 2006-02-10 | 1 | -27/+219 |
| * | Make --version option print fixed program name. | Peter Eisentraut | 2006-02-07 | 1 | -2/+2 |
| * | Fix pg_ctl crash on "unregister" when a data directory is not specified. | Peter Eisentraut | 2006-01-14 | 1 | -5/+8 |
| * | Remove BEOS port. | Bruce Momjian | 2006-01-05 | 1 | -3/+1 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -4/+4 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -35/+35 |
| * | Awhile back we replaced all uses of strcasecmp and strncasecmp with | Tom Lane | 2005-07-25 | 1 | -2/+2 |
| * | Rename xmalloc to pg_malloc for consistency with psql usage. | Bruce Momjian | 2005-07-10 | 1 | -8/+8 |
| * | Cause initdb to create a third standard database "postgres", which | Tom Lane | 2005-06-21 | 1 | -2/+2 |
| * | Use postmaster_is_alive() check in pg_ctl restart as well as pg_ctl status, | Tom Lane | 2005-05-04 | 1 | -30/+45 |
| * | Make pg_ctl status do a kill() test to verify that the PID found in | Tom Lane | 2005-04-20 | 1 | -23/+61 |
| * | Define snprintf() to call pg_snprintf() so our own snprintf-like | Bruce Momjian | 2005-03-11 | 1 | -3/+7 |
| * | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 | 1 | -2/+1 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Remove extra parenthesis. | Tom Lane | 2004-12-23 | 1 | -2/+2 |
| * | Add error checking for starting a win32 service using pg_ctl. | Bruce Momjian | 2004-12-21 | 1 | -2/+6 |
| * | Return proper error exit code on pg_ctl -w start failure. | Bruce Momjian | 2004-12-21 | 1 | -1/+4 |
| * | Fix off-by-1 bug in pg_ctl in -D handling, per report from pjmodos@parba.cz | Neil Conway | 2004-12-06 | 1 | -3/+3 |
| * | Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley. | Tom Lane | 2004-11-27 | 1 | -2/+2 |
| * | Miscellaneous Cygwin build fixes from Reini Urban. | Tom Lane | 2004-11-17 | 1 | -1/+11 |
| * | Be sure length limit passed to snprintf matches what malloc was given. | Tom Lane | 2004-11-17 | 1 | -3/+4 |
| * | Fix psql \e and \! for Win32. | Bruce Momjian | 2004-11-04 | 1 | -3/+3 |
| * | Have pg_ctl status always output to stdout, even stopped status, not stderr. | Bruce Momjian | 2004-10-27 | 1 | -4/+4 |
| * | Canonicalize Win32 path coming in from pg_ctl -D, idea from Magnus. | Bruce Momjian | 2004-10-27 | 1 | -9/+13 |
| * | Prevent pg_ctl from being run as root. Since it uses configuration files | Tom Lane | 2004-10-22 | 1 | -2/+20 |
| * | Organize the help output a little better. Improve clarity of some messages. | Peter Eisentraut | 2004-10-19 | 1 | -45/+66 |
| * | Fix Cygwin using of pg_ctl by not usig START. | Bruce Momjian | 2004-10-16 | 1 | -3/+5 |
| * | Allow pg_ctl to determine the server is up when getting a request for a | Bruce Momjian | 2004-10-16 | 1 | -3/+4 |
| * | Fix pg_ctl -D handling for Win32: | Bruce Momjian | 2004-10-15 | 1 | -2/+2 |
| * | Add full path in error report for version mismatch of binaries. | Bruce Momjian | 2004-10-15 | 1 | -7/+12 |
| * | psql code cleanup: | Neil Conway | 2004-10-15 | 1 | -63/+42 |
| * | Enable service use by Cygwin of pg_ctl. | Bruce Momjian | 2004-10-13 | 1 | -12/+16 |
| * | Message style revisions | Peter Eisentraut | 2004-10-12 | 1 | -34/+38 |
| * | Cosmetic improvements/code cleanup: | Neil Conway | 2004-10-10 | 1 | -2/+2 |
| * | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 | 1 | -4/+4 |
| * | Yet another place where someone was being careless about the arguments | Tom Lane | 2004-09-02 | 1 | -7/+7 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -171/+197 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | The attached patch improves pg_ctl's win32 service code to eliminate | Bruce Momjian | 2004-08-28 | 1 | -4/+18 |
| * | Propogate pg_ctl -D to the postmaster for command-line identification. | Bruce Momjian | 2004-08-28 | 1 | -8/+17 |
| * | > > Another issue is that when installing the Postgres service with | Bruce Momjian | 2004-08-28 | 1 | -2/+5 |