summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/Makefile
AgeCommit message (Expand)Author
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2014-02-07Speed up "rare & frequent" type GIN queries.Heikki Linnakangas
2013-11-06Misc GIN refactoring.Heikki Linnakangas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-03-24Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut
2007-01-20Remove remains of old depend target.Peter Eisentraut
2006-05-02GIN: Generalized Inverted iNdex.Teodor Sigaev