postgresql/src/bin
Tom Lane 9f5f212475 Allow the planner to collapse explicit inner JOINs together, rather than
necessarily following the JOIN syntax to develop the query plan.  The old
behavior is still available by setting GUC variable JOIN_COLLAPSE_LIMIT
to 1.  Also create a GUC variable FROM_COLLAPSE_LIMIT to control the
similar decision about when to collapse sub-SELECT lists into their parent
lists.  (This behavior existed already, but the limit was always
GEQO_THRESHOLD/2; now it's separately adjustable.)
2003-01-25 23:10:30 +00:00
..
initdb Grant options, and cascading revoke. Grant options are allowed only for 2003-01-23 23:39:07 +00:00
initlocation Improve formatting of --help output. 2002-10-18 22:05:36 +00:00
ipcclean Improve formatting of --help output. 2002-10-18 22:05:36 +00:00
pg_config Improve formatting of --help output. 2002-10-18 22:05:36 +00:00
pg_controldata Enhanced error/help message for pg_controldata. 2003-01-08 22:26:34 +00:00
pg_ctl Improve formatting of --help output. 2002-10-18 22:05:36 +00:00
pg_dump Grant options, and cascading revoke. Grant options are allowed only for 2003-01-23 23:39:07 +00:00
pg_encoding Returns exit status 1 if invalid encoding name or 2002-10-20 11:33:48 +00:00
pg_id pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
pg_resetxlog Improve formatting of --help output. 2002-10-18 22:05:36 +00:00
pgtclsh Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too bad 2002-12-30 17:19:54 +00:00
psql Allow the planner to collapse explicit inner JOINs together, rather than 2003-01-25 23:10:30 +00:00
scripts Cleanup for CLUSTERDB failure: 2002-10-21 20:32:33 +00:00
Makefile Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00