aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/procarray.h
Commit message (Expand)AuthorAge
* Update copyrights for 2013Bruce Momjian2013-01-01
* Refactor inCommit flag into generic delayChkpt flag.Simon Riggs2012-12-03
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs2011-11-02
* Support synchronization of snapshots through an export/import procedure.Tom Lane2011-10-22
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Optimize commit_siblings in two ways to improve group commit.Simon Riggs2010-12-08
* Fix bugs in the hot standby known-assigned-xids tracking logic. If there'sHeikki Linnakangas2010-12-07
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Cleanup initialization of Hot Standby. Clarify working with reanalysisSimon Riggs2010-05-13
* In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs2010-01-23
* Teach standby conflict resolution to use SIGUSR1Simon Riggs2010-01-16
* During Hot Standby, fix drop database when sessions idle.Simon Riggs2010-01-10
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* A session that does not have any live snapshots does not have to be waited forTom Lane2009-04-04
* Update copyright for 2009.Bruce Momjian2009-01-01
* Improve CREATE/DROP/RENAME DATABASE so that when failing because the sourceTom Lane2008-08-04
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-12
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-26
* Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manualTom Lane2008-01-09
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Replace the former method of determining snapshot xmax --- to wit, callingTom Lane2007-09-08
* Allow CREATE INDEX CONCURRENTLY to disregard transactions in otherTom Lane2007-09-07
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-05
* Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backendsTom Lane2007-06-01
* Remove the CheckpointStartLock in favor of having backends show whether theyTom Lane2007-04-03
* Arrange for autovacuum to be killed when another operation wants to be aloneAlvaro Herrera2007-01-16
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-30
* Take the statistics collector out of the loop for monitoring backends'Tom Lane2006-06-19
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Rethink prior patch to filter out dead backend entries from the pgstatsTom Lane2005-12-16
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Add BackendXidGetPid().Tatsuo Ishii2005-08-20
* Add per-user and per-database connection limit options.Tom Lane2005-07-31
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-19