postgresql/src/pl
Tom Lane 70a0160b07 Use only one hash entry for all instances of a pltcl trigger function.
Like plperl and unlike plpgsql, there isn't any cached state that could
depend on exactly which relation the trigger is being fired for.  So we
can use just one hash entry for all relations, which might save a little
something.

Alex Hunsaker
2010-11-03 12:26:55 -04:00
..
plperl Revert removal of trigger flag from plperl function hash key. 2010-10-31 11:42:51 -04:00
plpgsql Give a more specific error message if you try to COMMIT, ROLLBACK or COPY 2010-10-29 11:44:54 +03:00
plpython Fix plpython so that it again honors typmod while assigning to tuple fields. 2010-10-11 22:16:40 -04:00
tcl Use only one hash entry for all instances of a pltcl trigger function. 2010-11-03 12:26:55 -04:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00