summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/clog.c
AgeCommit message (Expand)Author
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-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
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-11-03Fix silly typo in previous commit.Alvaro Herrera
2008-11-03Fix TransactionIdSetStatusBit so that it doesn't try to change a transactionAlvaro Herrera
2008-10-20Rework subtransaction commit protocol for hot standby.Alvaro Herrera
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-05Fix recently-understood problems with handling of XID freezing, particularlyTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-13Allow include files to compile own their own.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-05Clean up representation of SLRU page state. This is the cleaner fixTom 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-06-30Improve the checkpoint signaling mechanism so that the bgwriter can tellTom Lane
2005-06-06Modify XLogInsert API to make callers specify whether pages to be backedTom Lane
2005-06-06Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-22Awhile back I added some code to StartupCLOG() to forcibly zero outTom Lane
2004-08-30Ensure that the remainder of the current pg_clog page is zeroed duringTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-23Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane
2004-07-03Fix no-longer-correct bit-pushing in TransactionIdSetStatus, per Alvaro.Tom Lane
2004-07-01Nested transactions. There is still much left to do, especially on theTom Lane
2004-05-31Per previous discussions, get rid of use of sync(2) in favor ofTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-06-11This patch extracts page buffer pooling and the simpleBruce Momjian
2003-05-03Handle clog structure in shared memory in exec() case, for Win32.Bruce Momjian
2003-05-02Back out last commit --- wrong patch.Bruce Momjian
2003-05-02Dump/read non-default GUC values for use by exec'ed backends, for Win32.Bruce Momjian
2003-04-14Reorganize clog's error reporting so that PANIC on clog I/O error canTom Lane
2002-09-26Ensure that before truncating CLOG, we force a checkpoint even if noTom Lane
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25Fix a couple of places where lack of parenthesization of a castTom Lane