postgresql/src/backend/access
Tom Lane 7762619e95 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
and pg_auth_members.  There are still many loose ends to finish in this
patch (no documentation, no regression tests, no pg_dump support for
instance).  But I'm going to commit it now anyway so that Alvaro can
make some progress on shared dependencies.  The catalog changes should
be pretty much done.
2005-06-28 05:09:14 +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 Concurrency for GiST 2005-06-27 12:45:23 +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 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 2005-06-28 05:09:14 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00