]> granicus.if.org Git - postgresql/history - src/include/storage/proc.h
Run pgindent on 9.2 source tree in preparation for first 9.3
[postgresql] / src / include / storage / proc.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-14 Heikki LinnakangasUpdate comments that became out-of-date with the PGXACT...
2012-05-10 Tom LaneImprove control logic for bgwriter hibernation mode.
2012-05-09 Tom LaneReduce idle power consumption of walwriter and checkpoi...
2012-05-02 Robert HaasAdd missing parenthesis in comment.
2012-04-18 Robert HaasTighten up error recovery for fast-path locking.
2012-01-30 Heikki LinnakangasMake group commit more effective.
2012-01-29 Tom LaneFix typo in comment.
2012-01-26 Heikki LinnakangasMake bgwriter sleep longer when it has no work to do...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-25 Robert HaasMove "hot" members of PGPROC into a separate PGXACT...
2011-11-01 Simon RiggsSplit work of bgwriter between 2 processes: bgwriter...
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-09-04 Tom LaneRemove unnecessary and circular #include.
2011-08-10 Tom LaneChange the autovacuum launcher to use WaitLatch instead...
2011-08-04 Robert HaasCreate VXID locks "lazily" in the main lock table.
2011-08-02 Tom LaneFix incorrect initialization of ProcGlobal->startupBuff...
2011-07-18 Robert HaasCreate a "fast path" for acquiring weak relation locks.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-10 Robert HaasMore synchronous replication typo fixes.
2011-03-06 Simon RiggsEfficient transaction-controlled synchronous replication.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-26 Simon RiggsHS Defer buffer pin deadlock check until deadlock_timeo...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-13 Simon RiggsRe-enable max_standby_delay = -1 using deadlock detecti...
2010-01-23 Simon RiggsIn HS, Startup process sets SIGALRM when waiting for...
2010-01-16 Simon RiggsTeach standby conflict resolution to use SIGUSR1
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-08-31 Tom LaneChange the autovacuum launcher to read pg_database...
2009-08-12 Tom LaneAllow backends to start up without use of the flat...
2009-02-23 Heikki LinnakangasChange the signaling of end-of-recovery. Startup proces...
2009-02-19 Heikki LinnakangasIncrease NUM_AUXILIARY_PROCS, now that the startup...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-09 Heikki LinnakangasRevert SIGUSR1 multiplexing patch, per Tom's objection.
2008-12-09 Heikki LinnakangasProvide support for multiplexing SIGUSR1 signal. The...
2008-11-02 Tom LaneRemove the last vestiges of the MAKE_PTR/MAKE_OFFSET...
2008-04-15 Bruce MomjianRevert addition of pg_terminate_backend() because of...
2008-04-15 Bruce MomjianAdd pg_terminate_backend() to allow terminating only...
2008-01-26 Tom LaneChange StatementCancelHandler() to check the DoingComma...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-24 Alvaro HerreraRearrange vacuum-related bits in PGPROC as a bitmask...
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-04-16 Alvaro HerreraAdd a multi-worker capability to autovacuum. This...
2007-04-03 Tom LaneRemove the CheckpointStartLock in favor of having backe...
2007-03-07 Alvaro HerreraCleanup the bootstrap code a little, and rename "dummy...
2007-03-03 Bruce MomjianAdd GUC log_lock_waits to log long wait times.
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
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...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-30 Alvaro HerreraModify snapshot definition so that lazy vacuums are...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-04-14 Tom LaneRepair a low-probability race condition identified...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-04 Tom LaneRearrange backend startup sequence so that ShmemIndexLo...
2005-12-11 Tom LaneDivide the lock manager's shared state into 'partitions...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-11 Tom LaneAdd infrastructure for making spins_per_delay variable...
2005-09-19 Bruce MomjianPrint proper cause of statement cancel, user interactio...
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
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...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-29 Tom LaneMinor adjustments to improve the accuracy of our comput...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-27 Tom LaneIntroduce local hash table for lock state, as per recen...
2004-08-01 Tom LaneSome mop-up work for savepoints (nested transactions...
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-01 Tom LaneNested transactions. There is still much left to do...
2003-12-01 Bruce MomjianTry to reduce confusion about what is a lock method...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-19 Jan WieckBackground writer process
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-02-18 Bruce MomjianRename 'holder' references to 'proclock' for PROCLOCK...
2002-10-31 Tom LaneCode review for statement_timeout patch. Fix some...
2002-10-21 Peter EisentrautAdd DLLIMPORT declarations needed by contrib modules.
2002-09-04 Bruce Momjianpgindent run.
2002-07-19 Bruce MomjianComplete TODO item:
2002-07-13 Bruce MomjianAdd SET statement_timeout capability. Timeout is in...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2001-11-06 Tom LaneThe extra semaphore that proc.c now allocates for check...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
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-09-30 Bruce MomjianBack out change. Too many place to change too close...
2001-09-29 Bruce MomjianDo this TODO item:
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-09-21 Tom LaneAdd an overall timeout on the client authentication...
next