aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/bufpage.h
Commit message (Expand)AuthorAge
* Adjust PageGetMaxOffsetNumber to ensure sane behavior on uninitializedTom Lane2004-06-05
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Add code to apply some simple sanity checks to the header fields of aTom Lane2003-03-28
* pgindent run.Bruce Momjian2002-09-04
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* Remove no-longer-used PageManagerMode enum.Tom Lane2002-08-06
* >the extra level of struct naming for pd_opaque has no obviousBruce Momjian2002-07-02
* There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian2002-07-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* Add more sanity-checking to PageAddItem and PageIndexTupleDelete,Tom Lane2002-01-15
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* 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
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-25
* Small include file fix for pg_variabie.hBruce Momjian2001-05-14
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Comment improvements.Bruce Momjian2001-02-21
* 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
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* No casting to LSN (XLogRecPtr) is required.Vadim B. Mikheev2000-11-20
* WALVadim B. Mikheev2000-10-28
* WALVadim B. Mikheev2000-10-21
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-20
* Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev2000-09-07
* Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane2000-07-21
* heap' loggingVadim B. Mikheev2000-07-03
* heap' xlog recordsVadim B. Mikheev2000-06-02
* Add:Bruce Momjian2000-01-26
* Modify PageIsEmpty and PageGetMaxOffsetNumber macros to behave sanelyTom Lane2000-01-08
* More cleanupBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-03
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-15
* Inline some small functions called for every row.Bruce Momjian1998-04-24
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24
* Remove PageSizeIsValid from BufferGetPageSize.Vadim B. Mikheev1998-01-13
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-13
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Inlined heap_getattr().Bruce Momjian1997-08-26
* Major patch to speed up backend startup after profiling analysis.Bruce Momjian1997-08-24
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Another directory totally cleaned outMarc G. Fournier1996-11-05