postgresql/src/include
Tom Lane d8733ce674 Repair planning bugs caused by my misguided removal of restrictinfo link
fields in JoinPaths --- turns out that we do need that after all :-(.
Also, rearrange planner so that only one RelOptInfo is created for a
particular set of joined base relations, no matter how many different
subsets of relations it can be created from.  This saves memory and
processing time compared to the old method of making a bunch of RelOptInfos
and then removing the duplicates.  Clean up the jointree iteration logic;
not sure if it's better, but I sure find it more readable and plausible
now, particularly for the case of 'bushy plans'.
2000-02-07 04:41:04 +00:00
..
access Fix problems seen in parallel regress tests when SI buffer overruns (causing 2000-01-31 04:35:57 +00:00
bootstrap Add: 2000-01-26 05:58:53 +00:00
catalog Fixed bug in NO ACTION trigger proc entries. 2000-01-31 14:02:27 +00:00
commands Fix problems seen in parallel regress tests when SI buffer overruns (causing 2000-01-31 04:35:57 +00:00
executor Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now 2000-01-27 18:11:50 +00:00
lib Fix problems seen in parallel regress tests when SI buffer overruns (causing 2000-01-31 04:35:57 +00:00
libpq Add: 2000-01-26 05:58:53 +00:00
mb Add builtin functions: 2000-01-18 05:10:29 +00:00
nodes Repair planning bugs caused by my misguided removal of restrictinfo link 2000-02-07 04:41:04 +00:00
optimizer Repair planning bugs caused by my misguided removal of restrictinfo link 2000-02-07 04:41:04 +00:00
parser Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now 2000-01-27 18:11:50 +00:00
port Fixed all elog related warnings, as well as a few others. 2000-01-15 02:59:43 +00:00
regex Removed MBFLAGS from makefiles since it's now done in include/config.h. 2000-01-19 02:59:03 +00:00
rewrite Add: 2000-01-26 05:58:53 +00:00
storage Add: 2000-01-26 05:58:53 +00:00
tcop Add: 2000-01-26 05:58:53 +00:00
utils Fix problems seen in parallel regress tests when SI buffer overruns (causing 2000-01-31 04:35:57 +00:00
c.h Add: 2000-01-26 05:58:53 +00:00
config.h.in Fix tab-complete so it works with old versions of readline that don't 2000-01-21 23:32:36 +00:00
miscadmin.h Add: 2000-01-26 05:58:53 +00:00
postgres.h Add: 2000-01-26 05:58:53 +00:00
postgres_ext.h Turns out OIDNAMELEN wasn't really being used at all! 1999-06-04 21:12:07 +00:00
rusagestub.h Add: 2000-01-26 05:58:53 +00:00
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
version.h.in Update version for 7.0. 1999-11-01 02:33:32 +00:00