postgresql/src
Tom Lane 1f2c6f4f48 Replace rewriter's checkQueryHasAggs and checkQueryHasSubLink
with expression_tree_walker-based code.  The former failed to cope with
expressions containing SubLinks, and the latter returned TRUE for both
SubLinks and Aggrefs (cut-and-paste bug?).  There is a lot more scope for
using expression_tree_walker in this module, but I'll restrain myself
until the 6.6 split occurs from touching not-demonstrably-broken code.
1999-06-21 01:26:56 +00:00
..
backend Replace rewriter's checkQueryHasAggs and checkQueryHasSubLink 1999-06-21 01:26:56 +00:00
bin Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN 1999-06-17 15:16:09 +00:00
corba Updating and addign files... 1998-11-19 02:39:51 +00:00
data Remove duplicates 1998-03-16 05:52:23 +00:00
include Clean up problems with sublinks + grouping in planner. Not 1999-06-21 01:20:57 +00:00
interfaces Incorporate fixes from Date and Darwen, 1997. 1999-06-18 05:03:48 +00:00
lextest Apply Win32 patch from Horak Daniel. 1999-01-17 06:20:06 +00:00
makefiles Apply freebsd specific patches dealign with ELF system from FreeBSD's 1999-05-17 04:13:29 +00:00
man Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN 1999-06-17 15:16:09 +00:00
pl Fix compile of plpgsql by adding 'extern int yylineno.' 1999-05-26 20:55:06 +00:00
template linux_ppc now use -O0 to fix problem in optimization of fmgr calls. 1999-06-18 00:46:11 +00:00
test Undo Jan's typo that broke regress.sh's detection of system 1999-06-14 17:49:06 +00:00
tools Add fix for 0x7fU constants to pgindent 1999-05-26 15:20:04 +00:00
tutorial pgindent run over code. 1999-05-25 16:15:34 +00:00
utils pgindent run over code. 1999-05-25 16:15:34 +00:00
win32 Hi, 1999-06-11 15:01:29 +00:00
config.guess Portability patches for HPUX 11 and Unixware in configure 1999-04-20 00:26:32 +00:00
config.sub Portability patches for HPUX 11 and Unixware in configure 1999-04-20 00:26:32 +00:00
configure configure.in forgot to do AC_LANG_C to reselect C-based tests 1999-05-30 00:06:44 +00:00
configure.in configure.in forgot to do AC_LANG_C to reselect C-based tests 1999-05-30 00:06:44 +00:00
DEVELOPERS Move FAQ_DEV to docs directory, where it belongs. 1998-05-22 04:20:53 +00:00
GNUmakefile.in The TCL/TK configuration cleanup patches I submitted have the following 1998-10-18 04:16:08 +00:00
install-sh Bring back in the autoconf files - work in progress 1997-02-04 08:53:45 +00:00
Makefile Warning in makefile added from DArcy. 1997-08-22 16:38:33 +00:00
Makefile.global.in Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 1999-02-02 03:45:56 +00:00
Makefile.shlib Dec alpha patches. 1999-05-19 18:04:51 +00:00
win32.mak Here are the patches against the current source tree. I have run the 1998-10-06 03:02:29 +00:00