index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
btree_gist
/
sql
Age
Commit message (
Expand
)
Author
2017-08-30
Accept plan changes in btree_gist contrib module
Tomas Vondra
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
Test all contrib-created operator classes with amvalidate.
Tom Lane
2016-11-29
Add uuid to the set of types supported by contrib/btree_gist.
Tom Lane
2016-06-05
Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.
Tom Lane
2016-05-13
Ensure plan stability in contrib/btree_gist regression test.
Tom Lane
2015-03-27
Add index-only scan support to btree_gist.
Heikki Linnakangas
2011-03-02
Add KNNGIST support to contrib/btree_gist.
Tom Lane
2011-02-14
Convert contrib modules to use the extension facility.
Tom Lane
2010-08-19
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-08-03
Regression tests for new btree_gist "not equals" support.
Robert Haas
2007-11-13
Fix a few contrib regression test scripts that hadn't gotten the word
Tom Lane
2004-05-28
New version. Add support for int2, int8, float4, float8, timestamp with/witho...
Teodor Sigaev
2003-02-19
We just released new version of contrib/btree_gist
Bruce Momjian
2002-10-21
SET autocommit no longer needed in /contrib because pg_regress.sh does
Bruce Momjian
2002-10-18
Update /contrib for "autocommit TO 'on'".
Bruce Momjian
2001-10-03
Update incorrect expected file. Use 'timestamp without time zone'
Tom Lane
2001-08-22
New contrib module for BTREE emulation in GiST.
Tom Lane