| Commit message (Expand) | Author | Age |
* | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 |
* | Clean up the use of some page-header-access macros: principally, use | Tom Lane | 2008-07-13 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera | 2008-03-26 |
* | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera | 2008-03-26 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Improve a number of elog messages for not-supposed-to-happen cases in btrees, | Tom Lane | 2007-12-31 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Redefine the lp_flags field of item pointers as having four states, rather | Tom Lane | 2007-09-12 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Fix "failed to re-find parent key" btree VACUUM failure by revising page | Tom Lane | 2006-11-01 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Modify btree to delete known-dead index entries without an actual VACUUM. | Tom Lane | 2006-07-25 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations | Tom Lane | 2006-05-08 |
* | Arrange to cache btree metapage data in the relcache entry for the index, | Tom Lane | 2006-04-25 |
* | Remove the 'slow' path for btree index build, which built the btree | Tom Lane | 2006-04-01 |
* | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Remove the no-longer-useful BTItem/BTItemData level of structure, and | Tom Lane | 2006-01-25 |
* | Improve comments about btree's use of ScanKey data structures: there | Tom Lane | 2006-01-17 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Add defenses to btree and hash index AMs to do simple sanity checks | Tom Lane | 2005-11-06 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Change a couple of "can't happen" error messages to be a shade more | Tom Lane | 2005-08-12 |
* | Modify XLogInsert API to make callers specify whether pages to be backed | Tom Lane | 2005-06-06 |
* | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane | 2005-06-02 |
* | Repair very-low-probability race condition between relation extension | Tom Lane | 2005-05-07 |
* | Restructure LOCKTAG as per discussions of a couple months ago. | Tom Lane | 2005-04-29 |
* | Create a routine PageIndexMultiDelete() that replaces a loop around | Tom Lane | 2005-03-22 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Fix relcache to account properly for subtransaction status of 'new' | Tom Lane | 2004-08-28 |
* | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 |
* | Adjust btree index build to not use shared buffers, thereby avoiding the | Tom Lane | 2004-06-02 |
* | Tweak indexscan and seqscan code to arrange that steps from one page to | Tom Lane | 2004-04-21 |
* | Improve btree's initial-positioning-strategy code so that we never need | Tom Lane | 2003-12-21 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Adjust btree index build procedure so that the btree metapage looks | Tom Lane | 2003-09-29 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Repair potential deadlock created by recent changes to recycle btree | Tom Lane | 2003-08-10 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/access. | Tom Lane | 2003-07-21 |
* | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 |
* | Reimplement free-space-map management as per recent discussions. | Tom Lane | 2003-03-04 |
* | btree page recycling can be done as soon as page's next-xact label is | Tom Lane | 2003-02-23 |
* | Adjust btbulkdelete logic so that only one WAL record is issued while | Tom Lane | 2003-02-23 |