aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/spgist
Commit message (Expand)AuthorAge
* Fix typos in comments, code and documentationMichael Paquier2023-01-03
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2022-11-17
* Count SP-GiST index scans in pg_stat statistics.Tom Lane2021-08-27
* Prevent infinite insertion loops in spgdoinsert().Tom Lane2021-05-14
* Fix query-cancel handling in spgdoinsert().Tom Lane2021-05-14
* Fix more confusion in SP-GiST.Tom Lane2021-04-04
* Fix masking of SP-GiST pages during xlog consistency checkAlexander Korotkov2020-06-20
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Fix missing SP-GiST support in 911e702077Alexander Korotkov2020-03-30
* Implement operator class parametersAlexander Korotkov2020-03-30
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Introduce IndexAM fields for parallel vacuum.Amit Kapila2020-01-15
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Refactor reloption handling for index AMs in-coreMichael Paquier2019-11-25
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund2019-11-08
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Fix bug in pairingheap_SpGistSearchItem_cmp()Alexander Korotkov2019-09-25
* Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov2019-09-19
* Fix handling of NULL distances in KNN-GiSTAlexander Korotkov2019-09-08
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Initial pgindent run for v12.Tom Lane2019-05-22
* Standardize ItemIdData terminology.Peter Geoghegan2019-05-13
* Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas2019-04-03
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-02
* tableam: Support for an index build's initial table scan(s).Andres Freund2019-03-27
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* 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