index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
clog.c
Commit message (
Expand
)
Author
Age
*
Increase maximum number of clog buffers.
Andres Freund
2016-04-08
*
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-02-02
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Move each SLRU's lwlocks to a separate tranche.
Robert Haas
2015-11-12
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix typos
Alvaro Herrera
2014-12-03
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix Hot-Standby initialization of clog and subtrans.
Heikki Linnakangas
2013-11-22
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-28
*
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-28
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Assorted comment fixes, mostly just typos, but some obsolete statements.
Tom Lane
2012-01-29
*
Make the number of CLOG buffers adaptive, based on shared_buffers.
Robert Haas
2012-01-06
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Fix timing of Startup CLOG and MultiXact during Hot Standby
Simon Riggs
2011-11-02
*
Use callbacks in SlruScanDirectory for the actual action
Alvaro Herrera
2011-10-04
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Fix assorted typos
Alvaro Herrera
2011-05-12
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Avoid unnecessary public struct declaration in slru.h
Alvaro Herrera
2010-12-30
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2009-12-19
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should
Heikki Linnakangas
2009-01-20
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Fix silly typo in previous commit.
Alvaro Herrera
2008-11-03
*
Fix TransactionIdSetStatusBit so that it doesn't try to change a transaction
Alvaro Herrera
2008-11-03
*
Rework subtransaction commit protocol for hot standby.
Alvaro Herrera
2008-10-20
*
Add a few more DTrace probes to the backend.
Alvaro Herrera
2008-08-01
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Implement lazy XID allocation: transactions that do not modify any database
Tom Lane
2007-09-05
*
Support an optional asynchronous commit mode, in which we don't flush WAL
Tom Lane
2007-08-01
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Fix recently-understood problems with handling of XID freezing, particularly
Tom Lane
2006-11-05
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
*
Arrange to emit a description of the current XLOG record as error context
Tom Lane
2006-03-24
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Get rid of slru.c's hardwired insistence on a fixed number of slots per
Tom Lane
2005-12-06
*
Arrange for read-only accesses to SLRU page buffers to take only a shared
Tom Lane
2005-12-06
*
Clean up representation of SLRU page state. This is the cleaner fix
Tom Lane
2005-11-05
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
*
Improve the checkpoint signaling mechanism so that the bgwriter can tell
Tom Lane
2005-06-30
[next]