aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/page/bufpage.c
Commit message (Expand)AuthorAge
* Update copyright for 2009.Bruce Momjian2009-01-01
* Clean up the messy semantics (not to mention inefficiency) of PageGetTempPageTom Lane2008-11-03
* Change the PageGetContents() macro to guarantee its result is maxalign'd,Tom Lane2008-07-13
* This is the patch replace offnum++ by OffsetNumberNext, to beBruce Momjian2008-05-13
* Fix PageGetExactFreeSpace() so that it actually behaves sensiblyTom Lane2008-02-10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Improve handling of prune/no-prune decisions by storing a page's oldestTom Lane2007-09-21
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-12
* Suppress useless searches for unused line pointers in PageAddItem. To doTom Lane2007-03-02
* btree source code cleanups:Bruce Momjian2007-02-21
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* This patch cleans up the access to members of ItemIdData.Bruce Momjian2005-09-22
* Modify XLogInsert API to make callers specify whether pages to be backedTom Lane2005-06-06
* Change CRCs in WAL records from 64bit to 32bit for performance reasons.Tom Lane2005-06-02
* Create a routine PageIndexMultiDelete() that replaces a loop aroundTom Lane2005-03-22
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Previous code cleanup was for bufpage.c, not bufmgr.c.Bruce Momjian2004-06-09
* Stylistic changes in bufmgr.cBruce Momjian2004-06-08
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/storage.Tom Lane2003-07-24
* Add code to apply some simple sanity checks to the header fields of aTom Lane2003-03-28
* Rewrite for-loop, because this is not the Obfuscated C Code Contest.Bruce Momjian2003-01-11
* pgindent run.Bruce Momjian2002-09-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* Still more paranoia in PageAddItem: disallow specification of an itemTom Lane2002-08-06
* There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian2002-07-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* Change made to elog:Bruce Momjian2002-03-06
* Add cast to suppress gcc warning on Darwin platform.Tom Lane2002-01-30
* Add more sanity-checking to PageAddItem and PageIndexTupleDelete,Tom Lane2002-01-15
* Add casts to suppress compiler warnings observed on Darwin platformTom Lane2001-11-08
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Add error checking to PageRepairFragmentation to ensure that it canTom Lane2001-10-23
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* PageAddItem in overwrite mode: must *NOT* check itemid' flag ifVadim B. Mikheev2001-02-06
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* 1. WAL needs in zero-ed content of newly initialized page.Vadim B. Mikheev2000-12-30
* WALVadim B. Mikheev2000-10-21