summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginscan.c
AgeCommit message (Expand)Author
2025-03-15Separate TBM[Shared|Private]Iterator and TBMIterateResultMelanie Plageman
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-06Fix some performance issues in GIN query startup.Tom Lane
2025-03-05Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan
2025-03-05Show index search count in EXPLAIN ANALYZE.Peter Geoghegan
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-09-11Replace gratuitous memmove() with memcpy()Peter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-15Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-17Avoid full scan of GIN indexes when possibleAlexander Korotkov
2020-01-01Update copyrights for 2020Bruce Momjian
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2018-01-02Don't cast between GinNullCategory and boolPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-04-06Fix mixup of bool and ternary valuePeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
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-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-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-02-07Speed up "rare & frequent" type GIN queries.Heikki Linnakangas
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-04-23Make GIN and GIST pass the index collation to all their support functions.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-08Refactor GIN's handling of duplicate search entries.Tom Lane
2011-01-08Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-03Create core infrastructure for KNNGIST.Tom Lane
2010-10-18Fix a passel of inappropriately-named global functions in GIN.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-31Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()Tom Lane
2010-01-18Fix incorrect comparison of scan key in GIN. Per report fromTeodor Sigaev
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-04-05Fix infinite loop while checking of partial match in pending list.Teodor Sigaev