summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency on HeapTuple from predicate locking functions.Thomas Munro2020-01-281-1/+1
* Introduce IndexAM fields for parallel vacuum.Amit Kapila2020-01-151-0/+4
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Fix yet another crash in page split during GiST index creation.Heikki Linnakangas2019-12-161-12/+19
* Fix crash when a page was split during GiST index creation.Heikki Linnakangas2019-12-131-0/+1
* Remove useless "return;" linesAlvaro Herrera2019-11-281-2/+0
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+1
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-131-2/+2
* Refactor checks for deleted GiST pages.Heikki Linnakangas2019-07-241-25/+15
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-171-16/+5
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-161-1/+1
* Fix typos in various placesMichael Paquier2019-06-031-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-7/+7
* Detect internal GiST page splits correctly during index build.Heikki Linnakangas2019-05-141-0/+33
* Convert gist to compute page level xid horizon on primary.Andres Freund2019-04-221-1/+7
* Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas2019-04-031-30/+46
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-021-0/+1
* Switch some palloc/memset calls to palloc0Michael Paquier2019-03-271-2/+1
* Delete empty pages during GiST VACUUM.Heikki Linnakangas2019-03-221-0/+15
* Support for INCLUDE attributes in GiST indexesAlexander Korotkov2019-03-101-5/+36
* Scan GiST indexes in physical order during VACUUM.Heikki Linnakangas2019-03-051-5/+5
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov2018-12-211-9/+14
* 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-271-1/+12
* Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera2018-01-091-2/+3
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-2/+2
* Allow no-op GiST support functions to be omitted.Tom Lane2017-09-191-6/+18
* Phase 3 of pgindent updates.Tom Lane2017-06-211-6/+6
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-151-0/+1
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-091-11/+14
* Extend index AM API for parallel index scans.Robert Haas2017-01-241-0/+3
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-171-0/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.Tom Lane2016-09-091-6/+24
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-6/+2
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-131-0/+1
* Remove unused arguments in two GiST subroutinesAlvaro Herrera2016-06-281-3/+3
* pgindent run for 9.6Robert Haas2016-06-091-2/+3
* Prevent to use magic constantsTeodor Sigaev2016-04-281-1/+1
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-201-32/+16
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-16/+32
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-081-1/+0
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-081-0/+1
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-22/+54
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1