index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
cube
/
Makefile
Age
Commit message (
Expand
)
Author
2023-11-06
Remove distprep
Peter Eisentraut
2022-09-04
Build all Flex files standalone
John Naylor
2021-03-05
Remove deprecated containment operators for contrib types.
Tom Lane
2020-02-19
Remove support for upgrading extensions from "unpackaged" state.
Tom Lane
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2018-08-31
Split contrib/cube platform-depended checks into separate test
Alexander Korotkov
2018-07-31
Provide for contrib and pgxs modules to install include files.
Andrew Gierth
2017-11-20
Support index-only scans in contrib/cube and contrib/seg GiST indexes.
Tom Lane
2017-09-13
Distinguish selectivity of < from <= and > from >=.
Tom Lane
2016-06-09
Handle contrib's GIN/GIST support function signature changes honestly.
Tom Lane
2015-12-18
Cube extension kNN support
Teodor Sigaev
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2012-10-11
Refactor flex and bison make rules
Peter Eisentraut
2011-02-13
Convert contrib modules to use the extension facility.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2009-08-28
Derived files that are shipped in the distribution used to be built in the
Peter Eisentraut
2008-08-29
Remove all traces that suggest that a non-Bison yacc might be supported, and
Peter Eisentraut
2007-11-10
Remove references to READMEs from /contrib Makefiles.
Bruce Momjian
2007-06-26
Fix PGXS conventions so that extensions can be built against Postgres
Tom Lane
2007-02-09
Remove useless CPPFLAGS.
Peter Eisentraut
2006-04-03
Put flex'ed and bison'ed files in contrib in the distribution tarball, as
Peter Eisentraut
2006-03-07
Make all our flex and bison files use %option prefix or %name-prefix
Tom Lane
2006-02-27
contrib uninstall scripts
Peter Eisentraut
2005-10-18
Fix several contrib makefiles that failed in VPATH builds, particularly
Tom Lane
2005-09-27
PGXS should be set with := not =, as specified in the documentation,
Tom Lane
2005-07-24
Partial fixes for contrib build on AIX: include -lm where needed.
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-14
Make contrib/cube work with flex 2.5.31. Fix it up to have a real
Tom Lane
2003-05-14
Fix various recent build and regression-test problems in contrib/.
Tom Lane
2003-01-31
Tweak bison build rules so that we get the same error messages from
Tom Lane
2002-11-01
Arrange to compile flex output files as inclusions into other files
Tom Lane
2001-11-16
Make the yacc rules safe for parallel make. See discussion on pgsql-patches
Peter Eisentraut
2001-09-06
To fix the perpetually broken makefiles in the contrib tree, I have
Peter Eisentraut
2001-06-18
The attached patch enables the contrib subtree to build cleanly under
Bruce Momjian
2001-02-20
Make sure -L and -I's for our source tree are always before system include
Peter Eisentraut
2001-02-10
Only look for bison as YACC; other yaccs need to be selected explicitly.
Peter Eisentraut
2000-12-11
Gene Selkov's CUBE datatype (GiST example code)
Tom Lane