summaryrefslogtreecommitdiff
path: root/src/include/storage/bufpage.h
Commit message (Expand)AuthorAgeFilesLines
* Fix thinko in comment.Tom Lane2003-12-111-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Add code to apply some simple sanity checks to the header fields of aTom Lane2003-03-281-39/+8
* pgindent run.Bruce Momjian2002-09-041-5/+5
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-14/+46
* Remove no-longer-used PageManagerMode enum.Tom Lane2002-08-061-6/+1
* >the extra level of struct naming for pd_opaque has no obviousBruce Momjian2002-07-021-23/+15
* There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian2002-07-021-5/+15
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Add more sanity-checking to PageAddItem and PageIndexTupleDelete,Tom Lane2002-01-151-3/+1
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-3/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-4/+3
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-251-5/+1
* Small include file fix for pg_variabie.hBruce Momjian2001-05-141-4/+4
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-6/+6
* Comment improvements.Bruce Momjian2001-02-211-2/+2
* 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-2/+3
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-301-7/+3
* No casting to LSN (XLogRecPtr) is required.Vadim B. Mikheev2000-11-201-2/+2
* WALVadim B. Mikheev2000-10-281-2/+3
* WALVadim B. Mikheev2000-10-211-1/+2
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-201-1/+2
* Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev2000-09-071-1/+14
* Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane2000-07-211-2/+1
* heap' loggingVadim B. Mikheev2000-07-031-2/+4
* heap' xlog recordsVadim B. Mikheev2000-06-021-1/+5
* Add:Bruce Momjian2000-01-261-2/+3
* Modify PageIsEmpty and PageGetMaxOffsetNumber macros to behave sanelyTom Lane2000-01-081-34/+31
* More cleanupBruce Momjian1999-07-161-5/+5
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-7/+7
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-1/+2
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-031-13/+1
* pgindent run over code.Bruce Momjian1999-05-251-15/+15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-16/+16
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-4/+3
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-151-10/+18
* Inline some small functions called for every row.Bruce Momjian1998-04-241-2/+16
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-3/+4
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-241-3/+2
* Remove PageSizeIsValid from BufferGetPageSize.Vadim B. Mikheev1998-01-131-4/+2
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-131-2/+11
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-5/+5
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-19/+19
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-96/+100
* Inlined heap_getattr().Bruce Momjian1997-08-261-4/+4
* Major patch to speed up backend startup after profiling analysis.Bruce Momjian1997-08-241-5/+38
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-3/+1