postgresql/src/backend
Alvaro Herrera 74ab96a45e Add pg_trigger_depth() function
This reports the depth level of triggers currently in execution, or zero
if not called from inside a trigger.

No catversion bump in this patch, but you have to initdb if you want
access to the new function.

Author: Kevin Grittner
2012-01-25 13:22:54 -03:00
..
access fastgetattr is in access/htup.h, not access/heapam.h 2012-01-16 20:37:01 -05:00
bootstrap Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
catalog Remove quotes around format_type_be() output 2012-01-24 21:49:27 +02:00
commands Add pg_trigger_depth() function 2012-01-25 13:22:54 -03:00
executor Prevent adding relations to a concurrently dropped schema. 2012-01-16 09:49:34 -05:00
foreign Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
lib Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
libpq Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
main Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodes ALTER <thing> [IF EXISTS] ... allows silent DDL if required, 2012-01-23 23:25:04 +00:00
optimizer Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
parser ALTER <thing> [IF EXISTS] ... allows silent DDL if required, 2012-01-23 23:25:04 +00:00
po Translation updates 2011-08-17 14:07:46 +03:00
port Fix poll() implementation of WaitLatchOrSocket to notice postmaster death. 2012-01-15 22:08:03 +02:00
postmaster Suppress possibly-uninitialized-variable warning seen with older gcc versions. 2012-01-24 13:40:26 -05:00
regex Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
replication Add new replication mode synchronous_commit = 'write'. 2012-01-24 20:22:37 +00:00
rewrite Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
snowball Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
storage Resolve timing issue with logging locks for Hot Standby. 2012-01-23 23:37:32 +00:00
tcop ALTER <thing> [IF EXISTS] ... allows silent DDL if required, 2012-01-23 23:25:04 +00:00
tsearch Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
utils Add new replication mode synchronous_commit = 'write'. 2012-01-24 20:22:37 +00:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
Makefile Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
common.mk Workaround for recursive make breakage 2011-01-13 09:32:06 +02:00
nls.mk Sort file list when creating gettext-files 2011-12-27 20:20:56 +02:00