summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
AgeCommit message (Expand)Author
2021-01-27Fix GiST index deletion assert issue.Peter Geoghegan
2021-01-20Fix bug in detecting concurrent page splits in GiST insertHeikki Linnakangas
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-04Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut
2020-08-01Invent "amadjustmembers" AM method for validating opclass members.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-03-30Implement operator class parametersAlexander Korotkov
2020-01-28Remove dependency on HeapTuple from predicate locking functions.Thomas Munro
2020-01-15Introduce IndexAM fields for parallel vacuum.Amit Kapila
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-16Fix yet another crash in page split during GiST index creation.Heikki Linnakangas
2019-12-13Fix crash when a page was split during GiST index creation.Heikki Linnakangas
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-07-24Refactor checks for deleted GiST pages.Heikki Linnakangas
2019-07-17Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-06-03Fix typos in various placesMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-14Detect internal GiST page splits correctly during index build.Heikki Linnakangas
2019-04-22Convert gist to compute page level xid horizon on primary.Andres Freund
2019-04-03Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas
2019-04-02Report progress of CREATE INDEX operationsAlvaro Herrera
2019-03-27Switch some palloc/memset calls to palloc0Michael Paquier
2019-03-22Delete empty pages during GiST VACUUM.Heikki Linnakangas
2019-03-10Support for INCLUDE attributes in GiST indexesAlexander Korotkov
2019-03-05Scan GiST indexes in physical order during VACUUM.Heikki Linnakangas
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-20Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov
2018-05-04Re-think predicate locking on GIN indexes.Teodor Sigaev
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-03-27Add predicate locking for GiSTTeodor Sigaev
2018-01-09Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-09-20Allow no-op GiST support functions to be omitted.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-02-15Add optimizer and executor support for parallel index scans.Robert Haas
2017-02-09Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane
2017-01-24Extend index AM API for parallel index scans.Robert Haas
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-09Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.Tom Lane
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-13Add SQL-accessible functions for inspecting index AM properties.Tom Lane
2016-06-28Remove unused arguments in two GiST subroutinesAlvaro Herrera