aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/gist_private.h
Commit message (Expand)AuthorAge
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix GiST's killing tuple: GISTScanOpaque->curpos wasn'tTeodor Sigaev2008-10-22
* Remove mark/restore support in GIN and GiST indexes.Teodor Sigaev2008-10-20
* During repeated rescan of GiST index it's possible that scan keyTeodor Sigaev2008-10-17
* Fix possible duplicate tuples while GiST scan. Now page is processedTeodor Sigaev2008-08-23
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-12
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-01
* Refactor the index AM API slightly: move currentItemData andNeil Conway2007-01-20
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-07
* Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane2006-07-11
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-11
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* ChangesTeodor Sigaev2006-06-28
* Som improve page split in multicolumn GiST index.Teodor Sigaev2006-05-29
* * Add support NULL to GiST.Teodor Sigaev2006-05-24
* Simplify gistSplit() and some refactoring related code.Teodor Sigaev2006-05-19
* Reduce size of critial section during vacuum full, criticalTeodor Sigaev2006-05-17
* Reduce size of critical section and remove call of user-defined functions inTeodor Sigaev2006-05-10
* Improve gist XLOG code to follow the coding rules needed to preventTom Lane2006-03-30
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-24
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Add simple sanity checks on newly-read pages to GiST, too.Tom Lane2005-11-06
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Bug fixes for GiST crash recovery.Teodor Sigaev2005-06-30
* Concurrency for GiSTTeodor Sigaev2005-06-27
* fix founded hole in recovery after crash, add vacuum_delay_point()Teodor Sigaev2005-06-20
* 1. full functional WAL for GiSTTeodor Sigaev2005-06-20
* WAL for GiST. It work for online backup and so on, but onTeodor Sigaev2005-06-14
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-06
* Cleanup GiST header files. Since GiST extensions are often written asNeil Conway2005-05-17