postgresql/src/backend
Tom Lane 8efbe30df5 check_sql_fn_retval has always thought that we supported doing
'SELECT foo()' in a SQL function returning a rowtype, to simply pass
back the results of another function returning the same rowtype.
However, that hasn't actually worked in many years.  Now it works again.
2004-04-02 23:14:08 +00:00
..
access Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
bootstrap Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
catalog check_sql_fn_retval has always thought that we supported doing 2004-04-02 23:14:08 +00:00
commands Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
executor check_sql_fn_retval has always thought that we supported doing 2004-04-02 23:14:08 +00:00
lib make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
libpq Add thread locking to SSL and Kerberos connections. 2004-03-24 03:45:00 +00:00
main Windows uses codepages rather than the environment, so we work around 2004-03-15 16:14:26 +00:00
nodes Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END 2004-03-17 20:48:43 +00:00
optimizer check_sql_fn_retval has always thought that we supported doing 2004-04-02 23:14:08 +00:00
parser Fix poor choice of error message in corner cases. 2004-04-02 21:30:44 +00:00
po Translation updates 2004-03-21 12:19:36 +00:00
port Localize our dependencies on the way to create NAN or INFINITY. 2004-03-15 03:29:22 +00:00
postmaster Clean up function call arg appearance. 2004-03-27 17:59:35 +00:00
regex $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
rewrite Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
storage When changing select() calls for delays into pg_usleep(), two comments 2004-03-23 21:39:46 +00:00
tcop Replace max_expr_depth parameter with a max_stack_depth parameter that 2004-03-24 22:40:29 +00:00
utils Fix some portability issues with new float input code (didn't work on 2004-04-01 23:52:18 +00:00
Makefile Briefly, 2004-02-02 00:11:31 +00:00
nls.mk $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00