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
/
page
/
bufpage.c
Commit message (
Expand
)
Author
Age
*
Fix PageAddItem BRIN bug
Alvaro Herrera
2016-05-30
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix off-by-one error in Assertion.
Heikki Linnakangas
2015-05-19
*
Refactor page compactifying code.
Heikki Linnakangas
2015-02-03
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-07
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Avoid allocations in critical sections.
Heikki Linnakangas
2014-04-04
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Cooperate with the Valgrind instrumentation framework.
Noah Misch
2013-06-26
*
Refactor checksumming code to make it easier to use externally.
Tom Lane
2013-06-13
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Introduce new page checksum algorithm and module.
Simon Riggs
2013-04-29
*
Suppress uninitialized-variable warning in new checksum code.
Tom Lane
2013-03-22
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
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
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage
Tom Lane
2008-11-03
*
Change the PageGetContents() macro to guarantee its result is maxalign'd,
Tom Lane
2008-07-13
*
This is the patch replace offnum++ by OffsetNumberNext, to be
Bruce Momjian
2008-05-13
*
Fix PageGetExactFreeSpace() so that it actually behaves sensibly
Tom Lane
2008-02-10
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Improve handling of prune/no-prune decisions by storing a page's oldest
Tom Lane
2007-09-21
*
HOT updates. When we update a tuple without changing any of its indexed
Tom Lane
2007-09-20
*
Redefine the lp_flags field of item pointers as having four states, rather
Tom Lane
2007-09-12
*
Suppress useless searches for unused line pointers in PageAddItem. To do
Tom Lane
2007-03-02
*
btree source code cleanups:
Bruce Momjian
2007-02-21
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
This patch cleans up the access to members of ItemIdData.
Bruce Momjian
2005-09-22
*
Modify XLogInsert API to make callers specify whether pages to be backed
Tom Lane
2005-06-06
*
Change CRCs in WAL records from 64bit to 32bit for performance reasons.
Tom Lane
2005-06-02
*
Create a routine PageIndexMultiDelete() that replaces a loop around
Tom Lane
2005-03-22
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Previous code cleanup was for bufpage.c, not bufmgr.c.
Bruce Momjian
2004-06-09
*
Stylistic changes in bufmgr.c
Bruce Momjian
2004-06-08
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
More message editing, some suggested by Alvaro Herrera
Peter Eisentraut
2003-09-29
[next]