index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
seg
/
Makefile
Age
Commit message (
Expand
)
Author
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-07-31
Provide for contrib and pgxs modules to install include files.
Andrew Gierth
2017-11-21
Support index-only scans in contrib/cube and contrib/seg GiST indexes.
Tom Lane
2017-09-13
Update contrib/seg for new scalarlesel/scalargesel selectivity functions.
Tom Lane
2016-06-09
Handle contrib's GIN/GIST support function signature changes honestly.
Tom Lane
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-14
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
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/seg 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 SEG datatype (GiST example code)
Tom Lane