summaryrefslogtreecommitdiff
path: root/src/include/access/gist_private.h
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-9/+9
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Fix GiST's killing tuple: GISTScanOpaque->curpos wasn'tTeodor Sigaev2008-10-221-2/+3
* Remove mark/restore support in GIN and GiST indexes.Teodor Sigaev2008-10-201-16/+1
* During repeated rescan of GiST index it's possible that scan keyTeodor Sigaev2008-10-171-1/+2
* Fix possible duplicate tuples while GiST scan. Now page is processedTeodor Sigaev2008-08-231-1/+14
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-4/+2
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-121-3/+3
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-101-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-011-3/+1
* 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