postgresql/src
Tom Lane 10374a34c6 Fix an oversight in the function-default-arguments patch: after adding some
default expressions to a function call, eval_const_expressions must recurse on
those expressions.  Else they don't get simplified, and in particular we fail
to insert additional default arguments if any functions needing defaults are
in there.  Per report from Rushabh Lathia.
2009-01-06 01:23:21 +00:00
..
backend Fix an oversight in the function-default-arguments patch: after adding some 2009-01-06 01:23:21 +00:00
bin Add a --role option to pg_dump, pg_dumpall, and pg_restore. This allows 2009-01-05 16:54:37 +00:00
include Change the reloptions machinery to use a table-based parser, and provide 2009-01-05 17:14:28 +00:00
interfaces Fix for cross-compilation between mingw32 and something else. The choice 2009-01-05 09:54:13 +00:00
makefiles Allow out-of-tree builds on mingw and cygwin 2009-01-05 09:27:20 +00:00
pl Update copyright for 2009. 2009-01-01 17:24:05 +00:00
port Update copyright for 2009. 2009-01-01 17:24:05 +00:00
template Move forgotten comment closer to where it matters. 2008-10-29 16:23:07 +00:00
test Update copyright for 2009. 2009-01-01 17:24:05 +00:00
timezone When cross-compiling, allow and require an external zic program to be used 2009-01-05 10:25:59 +00:00
tools Be smarter --- accept missing comma, and force comma if missing. 2009-01-01 18:31:55 +00:00
tutorial Update copyright for 2009. 2009-01-01 17:24:05 +00:00
bcc32.mak Remove old-style win32 client-only visual c++ build infrastructure for everything except 2007-03-05 14:18:38 +00:00
DEVELOPERS Testing commit stuff 2006-07-10 15:50:02 +00:00
Makefile SQL/MED catalog manipulation facilities 2008-12-19 16:25:19 +00:00
Makefile.global.in When cross-compiling, allow and require an external zic program to be used 2009-01-05 10:25:59 +00:00
Makefile.shlib Allow out-of-tree builds on mingw and cygwin 2009-01-05 09:27:20 +00:00
nls-global.mk Initialize .pot files with some useful default values. 2009-01-02 15:15:42 +00:00
win32.mak Update supported standalone VC++ version to 7.1+ only, and fix 2007-08-03 10:47:11 +00:00