]> granicus.if.org Git - postgresql/history - src/backend/utils/init/postinit.c
Update copyright for 2009.
[postgresql] / src / backend / utils / init / postinit.c
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-09-11 Alvaro HerreraInitialize the minimum frozen Xid in vac_update_datfroz...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-26 Tom LaneCode review for recent patch to terminate online backup...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-16 Alvaro HerreraModify interactions between sinval.c and sinvaladt...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-11 Tom LaneArrange for SET LOCAL's effects to persist until the...
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-05-27 Tom Lanepgstat's on-proc-exit hook has to execute after the...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-18 Tom LaneAdd built-in userlock manipulation functions to replace...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-22 Tom LaneStandalone backends need pgstat_bestart() too, per...
2006-05-04 Tom LaneSimplify relcache startup sequence. With the new desig...
2006-05-04 Tom LaneRethink the locking mechanisms used for CREATE/DROP...
2006-05-03 Tom LaneCreate a syscache for pg_database-indexed-by-oid, and...
2006-04-30 Tom LaneCode review for GRANT CONNECT patch. Spell the privile...
2006-04-30 Bruce MomjianAdd GRANT CONNECTION ON DATABASE, to be used in additio...
2006-03-29 Tom LaneClean up and document the API for XLogOpenRelation...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
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-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-08-08 Tom LaneCause ShutdownPostgres to do a normal transaction abort...
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-29 Tom LaneClean up a number of autovacuum loose ends. Make the...
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-28 Tom LaneBring syntax of role-related commands into SQL complian...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-24 Neil ConwayThis trivial patch removes an unused variable. From...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2005-05-05 Tom LaneMake standalone backends ignore pg_database.datallowcon...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-19 Tom LaneAdd temp_buffers GUC variable to allow users to determi...
2005-03-18 Tom LaneNeed to reset local buffer pin counts, not only shared...
2005-03-18 Tom LaneNeed to release buffer pins before attempting to drop...
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-02-20 Tom LaneRemove some no-longer-needed kluges for bootstrapping...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-14 Tom LaneRemove GUC USERLIMIT variable category, making the...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
2004-05-27 Tom LaneGet rid of the former rather baroque mechanism for...
2003-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2003-07-14 Tom LaneThe default values for shared_buffers and max_connectio...
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-04-25 Tom LaneIn the continuing saga of FE/BE protocol revisions...
2003-02-19 Tatsuo IshiiFix for GUC client_encoding variable not being handled
2002-11-21 Tom LaneCode review for superuser_reserved_connections patch...
2002-10-03 Tom LaneIn a bootstrap process or standalone backend, set MaxBa...
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
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-29 Bruce MomjianThis patch reserves the last superuser_reserved_connect...
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
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-06-11 Jan WieckKatherine Ward wrote:
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-01 Tom LaneCreate a new GUC variable search_path to control the...
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-01 Peter EisentrautUser and database-specific session defaults for run...
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2001-11-02 Tom LaneFix problem reported by Alex Korn: if a relation has...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
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-09-08 Peter EisentrautMake the world somewhat safe for (not from) DELETE...
2001-09-07 Tom LaneGet rid of PID entries in shmem hash table; there is...
2001-09-06 Tatsuo IshiiCommit Karel's patch.
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
next