index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
gin
/
ginscan.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-15
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Avoid full scan of GIN indexes when possible
Alexander Korotkov
2020-01-18
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Don't cast between GinNullCategory and bool
Peter Eisentraut
2018-01-02
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Fix mixup of bool and ternary value
Peter Eisentraut
2017-04-06
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Fix memory leak in repeated GIN index searches.
Tom Lane
2016-03-13
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Use a separate memory context for GIN scan keys.
Heikki Linnakangas
2015-02-04
*
Fix query-duration memory leak with GIN rescans.
Heikki Linnakangas
2015-01-30
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Speed up "rare & frequent" type GIN queries.
Heikki Linnakangas
2014-02-07
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Make GIN and GIST pass the index collation to all their support functions.
Tom Lane
2011-04-22
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Refactor GIN's handling of duplicate search entries.
Tom Lane
2011-01-08
*
Fix GIN to support null keys, empty and null items, and full index scans.
Tom Lane
2011-01-07
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Create core infrastructure for KNNGIST.
Tom Lane
2010-12-02
*
Fix a passel of inappropriately-named global functions in GIN.
Tom Lane
2010-10-17
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()
Tom Lane
2010-07-31
*
Fix incorrect comparison of scan key in GIN. Per report from
Teodor Sigaev
2010-01-18
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Fix infinite loop while checking of partial match in pending list.
Teodor Sigaev
2009-04-05
*
Adjust the APIs for GIN opclass support functions to allow the extractQuery()
Tom Lane
2009-03-25
*
Revise the TIDBitmap API to support multiple concurrent iterations over a
Tom Lane
2009-01-10
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Remove mark/restore support in GIN and GiST indexes.
Teodor Sigaev
2008-10-20
*
Fix strategy propagation to scanEntry for partial match by moving propagation
Teodor Sigaev
2008-09-04
*
Multi-column GIN indexes. Teodor Sigaev
Tom Lane
2008-07-11
*
Fix initialization of GinScanEntryData.partialMatch
Teodor Sigaev
2008-07-04
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Extend GIN to support partial-match searches, and extend tsquery to support
Tom Lane
2008-05-16
[next]