summaryrefslogtreecommitdiff
path: root/src/backend/access/gist
Commit message (Expand)AuthorAgeFilesLines
* Put back <float.h> in a few files that need it for _isnan().Tom Lane2017-03-082-0/+2
* Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane2017-02-273-13/+15
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-151-0/+1
* Split index xlog headers from other private index headers.Robert Haas2017-02-142-0/+2
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-091-11/+14
* Add WAL consistency checking facility.Robert Haas2017-02-081-0/+43
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Extend index AM API for parallel index scans.Robert Haas2017-01-241-0/+3
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-201-0/+1
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-171-0/+1
* Update copyright via script for 2017Bruce Momjian2017-01-0311-11/+11
* Fix outdated comments, GIST search queue is not an RBTree anymore.Heikki Linnakangas2016-09-201-2/+2
* Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.Tom Lane2016-09-092-9/+50
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-272-12/+4
* Suppress compiler warnings in non-cassert builds.Tom Lane2016-08-231-1/+1
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-151-2/+2
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-132-0/+101
* Message style improvementsPeter Eisentraut2016-07-281-8/+8
* Fix GiST index build for NaN values in geometric types.Tom Lane2016-07-141-63/+88
* Remove unused arguments in two GiST subroutinesAlvaro Herrera2016-06-283-6/+6
* pgindent run for 9.6Robert Haas2016-06-093-25/+28
* Prevent to use magic constantsTeodor Sigaev2016-04-281-1/+1
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-206-52/+35
* Add the "snapshot too old" featureKevin Grittner2016-04-081-1/+1
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-086-34/+52
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-081-1/+0
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-081-0/+1
* Fix lossy KNN GiST when ordering operator returns non-float8 value.Teodor Sigaev2016-02-021-2/+10
* Suppress compiler warning.Tom Lane2016-01-211-1/+2
* Improve index AMs' opclass validation procedures.Tom Lane2016-01-211-50/+191
* Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane2016-01-192-9/+39
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-178-103/+225
* Update copyright for 2016Bruce Momjian2016-01-0210-10/+10
* Fix bug introduced by microvacuum for GiSTTeodor Sigaev2015-09-173-10/+10
* Fix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8ba7 commitTeodor Sigaev2015-09-091-1/+3
* Microvacuum for GISTTeodor Sigaev2015-09-093-1/+223
* Fix misc typos.Heikki Linnakangas2015-09-051-2/+2
* pgindent run for 9.5Bruce Momjian2015-05-233-8/+8
* Still more fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-232-12/+23
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-151-1/+1
* Fix datatype confusion with the new lossy GiST distance functions.Heikki Linnakangas2015-05-152-12/+60
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-153-9/+63
* Fix GiST index-only scans for opclasses with different storage type.Heikki Linnakangas2015-03-262-8/+28
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-265-3/+190
* Minor cleanup of GiST code, for readability.Heikki Linnakangas2015-03-261-35/+15
* Fix knn-GiST queue comparison function to return heap tuples first.Heikki Linnakangas2015-02-171-2/+2
* Remove dead NULL-pointer checks in GiST code.Heikki Linnakangas2015-01-281-39/+21
* Update copyright for 2015Bruce Momjian2015-01-0610-10/+10
* Use a pairing heap for the priority queue in kNN-GiST searches.Heikki Linnakangas2014-12-222-113/+33
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-182-7/+3