]> granicus.if.org Git - postgresql/history - src/backend/access/transam/multixact.c
Protect against multixact members wraparound
[postgresql] / src / backend / access / transam / multixact.c
2015-04-28 Alvaro HerreraProtect against multixact members wraparound
2015-04-10 Alvaro HerreraOptimize locking a tuple already locked by another...
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in some more places.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-14 Alvaro HerreraAllow interrupting GetMultiXactIdMembers
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-07-29 Alvaro HerreraAvoid uselessly looking up old LOCK_ONLY multixacts
2014-06-27 Alvaro HerreraHave multixact be truncated by checkpoint, not vacuum
2014-06-09 Alvaro HerreraWrap multixact/members correctly during extension,...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-24 Alvaro HerreraFix race when updating a tuple concurrently locked...
2014-02-13 Alvaro HerreraSeparate multixact freezing parameters from xid's
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-07 Peter EisentrautAdd more use of psprintf()
2014-01-02 Alvaro HerreraWrap multixact/members correctly during extension
2014-01-02 Alvaro HerreraHandle wraparound during truncation in multixact/members
2013-12-18 Alvaro HerreraDon't ignore tuple locks propagated by our updates
2013-12-16 Alvaro HerreraRework tuple freezing protocol
2013-12-13 Alvaro HerreraFix typo
2013-12-13 Alvaro HerreraRework MultiXactId cache code
2013-11-30 Alvaro HerreraFix a couple of bugs in MultiXactId freezing
2013-11-30 Alvaro HerreraTruncate pg_multixact/'s contents during crash recovery
2013-11-30 Alvaro HerreraFix full-table-vacuum request mechanism for MultiXactIds
2013-11-30 Alvaro HerreraReplace hardcoded 200000000 with autovacuum_freeze_max_age
2013-09-16 Alvaro HerreraRename various "freeze multixact" variables
2013-08-19 Alvaro HerreraFix pg_upgrade failure from servers older than 9.3
2013-08-09 Peter EisentrautMessage punctuation and pluralization fixes
2013-06-01 Stephen FrostPost-pgindent cleanup
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-26 Tom LaneFix grammatical errors in some new message strings.
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-28 Alvaro HerreraSplit out rmgr rm_desc functions into their own files
2012-04-24 Robert HaasLots of doc corrections.
2012-02-06 Tom LaneAdd locking around WAL-replay modification of shared...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-02 Simon RiggsFix timing of Startup CLOG and MultiXact during Hot...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-30 Alvaro HerreraAvoid unnecessary public struct declaration in slru.h
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-11-23 Heikki LinnakangasFix an old bug in multixact and two-phase commit. Prepa...
2009-06-26 Tom LaneCleanup and code review for the patch that made bgwrite...
2009-01-20 Heikki LinnakangasAdd a new option to RestoreBkpBlocks() to indicate...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-08-01 Alvaro HerreraAdd a few more DTrace probes to the backend.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-08-01 Tom LaneSupport an optional asynchronous commit mode, in which...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-17 Tom LaneRepair two related errors in heap_lock_tuple: it was...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-20 Tom LaneDon't try to truncate multixact SLRU files in checkpoin...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "G...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-06 Tom LaneGet rid of slru.c's hardwired insistence on a fixed...
2005-12-06 Tom LaneArrange for read-only accesses to SLRU page buffers...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-05 Tom LaneClean up representation of SLRU page state. This is...
2005-10-28 Tom LaneReorder code so that we don't have to hold a critical...
2005-10-28 Tom LaneFix race condition in multixact code: it's possible...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-08-20 Tatsuo IshiiMake GetMultiXactIdMembers() a public function.
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
2005-06-08 Tom LaneChange WAL-logging scheme for multixacts to be more...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2005-05-07 Tom LaneFix case in which a debug printout would print already...
2005-05-03 Tom LaneClean up MultiXactIdExpand's API by separating out...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...