postgresql/src/backend/commands
Bruce Momjian 50be3e5efe The following patch cleans up the deferred trigger mechanism. There is
an unneeded memory context and some variables that are not used anymore.
It's pretty trivial and the regression tests pass fine.  There's no
change in functionality, only deletion of unused code.  I left an empty
function because maybe I'll need it for nested transactions.

Alvaro Herrera
2003-03-31 20:47:51 +00:00
..
aggregatecmds.c pgindent run. 2002-09-04 20:31:48 +00:00
analyze.c Instead of storing pg_statistic stavalues entries as text strings, store 2003-03-23 05:14:37 +00:00
async.c Async_NotifyHandler must save and restore ImmediateInterruptOK. Fixes 2003-02-18 02:53:29 +00:00
cluster.c Add start time to pg_stat_activity 2003-03-20 03:34:57 +00:00
comment.c This patch fixes a bunch of spelling mistakes in comments throughout the 2003-03-10 22:28:22 +00:00
conversioncmds.c Fix permissions-checking bugs and namespace-search-path bugs in 2002-11-02 02:33:03 +00:00
copy.c This patch implements holdable cursors, following the proposal 2003-03-27 16:51:29 +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 Restructure parsetree representation of DECLARE CURSOR: now it's a 2003-03-10 03:53:52 +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
Makefile PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing 2002-08-27 04:55:12 +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 This patch implements holdable cursors, following the proposal 2003-03-27 16:51:29 +00:00
prepare.c Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing from 2003-02-02 23:46:38 +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 Fix sequence casting. 2003-03-21 03:55:21 +00:00
tablecmds.c Fix ALTER TABLE / CLUSTER ON breakage. 2003-03-21 15:43:02 +00:00
trigger.c The following patch cleans up the deferred trigger mechanism. There is 2003-03-31 20:47:51 +00:00
typecmds.c Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry. 2003-02-19 23:41:15 +00:00
user.c Get rid of last few unadorned 'permission denied' messages. 2003-01-27 00:51:06 +00:00
vacuum.c Reimplement free-space-map management as per recent discussions. 2003-03-04 21:51:22 +00:00
vacuumlazy.c Reimplement free-space-map management as per recent discussions. 2003-03-04 21:51:22 +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