| Commit message (Expand) | Author | Age |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 |
* | Remove no-longer-used PageManagerMode enum. | Tom Lane | 2002-08-06 |
* | >the extra level of struct naming for pd_opaque has no obvious | Bruce Momjian | 2002-07-02 |
* | There already was a macro PageGetItemId; this is now used in (almost) | Bruce Momjian | 2002-07-02 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Add more sanity-checking to PageAddItem and PageIndexTupleDelete, | Tom Lane | 2002-01-15 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 |
* | Small include file fix for pg_variabie.h | Bruce Momjian | 2001-05-14 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Comment improvements. | Bruce Momjian | 2001-02-21 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | 1. WAL needs in zero-ed content of newly initialized page. | Vadim B. Mikheev | 2000-12-30 |
* | No more #ifdef XLOG. | Vadim B. Mikheev | 2000-11-30 |
* | No casting to LSN (XLogRecPtr) is required. | Vadim B. Mikheev | 2000-11-20 |
* | WAL | Vadim B. Mikheev | 2000-10-28 |
* | WAL | Vadim B. Mikheev | 2000-10-21 |
* | redo/undo support functions and cleanups. | Vadim B. Mikheev | 2000-10-20 |
* | Heap redo/undo (except for tuple moving used by vacuum). | Vadim B. Mikheev | 2000-09-07 |
* | Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for | Tom Lane | 2000-07-21 |
* | heap' logging | Vadim B. Mikheev | 2000-07-03 |
* | heap' xlog records | Vadim B. Mikheev | 2000-06-02 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Modify PageIsEmpty and PageGetMaxOffsetNumber macros to behave sanely | Tom Lane | 2000-01-08 |
* | More cleanup | Bruce Momjian | 1999-07-16 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Fix to prevent too large tuple from being created. | Bruce Momjian | 1999-07-03 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian | 1998-06-15 |
* | Inline some small functions called for every row. | Bruce Momjian | 1998-04-24 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Fix prototypes so they don't look like function definitions. | Bruce Momjian | 1998-01-24 |
* | Remove PageSizeIsValid from BufferGetPageSize. | Vadim B. Mikheev | 1998-01-13 |
* | Some *very* major changes by darrenk@insightdist.com (Darren King) | Marc G. Fournier | 1998-01-13 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | Inlined heap_getattr(). | Bruce Momjian | 1997-08-26 |
* | Major patch to speed up backend startup after profiling analysis. | Bruce Momjian | 1997-08-24 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 |
* | Another directory totally cleaned out | Marc G. Fournier | 1996-11-05 |
* | Okay, following Bryan's (and others) suggestions...cleaning up the | Marc G. Fournier | 1996-11-01 |
* | Major code cleanups from D'arcy (-Wall -Werror) | Marc G. Fournier | 1996-10-23 |
* | More include files cleaned up | Marc G. Fournier | 1996-10-20 |