aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
Commit message (Expand)AuthorAge
* Cannot rely on %z printf length modifier.Heikki Linnakangas2014-10-05
* Check for GiST index tuples that don't fit on a page.Heikki Linnakangas2014-10-03
* Remove tabs after spaces in C commentsBruce Momjian2014-05-06
* Fix hot standby bug with GiST scans.Heikki Linnakangas2014-04-08
* Avoid palloc in critical section in GiST WAL-logging.Heikki Linnakangas2014-04-03
* Further cleanup of gistsplit.c.Tom Lane2013-02-10
* Remove useless picksplit-doesn't-support-secondary-split log spam.Tom Lane2013-02-10
* Document and clean up gistsplit.c.Tom Lane2013-02-10
* Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.Tom Lane2013-02-08
* Repair bugs in GiST page splitting code for multi-column indexes.Tom Lane2013-02-07
* Fix multiple problems in WAL replay.Tom Lane2012-11-12
* Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit.Tom Lane2012-08-30
* On GiST page split, release the locks on child pages before recursing up.Heikki Linnakangas2012-05-11
* Throw error sooner for unlogged GiST indexes.Tom Lane2012-02-08
* gistendscan() forgot to free so->giststate.Tom Lane2011-09-16
* Fix two ancient bugs in GiST code to re-find a parent after page split:Heikki Linnakangas2011-07-15
* Message style and spelling improvementsPeter Eisentraut2011-06-22
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Protect GIST logic that assumes penalty values can't be negative.Tom Lane2011-05-31
* Spell checking and markup refinementPeter Eisentraut2011-05-19
* Make GIN and GIST pass the index collation to all their support functions.Tom Lane2011-04-22
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane2011-03-26
* 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