aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
Commit message (Expand)AuthorAge
* Re-run pgindent.Tom Lane2017-06-13
* Fix wording in amvalidate error messagesAlvaro Herrera2017-05-30
* Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.Tom Lane2017-05-04
* Put back <float.h> in a few files that need it for _isnan().Tom Lane2017-03-08
* Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane2017-02-27
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-15
* Split index xlog headers from other private index headers.Robert Haas2017-02-14
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-09
* Add WAL consistency checking facility.Robert Haas2017-02-08
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Extend index AM API for parallel index scans.Robert Haas2017-01-24
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix outdated comments, GIST search queue is not an RBTree anymore.Heikki Linnakangas2016-09-20
* Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.Tom Lane2016-09-09
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Suppress compiler warnings in non-cassert builds.Tom Lane2016-08-23
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-15
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Message style improvementsPeter Eisentraut2016-07-28
* Fix GiST index build for NaN values in geometric types.Tom Lane2016-07-14
* Remove unused arguments in two GiST subroutinesAlvaro Herrera2016-06-28
* pgindent run for 9.6Robert Haas2016-06-09
* Prevent to use magic constantsTeodor Sigaev2016-04-28
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Fix lossy KNN GiST when ordering operator returns non-float8 value.Teodor Sigaev2016-02-02
* Suppress compiler warning.Tom Lane2016-01-21
* Improve index AMs' opclass validation procedures.Tom Lane2016-01-21
* Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane2016-01-19
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix bug introduced by microvacuum for GiSTTeodor Sigaev2015-09-17
* Fix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8ba7 commitTeodor Sigaev2015-09-09
* Microvacuum for GISTTeodor Sigaev2015-09-09
* Fix misc typos.Heikki Linnakangas2015-09-05
* pgindent run for 9.5Bruce Momjian2015-05-23
* Still more fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-23
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-15
* Fix datatype confusion with the new lossy GiST distance functions.Heikki Linnakangas2015-05-15
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-15
* Fix GiST index-only scans for opclasses with different storage type.Heikki Linnakangas2015-03-26
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-26
* Minor cleanup of GiST code, for readability.Heikki Linnakangas2015-03-26
* Fix knn-GiST queue comparison function to return heap tuples first.Heikki Linnakangas2015-02-17
* Remove dead NULL-pointer checks in GiST code.Heikki Linnakangas2015-01-28