summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginget.c
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-03-28Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera
2017-03-08tidbitmap: Support shared iteration.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-15Fix memory leak in GIN index scans.Tom Lane
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
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-05-24pgindent run for 9.5Bruce 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-29Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-10Fix bug in lossy-page handling in GINHeikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-10Fix bugs in GIN "fast scan" with partial match.Heikki Linnakangas
2014-03-31Rename GinLogicValue to GinTernaryValue.Heikki Linnakangas
2014-03-17Fix typos in comments.Fujii Masao
2014-02-07Initialize the entryRes array between each call to triConsistent.Heikki Linnakangas
2014-02-07Speed up "rare & frequent" type GIN queries.Heikki Linnakangas
2014-01-29Further optimize GIN multi-key searches.Heikki Linnakangas
2014-01-29Further optimize multi-key GIN searches.Heikki Linnakangas
2014-01-29Allow skipping some items in a multi-key GIN search.Heikki Linnakangas
2014-01-22Compress GIN posting lists, for smaller index size.Heikki Linnakangas
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-16Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.cHeikki Linnakangas
2013-11-27More GIN refactoring.Heikki Linnakangas
2013-11-20Further GIN refactoring.Heikki Linnakangas
2013-11-08Fix race condition in GIN posting tree page deletion.Heikki Linnakangas
2013-10-03Minor GIN code refactoring.Heikki Linnakangas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-07-16Remove unreachable codePeter Eisentraut
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-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.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-11-15Cleanup various comparisons with the constant "true".Robert Haas
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-08-01Fix an additional set of problems in GIN's handling of lossy page pointers.Tom Lane
2010-07-31Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()Tom Lane
2010-02-26pgindent run for 9.0Bruce Momjian