summaryrefslogtreecommitdiff
path: root/contrib/seg/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Convert contrib modules to use the extension facility.Tom Lane2011-02-131-2/+4
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Derived files that are shipped in the distribution used to be built in thePeter Eisentraut2009-08-281-6/+6
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-291-12/+6
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-101-2/+1
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-261-2/+3
* Remove useless CPPFLAGS.Peter Eisentraut2007-02-091-3/+1
* Put flex'ed and bison'ed files in contrib in the distribution tarball, asPeter Eisentraut2006-04-031-8/+13
* Make all our flex and bison files use %option prefix or %name-prefixTom Lane2006-03-071-2/+5
* contrib uninstall scriptsPeter Eisentraut2006-02-271-1/+2
* Fix several contrib makefiles that failed in VPATH builds, particularlyTom Lane2005-10-181-1/+3
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-2/+2
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-10/+12
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Make contrib/seg work with flex 2.5.31. Fix it up to have a realTom Lane2003-09-141-3/+3
* Fix various recent build and regression-test problems in contrib/.Tom Lane2003-05-141-8/+2
* Tweak bison build rules so that we get the same error messages fromTom Lane2003-01-311-2/+8
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-011-2/+5
* Make the yacc rules safe for parallel make. See discussion on pgsql-patchesPeter Eisentraut2001-11-161-2/+4
* To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut2001-09-061-63/+8
* The attached patch enables the contrib subtree to build cleanly underBruce Momjian2001-06-181-1/+2
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-201-2/+2
* Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut2001-02-101-1/+5
* Gene Selkov's SEG datatype (GiST example code)Tom Lane2000-12-111-0/+83