postgresql/src/pl
Tom Lane 7f3014dce5 Change plpgsql's cast cache to consider source typmod as significant.
I had thought that there was no need to maintain separate cache entries
for different source typmods, but further experimentation shows that there
is an advantage to doing so in some cases.  In particular, if a domain has
a typmod (say, "CREATE DOMAIN d AS numeric(20,0)"), failing to notice the
source typmod leads to applying a length-coercion step even when the
source has the correct typmod.
2015-03-04 20:23:13 -05:00
..
plperl In array_agg(), don't create a new context for every group. 2015-02-21 17:24:48 -08:00
plpgsql Change plpgsql's cast cache to consider source typmod as significant. 2015-03-04 20:23:13 -05:00
plpython Translation updates 2015-02-01 23:23:40 -05:00
tcl Translation updates 2015-02-01 23:23:40 -05:00
Makefile Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:12 -04:00