postgresql/src/backend/access/gist
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
..
Makefile Migrate rtree_gist functionality into the core system, and add some 2005-07-01 19:19:05 +00:00
gist.c Bug fixes for GiST crash recovery. 2005-06-30 17:52:14 +00:00
gistget.c Concurrency for GiST 2005-06-27 12:45:23 +00:00
gistproc.c Migrate rtree_gist functionality into the core system, and add some 2005-07-01 19:19:05 +00:00
gistscan.c Concurrency for GiST 2005-06-27 12:45:23 +00:00
gistutil.c Bug fixes for GiST crash recovery. 2005-06-30 17:52:14 +00:00
gistvacuum.c Bug fixes for GiST crash recovery. 2005-06-30 17:52:14 +00:00
gistxlog.c Improve error messages and add comment 2005-07-01 13:18:17 +00:00