postgresql/src/include
Tom Lane b62fdc13f0 Correct bug in best_innerjoin(): it should check all the
rels that the inner path needs to join to, but it was only checking for
the first one.  Failure could only have been observed with an OR-clause
that mentions 3 or more tables, and then only if the bogus path was
actually selected as cheapest ...
1999-07-27 06:23:12 +00:00
..
access Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where 1999-07-19 07:07:29 +00:00
bootstrap Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
catalog First cut at doing LIKE/regex indexing optimization in 1999-07-27 03:51:11 +00:00
commands More cleanup 1999-07-16 17:07:40 +00:00
executor Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
lib Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
libpq Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
mb Fix for multi-byte includes. 1999-07-17 16:25:28 +00:00
nodes First cut at doing LIKE/regex indexing optimization in 1999-07-27 03:51:11 +00:00
optimizer Correct bug in best_innerjoin(): it should check all the 1999-07-27 06:23:12 +00:00
parser Rewrite parser's handling of INSERT ... SELECT so that processing 1999-07-19 00:26:20 +00:00
port linux/sparc cleanup 1999-07-19 18:19:40 +00:00
regex Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
rewrite Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
storage Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
tcop Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
utils Reverse out cache changes that are not ready yet. 1999-07-20 17:14:08 +00:00
c.h Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
config.h.in Re-add getopt.h check, remove NT-specific tests for it. 1999-07-19 02:27:16 +00:00
miscadmin.h Move default NBuffers setting into config.h, and rename it 1999-06-12 22:17:24 +00:00
postgres.h More config.h cleanups. 1999-07-17 04:12:10 +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 Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22: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 for 6.6. 1999-07-18 18:06:42 +00:00