aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
Commit message (Expand)AuthorAge
...
* Scan GiST indexes in physical order during VACUUM.Heikki Linnakangas2019-03-05
* Refactor planner's header files.Tom Lane2019-01-29
* Update copyright for 2019Bruce Momjian2019-01-02
* Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov2018-12-21
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov2018-09-19
* doc: Update uses of the word "procedure"Peter Eisentraut2018-08-22
* Use the built-in float datatypes to implement geometric typesTomas Vondra2018-08-16
* Provide separate header file for built-in float typesTomas Vondra2018-07-29
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-11
* Re-think predicate locking on GIN indexes.Teodor Sigaev2018-05-04
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Add predicate locking for GiSTTeodor Sigaev2018-03-27
* Make gistvacuumcleanup() count the actual number of index tuples.Tom Lane2018-03-02
* Support parallel btree index builds.Robert Haas2018-02-02
* Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera2018-01-09
* Update copyright for 2018Bruce Momjian2018-01-02
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas2017-09-22
* Remove no-op GiST support functions in the core GiST opclasses.Tom Lane2017-09-19
* Allow no-op GiST support functions to be omitted.Tom Lane2017-09-19
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* 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