postgresql/src/backend/access
Tom Lane f8d0a82bf9 Avoid an Assert failure if OuterUserId hasn't been set yet during
AbortTransaction.  This can happen if a backend's InitPostgres transaction
fails (eg, because the given username is invalid).  Per Alvaro.
2005-08-17 22:14:34 +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 hints to cases where indexes fail because of values that are too long. 2005-08-10 21:36:46 +00:00
heap Solve the problem of OID collisions by probing for duplicate OIDs 2005-08-12 01:36:05 +00:00
index Concurrency for GiST 2005-06-27 12:45:23 +00:00
nbtree Change a couple of "can't happen" error messages to be a shade more 2005-08-12 14:34:14 +00:00
rtree Add hints to cases where indexes fail because of values that are too long. 2005-08-10 21:36:46 +00:00
transam Avoid an Assert failure if OuterUserId hasn't been set yet during 2005-08-17 22:14:34 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00