postgresql/src/backend/access
Tom Lane e7e1694295 Migrate rtree_gist functionality into the core system, and add some
basic regression tests for GiST to the standard regression tests.
I took the opportunity to add an rtree-equivalent gist opclass for
circles; the contrib version only covered boxes and polygons, but
indexing circles is very handy for distance searches.
2005-07-01 19:19:05 +00:00
..
common Fix rtree and contrib/rtree_gist search behavior for the 1-D box and 2005-06-24 00:18:52 +00:00
gist Migrate rtree_gist functionality into the core system, and add some 2005-07-01 19:19:05 +00:00
hash Add missing #include -- mea culpa. 2005-06-09 21:01:25 +00:00
heap Avoid WAL-logging individual tuple insertions during CREATE TABLE AS 2005-06-20 18:37:02 +00:00
index Concurrency for GiST 2005-06-27 12:45:23 +00:00
nbtree Avoid unnecessary palloc overhead in _bt_first(). The temporary 2005-06-19 22:41:00 +00:00
rtree Extend r-tree operator classes to handle Y-direction tests equivalent 2005-06-24 20:53:34 +00:00
transam Improve the checkpoint signaling mechanism so that the bgwriter can tell 2005-06-30 00:00:52 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00