aboutsummaryrefslogtreecommitdiff
path: root/contrib/seg/Makefile
Commit message (Expand)AuthorAge
* Handle contrib's GIN/GIST support function signature changes honestly.Tom Lane2016-06-09
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* Refactor flex and bison make rulesPeter Eisentraut2012-10-11
* Convert contrib modules to use the extension facility.Tom Lane2011-02-13
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Derived files that are shipped in the distribution used to be built in thePeter Eisentraut2009-08-28
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-29
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-10
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-26
* Remove useless CPPFLAGS.Peter Eisentraut2007-02-09
* Put flex'ed and bison'ed files in contrib in the distribution tarball, asPeter Eisentraut2006-04-03
* Make all our flex and bison files use %option prefix or %name-prefixTom Lane2006-03-07
* contrib uninstall scriptsPeter Eisentraut2006-02-27
* Fix several contrib makefiles that failed in VPATH builds, particularlyTom Lane2005-10-18
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-27
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-20
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Make contrib/seg work with flex 2.5.31. Fix it up to have a realTom Lane2003-09-14
* Fix various recent build and regression-test problems in contrib/.Tom Lane2003-05-14
* Tweak bison build rules so that we get the same error messages fromTom Lane2003-01-31
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-01
* Make the yacc rules safe for parallel make. See discussion on pgsql-patchesPeter Eisentraut2001-11-16
* To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut2001-09-06
* The attached patch enables the contrib subtree to build cleanly underBruce Momjian2001-06-18
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-20
* Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut2001-02-10
* Gene Selkov's SEG datatype (GiST example code)Tom Lane2000-12-11