summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/varsup.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.4Bruce Momjian2014-05-061-6/+6
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-131-1/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Clarify terminology standalone backend vs. single-user modePeter Eisentraut2013-06-201-3/+3
* Fix handling of OID wraparound while in standalone mode.Tom Lane2013-05-131-9/+9
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-231-0/+2
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-2/+2
* Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas2012-05-141-5/+5
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas2011-11-251-5/+6
* Clean up the #include mess a little.Tom Lane2011-09-041-0/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-2/+0
* Move RegisterPredicateLockingXid() call to a safer place.Tom Lane2011-05-061-5/+0
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-3/+3
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-081-0/+5
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Don't try to fetch database name when SetTransactionIdLimit() is executedTom Lane2010-10-201-4/+14
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-16/+16
* Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane2010-02-201-1/+9
* When updating ShmemVariableCache from a checkpoint record, be sure to setTom Lane2010-02-171-10/+7
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-4/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Force VACUUM to recalculate oldestXmin even when we haven't changed ourTom Lane2009-09-011-7/+16
* Track the current XID wrap limit (or more accurately, the oldest unfrozenTom Lane2009-08-311-31/+125
* Change the default value of max_prepared_transactions to zero, and addTom Lane2009-04-231-4/+7
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* To reduce confusion over whether VACUUM FULL is needed for anti-wraparoundTom Lane2008-12-111-3/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-13/+13
* Replace the former method of determining snapshot xmax --- to wit, callingTom Lane2007-09-081-13/+18
* Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera2007-02-151-3/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-18/+64
* pgindent run for 8.2.Bruce Momjian2006-10-041-7/+7
* Degrade the transaction-id wraparound point message from LOG to DEBUG1, perAlvaro Herrera2006-09-261-2/+2
* Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane2006-09-031-6/+17
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-101-9/+9
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-5/+5
* Message correctionsPeter Eisentraut2005-10-291-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-71/+67
* Improve xid wraparound message (the server isn't really shut down, justBruce Momjian2005-08-221-3/+3
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-121-50/+13
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-191-4/+3
* Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane2005-04-131-5/+27
* Remove some no-longer-needed kluges for bootstrapping, in particularTom Lane2005-02-201-2/+2
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-201-1/+112