summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-3/+16
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-1/+1
* Speed up "rare & frequent" type GIN queries.Heikki Linnakangas2014-02-071-1/+1
* Misc GIN refactoring.Heikki Linnakangas2013-11-061-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-241-2/+2
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-8/+2
* Remove remains of old depend target.Peter Eisentraut2007-01-201-8/+1
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-0/+32