postgresql/src/include/commands
Tom Lane adb1a6e95b Improve EXPLAIN ANALYZE to show the time spent in each trigger when
executing a statement that fires triggers.  Formerly this time was
included in "Total runtime" but not otherwise accounted for.
As a side benefit, we avoid re-opening relations when firing non-deferred
AFTER triggers, because the trigger code can re-use the main executor's
ResultRelInfo data structure.
2005-03-25 21:58:00 +00:00
..
alter.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
async.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
cluster.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
comment.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
conversioncmds.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
copy.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
dbcommands.h WAL must log CREATE and DROP DATABASE operations *without* using any 2005-03-23 00:03:37 +00:00
defrem.h Allow ALTER FUNCTION to change a function's strictness, volatility, and 2005-03-14 00:19:37 +00:00
explain.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
lockcmds.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
portalcmds.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
prepare.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
proclang.h First batch of object rename commands. 2003-06-27 14:45:32 +00:00
schemacmds.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
sequence.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
tablecmds.h Generalize TRUNCATE to support truncating multiple tables in one 2005-01-27 03:19:37 +00:00
tablespace.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
trigger.h Improve EXPLAIN ANALYZE to show the time spent in each trigger when 2005-03-25 21:58:00 +00:00
typecmds.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
user.h Add code to prevent transaction ID wraparound by enforcing a safe limit 2005-02-20 02:22:07 +00:00
vacuum.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
variable.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
version.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
view.h Add support for temporary views, including documentation and regression 2005-02-02 06:36:02 +00:00