]> granicus.if.org Git - postgresql/history - src/backend/postmaster/postmaster.c
Replace the BufMgrLock with separate locks on the lookup hashtable and
[postgresql] / src / backend / postmaster / postmaster.c
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2005-01-12 Tom LaneIncrease MAXLISTEN to a more generous value, and add...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-29 Tom LaneRefactor EXEC_BACKEND code so that postmaster child...
2004-11-17 Neil ConwayWin32 build cleanups, from Andrew Dunstan.
2004-11-17 Tom LaneFix Win32 problems with signals and sockets, by making...
2004-11-14 Tom LaneRemove GUC USERLIMIT variable category, making the...
2004-11-09 Peter EisentrautClarify some error messages
2004-11-02 Bruce MomjianAdd comment to postmaster.c that get_progname() will...
2004-10-21 Tom LaneStandardize on using the Min, Max, and Abs macros that...
2004-10-15 Bruce MomjianFix pg_ctl -D handling for Win32:
2004-10-14 Bruce MomjianAdd 'int' cast for getpid() because some Solaris releas...
2004-10-12 Peter EisentrautMessage style revisions
2004-10-09 Tom LaneAdjust configuration-files GUC behavior as per my recen...
2004-10-08 Tom LaneWhack some sense into the configuration-file-location...
2004-10-07 Bruce MomjianRemove unneeded dash.
2004-10-07 Bruce MomjianUpdate comment to fix nibble mention:
2004-10-07 Tom LaneXOR process PID into a backend's initial random seed...
2004-10-06 Bruce MomjianHere is a patch to fix win32 ssl builds. Summary of...
2004-09-09 Bruce MomjianFix Cygwin defines to be consistent.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-29 Bruce MomjianFix for postmaster.c function win32_waitpid(int *exitst...
2004-08-08 Tom LaneMake listen_addresses be a comma-separated list instead...
2004-08-05 Tom LaneCreate a built-in log rotation program, so that we...
2004-08-04 Tom LaneTweak postmaster code to avoid double reporting when...
2004-08-01 Tom LaneError message style adjustments, per Alvaro Herrera.
2004-07-31 Tom LaneRestructure error handling as recently discussed. ...
2004-07-27 Tom LaneFix oversight: in case where SIGTERM is received while...
2004-07-24 Tom LaneFix obsolete comment.
2004-07-21 Bruce MomjianBack out pg_autovacuum commit after cvs clean failure...
2004-07-21 Bruce Momjianlease find enclosed a patch that matches the PL/Perl...
2004-07-19 Tom LaneXLOG file archiving and point-in-time recovery. There...
2004-07-12 Bruce MomjianPut back canonicalization of PGDATA environment variable.
2004-07-12 Bruce MomjianUse strdup in pg_ctl for canonicalize_path on environme...
2004-07-11 Bruce MomjianCleanup for canonicalization fixes, from Tom.
2004-07-11 Bruce MomjianUse canonicalize_path for -D, GUC paths, and paths...
2004-07-11 Bruce MomjianAllow configuration files to be placed outside the...
2004-07-10 Tom LaneDefend against overrun of ExtraOptions array --- strict...
2004-06-24 Tom LaneReplace direct fprintf(stderr) calls by write_stderr...
2004-06-14 Tom LaneArrange to explicitly stop the pgstat processes at...
2004-06-11 Bruce Momjian>> It certainly doesn't. There still was a bug with...
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-05-30 Tom LaneImplement new PostmasterIsAlive() check for WIN32,...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
2004-05-28 Tom LaneFix some typos I introduced in WIN32-only code late...
2004-05-28 Tom LaneCode review for EXEC_BACKEND changes. Reduce the numbe...
2004-05-27 Tom LaneGet rid of the former rather baroque mechanism for...
2004-05-27 Bruce Momjianpgindent files for Tom.
2004-05-26 Bruce Momjian*) inet_(client|server)_(addr|port)() and necessary...
2004-05-23 Tom LaneHandle impending sinval queue overflow by means of...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-19 Bruce MomjianAdd get_pkglib_path to postmaster.c
2004-05-19 Bruce MomjianMove find_my_exec lower so elog() works, per Tom.
2004-05-18 Bruce MomjianMove get_pkglib_path up into main.c too.
2004-05-18 Bruce MomjianMove find_my_exec() way up into main.c so it is availab...
2004-05-17 Bruce MomjianReorganize code to allow path-relative installs.
2004-05-14 Bruce MomjianAdjust find_my_exec/find_other_exec() so that the retur...
2004-05-13 Bruce MomjianReorganize backend code to more cleanly manage executab...
2004-05-12 Bruce MomjianRename find_my_binary/find_other_binary to
2004-05-12 Bruce MomjianFix bug by passing arg[0] to find_my_binary().
2004-05-11 Bruce MomjianAs part of the work for making relocatable installs...
2004-05-06 Bruce Momjiansysv_shmem.c patch is to correct a bug that prevents...
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-04-12 Bruce MomjianHere's an attempt at new socket and signal code for...
2004-03-24 Tom LaneAdjust error message wording per Andrew Dunstan's advice.
2004-03-24 Bruce MomjianUpdate description error text:
2004-03-24 Bruce MomjianHere's a patch implementing the "thread method" to...
2004-03-23 Tom LaneReplace the virtual_host and tcpip_socket parameters...
2004-03-15 Bruce Momjian* postmaster.c: cleanup pmdaemonize under win32; missed...
2004-03-15 Bruce MomjianRemove GUC log_statement, log_pid, log_timestamp, log_s...
2004-03-10 Bruce MomjianMove non-blocking code into its own /port file, for...
2004-03-09 Bruce MomjianCorrects a typo, introduces missing variables, and...
2004-03-09 Bruce MomjianAdd:
2004-03-05 Bruce MomjianWin32:
2004-02-25 Bruce MomjianFor application to HEAD, following community review.
2004-02-23 Tom LaneDo a direct probe during postmaster startup to determin...
2004-02-17 Bruce MomjianThis patch brings up to date what I did last year ...
2004-02-11 Tom LaneRepair some problems in bgwriter start/stop logic....
2004-02-08 Neil ConwayWin32 signals cleanup. Patch by Magnus Hagander, with...
2004-01-28 Tom LaneReview uses of IsUnderPostmaster, change some tests...
2004-01-27 Bruce MomjianHere's the latest win32 signals code, this time in...
2004-01-26 Bruce Momjian[all] Removed call to getppid in SendPostmasterSignal...
2004-01-26 Bruce MomjianBack out win32 patch so we can apply it separately.
2004-01-26 Bruce MomjianAttached is a patch that fixes some trivial typos and...
2004-01-26 Tom LaneEnsure that close() and fclose() are checked for errors...
2004-01-11 Bruce MomjianDrops in the CreateProcess calls for Win32 (essentially...
2004-01-09 Bruce MomjianRemove ereport() from failed connection; already done...
2004-01-09 Bruce MomjianFix for cancel key restarting postmaster, from Claudio
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2004-01-06 Bruce MomjianFinal rearrangement of main postgresql child process...
2003-12-25 Bruce MomjianContinued rearrangement to permit pgstat + BootstrapMai...
2003-12-20 Bruce MomjianThis patch is the next step towards (re)allowing fork...
2003-12-01 Tom LaneAvoid assuming that type key_t is 32 bits, since it...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-19 Jan WieckBackground writer process
2003-11-11 Bruce Momjian* ioctlsocket_ret
2003-09-26 Peter EisentrautVarious message fixes, among those fixes for the previo...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
next