postgresql/src
Tom Lane 308711afc7 Fix plpython's handling of functions used as triggers on multiple tables.
plpython tried to use a single cache entry for a trigger function, but it
needs a separate cache entry for each table the trigger is applied to,
because there is table-dependent data in there.  This was done correctly
before 9.1, but commit 46211da1b8 broke it
by simplifying the lookup key from "function OID and triggered table OID"
to "function OID and is-trigger boolean".  Go back to using both OIDs
as the lookup key.  Per bug report from Sandro Santilli.

Andres Freund
2013-01-25 16:59:00 -05:00
..
backend Fix SPI documentation for new handling of ExecutorRun's count parameter. 2013-01-24 18:34:04 -05:00
bin Make pg_dump exclude unlogged table data on hot standby slaves 2013-01-25 09:46:54 +01:00
include Use correct output device for Windows prompts. 2013-01-24 16:01:31 -05:00
interfaces Fix one-byte buffer overrun in PQprintTuples(). 2013-01-20 23:43:51 -05:00
makefiles Make pgxs build executables with the right suffix. 2013-01-19 14:54:29 -05:00
pl Fix plpython's handling of functions used as triggers on multiple tables. 2013-01-25 16:59:00 -05:00
port Use correct output device for Windows prompts. 2013-01-24 16:01:31 -05:00
template Remove BSD/OS (BSDi) port. There are no known users upgrading to 2012-05-03 10:58:44 -04:00
test Prevent passing gmake's environment variables down through pg_regress. 2012-12-01 17:23:55 -05:00
timezone Add new timezone abbrevation "FET". 2013-01-14 14:46:09 -05:00
tools Properly install ecpg_compat and pgtypes libraries on msvc 2013-01-09 17:31:04 +01:00
tutorial Modernize string literal syntax in tutorial example. 2013-01-19 17:20:56 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Fix some oversights in distprep and maintainer-clean targets. 2011-03-10 00:04:05 -05:00
Makefile.global.in Add mode where contrib installcheck runs each module in a separately named database. 2012-12-11 11:52:23 -05:00
Makefile.shlib Remove BSD/OS (BSDi) port. There are no known users upgrading to 2012-05-03 10:58:44 -04:00
nls-global.mk Lots of doc corrections. 2012-04-23 22:43:09 -04:00
win32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00