]> granicus.if.org Git - postgresql/history - contrib/cube/Makefile
Provide for contrib and pgxs modules to install include files.
[postgresql] / contrib / cube / Makefile
2018-07-31 Andrew GierthProvide for contrib and pgxs modules to install include...
2017-11-21 Tom LaneSupport index-only scans in contrib/cube and contrib...
2017-09-13 Tom LaneDistinguish selectivity of < from <= and > from >=.
2016-06-09 Tom LaneHandle contrib's GIN/GIST support function signature...
2015-12-18 Teodor SigaevCube extension kNN support
2014-07-14 Noah MischAdd file version information to most installed Windows...
2012-10-11 Peter EisentrautRefactor flex and bison make rules
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2009-08-28 Peter EisentrautDerived files that are shipped in the distribution...
2008-08-29 Peter EisentrautRemove all traces that suggest that a non-Bison yacc...
2007-11-10 Bruce MomjianRemove references to READMEs from /contrib Makefiles.
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-02-09 Peter EisentrautRemove useless CPPFLAGS.
2006-04-03 Peter EisentrautPut flex'ed and bison'ed files in contrib in the distri...
2006-03-07 Tom LaneMake all our flex and bison files use %option prefix...
2006-02-27 Peter Eisentrautcontrib uninstall scripts
2005-10-18 Tom LaneFix several contrib makefiles that failed in VPATH...
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-07-24 Tom LanePartial fixes for contrib build on AIX: include -lm...
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-14 Tom LaneMake contrib/cube work with flex 2.5.31. Fix it up...
2003-05-14 Tom LaneFix various recent build and regression-test problems...
2003-01-31 Tom LaneTweak bison build rules so that we get the same error...
2002-11-01 Tom LaneArrange to compile flex output files as inclusions...
2001-11-16 Peter EisentrautMake the yacc rules safe for parallel make. See discus...
2001-09-06 Peter EisentrautTo fix the perpetually broken makefiles in the contrib...
2001-06-18 Bruce MomjianThe attached patch enables the contrib subtree to build...
2001-02-20 Peter EisentrautMake sure -L and -I's for our source tree are always...
2001-02-10 Peter EisentrautOnly look for bison as YACC; other yaccs need to be...
2000-12-11 Tom LaneGene Selkov's CUBE datatype (GiST example code)