summaryrefslogtreecommitdiff
path: root/src/include/access/gist_private.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor the index AM API slightly: move currentItemData andNeil Conway2007-01-201-1/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-27/+30
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-071-1/+2
* Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane2006-07-111-2/+2
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-111-2/+2
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-2/+6
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-2/+4
* ChangesTeodor Sigaev2006-06-281-29/+38
* Som improve page split in multicolumn GiST index.Teodor Sigaev2006-05-291-2/+2
* * Add support NULL to GiST.Teodor Sigaev2006-05-241-20/+5
* Simplify gistSplit() and some refactoring related code.Teodor Sigaev2006-05-191-3/+16
* Reduce size of critial section during vacuum full, criticalTeodor Sigaev2006-05-171-6/+12
* Reduce size of critical section and remove call of user-defined functions inTeodor Sigaev2006-05-101-4/+11
* Improve gist XLOG code to follow the coding rules needed to preventTom Lane2006-03-301-18/+16
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-241-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add simple sanity checks on newly-read pages to GiST, too.Tom Lane2005-11-061-1/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-105/+112
* Bug fixes for GiST crash recovery.Teodor Sigaev2005-06-301-2/+2
* Concurrency for GiSTTeodor Sigaev2005-06-271-88/+101
* fix founded hole in recovery after crash, add vacuum_delay_point()Teodor Sigaev2005-06-201-9/+5
* 1. full functional WAL for GiSTTeodor Sigaev2005-06-201-18/+58
* WAL for GiST. It work for online backup and so on, but onTeodor Sigaev2005-06-141-4/+150
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-2/+2
* Cleanup GiST header files. Since GiST extensions are often written asNeil Conway2005-05-171-0/+110