postgresql/src/backend
Tom Lane 8d9a28eeef Use fuzzy comparison of path costs in add_path(), so that paths with the
same path keys and nearly equivalent costs will be considered redundant.
The exact nature of the fuzziness may get adjusted later based on current
discussions, but no one has shot a hole in the basic idea yet ...
2004-03-29 19:58:04 +00:00
..
access Increase xlog str_time() static string variable, per Korean User's Group. 2004-03-22 04:16:57 +00:00
bootstrap Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and 2004-03-23 19:35:17 +00:00
catalog Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and 2004-03-23 19:35:17 +00:00
commands Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and 2004-03-23 19:35:17 +00:00
executor Replace max_expr_depth parameter with a max_stack_depth parameter that 2004-03-24 22:40:29 +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 Use fuzzy comparison of path costs in add_path(), so that paths with the 2004-03-29 19:58:04 +00:00
parser Replace max_expr_depth parameter with a max_stack_depth parameter that 2004-03-24 22:40:29 +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 Restructure smgr API as per recent proposal. smgr no longer depends on 2004-02-10 01:55:27 +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 Replace max_expr_depth parameter with a max_stack_depth parameter that 2004-03-24 22:40:29 +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