aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/clog.c
Commit message (Expand)AuthorAge
* Fix access-off-end-of-array in clog.c.Tom Lane2017-10-06
* Use group updates when setting transaction status in clog.Robert Haas2017-09-01
* Remove incorrect assertion in clog.cRobert Haas2017-08-10
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fsync directory after creating or unlinking file.Teodor Sigaev2017-03-27
* Track the oldest XID that can be safely looked up in CLOG.Robert Haas2017-03-23
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-17
* Revert "Use group updates when setting transaction status in clog."Robert Haas2017-03-10
* Use group updates when setting transaction status in clog.Robert Haas2017-03-09
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Increase maximum number of clog buffers.Andres Freund2016-04-08
* Make all built-in lwlock tranche IDs fixed.Robert Haas2016-02-02
* Update copyright for 2016Bruce Momjian2016-01-02
* Move each SLRU's lwlocks to a separate tranche.Robert Haas2015-11-12
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix typosAlvaro Herrera2014-12-03
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix Hot-Standby initialization of clog and subtrans.Heikki Linnakangas2013-11-22
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-28
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-28
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane2012-01-29
* Make the number of CLOG buffers adaptive, based on shared_buffers.Robert Haas2012-01-06
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs2011-11-02
* Use callbacks in SlruScanDirectory for the actual actionAlvaro Herrera2011-10-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Fix assorted typosAlvaro Herrera2011-05-12
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Avoid unnecessary public struct declaration in slru.hAlvaro Herrera2010-12-30
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-20
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix silly typo in previous commit.Alvaro Herrera2008-11-03
* Fix TransactionIdSetStatusBit so that it doesn't try to change a transactionAlvaro Herrera2008-11-03
* Rework subtransaction commit protocol for hot standby.Alvaro Herrera2008-10-20
* Add a few more DTrace probes to the backend.Alvaro Herrera2008-08-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-05
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-01