| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Fix "failed to re-find parent key" btree VACUUM failure by revising page | Tom Lane | 2006-11-01 | 1 | -58/+124 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -22/+22 |
| * | Make recovery from WAL be restartable, by executing a checkpoint-like | Tom Lane | 2006-08-07 | 1 | -1/+9 |
| * | Modify btree to delete known-dead index entries without an actual VACUUM. | Tom Lane | 2006-07-25 | 1 | -1/+9 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -2/+1 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -2/+2 |
| * | Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations | Tom Lane | 2006-05-08 | 1 | -1/+5 |
| * | Fix an ancient oversight in btree xlog replay. When trying to determine if an | Tom Lane | 2006-04-13 | 1 | -43/+63 |
| * | Remove the 'slow' path for btree index build, which built the btree | Tom Lane | 2006-04-01 | 1 | -27/+1 |
| * | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 | 1 | -38/+32 |
| * | Clean up and document the API for XLogOpenRelation and XLogReadBuffer. | Tom Lane | 2006-03-29 | 1 | -155/+129 |
| * | Repair longstanding error in btree xlog replay: XLogReadBuffer should be | Tom Lane | 2006-03-28 | 1 | -3/+3 |
| * | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 | 1 | -21/+21 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Remove the no-longer-useful BTItem/BTItemData level of structure, and | Tom Lane | 2006-01-25 | 1 | -12/+12 |
| * | A few trivial code cleanups motivated by reading warnings generated | Tom Lane | 2005-10-18 | 1 | -3/+1 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -10/+10 |
| * | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 | 1 | -212/+95 |
| * | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane | 2005-06-02 | 1 | -1/+8 |
| * | Create a routine PageIndexMultiDelete() that replaces a loop around | Tom Lane | 2005-03-22 | 1 | -7/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 | 1 | -12/+12 |
| * | Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, and | Tom Lane | 2004-07-11 | 1 | -44/+1 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 1 | -12/+15 |
| * | Adjust btree index build to not use shared buffers, thereby avoiding the | Tom Lane | 2004-06-02 | 1 | -32/+10 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 1 | -2/+2 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -3/+3 |
| * | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 | 1 | -2/+2 |
| * | I posted some bufmgr cleanup a few weeks ago, but it conflicted with | Neil Conway | 2003-12-14 | 1 | -21/+53 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Adjust btree index build procedure so that the btree metapage looks | Tom Lane | 2003-09-29 | 1 | -10/+32 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -2/+2 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -119/+105 |
| * | Adjust btbulkdelete logic so that only one WAL record is issued while | Tom Lane | 2003-02-23 | 1 | -7/+20 |
| * | First cut at recycling space in btree indexes. Still some rough edges | Tom Lane | 2003-02-23 | 1 | -3/+172 |
| * | Make btree index structure adjustments and WAL logging changes needed to | Tom Lane | 2003-02-21 | 1 | -0/+780 |