postgresql/src/backend/utils
Tom Lane e3b9852728 Teach planner how to rearrange join order for some classes of OUTER JOIN.
Per my recent proposal.  I ended up basing the implementation on the
existing mechanism for enforcing valid join orders of IN joins --- the
rules for valid outer-join orders are somewhat similar.
2005-12-20 02:30:36 +00:00
..
adt Teach deparsing of CASE expressions to cope with the simplified forms 2005-12-10 19:21:03 +00:00
cache Simplify lock manager data structures by making a clear separation between 2005-12-09 01:22:04 +00:00
error Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
fmgr Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
hash Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
init Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
mb Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
misc Teach planner how to rearrange join order for some classes of OUTER JOIN. 2005-12-20 02:30:36 +00:00
mmgr Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
resowner Fix bgwriter's failure to release buffer pins and open files after an 2005-12-08 19:19:22 +00:00
sort Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
time Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
Makefile Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00