summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginget.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-2/+0
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-6/+6
* Make GIN and GIST pass the index collation to all their support functions.Tom Lane2011-04-221-3/+3
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-121-15/+18
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-73/+70
* Refactor GIN's handling of duplicate search entries.Tom Lane2011-01-081-209/+210
* Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane2011-01-071-357/+501
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-141-1/+1
* Fix a passel of inappropriately-named global functions in GIN.Tom Lane2010-10-171-21/+22
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix an additional set of problems in GIN's handling of lossy page pointers.Tom Lane2010-08-011-64/+126
* Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()Tom Lane2010-07-311-138/+216
* pgindent run for 9.0Bruce Momjian2010-02-261-8/+8
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Fix multicolumn GIN's wrong results with fastupdate enabled.Teodor Sigaev2009-11-131-9/+25
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-240/+245
* Fix bug #4814 (wrong subscript in consistent-function call), and add someTom Lane2009-05-191-7/+8
* Fix infinite loop while checking of partial match in pending list.Teodor Sigaev2009-04-051-9/+76
* Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane2009-03-251-21/+31
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-241-52/+429
* Revise the TIDBitmap API to support multiple concurrent iterations over aTom Lane2009-01-101-3/+9
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Remove mark/restore support in GIN and GiST indexes.Teodor Sigaev2008-10-201-49/+1
* Fix strategy propagation to scanEntry for partial match by moving propagationTeodor Sigaev2008-09-041-8/+1
* Multi-column GIN indexes. Teodor SigaevTom Lane2008-07-111-12/+21
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-161-9/+339
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Fix using too many LWLocks bug, reported by Craig RingerTeodor Sigaev2008-04-221-205/+157
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-141-25/+42
* Phase 2 of project to make index operator lossiness be determined at runtimeTom Lane2008-04-131-5/+9
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-101-14/+19
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-27/+27
* Fix bundle bugs of GIN:Teodor Sigaev2007-06-041-13/+66
* Fix a few typos in comments in GiN.Neil Conway2007-02-011-2/+2
* Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev2007-01-311-3/+10
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix some typos in comments.Neil Conway2006-11-121-3/+3
* pgindent run for 8.2.Bruce Momjian2006-10-041-193/+255
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-5/+1
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-0/+412