postgresql/src/backend/access
Tom Lane 27a54ae282 Opclasses live in namespaces. I also took the opportunity to create
an 'opclass owner' column in pg_opclass.  Nothing is done with it at
present, but since there are plans to invent a CREATE OPERATOR CLASS
command soon, we'll probably want DROP OPERATOR CLASS too, which
suggests that a notion of ownership would be a good idea.
2002-04-17 20:57:57 +00:00
..
common pg_type has a typnamespace column; system now supports creating types 2002-03-29 19:06:29 +00:00
gist Change made to elog: 2002-03-06 06:10:59 +00:00
hash Code review for improved-hashing patch. Fix some portability issues 2002-03-09 17:35:37 +00:00
heap pg_class has a relnamespace column. You can create and access tables 2002-03-26 19:17:02 +00:00
index Opclasses live in namespaces. I also took the opportunity to create 2002-04-17 20:57:57 +00:00
nbtree Change made to elog: 2002-03-06 06:10:59 +00:00
rtree I was digging through the GiST code, and figured I'd fix up some of the 2002-03-05 05:30:40 +00:00
transam Locale support is on by default. The choice of locale is done in initdb 2002-04-03 05:39:33 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00