postgresql/src/backend/access/common
Tom Lane 9a09248edd Fix rtree and contrib/rtree_gist search behavior for the 1-D box and
polygon operators (<<, &<, >>, &>).  Per ideas originally put forward
by andrew@supernews and later rediscovered by moi.  This patch just
fixes the existing opclasses, and does not add any new behavior as I
proposed earlier; that can be sorted out later.  In principle this
could be back-patched, since it changes only search behavior and not
system catalog entries nor rtree index contents.  I'm not currently
planning to do that, though, since I think it could use more testing.
2005-06-24 00:18:52 +00:00
..
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
heaptuple.c Convert index-related tuple handling routines from char 'n'/' ' to bool 2005-03-21 01:24:04 +00:00
indextuple.c Eliminate duplicate hasnulls bit testing in index tuple access, and 2005-03-27 18:38:27 +00:00
indexvalid.c Fix rtree and contrib/rtree_gist search behavior for the 1-D box and 2005-06-24 00:18:52 +00:00
printtup.c Fix the mechanism for reporting the original table OID and column number 2005-06-22 17:45:46 +00:00
scankey.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
tupdesc.c Make equalTupleDescs() compare attlen/attbyval/attalign rather than 2005-04-14 22:34:48 +00:00