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