summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginscan.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Avoid full scan of GIN indexes when possibleAlexander Korotkov2020-01-181-49/+78
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Don't cast between GinNullCategory and boolPeter Eisentraut2018-01-021-11/+8
* Phase 3 of pgindent updates.Tom Lane2017-06-211-3/+3
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Fix mixup of bool and ternary valuePeter Eisentraut2017-04-061-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-6/+2
* Fix memory leak in repeated GIN index searches.Tom Lane2016-03-131-1/+3
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-33/+8
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Use a separate memory context for GIN scan keys.Heikki Linnakangas2015-02-041-20/+23
* Fix query-duration memory leak with GIN rescans.Heikki Linnakangas2015-01-301-4/+12
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Speed up "rare & frequent" type GIN queries.Heikki Linnakangas2014-02-071-0/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-3/+3
* Make GIN and GIST pass the index collation to all their support functions.Tom Lane2011-04-221-8/+9
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-11/+12
* Refactor GIN's handling of duplicate search entries.Tom Lane2011-01-081-133/+161
* Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane2011-01-071-80/+203
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Create core infrastructure for KNNGIST.Tom Lane2010-12-021-29/+26
* Fix a passel of inappropriately-named global functions in GIN.Tom Lane2010-10-171-2/+3
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()Tom Lane2010-07-311-5/+7
* Fix incorrect comparison of scan key in GIN. Per report fromTeodor Sigaev2010-01-181-2/+4
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-14/+14
* Fix infinite loop while checking of partial match in pending list.Teodor Sigaev2009-04-051-6/+9
* Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane2009-03-251-26/+40
* Revise the TIDBitmap API to support multiple concurrent iterations over aTom Lane2009-01-101-1/+6
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Remove mark/restore support in GIN and GiST indexes.Teodor Sigaev2008-10-201-57/+10
* Fix strategy propagation to scanEntry for partial match by moving propagationTeodor Sigaev2008-09-041-1/+2
* Multi-column GIN indexes. Teodor SigaevTom Lane2008-07-111-12/+12
* Fix initialization of GinScanEntryData.partialMatchTeodor Sigaev2008-07-041-1/+2
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-2/+3
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-161-13/+29
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2