summaryrefslogtreecommitdiff
path: root/src/backend/storage/page
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-251-2/+30
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-052-4/+4
* 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-312-4/+4
* Pgindent run for 8.0.Bruce Momjian2004-08-291-6/+7
* Update copyright to 2004.Bruce Momjian2004-08-292-4/+4
* 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-293-3/+3
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-291-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-042-4/+4
* 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-202-4/+4
* 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-242-4/+4
* 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
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-4/+4
* 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
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-3/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+2
* Add:Bruce Momjian2000-01-262-4/+6
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2