postgresql/src/backend
Tom Lane 37c443eefd Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original
coding would ignore startup cost differences of less than 1% of the
estimated total cost; which was OK for normal planning but highly not OK
if a very small LIMIT was applied afterwards, so that startup cost becomes
the name of the game.  Instead, compare startup and total costs fuzzily
but independently.  This changes the plan selected for two queries in the
regression tests; adjust expected-output files for resulting changes in
row order.  Per reports from Dawid Kuroczko and Sam Mason.
2005-07-22 19:12:02 +00:00
..
access Fix a couple of bogus comments, per Alvaro. 2005-07-13 22:46:09 +00:00
bootstrap Arrange for the postmaster (and standalone backends, initdb, etc) to 2005-07-04 04:51:52 +00:00
catalog Integrate autovacuum functionality into the backend. There's still a 2005-07-14 05:13:45 +00:00
commands Add time/date macros for code clarity: 2005-07-21 03:56:25 +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 Arrange for the postmaster (and standalone backends, initdb, etc) to 2005-07-04 04:51:52 +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 Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original 2005-07-22 19:12:02 +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 Sync dlopen error handling for the *BSDs ... seems to me I've done this 2005-07-06 16:55:58 +00:00
postmaster Update DAYS_PER_MONTH comment. 2005-07-21 18:06:13 +00:00
regex I made the patch that implements regexp_replace again. 2005-07-10 04:54:33 +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 Arrange for the postmaster (and standalone backends, initdb, etc) to 2005-07-04 04:51:52 +00:00
tcop Add time/date macros for code clarity: 2005-07-21 03:56:25 +00:00
utils More removal of unneeded parentheses. 2005-07-22 19:00:55 +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