summaryrefslogtreecommitdiff
path: root/src/backend/access/gist
Commit message (Expand)AuthorAgeFilesLines
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-141-6/+6
* Remove cvs keywords from all files.Magnus Hagander2010-09-2010-10/+10
* Typo fix. Kevin Grittner.Robert Haas2010-04-141-2/+2
* pgindent run for 9.0Bruce Momjian2010-02-263-37/+38
* Remove some more dead VACUUM-FULL-only code.Tom Lane2010-02-081-464/+2
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-081-51/+7
* Add point_ops opclass for GiST.Teodor Sigaev2010-01-141-3/+171
* Update copyright for the year 2010.Bruce Momjian2010-01-028-16/+16
* Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane2010-01-012-13/+22
* Fix wrong WAL info value generated when gistContinueInsert() performs anTom Lane2009-12-241-2/+5
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-191-1/+7
* Remove very ancient tuple-counting infrastructure (IncrRetrieved() andTom Lane2009-10-081-3/+1
* Fix incorrect arguments for gist_box_penalty call. The bug could be observedTeodor Sigaev2009-09-181-3/+3
* Support deferrable uniqueness constraints.Tom Lane2009-07-291-3/+3
* Correct grammar in picksplit debug messagesPeter Eisentraut2009-06-241-3/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-116-66/+72
* Improve capitalization and punctuation in recently added GiST message.Peter Eisentraut2009-06-101-3/+3
* Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane2009-06-061-2/+3
* Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defenseTeodor Sigaev2009-04-062-52/+173
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-241-1/+5
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-201-2/+3
* Change the reloptions machinery to use a table-based parser, and provideAlvaro Herrera2009-01-051-4/+3
* Update copyright for 2009.Bruce Momjian2009-01-018-16/+16
* Initialize GISTScanOpaque->qual_ok even if there is no conditions.Teodor Sigaev2008-12-041-2/+3
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-192-6/+3
* Prevent synchronous scan during GIN index build, because GIN is optimizedTom Lane2008-11-131-2/+2
* Clean up the messy semantics (not to mention inefficiency) of PageGetTempPageTom Lane2008-11-032-16/+4
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-311-5/+10
* Fix GiST's killing tuple: GISTScanOpaque->curpos wasn'tTeodor Sigaev2008-10-221-19/+27
* Remove support of backward scan in GiST. Per discussionTeodor Sigaev2008-10-201-25/+15
* Remove mark/restore support in GIN and GiST indexes.Teodor Sigaev2008-10-202-124/+7
* During repeated rescan of GiST index it's possible that scan keyTeodor Sigaev2008-10-172-3/+16
* Index FSMs needs to be vacuumed as well. Report by Jeff Davis.Heikki Linnakangas2008-10-061-1/+4
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-303-31/+17
* Fix possible duplicate tuples while GiST scan. Now page is processedTeodor Sigaev2008-08-232-90/+114
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-131-3/+2
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-195-5/+10
* Fix 64-bit problem in recent patch.Tom Lane2008-06-151-2/+2
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-124-34/+26
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-126-9/+15
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-142-14/+40
* Phase 2 of project to make index operator lossiness be determined at runtimeTom Lane2008-04-131-20/+22
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-101-23/+32
* Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian2008-03-201-3/+8
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-8/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-018-16/+16
* pgindent run for 8.3.Bruce Momjian2007-11-154-27/+30
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-203-6/+6
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-124-10/+10
* Improve page split in rtree emulation. Now if splitted result hasTeodor Sigaev2007-09-071-45/+34