summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/multixact.c
AgeCommit message (Expand)Author
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-11-28Split out rmgr rm_desc functions into their own filesAlvaro Herrera
2012-04-23Lots of doc corrections.Robert Haas
2012-02-06Add locking around WAL-replay modification of shared-memory variables.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-02Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-30Avoid unnecessary public struct declaration in slru.hAlvaro Herrera
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-19Allow read only connections during recovery, known as Hot Standby.Simon Riggs
2009-11-23Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas
2009-06-26Cleanup and code review for the patch that made bgwriter active duringTom Lane
2009-01-20Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas
2009-01-01Update copyright for 2009.Bruce Momjian
2008-08-01Add a few more DTrace probes to the backend.Alvaro Herrera
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-09-05Implement lazy XID allocation: transactions that do not modify any databaseTom Lane
2007-08-01Support an optional asynchronous commit mode, in which we don't flush WALTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-17Repair two related errors in heap_lock_tuple: it was failing to recognizeTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-20Don't try to truncate multixact SLRU files in checkpoints done during xlogTom Lane
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-07-11Alphabetically order reference to include files, "G" - "M".Bruce Momjian
2006-03-24Arrange to emit a description of the current XLOG record as error contextTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-12-06Get rid of slru.c's hardwired insistence on a fixed number of slots perTom Lane
2005-12-06Arrange for read-only accesses to SLRU page buffers to take only a sharedTom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-05Clean up representation of SLRU page state. This is the cleaner fixTom Lane
2005-10-28Reorder code so that we don't have to hold a critical section whileTom Lane
2005-10-28Fix race condition in multixact code: it's possible to try to read aTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-20Convert the arithmetic for shared memory size calculation from 'int'Tom Lane
2005-08-20Make GetMultiXactIdMembers() a public function.Tatsuo Ishii
2005-08-01Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane
2005-06-08Change WAL-logging scheme for multixacts to be more like regularTom Lane
2005-05-19Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane
2005-05-07Fix case in which a debug printout would print already-pfreed data.Tom Lane
2005-05-03Clean up MultiXactIdExpand's API by separating out the case where weTom Lane
2005-04-28Implement sharable row-level locks, and use them for foreign key referencesTom Lane