]> granicus.if.org Git - postgresql/history - src/backend/access/gin/ginscan.c
Phase 2 of pgindent updates.
[postgresql] / src / backend / access / gin / ginscan.c
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-04-06 Peter EisentrautFix mixup of bool and ternary value
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-03-13 Tom LaneFix memory leak in repeated GIN index searches.
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-02-04 Heikki LinnakangasUse a separate memory context for GIN scan keys.
2015-01-30 Heikki LinnakangasFix query-duration memory leak with GIN rescans.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-02-07 Heikki LinnakangasSpeed up "rare & frequent" type GIN queries.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-23 Tom LaneMake GIN and GIST pass the index collation to all their...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-08 Tom LaneRefactor GIN's handling of duplicate search entries.
2011-01-08 Tom LaneFix GIN to support null keys, empty and null items...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-10-18 Tom LaneFix a passel of inappropriately-named global functions...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-31 Tom LaneRewrite the key-combination logic in GIN's keyGetItem...
2010-01-18 Teodor SigaevFix incorrect comparison of scan key in GIN. Per report...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-05 Teodor SigaevFix infinite loop while checking of partial match in...
2009-03-25 Tom LaneAdjust the APIs for GIN opclass support functions to...
2009-01-10 Tom LaneRevise the TIDBitmap API to support multiple concurrent...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-20 Teodor SigaevRemove mark/restore support in GIN and GiST indexes.
2008-09-04 Teodor SigaevFix strategy propagation to scanEntry for partial match...
2008-07-11 Tom LaneMulti-column GIN indexes. Teodor Sigaev
2008-07-04 Teodor SigaevFix initialization of GinScanEntryData.partialMatch
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-16 Tom LaneExtend GIN to support partial-match searches, and exten...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-01-31 Teodor SigaevAllow GIN's extractQuery method to signal that nothing...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-06 Peter EisentrautMessage style improvements
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-14 Teodor SigaevImprove error message. Per discussion
2006-08-03 Tom LaneAdd missing pgstat_count_index_scan(), per Andreas...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-05-02 Tom LaneSuppress some gcc warnings.
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.