postgresql/src/backend
Tom Lane c06f6a6bc2 Support toasting of shared system relations, and provide toast tables for
pg_database, pg_shadow, pg_group, all of which now have potentially-long
fields.  Along the way, get rid of SharedSystemRelationNames list: shared
rels are now identified in their include/pg_catalog/*.h files by a
BKI_SHARED_RELATION macro, while indexes and toast rels inherit sharedness
automatically from their parent table.  Fix some bugs with failure to detoast
pg_group.grolist during ALTER GROUP.
2002-04-27 21:24:34 +00:00
..
access xlog.c: If possible please add the following patch to better support NetWare. 2002-04-24 01:54:43 +00:00
bootstrap Support toasting of shared system relations, and provide toast tables for 2002-04-27 21:24:34 +00:00
catalog Support toasting of shared system relations, and provide toast tables for 2002-04-27 21:24:34 +00:00
commands Support toasting of shared system relations, and provide toast tables for 2002-04-27 21:24:34 +00:00
executor Support toasting of shared system relations, and provide toast tables for 2002-04-27 21:24:34 +00:00
lib Add Assert check to catch vsnprintf overrunning its buffer. (Seen to 2002-03-04 18:34:02 +00:00
libpq Fix password code to deal with new quoting code. 2002-04-25 00:56:36 +00:00
main Locale support is on by default. The choice of locale is done in initdb 2002-04-03 05:39:33 +00:00
nodes Attached is a patch for ALTER TRIGGER RENAME per the above thread. I 2002-04-24 02:48:55 +00:00
optimizer Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take 2002-04-16 23:08:12 +00:00
parser Implement types regprocedure, regoper, regoperator, regclass, regtype 2002-04-25 02:56:56 +00:00
po Updates from Serguei Mokhov 2002-01-26 19:00:11 +00:00
port Move 2002-03-13 00:05:06 +00:00
postmaster Authentication improvements: 2002-04-04 04:25:54 +00:00
regex [ Patch comments in three pieces.] 2002-04-24 01:51:11 +00:00
rewrite Restructure aclcheck error reporting to make permission-failure 2002-04-27 03:45:03 +00:00
storage The patch I sent to -patches a little while ago wasn't applied: it 2002-04-15 23:47:12 +00:00
tcop Restructure aclcheck error reporting to make permission-failure 2002-04-27 03:45:03 +00:00
tioga Change made to elog: 2002-03-06 06:10:59 +00:00
utils Support toasting of shared system relations, and provide toast tables for 2002-04-27 21:24:34 +00:00
Makefile Move 2002-03-13 00:05:06 +00:00