summaryrefslogtreecommitdiff
path: root/contrib/seg/Makefile
AgeCommit message (Expand)Author
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2018-07-31Provide for contrib and pgxs modules to install include files.Andrew Gierth
2017-11-21Support index-only scans in contrib/cube and contrib/seg GiST indexes.Tom Lane
2017-09-13Update contrib/seg for new scalarlesel/scalargesel selectivity functions.Tom Lane
2016-06-09Handle contrib's GIN/GIST support function signature changes honestly.Tom Lane
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-08-28Derived files that are shipped in the distribution used to be built in thePeter Eisentraut
2008-08-29Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut
2007-11-10Remove references to READMEs from /contrib Makefiles.Bruce Momjian
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2007-02-09Remove useless CPPFLAGS.Peter Eisentraut
2006-04-03Put flex'ed and bison'ed files in contrib in the distribution tarball, asPeter Eisentraut
2006-03-07Make all our flex and bison files use %option prefix or %name-prefixTom Lane
2006-02-27contrib uninstall scriptsPeter Eisentraut
2005-10-18Fix several contrib makefiles that failed in VPATH builds, particularlyTom Lane
2005-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane
2004-08-20> Please find enclose a submission to fix these problems.Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-14Make contrib/seg work with flex 2.5.31. Fix it up to have a realTom Lane
2003-05-14Fix various recent build and regression-test problems in contrib/.Tom Lane
2003-01-31Tweak bison build rules so that we get the same error messages fromTom Lane
2002-11-01Arrange to compile flex output files as inclusions into other filesTom Lane
2001-11-16Make the yacc rules safe for parallel make. See discussion on pgsql-patchesPeter Eisentraut
2001-09-06To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut
2001-06-18The attached patch enables the contrib subtree to build cleanly underBruce Momjian
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
2001-02-10Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut
2000-12-11Gene Selkov's SEG datatype (GiST example code)Tom Lane