index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
buffer
/
freelist.c
Commit message (
Expand
)
Author
Age
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Remove unreachable code
Peter Eisentraut
2012-07-16
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Improve control logic for bgwriter hibernation mode.
Tom Lane
2012-05-09
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
For bulk write operations (eg COPY IN), use a ring buffer of 16MB instead
Tom Lane
2009-06-22
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Improve bulk-insert performance by keeping the current target buffer pinned
Tom Lane
2008-11-06
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Just-in-time background writing strategy. This code avoids re-scanning
Tom Lane
2007-09-25
*
Arrange for large sequential scans to synchronize with each other, so that
Tom Lane
2007-06-08
*
Make large sequential scans and VACUUMs work in a limited-size "ring" of
Tom Lane
2007-05-30
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Fix oversight in sizing of shared buffer lookup hashtable. Because
Tom Lane
2006-07-23
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Do all accesses to shared buffer headers through volatile-qualified
Tom Lane
2005-10-12
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
*
Replace the BufMgrLock with separate locks on the lookup hashtable and
Tom Lane
2005-03-04
*
Ensure that all details of the ARC algorithm are hidden within freelist.c.
Tom Lane
2005-02-03
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Restructure subtransaction handling to reduce resource consumption,
Tom Lane
2004-09-16
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
StrategyDirtyBufferList wasn't being careful to honor max_buffers limit.
Tom Lane
2004-06-11
*
Adjust our timezone library to use pg_time_t (typedef'd as int64) in
Tom Lane
2004-06-03
*
Another round of code cleanup on bufmgr. Use BM_VALID flag to keep track
Tom Lane
2004-04-21
*
Code review for ARC patch. Eliminate static variables, improve handling
Tom Lane
2004-04-19
*
Fixed bug where FlushRelationBuffers() did call StrategyInvalidateBuffer()
Jan Wieck
2004-02-12
*
Cost based vacuum delay feature.
Jan Wieck
2004-02-06
*
Adjusted calculation of shared memory requirements to new
Jan Wieck
2004-01-15
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Conditionalize variable that is only used conditionally, to avoid warning.
Peter Eisentraut
2003-11-27
*
Background writer process
Jan Wieck
2003-11-19
*
Changed parameter name for shared cache status report interval to
Jan Wieck
2003-11-16
*
2nd try for the ARC strategy.
Jan Wieck
2003-11-13
*
ARC strategy backed out ... sorry
Jan Wieck
2003-11-13
*
Replacement of the buffer replacement strategy with an ARC
Jan Wieck
2003-11-13
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
Error message editing in backend/storage.
Tom Lane
2003-07-24
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
[next]