aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
Commit message (Expand)AuthorAge
...
* Fix crash in the new GiST insertion code, when an update splits the root page.Heikki Linnakangas2011-01-09
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support unlogged tables.Robert Haas2010-12-29
* Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas2010-12-23
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Fix two small bugs in new gistget.c logic.Tom Lane2010-12-04
* Add external documentation for KNNGIST.Tom Lane2010-12-03
* Put back gistgettuple's check for backwards scan request.Tom Lane2010-12-03
* KNNGIST, otherwise known as order-by-operator support for GIST.Tom Lane2010-12-03
* Create core infrastructure for KNNGIST.Tom Lane2010-12-02
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas2010-11-16
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-14
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Typo fix. Kevin Grittner.Robert Haas2010-04-14
* pgindent run for 9.0Bruce Momjian2010-02-26
* Remove some more dead VACUUM-FULL-only code.Tom Lane2010-02-08
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Add point_ops opclass for GiST.Teodor Sigaev2010-01-14
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane2010-01-01
* Fix wrong WAL info value generated when gistContinueInsert() performs anTom Lane2009-12-24
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Remove very ancient tuple-counting infrastructure (IncrRetrieved() andTom Lane2009-10-08
* Fix incorrect arguments for gist_box_penalty call. The bug could be observedTeodor Sigaev2009-09-18
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* Correct grammar in picksplit debug messagesPeter Eisentraut2009-06-24
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Improve capitalization and punctuation in recently added GiST message.Peter Eisentraut2009-06-10
* Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane2009-06-06
* Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defenseTeodor Sigaev2009-04-06
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-24
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-20
* Change the reloptions machinery to use a table-based parser, and provideAlvaro Herrera2009-01-05
* Update copyright for 2009.Bruce Momjian2009-01-01
* Initialize GISTScanOpaque->qual_ok even if there is no conditions.Teodor Sigaev2008-12-04
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-19
* Prevent synchronous scan during GIN index build, because GIN is optimizedTom Lane2008-11-13
* Clean up the messy semantics (not to mention inefficiency) of PageGetTempPageTom Lane2008-11-03
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-31
* Fix GiST's killing tuple: GISTScanOpaque->curpos wasn'tTeodor Sigaev2008-10-22
* Remove support of backward scan in GiST. Per discussionTeodor Sigaev2008-10-20
* 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
* Index FSMs needs to be vacuumed as well. Report by Jeff Davis.Heikki Linnakangas2008-10-06
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Fix possible duplicate tuples while GiST scan. Now page is processedTeodor Sigaev2008-08-23
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-13
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Fix 64-bit problem in recent patch.Tom Lane2008-06-15