postgresql/src/backend
Tom Lane e5170860ee Support FULL JOIN with no join clauses, such as X FULL JOIN Y ON TRUE.
That particular corner case is not exactly compelling, but given 7.4's
ability to discard redundant join clauses, it is possible for the situation
to arise from queries that are not so obviously silly.  Per bug report
of 6-Apr-04.
2004-04-06 18:46:03 +00:00
..
access This is a cleanup patch for access/transam/xact.c. It only removes some 2004-04-05 03:11:39 +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 ALTER SEQUENCE RESTART did the wrong thing if sequence last_value was 2004-04-06 16:39:30 +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 Support FULL JOIN with no join clauses, such as X FULL JOIN Y ON TRUE. 2004-04-06 18:46:03 +00:00
parser Allow LIKE/ILIKE to appear in more places in a query. 2004-04-05 03:07:26 +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 Corrects issues recently posted by Dann Corbit, allowing libpq/psql to 2004-04-05 03:16:21 +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 Remove 'syslog' GUC variable, and add more logical 'log_destination' 2004-04-05 03:02:11 +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