postgresql/src/backend/commands
Tom Lane f0811a74b3 Merge the last few variable.c configuration variables into the generic
GUC support.  It's now possible to set datestyle, timezone, and
client_encoding from postgresql.conf and per-database or per-user
settings.  Also, implement rollback of SET commands that occur in a
transaction that later fails.  Create a SET LOCAL var = value syntax
that sets the variable only for the duration of the current transaction.
All per previous discussions in pghackers.
2002-05-17 01:19:19 +00:00
..
_deadcode Change made to elog: 2002-03-06 06:10:59 +00:00
Makefile The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
aggregatecmds.c Restructure aclcheck error reporting to make permission-failure 2002-04-27 03:45:03 +00:00
analyze.c Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take 2002-04-16 23:08:12 +00:00
async.c Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00
cluster.c Support toasting of shared system relations, and provide toast tables for 2002-04-27 21:24:34 +00:00
comment.c Make operators have their own comments separate from those of the 2002-05-13 17:45:30 +00:00
copy.c Restructure aclcheck error reporting to make permission-failure 2002-04-27 03:45:03 +00:00
dbcommands.c Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
define.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
explain.c First pass at set-returning-functions in FROM, by Joe Conway with 2002-05-12 20:10:05 +00:00
functioncmds.c Restructure aclcheck error reporting to make permission-failure 2002-04-27 03:45:03 +00:00
indexcmds.c First pass at set-returning-functions in FROM, by Joe Conway with 2002-05-12 20:10:05 +00:00
lockcmds.c Restructure aclcheck error reporting to make permission-failure 2002-04-27 03:45:03 +00:00
operatorcmds.c Restructure aclcheck error reporting to make permission-failure 2002-04-27 03:45:03 +00:00
portalcmds.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
proclang.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
schemacmds.c Restructure aclcheck error reporting to make permission-failure 2002-04-27 03:45:03 +00:00
sequence.c The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
tablecmds.c Get rid of long-since-vestigial Iter node type, in favor of adding a 2002-05-12 23:43:04 +00:00
trigger.c Code review for ALTER TRIGGER RENAME patch: make better use of index, 2002-04-30 01:24:57 +00:00
typecmds.c Retire xlateSqlType/xlateSqlFunc; all type name translations are now 2002-05-03 00:32:19 +00:00
user.c Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
vacuum.c Disable VACUUM from being called from a function because function memory 2002-04-15 23:39:42 +00:00
vacuumlazy.c Make VACUUM handle schema-qualified relation names properly. 2002-04-02 01:03:07 +00:00
variable.c Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
view.c Change naming rule for ON SELECT rules of views: they're all just 2002-04-19 23:13:54 +00:00