postgresql/src/backend/commands
Tom Lane 6ba8af9d5d Remove restriction that cast functions cannot be volatile. This
restriction was debatable to begin with, but it has now become obvious
that it breaks forward-porting of user-defined types; contrib/lo being
the most salient example.
2003-02-01 22:09:26 +00:00
..
Makefile PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing 2002-08-27 04:55:12 +00:00
aggregatecmds.c pgindent run. 2002-09-04 20:31:48 +00:00
analyze.c Tighten selection of equality and ordering operators for grouping 2002-11-29 21:39:12 +00:00
async.c Fix for rare race-condition-like failure: if a backend receives SIGUSR2 2002-09-16 01:24:41 +00:00
cluster.c Code review for transaction-safe-TRUNCATE patch: minor cleanups. 2002-12-30 19:45:17 +00:00
comment.c Lock on the rule relation wasn't removed after adding the comment. 2002-10-09 16:26:46 +00:00
conversioncmds.c Fix permissions-checking bugs and namespace-search-path bugs in 2002-11-02 02:33:03 +00:00
copy.c Read-only transactions, as defined in SQL. 2003-01-10 22:03:30 +00:00
dbcommands.c Get rid of last few unadorned 'permission denied' messages. 2003-01-27 00:51:06 +00:00
define.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
explain.c Revise executor APIs so that all per-query state structure is built in 2002-12-15 16:17:59 +00:00
functioncmds.c Remove restriction that cast functions cannot be volatile. This 2003-02-01 22:09:26 +00:00
indexcmds.c Fix obsolete error message (isImmutable doesn't exist). 2003-01-23 15:18:40 +00:00
lockcmds.c pgindent run. 2002-09-04 20:31:48 +00:00
opclasscmds.c Add new palloc0 call as merge of palloc and MemSet(0). 2002-11-13 00:39:48 +00:00
operatorcmds.c pgindent run. 2002-09-04 20:31:48 +00:00
portalcmds.c Code review for FETCH/MOVE 0 changes. Improve documentation, do the 2003-01-08 00:22:27 +00:00
prepare.c Tweak default memory context allocation policy so that a context is not 2002-12-15 21:01:34 +00:00
proclang.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
schemacmds.c More cleanup of userid to be AclId rather than Oid. 2002-12-05 04:04:51 +00:00
sequence.c Code review for ON COMMIT patch. Make the actual on-commit action happen 2002-11-11 22:19:25 +00:00
tablecmds.c Reconsider old decision to try to constant-fold default and constraint 2003-01-08 22:06:23 +00:00
trigger.c Updated deferred trigger patch. 2003-01-08 22:29:23 +00:00
typecmds.c Reconsider old decision to try to constant-fold default and constraint 2003-01-08 22:06:23 +00:00
user.c Get rid of last few unadorned 'permission denied' messages. 2003-01-27 00:51:06 +00:00
vacuum.c Fix various places where global s/NOTICE/WARNING/ was applied with too 2003-01-07 22:23:17 +00:00
vacuumlazy.c Add new palloc0 call as merge of palloc and MemSet(0). 2002-11-13 00:39:48 +00:00
variable.c Fix assign_session_authorization() to not be confused by all-numeric 2003-02-01 18:31:28 +00:00
view.c Code review for ON COMMIT patch. Make the actual on-commit action happen 2002-11-11 22:19:25 +00:00