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
/
rtree_gist
/
rtree_gist.c
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
2005-06-24
Fix rtree and contrib/rtree_gist search behavior for the 1-D box and
Tom Lane
2005-05-25
Add parentheses to macros when args are used in computations. Without
Bruce Momjian
2005-05-21
Cleanup of GiST extensions in contrib/: now that we always invoke GiST
Neil Conway
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-03-30
Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned
Teodor Sigaev
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-07-27
elog mop-up.
Tom Lane
2002-09-04
pgindent run.
Bruce Momjian
2002-05-28
Fix a bug with building rtree_gist indexes.
Tom Lane
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-01
Fix a couple of stray // comments.
Tom Lane
2001-08-22
Update GiST for new pg_opclass arrangement (finally a clean solution
Tom Lane
2001-05-31
Support for emulating RTREE indexing in GiST. Contributed by
Tom Lane