aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/page/bufpage.c
Commit message (Expand)AuthorAge
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/storage.Tom Lane2003-07-24
* Add code to apply some simple sanity checks to the header fields of aTom Lane2003-03-28
* Rewrite for-loop, because this is not the Obfuscated C Code Contest.Bruce Momjian2003-01-11
* pgindent run.Bruce Momjian2002-09-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* Still more paranoia in PageAddItem: disallow specification of an itemTom Lane2002-08-06
* There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian2002-07-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* Change made to elog:Bruce Momjian2002-03-06
* Add cast to suppress gcc warning on Darwin platform.Tom Lane2002-01-30
* Add more sanity-checking to PageAddItem and PageIndexTupleDelete,Tom Lane2002-01-15
* Add casts to suppress compiler warnings observed on Darwin platformTom Lane2001-11-08
* 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
* Add error checking to PageRepairFragmentation to ensure that it canTom Lane2001-10-23
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* PageAddItem in overwrite mode: must *NOT* check itemid' flag ifVadim B. Mikheev2001-02-06
* 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
* WALVadim B. Mikheev2000-10-21
* WAL need in overwrite mode - restored in new wayVadim B. Mikheev2000-10-20
* Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane2000-07-21
* heap' loggingVadim B. Mikheev2000-07-03
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-19
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Remove unused #includes in *.c files.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
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Inline some small functions called for every row.Bruce Momjian1998-04-24
* Cleanup of compiler warnings.Bruce Momjian1998-04-06
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-30
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-11
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* 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
* 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