]> granicus.if.org Git - postgresql/history - src/backend/bootstrap/bootstrap.c
lease find enclosed a patch that matches the PL/Perl documentation
[postgresql] / src / backend / bootstrap / bootstrap.c
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...
2002-08-04 Thomas G. LockhartImplement WAL log location control using "-X" or PGXLOG.
2002-08-02 Tom LaneWhen compiling with --enable-cassert, check for referen...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-04-27 Tom LaneSupport toasting of shared system relations, and provid...
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-15 Tom LaneRepair two problems with WAL logging of sequence nextva...
2002-03-08 Tom LaneAdd missing colon to getopt() arg.
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-23 Peter EisentrautSave source of GUC settings, allowing different sources...
2002-01-10 Tom LaneThe result of getopt() should be compared to -1, not...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-19 Tom LaneEnsure that all startup paths (postmaster, standalone...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-09-27 Tom LaneRemove useless LockDisable() function and associated...
2001-08-25 Peter EisentrautHide backend debug output in initdb by default. To...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-08-04 Tom LaneFix handling of SIGCHLD, per recent pghackers discussio...
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-06-25 Tom LaneFix a couple remaining places where GUC variables were...
2001-06-12 Tom LaneExtend GUC concepts of parse_hook and assign_hook to...
2001-06-03 Peter EisentrautMark many strings in backend not covered by elog for...
2001-05-12 Peter EisentrautMake bootstrap debug messages more readable. Clean...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-13 Tom LaneXLOG (and related) changes:
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2000-12-28 Vadim B. MikheevNew WAL version - CRC and data blocks backup.
2000-11-25 Tom LaneStore current LC_COLLATE and LC_CTYPE settings in pg_co...
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-21 Vadim B. MikheevFix OID bootstraping.
2000-11-09 Vadim B. MikheevAuto checkpoint creation.
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-11-04 Peter EisentrautMake the backend grok relative paths for the data direc...
2000-10-24 Vadim B. MikheevWAL misc
2000-10-21 Vadim B. MikheevWAL
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-08-03 Tom LaneModify heap_open()/heap_openr() API per pghackers discu...
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
2000-07-03 Jan WieckTOAST
2000-07-03 Peter EisentrautMove global internal files to PGDATA/global.
next