postgresql/src/backend
Tom Lane 7de307f96c Move renametrig() from tablecmds.c to trigger.c --- if we're going to
divide backend/commands by object type, let's try to pay at least
minimal attention to respecting that structure, eh?  Also reorder the
contents of tablecmds.c; it seems odd to me to put ALTER commands before
creation/deletion commands.
2002-04-26 19:29:47 +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 Implement types regprocedure, regoper, regoperator, regclass, regtype 2002-04-25 02:56:56 +00:00
catalog Add current_schema() and current_schemas() inquiry functions. 2002-04-26 01:24:08 +00:00
commands Move renametrig() from tablecmds.c to trigger.c --- if we're going to 2002-04-26 19:29:47 +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 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 Change naming rule for ON SELECT rules of views: they're all just 2002-04-19 23:13:54 +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 Attached is a patch for ALTER TRIGGER RENAME per the above thread. I 2002-04-24 02:48:55 +00:00
tioga Change made to elog: 2002-03-06 06:10:59 +00:00
utils Add current_schema() and current_schemas() inquiry functions. 2002-04-26 01:24:08 +00:00
Makefile Move 2002-03-13 00:05:06 +00:00