summaryrefslogtreecommitdiff
path: root/contrib/cube/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Build all Flex files standaloneJohn Naylor2022-09-041-6/+10
* Remove deprecated containment operators for contrib types.Tom Lane2021-03-051-1/+1
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-191-2/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+4
* Split contrib/cube platform-depended checks into separate testAlexander Korotkov2018-08-311-1/+1
* Provide for contrib and pgxs modules to install include files.Andrew Gierth2018-07-311-0/+2
* Support index-only scans in contrib/cube and contrib/seg GiST indexes.Tom Lane2017-11-201-1/+1
* Distinguish selectivity of < from <= and > from >=.Tom Lane2017-09-131-1/+2
* Handle contrib's GIN/GIST support function signature changes honestly.Tom Lane2016-06-091-1/+2
* Cube extension kNN supportTeodor Sigaev2015-12-181-1/+1
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+2
* Refactor flex and bison make rulesPeter Eisentraut2012-10-111-14/+0
* Convert contrib modules to use the extension facility.Tom Lane2011-02-131-2/+3
* 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/+4
* 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
* Partial fixes for contrib build on AIX: include -lm where needed.Tom Lane2005-07-241-1/+2
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-10/+14
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Make contrib/cube 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-61/+7
* 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 CUBE datatype (GiST example code)Tom Lane2000-12-111-0/+83