| Commit message (Expand) | Author | Age | Files | Lines |
| * | Optimize the case where a btree indexscan has current and mark positions | Tom Lane | 2006-08-24 | 1 | -1/+10 |
| * | Make recovery from WAL be restartable, by executing a checkpoint-like | Tom Lane | 2006-08-07 | 1 | -1/+2 |
| * | Modify btree to delete known-dead index entries without an actual VACUUM. | Tom Lane | 2006-07-25 | 1 | -1/+3 |
| * | Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that | Tom Lane | 2006-07-11 | 1 | -4/+8 |
| * | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 | 1 | -2/+9 |
| * | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 1 | -1/+2 |
| * | Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations | Tom Lane | 2006-05-08 | 1 | -1/+22 |
| * | Rewrite btree index scans to work a page at a time in all cases (both | Tom Lane | 2006-05-07 | 1 | -17/+69 |
| * | Fix an ancient oversight in btree xlog replay. When trying to determine if an | Tom Lane | 2006-04-13 | 1 | -1/+2 |
| * | Remove the 'slow' path for btree index build, which built the btree | Tom Lane | 2006-04-01 | 1 | -15/+1 |
| * | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 | 1 | -3/+1 |
| * | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 | 1 | -2/+2 |
| * | 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 | -39/+19 |
| * | Instead of using a numberOfRequiredKeys count to distinguish required | Tom Lane | 2006-01-23 | 1 | -9/+13 |
| * | Push the responsibility for handling ignore_killed_tuples down into | Tom Lane | 2005-12-07 | 1 | -3/+4 |
| * | Add defenses to btree and hash index AMs to do simple sanity checks | Tom Lane | 2005-11-06 | 1 | -1/+2 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -5/+4 |
| * | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 | 1 | -2/+1 |
| * | First steps towards index scans with heap access decoupled from index | Tom Lane | 2005-03-27 | 1 | -2/+3 |
| * | Convert index-related tuple handling routines from char 'n'/' ' to bool | Tom Lane | 2005-03-21 | 1 | -2/+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 | -4/+4 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 | 1 | -3/+1 |
| * | Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, and | Tom Lane | 2004-07-11 | 1 | -14/+1 |
| * | Adjust btree index build to not use shared buffers, thereby avoiding the | Tom Lane | 2004-06-02 | 1 | -6/+4 |
| * | Tweak indexscan and seqscan code to arrange that steps from one page to | Tom Lane | 2004-04-21 | 1 | -1/+3 |
| * | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane | 2004-02-03 | 1 | -2/+2 |
| * | Improve btree's initial-positioning-strategy code so that we never need | Tom Lane | 2003-12-21 | 1 | -5/+6 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -7/+6 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -15/+3 |
| * | Adjust btree index build procedure so that the btree metapage looks | Tom Lane | 2003-09-29 | 1 | -2/+3 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -5/+5 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -16/+17 |
| * | Adjust btbulkdelete logic so that only one WAL record is issued while | Tom Lane | 2003-02-23 | 1 | -5/+10 |
| * | First cut at recycling space in btree indexes. Still some rough edges | Tom Lane | 2003-02-23 | 1 | -2/+6 |
| * | More infrastructure for btree compaction project. Tree-traversal code | Tom Lane | 2003-02-22 | 1 | -9/+11 |
| * | Make btree index structure adjustments and WAL logging changes needed to | Tom Lane | 2003-02-21 | 1 | -117/+213 |
| * | There already was a macro PageGetItemId; this is now used in (almost) | Bruce Momjian | 2002-07-02 | 1 | -2/+10 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Mark index entries "killed" when they are no longer visible to any | Tom Lane | 2002-05-24 | 1 | -2/+2 |
| * | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 1 | -5/+5 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -13/+14 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -2/+1 |
| * | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 | 1 | -12/+6 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -47/+47 |