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
/
rtree_gist
/
rtree_gist.sql.in
Age
Commit message (
Expand
)
Author
2005-07-01
Remove contrib version of rtree_gist --- now in core system.
Tom Lane
2005-06-24
Extend r-tree operator classes to handle Y-direction tests equivalent
Tom Lane
2004-03-30
Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned
Teodor Sigaev
2003-05-14
Backend support for autocommit removed, per recent discussions. The
Tom Lane
2002-10-18
Update /contrib for "autocommit TO 'on'".
Bruce Momjian
2002-08-22
Add a bunch of pseudo-types to replace the behavior formerly associated
Tom Lane
2002-07-30
Replace ad-hoc insertions into pg_opclass and friends with CREATE
Tom Lane
2002-04-17
Opclasses live in namespaces. I also took the opportunity to create
Tom Lane
2001-08-22
Update GiST for new pg_opclass arrangement (finally a clean solution
Tom Lane
2001-08-21
Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in
Tom Lane
2001-08-10
1. null-safe interface to GiST
Bruce Momjian
2001-05-31
Support for emulating RTREE indexing in GiST. Contributed by
Tom Lane