postgresql/src/backend
Jan Wieck b122e16a1c Bugfix - Range table entries that are unused after rewriting should
not be marked inFromCl any longer. Otherwise the planner gets confused
and joins over them where in fact it does not have to.

Adjust hasSubLinks now with a recursive lookup - could be wrong in
multi action rules because parse state isn't reset correctly and all
actions in the rule are marked hasSubLinks if one of them has.

Jan
1999-05-25 13:16:10 +00:00
..
access
bootstrap
catalog Fix for DEFAULT ''. 1999-05-22 04:12:29 +00:00
commands Fix tuple chain moving bug found by "Hiroshi Inoue" <Inoue@tpf.co.jp>. 1999-05-23 09:10:24 +00:00
executor
lib
libpq Report strerror() rather than errno in low-level backend libpq 1999-05-21 01:25:06 +00:00
main
nodes
optimizer Update commentary in sample GEQO config file. 1999-05-22 23:59:59 +00:00
parser Do not assign output columns to junk attributes created from 1999-05-23 21:42:09 +00:00
port Apply freebsd specific patches dealign with ELF system from FreeBSD's 1999-05-17 04:13:29 +00:00
postmaster Modify backend switch parsing to prevent 'insecure' switches 1999-05-22 17:47:54 +00:00
regex
rewrite Bugfix - Range table entries that are unused after rewriting should 1999-05-25 13:16:10 +00:00
storage
tcop Improve error message from failed LOAD command (include 1999-05-22 19:49:42 +00:00
tioga
utils Fixed bug in rules event qualification output. 1999-05-25 08:49:33 +00:00
Makefile