Age | Commit message (Expand) | Author |
2008-06-06 | Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout. | Alvaro Herrera |
2008-04-16 | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane |
2008-04-10 | Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole | Tom Lane |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-11-16 | Repair still another bug in the btree page split WAL reduction patch: | Tom Lane |
2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
2007-04-11 | Code review for btree page split WAL reduction patch. Make it actually work | Tom Lane |
2007-04-09 | Minor tweaking of index special-space definitions so that the various | Tom Lane |
2007-02-08 | Reduce WAL activity for page splits: | Bruce Momjian |
2007-02-05 | Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to | Tom Lane |
2007-01-20 | Refactor the index AM API slightly: move currentItemData and | Neil Conway |
2007-01-09 | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-11-01 | Fix "failed to re-find parent key" btree VACUUM failure by revising page | Tom Lane |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-08-24 | Optimize the case where a btree indexscan has current and mark positions | Tom Lane |
2006-08-07 | Make recovery from WAL be restartable, by executing a checkpoint-like | Tom Lane |
2006-07-25 | Modify btree to delete known-dead index entries without an actual VACUUM. | Tom Lane |
2006-07-11 | Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that | Tom Lane |
2006-07-03 | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane |
2006-07-02 | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian |
2006-05-08 | Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations | Tom Lane |
2006-05-07 | Rewrite btree index scans to work a page at a time in all cases (both | Tom Lane |
2006-04-13 | Fix an ancient oversight in btree xlog replay. When trying to determine if an | Tom Lane |
2006-04-01 | Remove the 'slow' path for btree index build, which built the btree | Tom Lane |
2006-03-31 | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane |
2006-03-24 | Arrange to emit a description of the current XLOG record as error context | Tom Lane |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2006-01-25 | Remove the no-longer-useful BTItem/BTItemData level of structure, and | Tom Lane |
2006-01-23 | Instead of using a numberOfRequiredKeys count to distinguish required | Tom Lane |
2005-12-07 | Push the responsibility for handling ignore_killed_tuples down into | Tom Lane |
2005-11-06 | Add defenses to btree and hash index AMs to do simple sanity checks | Tom Lane |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-06-06 | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane |
2005-03-27 | First steps towards index scans with heap access decoupled from index | Tom Lane |
2005-03-21 | Convert index-related tuple handling routines from char 'n'/' ' to bool | Tom Lane |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-07-17 | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane |
2004-07-11 | Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, and | Tom Lane |
2004-06-02 | Adjust btree index build to not use shared buffers, thereby avoiding the | Tom Lane |
2004-04-21 | Tweak indexscan and seqscan code to arrange that steps from one page to | Tom Lane |
2004-02-03 | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane |
2003-12-21 | Improve btree's initial-positioning-strategy code so that we never need | Tom Lane |
2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |
2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
2003-11-09 | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane |
2003-09-29 | Adjust btree index build procedure so that the btree metapage looks | Tom Lane |
2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |