]> granicus.if.org Git - postgresql/history - src/backend/postmaster/postmaster.c
Support host names in pg_hba.conf
[postgresql] / src / backend / postmaster / postmaster.c
2010-10-15 Peter EisentrautSupport host names in pg_hba.conf
2010-10-15 Bruce MomjianImprove comment about ignoring 128 error code on Windows:
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-16 Magnus HaganderTreat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non...
2010-07-20 Robert HaasAdd restart_after_crash GUC.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-24 Robert HaasAdd stray "else" that seems to have gone missing.
2010-06-16 Peter EisentrautRefactor sprintf calls with computed format strings...
2010-06-03 Peter EisentrautFix some inconsistent quoting of wal_level values in...
2010-05-27 Robert HaasAvoid starting walreceiver in states where it shouldn...
2010-05-26 Robert HaasMore fixes for shutdown during recovery.
2010-05-15 Robert HaasRename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CON...
2010-05-14 Robert HaasWe now accept read-only connections in state PM_RECOVER...
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
2010-04-08 Robert HaasMake smart shutdown work in combination with Hot Standb...
2010-03-25 Simon RiggsModify some new and pre-existing messages for translata...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-27 Heikki LinnakangasMake standby server continuously retry restoring the...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-10 Magnus HaganderCreate typedef pgsocket for storing socket descriptors.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-02 Magnus HaganderFix one more cast for _open_osfhandle().
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-09-08 Tom LaneAdd a boolean GUC parameter "bonjour" to control whethe...
2009-09-08 Tom LaneReplace use of the long-deprecated Bonjour API DNSServi...
2009-08-31 Tom LaneChange the autovacuum launcher to read pg_database...
2009-08-29 Tom LaneRemove the use of the pg_auth flat file for client...
2009-08-28 Tom LaneRemove useless code that propagated FrontendProtocol...
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...
next