summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginget.c
AgeCommit message (Expand)Author
2025-03-15Separate TBM[Shared|Private]Iterator and TBMIterateResultMelanie Plageman
2025-03-06Fix some performance issues in GIN query startup.Tom Lane
2025-02-24Delay extraction of TIDBitmap per page offsetsMelanie Plageman
2025-02-24Add lossy indicator to TBMIterateResultMelanie Plageman
2025-01-31Get rid of our dependency on type "long" for memory size calculations.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-12-18Add common interface for TBMIteratorsMelanie Plageman
2024-01-04Update copyright for 2024Bruce Momjian
2023-09-08Remove some more "snapshot too old" vestiges.Thomas Munro
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-07-03Fix race in SSI interaction with gin fast path.Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-05Rename shadowed local variablesDavid Rowley
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-27Fix code for re-finding scan position in a multicolumn GIN index.Tom Lane
2020-04-03Fix bugs in gin_fuzzy_search_limit processing.Tom Lane
2020-01-17Avoid full scan of GIN indexes when possibleAlexander Korotkov
2020-01-01Update copyrights for 2020Bruce Momjian
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-27Remove entry tree root conflict checking from GIN predicate lockingAlexander Korotkov
2018-06-30pgindent run prior to branchingAndrew Dunstan
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-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-03-28Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera
2017-03-08tidbitmap: Support shared iteration.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-15Fix memory leak in GIN index scans.Tom Lane
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-03-13Fix memory leak in repeated GIN index searches.Tom Lane
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-24pgindent run for 9.5Bruce Momjian
2015-02-04Use a separate memory context for GIN scan keys.Heikki Linnakangas
2015-01-30Fix query-duration memory leak with GIN rescans.Heikki Linnakangas
2015-01-29Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-10Fix bug in lossy-page handling in GINHeikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian