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
/
btree_gist
/
Makefile
Age
Commit message (
Expand
)
Author
9 days
btree_gist: Merge the last two versions into version 1.8
Michael Paquier
2025-04-03
Add support for sorted gist index builds to btree_gist
Heikki Linnakangas
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-17
Add stratnum GiST support function
Peter Eisentraut
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-01-24
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-19
Add stratnum GiST support function
Peter Eisentraut
2023-07-12
Allow some exclusion constraints on partitions
Peter Eisentraut
2021-11-06
Add bool GiST opclass to btree_gist
Tomas Vondra
2021-04-07
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
Heikki Linnakangas
2021-04-07
Add sortsupport for gist_btree opclasses, for faster index builds.
Heikki Linnakangas
2020-07-20
Update btree_gist extension for parallel query
Alexander Korotkov
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
2017-03-21
Add btree_gist support for enum types.
Andrew Dunstan
2017-03-15
Add support for EUI-64 MAC addresses as macaddr8
Stephen Frost
2016-11-29
Add uuid to the set of types supported by contrib/btree_gist.
Tom Lane
2016-06-09
Handle contrib's GIN/GIST support function signature changes honestly.
Tom Lane
2015-08-23
Improve spelling
Peter Eisentraut
2015-03-27
Add index-only scan support to btree_gist.
Heikki Linnakangas
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2011-03-03
Add -lm to SHLIB_LINK for contrib/btree_gist.
Tom Lane
2011-02-14
Convert contrib modules to use the extension facility.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-03
Regression tests for new btree_gist "not equals" support.
Robert Haas
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
Add $PostgreSQL$ marker to contrib makefiles.
Peter Eisentraut
2006-02-27
contrib uninstall scripts
Peter Eisentraut
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
2004-05-28
New version. Add support for int2, int8, float4, float8, timestamp with/witho...
Teodor Sigaev
2003-03-20
please apply attached patch to current CVS.
Bruce Momjian
2003-02-19
We just released new version of contrib/btree_gist
Bruce Momjian
2001-09-06
To fix the perpetually broken makefiles in the contrib tree, I have
Peter Eisentraut
2001-08-23
Makefile forgot to install README.btree_gist.
Tom Lane
2001-08-22
New contrib module for BTREE emulation in GiST.
Tom Lane