postgresql/src/backend
Tom Lane ae9a07bf9e Don't try to constant-fold functions returning RECORD. We were never
able to do this before, but I had tried to make an exception for functions
with OUT parameters.  Michael Fuhr found one problem with it already, and
I found another, which was it didn't work for strict functions with a
NULL input.  While both of these could be worked around, the probability
that there are more gotchas seems high; I think prudence dictates just
reverting to the former behavior for now.  Accordingly, remove the kluge
added to get_expr_result_type() for Michael's case.
2005-07-03 21:14:18 +00:00
..
access Migrate rtree_gist functionality into the core system, and add some 2005-07-01 19:19:05 +00:00
bootstrap Clean up the rather historically encumbered interface to now() and 2005-06-29 22:51:57 +00:00
catalog Bring syntax of role-related commands into SQL compliance. To avoid 2005-06-28 19:51:26 +00:00
commands Improve the checkpoint signaling mechanism so that the bgwriter can tell 2005-06-30 00:00:52 +00:00
executor Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 2005-06-28 05:09:14 +00:00
lib Replace the use of "0" with "NULL" where appropriate in dllist.c, for 2005-01-18 22:59:32 +00:00
libpq Clean up the rather historically encumbered interface to now() and 2005-06-29 22:51:57 +00:00
main Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodes Teach planner about some cases where a restriction clause can be 2005-07-02 23:00:42 +00:00
optimizer Don't try to constant-fold functions returning RECORD. We were never 2005-07-03 21:14:18 +00:00
parser More cleanup on roles patch. Allow admin option to be inherited through 2005-06-29 20:34:15 +00:00
po Translation updates 2005-01-17 20:27:44 +00:00
port Refactor fork()-related code. We need to do various housekeeping tasks 2005-03-10 07:14:03 +00:00
postmaster Issue fatal error if no TCP/IP sockets could be created 2005-06-30 10:02:22 +00:00
regex Add parentheses to macros when args are used in computations. Without 2005-05-25 21:40:43 +00:00
rewrite Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 2005-06-28 05:09:14 +00:00
storage Avoid WAL-logging individual tuple insertions during CREATE TABLE AS 2005-06-20 18:37:02 +00:00
tcop Improve the checkpoint signaling mechanism so that the bgwriter can tell 2005-06-30 00:00:52 +00:00
utils Don't try to constant-fold functions returning RECORD. We were never 2005-07-03 21:14:18 +00:00
Makefile On Windows, set the postmaster executable's stack size to 4MB, so that 2005-01-26 21:55:26 +00:00
nls.mk New translation 2005-01-09 17:10:29 +00:00