summaryrefslogtreecommitdiff
path: root/src/include/storage/bufpage.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Another directory totally cleaned outMarc G. Fournier1996-11-051-6/+6
* Okay, following Bryan's (and others) suggestions...cleaning up theMarc G. Fournier1996-11-011-4/+4
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-231-2/+2
* More include files cleaned upMarc G. Fournier1996-10-201-1/+3
* and another one..Marc G. Fournier1996-10-191-7/+2
* Move definition of PageIsNew from hio.c to hereVadim B. Mikheev1996-10-181-1/+8
* More cleanups of the include filesMarc G. Fournier1996-08-281-0/+256