aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/spgist
Commit message (Expand)AuthorAge
* Refactor planner's header files.Tom Lane2019-01-29
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix memory leak in repeated SPGIST index scans.Tom Lane2018-10-31
* Minor formatting cleanup for 2a6368343fAlexander Korotkov2018-09-27
* Remove extra usage of BoxPGetDatum() macroAlexander Korotkov2018-09-27
* Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov2018-09-19
* Repair double-free in SP-GIST rescan (bug #15378)Andrew Gierth2018-09-11
* doc: Update uses of the word "procedure"Peter Eisentraut2018-08-22
* Fix typo in SP-GiST error messageAlexander Korotkov2018-08-10
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Fix broken collation-aware searches in SP-GiST text opclass.Tom Lane2018-04-16
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Add prefix operator for TEXT type.Teodor Sigaev2018-04-03
* Do index FSM vacuuming sooner.Tom Lane2018-03-30
* Fix tuple counting in SP-GiST index build.Tom Lane2018-03-22
* Prevent query-lifespan memory leakage of SP-GiST traversal values.Tom Lane2018-03-19
* Support parallel btree index builds.Robert Haas2018-02-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Add optional compression method to SP-GiSTTeodor Sigaev2017-12-22
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Set the metapage's pd_lower correctly in brin, gin, and spgist indexes.Tom Lane2017-11-02
* For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas2017-09-22
* 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
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Fix wording in amvalidate error messagesAlvaro Herrera2017-05-30
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* 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
* 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
* Log the creation of an init fork unconditionally.Robert Haas2016-12-08
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Improve SP-GiST opclass API to better support unlabeled nodes.Tom Lane2016-08-23
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Message style improvementsPeter Eisentraut2016-07-28
* 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