]> granicus.if.org Git - postgresql/history - src/backend/postmaster/postmaster.c
Non-Windows EXEC_BACKEND path was broken by recent write_inheritable_socket
[postgresql] / src / backend / postmaster / postmaster.c
2009-08-28 Tom LaneNon-Windows EXEC_BACKEND path was broken by recent...
2009-08-24 Tom LaneTry to make silent_mode behave somewhat reasonably.
2009-08-24 Tom LaneSmall correction to previous patch: we shouldn't Releas...
2009-08-24 Alvaro HerreraAvoid calling kill() in a postmaster signal handler.
2009-08-07 Heikki LinnakangasFast shutdown stop should forcibly disconnect any activ...
2009-08-06 Magnus HaganderAvoid terminating the postmaster on a number of "can...
2009-07-24 Magnus HaganderReserve the shared memory region during backend startup...
2009-07-08 Tom LaneRemove no-longer-necessary transmission of postmaster...
2009-06-26 Tom LaneCleanup and code review for the patch that made bgwrite...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-05 Tom LaneInstall a "dead man switch" to allow the postmaster...
2009-05-04 Tom LaneFix missed usage of DLNewElem()
2009-05-04 Alvaro HerreraAvoid a memory allocation in the backend startup code...
2009-05-02 Tom LaneInstall some simple defenses in postmaster startup...
2009-04-05 Tom LaneRemove a boatload of useless definitions of 'int optres...
2009-03-04 Heikki LinnakangasReload config file in startup process on SIGHUP.
2009-03-03 Heikki LinnakangasFix copy-pasto in the patch to allow background writer...
2009-02-25 Heikki LinnakangasPut back a "continue" that went missing in the changes...
2009-02-23 Heikki LinnakangasChange the signaling of end-of-recovery. Startup proces...
2009-02-19 Heikki LinnakangasFix bogus comment, from the patch to start bgwriter...
2009-02-18 Heikki LinnakangasStart background writer during archive recovery. Backgr...
2009-01-04 Tom LaneAdd contrib/pg_stat_statements for server-wide tracking...
2009-01-03 Tom LaneCreate a "shmem_startup_hook" to be called at the end...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautThe macros NULL_DEV and DEVNULL were both used to work...
2008-10-28 Magnus HaganderRemove support for (insecure) crypt authentication.
2008-09-23 Bruce MomjianAdd comment about the use of EXEC_BACKEND.
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-09-15 Magnus HaganderParse pg_hba.conf in postmaster, instead of once in...
2008-08-25 Magnus HaganderMake stats_temp_directory PGC_SIGHUP, and document...
2008-06-26 Bruce MomjianFix 'pg_ctl restart' to preserve command-line arguments.
2008-06-26 Bruce MomjianUse SYSTEMQUOTE as concatentation to strings, rather...
2008-06-19 Tom LaneRewrite the sinval messaging mechanism to reduce conten...
2008-06-06 Alvaro HerreraChange xlog.h to xlogdefs.h in bufpage.h, and fix fallout.
2008-05-04 Tom LaneAdd pg_conf_load_time() function to report when the...
2008-04-26 Tom LaneCode review for recent patch to terminate online backup...
2008-04-23 Magnus HaganderPrevent shutdown in normal mode if online backup is...
2008-03-31 Tom LaneUse error message wordings for permissions checks on...
2008-03-09 Tom LaneRemove postmaster.c's check that NBuffers is at least...
2008-02-20 Tom LaneRename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_...
2008-01-11 Tom LaneRestructure the shutdown procedure for the archiver...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-13 Peter EisentrautClarify log messages
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-15 Peter EisentrautMessage improvements
2007-11-08 Peter EisentrautWording changes
2007-11-05 Neil ConwayUse LOG instead of DEBUG2 for logging invalid cancel...
2007-10-26 Magnus HaganderChange win32 child-death tracking code to use a threadp...
2007-09-26 Tom LaneMinor improvements in backup and recovery:
2007-08-19 Andrew DunstanProvide for logfiles in machine readable CSV format...
2007-08-09 Tom LaneRevise postmaster startup/shutdown logic to eliminate...
2007-08-04 Tom LaneFix a problem in my recent patch to initialize cancel_k...
2007-08-03 Tom LaneFix some sloppiness in the recent multiple-autovacuum...
2007-08-02 Andrew DunstanMove session_start out of MyProcPort stucture and make...
2007-08-02 Andrew DunstanMake sure syslogPipe runs in binary mode on Windows...
2007-07-24 Tom LaneCreate a new dedicated Postgres process, "wal writer...
2007-07-23 Magnus HaganderSSPI authentication on Windows. GSSAPI compatible clien...
2007-07-19 Andrew DunstanOnly use the pipe chunking protocol if we know the...
2007-07-11 Magnus HaganderA bunch of GSSAPI fixes per comments from Tom:
2007-07-10 Magnus HaganderAdd support for GSSAPI authentication.
2007-07-01 Tom LaneTreat the autovac launcher more like a regular backend...
2007-06-29 Alvaro HerreraArrange for SIGINT in autovacuum workers to cancel...
2007-06-25 Alvaro HerreraImprove autovacuum launcher's ability to detect a probl...
2007-03-22 Bruce MomjianAllow the pgstat process to restart immediately after...
2007-03-07 Alvaro HerreraCleanup the bootstrap code a little, and rename "dummy...
2007-02-16 Tom LaneCode review for SSLKEY patch.
2007-02-16 Bruce MomjianSSL improvements:
2007-02-16 Alvaro HerreraRemove useless database name from bootstrap argument...
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-02-13 Tom LaneImprove postmaster's behavior if an accept() call fails...
2007-02-11 Magnus HaganderFix for early log messages during postmaster startup...
2007-02-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
2007-02-08 Bruce MomjianThis patch fixes shared_preload_libraries on Windows...
2007-02-07 Tom LaneRemove the xlog-centric "database system is ready"...
2007-01-29 Bruce MomjianUpdate process termination message to display signal...
2007-01-28 Tom LaneClean up broken usage of HAVE_DECL_SYS_SIGLIST and...
2007-01-28 Bruce MomjianUse autoconf build-in sys_siglist macro AC_DECL_SYS_SIG...
2007-01-28 Bruce MomjianUse sys_siglist[] to print out signal names for signal...
2007-01-23 Bruce MomjianBack out use of FormatMessage(), does error values...
2007-01-23 Bruce MomjianPrint meaningfull error text for abonormal process...
2007-01-22 Bruce MomjianUse errhint() for WIN32 SIGTERM message, where possible.
2007-01-22 Bruce MomjianWhen system() fails in Win32, report it as an exception...
2007-01-16 Alvaro HerreraArrange for autovacuum to be killed when another operat...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-04 Tom LaneFix erroneous implementation of -s in postmaster.c...
2006-11-30 Tom LaneMinor adjustments to make failures in startup/shutdown...
2006-11-28 Peter EisentrautFix some translator comments so that xgettext finds...
2006-11-21 Tom LaneOn systems that have setsid(2) (which should be just...
2006-11-21 Tom LaneAdjust elog.c so that elog(FATAL) exits (including...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-15 Tom LaneAdd server support for "plugin" libraries that can...
2006-08-08 Tom LaneAdd a feature for automatic initialization and finaliza...
2006-07-29 Tom LaneAdjust initialization sequence for timezone_abbreviatio...
2006-07-25 Tom LaneMake the order of operations in PostmasterMain a bit...
2006-07-16 Tom LaneEnsure that we retry rather than erroring out when...
2006-07-15 Tom LanePut back some more not-so-unused-as-all-that #includes...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
next