postgresql/src/backend
Tom Lane b3120804ad Rule names are now unique per-relation, rather than unique globally.
DROP RULE and COMMENT ON RULE syntax adds an 'ON tablename' clause,
similar to TRIGGER syntaxes.  To allow loading of existing pg_dump
files containing COMMENT ON RULE, the COMMENT code will still accept
the old syntax --- but only if the target rulename is unique across
the whole database.
2002-04-18 20:01:11 +00:00
..
access Opclasses live in namespaces. I also took the opportunity to create 2002-04-17 20:57:57 +00:00
bootstrap Opclasses live in namespaces. I also took the opportunity to create 2002-04-17 20:57:57 +00:00
catalog Rule names are now unique per-relation, rather than unique globally. 2002-04-18 20:01:11 +00:00
commands Rule names are now unique per-relation, rather than unique globally. 2002-04-18 20:01:11 +00:00
executor Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take 2002-04-16 23:08:12 +00:00
lib Add Assert check to catch vsnprintf overrunning its buffer. (Seen to 2002-03-04 18:34:02 +00:00
libpq Authentication improvements: 2002-04-04 04:25:54 +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 Rule names are now unique per-relation, rather than unique globally. 2002-04-18 20:01:11 +00:00
optimizer Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take 2002-04-16 23:08:12 +00:00
parser Rule names are now unique per-relation, rather than unique globally. 2002-04-18 20:01:11 +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 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
rewrite Rule names are now unique per-relation, rather than unique globally. 2002-04-18 20:01:11 +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 Rule names are now unique per-relation, rather than unique globally. 2002-04-18 20:01:11 +00:00
tioga Change made to elog: 2002-03-06 06:10:59 +00:00
utils Rule names are now unique per-relation, rather than unique globally. 2002-04-18 20:01:11 +00:00
Makefile Move 2002-03-13 00:05:06 +00:00