summaryrefslogtreecommitdiff
path: root/src/backend/storage/page/bufpage.c
Commit message (Expand)AuthorAgeFilesLines
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-201-18/+94
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-121-33/+38
* Suppress useless searches for unused line pointers in PageAddItem. To doTom Lane2007-03-021-8/+29
* btree source code cleanups:Bruce Momjian2007-02-211-3/+23
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-5/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-33/+31
* This patch cleans up the access to members of ItemIdData.Bruce Momjian2005-09-221-11/+9
* Modify XLogInsert API to make callers specify whether pages to be backedTom Lane2005-06-061-24/+5
* Change CRCs in WAL records from 64bit to 32bit for performance reasons.Tom Lane2005-06-021-5/+24
* Create a routine PageIndexMultiDelete() that replaces a loop aroundTom Lane2005-03-221-3/+137
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-6/+7
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Previous code cleanup was for bufpage.c, not bufmgr.c.Bruce Momjian2004-06-091-13/+11
* Stylistic changes in bufmgr.cBruce Momjian2004-06-081-28/+29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-291-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-7/+8
* Error message editing in backend/storage.Tom Lane2003-07-241-17/+29
* Add code to apply some simple sanity checks to the header fields of aTom Lane2003-03-281-3/+46
* Rewrite for-loop, because this is not the Obfuscated C Code Contest.Bruce Momjian2003-01-111-6/+6
* pgindent run.Bruce Momjian2002-09-041-8/+8
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-2/+2
* Still more paranoia in PageAddItem: disallow specification of an itemTom Lane2002-08-061-36/+28
* There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian2002-07-021-22/+23
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Change made to elog:Bruce Momjian2002-03-061-3/+3
* Add cast to suppress gcc warning on Darwin platform.Tom Lane2002-01-301-2/+2
* Add more sanity-checking to PageAddItem and PageIndexTupleDelete,Tom Lane2002-01-151-109/+85
* Add casts to suppress compiler warnings observed on Darwin platformTom Lane2001-11-081-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-10/+9
* Add error checking to PageRepairFragmentation to ensure that it canTom Lane2001-10-231-41/+64
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-16/+19
* PageAddItem in overwrite mode: must *NOT* check itemid' flag ifVadim B. Mikheev2001-02-061-6/+9
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* 1. WAL needs in zero-ed content of newly initialized page.Vadim B. Mikheev2000-12-301-3/+20
* WALVadim B. Mikheev2000-10-211-2/+33
* WAL need in overwrite mode - restored in new wayVadim B. Mikheev2000-10-201-3/+26
* Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane2000-07-211-61/+37
* heap' loggingVadim B. Mikheev2000-07-031-17/+4
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+2
* Add:Bruce Momjian2000-01-261-2/+3
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-191-7/+7
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-5/+1