OSDN Git Service

Move session_start out of MyProcPort stucture and make it a global called MyStartTime,
[pg-rex/syncrep.git] / src / backend / bootstrap / bootstrap.c
2007-08-02 Andrew DunstanMove session_start out of MyProcPort stucture and make...
2007-07-24 Tom LaneCreate a new dedicated Postgres process, "wal writer...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-03-07 Alvaro HerreraCleanup the bootstrap code a little, and rename "dummy...
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-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
2007-01-22 Tom LaneAdd COST and ROWS options to CREATE/ALTER FUNCTION...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
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-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-15 Tom LaneAdd a hack so that get_type_io_data() can work from...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-31 Tom LaneChange the bootstrap sequence so that toast tables...
2006-07-29 Tom LaneAdjust initialization sequence for timezone_abbreviatio...
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.
2006-06-27 Bruce MomjianAdd GUC update_process_title to control whether 'ps...
2006-06-18 Peter EisentrautMerge postmaster and postgres command into just postgre...
2006-06-08 Tom LaneFix bootstrap.c so that database startup process and...
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-07 Tom LaneMake all our flex and bison files use %option prefix...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
2006-01-04 Tom LaneRearrange backend startup sequence so that ShmemIndexLo...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-20 Tom LanePostpone pg_timezone_initialize() until after creation...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-08 Tom LaneCause ShutdownPostgres to do a normal transaction abort...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-29 Tom LaneAdd proallargtypes and proargmodes columns to pg_proc...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2005-01-14 Tom Lanepostgres -boot would print the wrong program name in...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-14 Tom LaneRemove GUC USERLIMIT variable category, making the...
2004-10-10 Neil ConwayCosmetic improvements/code cleanup:
2004-10-08 Tom LaneWhack some sense into the configuration-file-location...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-31 Tom LaneFor EXEC_BACKEND case, BootstrapMain needs to recompute...
2004-07-31 Tom LaneRestructure error handling as recently discussed. ...
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-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-11 Bruce MomjianAllow configuration files to be placed outside the...
2004-06-24 Tom LaneReplace direct fprintf(stderr) calls by write_stderr...
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
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-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-02-25 Bruce MomjianFor application to HEAD, following community review.
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2004-01-06 Tom LaneApply the core parts of Dennis Bjorklund's patch to...
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-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
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-09-02 Tom LaneCause standalone backend (including bootstrap case...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-07-22 Tom LaneError message editing in backend/bootstrap, /lib, ...
2003-07-15 Tom LaneTweak original coding so that we can determine the...
2003-05-28 Tom LaneFix things so that an error occuring during standalone...
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-05-08 Bruce MomjianPass shared memory address on command line to exec...
2003-05-06 Bruce MomjianPass shared memory id and socket descriptor number...
2003-05-06 Bruce MomjianRename internal variables DBName|dbName to dbname,...
2003-05-06 Bruce MomjianComment out some of the conditional tests until we...
2003-05-03 Bruce MomjianCleanup patch for exec() handling.
2003-05-03 Bruce MomjianHandle clog structure in shared memory in exec() case...
2003-05-02 Bruce MomjianBack out last commit --- wrong patch.
2003-05-02 Bruce MomjianDump/read non-default GUC values for use by exec'ed...
2003-03-06 Tom LaneAdd code to dump contents of free space map into $PGDAT...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-11-14 Bruce MomjianRename server_min_messages to log_min_messages. Part...
2002-09-26 Tom LaneEnsure that before truncating CLOG, we force a checkpoi...
2002-09-25 Tom LaneRemove ShutdownBufferPoolAccess exit callback, and...
2002-09-22 Tom LaneReplace pg_attribute.attisinherited with attislocal...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-30 Tom LaneAUTOCOMMIT mode is now an available backend GUC variabl...
2002-08-17 Bruce MomjianReverse out XLogDir/-X write-ahead log handling, per...
2002-08-10 Bruce MomjianThis patch removes a lot of unused code related to...
next