summaryrefslogtreecommitdiff
path: root/src/include/access/gin_private.h
AgeCommit message (Expand)Author
2025-03-15Separate TBM[Shared|Private]Iterator and TBMIterateResultMelanie Plageman
2025-03-03Allow parallel CREATE INDEX for GIN indexesTomas Vondra
2025-02-24Delay extraction of TIDBitmap per page offsetsMelanie Plageman
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-18Add common interface for TBMIteratorsMelanie Plageman
2024-02-16Use new overflow-safe integer comparison functions.Nathan Bossart
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-09-08Remove some more "snapshot too old" vestiges.Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-01Invent "amadjustmembers" AM method for validating opclass members.Tom Lane
2020-01-17Avoid full scan of GIN indexes when possibleAlexander Korotkov
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-25Refactor reloption handling for index AMs in-coreMichael Paquier
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-27Remove entry tree root conflict checking from GIN predicate lockingAlexander Korotkov
2018-11-06Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane
2018-05-04Re-think predicate locking on GIN indexes.Teodor Sigaev
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-03-30Predicate locking in GIN indexTeodor Sigaev
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-16Fix broken cleanup interlock for GIN pending list.Robert Haas
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-04-06Fix mixup of bool and ternary valuePeter Eisentraut
2017-03-28Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera
2017-03-23Reduce page locking in GIN vacuumTeodor Sigaev
2017-02-14Split index xlog headers from other private index headers.Robert Haas
2017-02-09Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-02Support multiple iterators in the Red-Black Tree implementation.Heikki Linnakangas
2016-04-28Prevent multiple cleanup process for pending list in GIN.Teodor Sigaev
2016-04-20Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-03-27Change various Gin*Is* macros to return 0/1.Andres Freund
2016-01-28Add gin_clean_pending_list function to clean up GIN pending listFujii Masao
2016-01-21Remove unused argument from ginInsertCleanup()Fujii Masao
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane