summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
Commit message (Expand)AuthorAgeFilesLines
* Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund2023-04-051-2/+2
* Pass down table relation into more index relation functionsAndres Freund2023-04-011-2/+3
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-201-0/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan2022-11-171-3/+3
* Further reduce warnings with -Wshadow=compatible-localDavid Rowley2022-08-241-2/+1
* Revert changes in HOT handling of BRIN indexesTomas Vondra2022-06-161-1/+0
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-301-0/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Ignore BRIN indexes when checking for HOT udpatesTomas Vondra2021-11-301-0/+1
* Fix GiST index deletion assert issue.Peter Geoghegan2021-01-261-6/+7
* Fix bug in detecting concurrent page splits in GiST insertHeikki Linnakangas2021-01-201-1/+4
* Pass down "logically unchanged index" hint.Peter Geoghegan2021-01-131-0/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut2020-12-041-2/+3
* Invent "amadjustmembers" AM method for validating opclass members.Tom Lane2020-08-011-0/+1
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-5/+6
* Implement operator class parametersAlexander Korotkov2020-03-301-0/+1
* 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