postgresql/src/include
Bruce Momjian 763ff8aef8 Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.
Pass List* of Aggregs into executor, and create needed array there.
No longer need to double-processs Aggregs with second copy in Query.

Fix crash when doing:

	select sum(x+1) from test where 1 > 0;
1998-01-15 19:00:16 +00:00
..
access Cleanup up include files. 1997-11-26 01:14:33 +00:00
bootstrap
catalog Fix SCO and change index name. 1998-01-11 21:03:10 +00:00
commands Move variable.c to commands/ and aclchk.c to catalog/. 1998-01-05 18:53:12 +00:00
executor Cleanup of prototypes. FIx for PQtrace start/stop several times. 1998-01-14 15:48:51 +00:00
lib
libpq extern char* crypt_getpwdreloadfilename(void); 1998-01-13 14:53:36 +00:00
nodes Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. 1998-01-15 19:00:16 +00:00
optimizer Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. 1998-01-15 19:00:16 +00:00
parser Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. 1998-01-15 19:00:16 +00:00
port First clean compile without a "PORTNAME" variable being set... 1997-12-20 00:11:13 +00:00
regex
rewrite Cleanup up include files. 1997-11-26 01:14:33 +00:00
storage Various cleanups for the i386_solaris environment 1998-01-13 19:28:39 +00:00
tcop Move variable.c to commands/ and aclchk.c to catalog/. 1998-01-05 18:53:12 +00:00
utils Fix SCO and change index name. 1998-01-11 21:03:10 +00:00
c.h
config.h.in Missed a HAVE_ 1997-12-20 04:26:27 +00:00
miscadmin.h Define USE_GERMAN_DATES for use in date/time I/O functions. 1997-12-04 23:58:01 +00:00
postgres_ext.h
postgres.h
strdup.h
version.h