aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
Commit message (Expand)AuthorAge
* Improve coding of gistchoose and gistRelocateBuildBuffersOnSplit.Tom Lane2012-08-30
* Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit.Robert Haas2012-08-30
* Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas2012-08-16
* Remove unreachable codePeter Eisentraut2012-07-16
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Change the way parent pages are tracked during buffered GiST build.Heikki Linnakangas2012-05-30
* Delete the temporary file used in buffered GiST build, after the build.Heikki Linnakangas2012-05-30
* Fix integer overflow bug in GiST buffering build calculations.Heikki Linnakangas2012-05-29
* Fix bug in gistRelocateBuildBuffersOnSplit().Heikki Linnakangas2012-05-18
* Fix obsolescent C declaration syntaxPeter Eisentraut2012-05-12
* On GiST page split, release the locks on child pages before recursing up.Heikki Linnakangas2012-05-11
* More duplicate word removal.Robert Haas2012-05-02
* When a GiST page is split during index build, it might not have a buffer.Heikki Linnakangas2012-03-02
* Add const qualifiers where they are accidentally cast awayPeter Eisentraut2012-02-28
* Add some enumeration commas, for consistencyPeter Eisentraut2012-02-24
* Throw error sooner for unlogged GiST indexes.Tom Lane2012-02-08
* Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane2012-01-29
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Use IEEE infinity, not 1e10, for null-and-not-null case in gistpenalty().Tom Lane2011-11-27
* Clean up a couple of box gist helper functions.Heikki Linnakangas2011-10-09
* Replace the "New Linear" GiST split algorithm for boxes and points with aHeikki Linnakangas2011-10-06
* Support GiST index support functions that want to cache data across calls.Tom Lane2011-09-30
* gistendscan() forgot to free so->giststate.Tom Lane2011-09-16
* In the final emptying phase of the new GiST buffering build, set theHeikki Linnakangas2011-09-12
* round() is not portable. Use rint().Tom Lane2011-09-08
* Buffering GiST index build algorithm.Heikki Linnakangas2011-09-08
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Change the way the offset of downlink is stored in GISTInsertStack.Heikki Linnakangas2011-07-15
* Fix two ancient bugs in GiST code to re-find a parent after page split:Heikki Linnakangas2011-07-15
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* 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