aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
Commit message (Expand)AuthorAge
* Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut2020-12-04
* Invent "amadjustmembers" AM method for validating opclass members.Tom Lane2020-08-01
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Implement operator class parametersAlexander Korotkov2020-03-30
* Remove dependency on HeapTuple from predicate locking functions.Thomas Munro2020-01-28
* Introduce IndexAM fields for parallel vacuum.Amit Kapila2020-01-15
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix yet another crash in page split during GiST index creation.Heikki Linnakangas2019-12-16
* Fix crash when a page was split during GiST index creation.Heikki Linnakangas2019-12-13
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Refactor checks for deleted GiST pages.Heikki Linnakangas2019-07-24
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-17
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Fix typos in various placesMichael Paquier2019-06-03
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Detect internal GiST page splits correctly during index build.Heikki Linnakangas2019-05-14
* Convert gist to compute page level xid horizon on primary.Andres Freund2019-04-22
* Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas2019-04-03
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-02
* Switch some palloc/memset calls to palloc0Michael Paquier2019-03-27
* Delete empty pages during GiST VACUUM.Heikki Linnakangas2019-03-22
* Support for INCLUDE attributes in GiST indexesAlexander Korotkov2019-03-10
* Scan GiST indexes in physical order during VACUUM.Heikki Linnakangas2019-03-05
* Update copyright for 2019Bruce Momjian2019-01-02
* Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov2018-12-21
* 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
* Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera2018-01-09
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Allow no-op GiST support functions to be omitted.Tom Lane2017-09-19
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-15
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-09
* Extend index AM API for parallel index scans.Robert Haas2017-01-24
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* 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
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Remove unused arguments in two GiST subroutinesAlvaro Herrera2016-06-28
* pgindent run for 9.6Robert Haas2016-06-09
* Prevent to use magic constantsTeodor Sigaev2016-04-28
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08