summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/clog.c
Commit message (Expand)AuthorAgeFilesLines
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane2012-01-291-3/+4
* Make the number of CLOG buffers adaptive, based on shared_buffers.Robert Haas2012-01-061-2/+31
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs2011-11-021-0/+19
* Use callbacks in SlruScanDirectory for the actual actionAlvaro Herrera2011-10-041-1/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Fix assorted typosAlvaro Herrera2011-05-121-2/+2
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Avoid unnecessary public struct declaration in slru.hAlvaro Herrera2010-12-301-2/+2
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-191-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-26/+27
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-201-1/+4
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Fix silly typo in previous commit.Alvaro Herrera2008-11-031-2/+2
* Fix TransactionIdSetStatusBit so that it doesn't try to change a transactionAlvaro Herrera2008-11-031-5/+21
* Rework subtransaction commit protocol for hot standby.Alvaro Herrera2008-10-201-15/+214
* Add a few more DTrace probes to the backend.Alvaro Herrera2008-08-011-1/+6
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-9/+9
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-051-10/+3
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-011-13/+65
* 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-13/+61
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Allow include files to compile own their own.Bruce Momjian2006-07-131-2/+2
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-241-5/+5
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Get rid of slru.c's hardwired insistence on a fixed number of slots perTom Lane2005-12-061-3/+4
* Arrange for read-only accesses to SLRU page buffers to take only a sharedTom Lane2005-12-061-3/+3
* Clean up representation of SLRU page state. This is the cleaner fixTom Lane2005-11-051-5/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-11/+11
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-3/+2
* Improve the checkpoint signaling mechanism so that the bgwriter can tellTom Lane2005-06-301-2/+2
* Modify XLogInsert API to make callers specify whether pages to be backedTom Lane2005-06-061-2/+2
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-6/+1
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Awhile back I added some code to StartupCLOG() to forcibly zero outTom Lane2004-12-221-13/+19
* Ensure that the remainder of the current pg_clog page is zeroed duringTom Lane2004-08-301-2/+33
* Pgindent run for 8.0.Bruce Momjian2004-08-291-1/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane2004-08-231-54/+90
* Fix no-longer-correct bit-pushing in TransactionIdSetStatus, per Alvaro.Tom Lane2004-07-031-2/+7
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-50/+21
* Per previous discussions, get rid of use of sync(2) in favor ofTom Lane2004-05-311-13/+13
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-2/+2