summaryrefslogtreecommitdiff
path: root/src/backend/access/gist
Commit message (Expand)AuthorAgeFilesLines
* Re-think predicate locking on GIN indexes.Teodor Sigaev2018-05-041-1/+1
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-4/+4
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-071-0/+1
* Add predicate locking for GiSTTeodor Sigaev2018-03-272-1/+15
* Make gistvacuumcleanup() count the actual number of index tuples.Tom Lane2018-03-021-10/+9
* Support parallel btree index builds.Robert Haas2018-02-021-1/+1
* Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera2018-01-093-5/+6
* Update copyright for 2018Bruce Momjian2018-01-0211-11/+11
* Add some const decorations to prototypesPeter Eisentraut2017-11-101-1/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-085-43/+43
* For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas2017-09-221-2/+2
* Remove no-op GiST support functions in the core GiST opclasses.Tom Lane2017-09-191-30/+2
* Allow no-op GiST support functions to be omitted.Tom Lane2017-09-194-12/+61
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-2/+2
* Phase 3 of pgindent updates.Tom Lane2017-06-216-55/+55
* Phase 2 of pgindent updates.Tom Lane2017-06-214-4/+4
* Re-run pgindent.Tom Lane2017-06-131-2/+2
* Fix wording in amvalidate error messagesAlvaro Herrera2017-05-301-16/+16
* Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.Tom Lane2017-05-042-0/+6
* 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