| Commit message (Expand) | Author | Age |
* | Ensure that we retry rather than erroring out when send() or recv() return | Tom Lane | 2006-07-16 |
* | The call to DNSServiceRegistrationCreate in postmaster.c does incorrect | Neil Conway | 2006-03-18 |
* | Set progname early in the postmaster/postgres binary, rather than doing | Bruce Momjian | 2006-02-01 |
* | Fix Windows-only postmaster code to reject a connection request and continue, | Tom Lane | 2006-01-06 |
* | Repair an error introduced by log_line_prefix patch: it is not acceptable | Tom Lane | 2005-11-05 |
* | Postpone pg_timezone_initialize() until after creation of postmaster.pid, | Tom Lane | 2005-10-20 |
* | Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth | Tom Lane | 2005-03-25 |
* | Treat EPERM as a non-error case when checking to see if old postmaster | Tom Lane | 2005-03-18 |
* | Increase MAXLISTEN to a more generous value, and add an error message | Tom Lane | 2005-01-12 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Refactor EXEC_BACKEND code so that postmaster child processes reattach | Tom Lane | 2004-12-29 |
* | Win32 build cleanups, from Andrew Dunstan. | Neil Conway | 2004-11-17 |
* | Fix Win32 problems with signals and sockets, by making the forkexec code | Tom Lane | 2004-11-17 |
* | Remove GUC USERLIMIT variable category, making the affected variables | Tom Lane | 2004-11-14 |
* | Clarify some error messages | Peter Eisentraut | 2004-11-09 |
* | Add comment to postmaster.c that get_progname() will call exit if it | Bruce Momjian | 2004-11-02 |
* | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane | 2004-10-21 |
* | Fix pg_ctl -D handling for Win32: | Bruce Momjian | 2004-10-15 |
* | Add 'int' cast for getpid() because some Solaris releases return long | Bruce Momjian | 2004-10-14 |
* | Message style revisions | Peter Eisentraut | 2004-10-12 |
* | Adjust configuration-files GUC behavior as per my recent proposal. | Tom Lane | 2004-10-09 |
* | Whack some sense into the configuration-file-location patch. | Tom Lane | 2004-10-08 |
* | Remove unneeded dash. | Bruce Momjian | 2004-10-07 |
* | Update comment to fix nibble mention: | Bruce Momjian | 2004-10-07 |
* | XOR process PID into a backend's initial random seed, to ensure that | Tom Lane | 2004-10-07 |
* | Here is a patch to fix win32 ssl builds. Summary of changes: | Bruce Momjian | 2004-10-06 |
* | Fix Cygwin defines to be consistent. | Bruce Momjian | 2004-09-09 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Fix for postmaster.c function win32_waitpid(int *exitstatus) call to | Bruce Momjian | 2004-08-29 |
* | Make listen_addresses be a comma-separated list instead of a space-separated | Tom Lane | 2004-08-08 |
* | Create a built-in log rotation program, so that we no longer have to | Tom Lane | 2004-08-05 |
* | Tweak postmaster code to avoid double reporting when bgwriter crashes. | Tom Lane | 2004-08-04 |
* | Error message style adjustments, per Alvaro Herrera. | Tom Lane | 2004-08-01 |
* | Restructure error handling as recently discussed. It is now really | Tom Lane | 2004-07-31 |
* | Fix oversight: in case where SIGTERM is received while there are | Tom Lane | 2004-07-27 |
* | Fix obsolete comment. | Tom Lane | 2004-07-24 |
* | Back out pg_autovacuum commit after cvs clean failure causes commit. | Bruce Momjian | 2004-07-21 |
* | lease find enclosed a patch that matches the PL/Perl documentation | Bruce Momjian | 2004-07-21 |
* | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane | 2004-07-19 |
* | Put back canonicalization of PGDATA environment variable. | Bruce Momjian | 2004-07-12 |
* | Use strdup in pg_ctl for canonicalize_path on environment variable. | Bruce Momjian | 2004-07-12 |
* | Cleanup for canonicalization fixes, from Tom. | Bruce Momjian | 2004-07-11 |
* | Use canonicalize_path for -D, GUC paths, and paths coming in from | Bruce Momjian | 2004-07-11 |
* | Allow configuration files to be placed outside the data directory. | Bruce Momjian | 2004-07-11 |
* | Defend against overrun of ExtraOptions array --- strictly paranoia, | Tom Lane | 2004-07-10 |
* | Replace direct fprintf(stderr) calls by write_stderr(), and cause this | Tom Lane | 2004-06-24 |
* | Arrange to explicitly stop the pgstat processes at the same time we | Tom Lane | 2004-06-14 |
* | >> It certainly doesn't. There still was a bug with the locale stuff, | Bruce Momjian | 2004-06-11 |
* | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane | 2004-06-03 |