| Commit message (Expand) | Author | Age |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Improve handling of prune/no-prune decisions by storing a page's oldest | Tom Lane | 2007-09-21 |
* | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 |
* | Redefine the lp_flags field of item pointers as having four states, rather | Tom Lane | 2007-09-12 |
* | Suppress useless searches for unused line pointers in PageAddItem. To do | Tom Lane | 2007-03-02 |
* | btree source code cleanups: | Bruce Momjian | 2007-02-21 |
* | Combine cmin and cmax fields of HeapTupleHeaders into a single field, by | Tom Lane | 2007-02-09 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | This patch cleans up the access to members of ItemIdData. | Bruce Momjian | 2005-09-22 |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 |
* | Create a routine PageIndexMultiDelete() that replaces a loop around | Tom Lane | 2005-03-22 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 |
* | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Adjust PageGetMaxOffsetNumber to ensure sane behavior on uninitialized | Tom Lane | 2004-06-05 |
* | Fix thinko in comment. | Tom Lane | 2003-12-11 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | Add code to apply some simple sanity checks to the header fields of a | Tom Lane | 2003-03-28 |
* | 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 |