summaryrefslogtreecommitdiff
path: root/src/backend/storage/page
AgeCommit message (Expand)Author
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-22This patch cleans up the access to members of ItemIdData.Bruce Momjian
2005-06-06Modify XLogInsert API to make callers specify whether pages to be backedTom Lane
2005-06-02Change CRCs in WAL records from 64bit to 32bit for performance reasons.Tom Lane
2005-03-22Create a routine PageIndexMultiDelete() that replaces a loop aroundTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-06-09Previous code cleanup was for bufpage.c, not bufmgr.c.Bruce Momjian
2004-06-08Stylistic changes in bufmgr.cBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-29More message editing, some suggested by Alvaro HerreraPeter Eisentraut
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-24Error message editing in backend/storage.Tom Lane
2003-03-28Add code to apply some simple sanity checks to the header fields of aTom Lane
2003-01-11Rewrite for-loop, because this is not the Obfuscated C Code Contest.Bruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-08-06Still more paranoia in PageAddItem: disallow specification of an itemTom Lane
2002-07-02There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2002-01-30Add cast to suppress gcc warning on Darwin platform.Tom Lane
2002-01-15Add more sanity-checking to PageAddItem and PageIndexTupleDelete,Tom Lane
2001-11-08Add casts to suppress compiler warnings observed on Darwin platformTom Lane
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-23Add error checking to PageRepairFragmentation to ensure that it canTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-06PageAddItem in overwrite mode: must *NOT* check itemid' flag ifVadim B. Mikheev
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-12-301. WAL needs in zero-ed content of newly initialized page.Vadim B. Mikheev
2000-10-21WALVadim B. Mikheev
2000-10-20WAL need in overwrite mode - restored in new wayVadim B. Mikheev
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-07-21Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane
2000-07-03heap' loggingVadim B. Mikheev
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-01-26Add:Bruce Momjian
1999-12-13New LDOUT makefile variable for QNX os.Bruce Momjian
1999-12-09Make LD -r as macros that can be changed for QNX.Bruce Momjian
1999-07-19Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian