summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeAgg.c
AgeCommit message (Expand)Author
2000-05-30Third round of fmgr updates: eliminate calls using fmgr() andTom Lane
2000-05-30Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-01-26Add:Bruce Momjian
2000-01-19Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane
1999-12-13aggregate(DISTINCT ...) works, per SQL spec.Tom Lane
1999-10-30Ooops ... 6.5 coding wasn't quite right anymore. Should learnTom Lane
1999-10-30Put back code in nodeAgg to generate a dummy all-nulls input tupleTom Lane
1999-10-08Remove a no-longer-needed kluge for degenerate aggregate cases,Tom Lane
1999-09-28Fix nodeAgg coredump in case where lower-level plan hasTom Lane
1999-09-26Modify nodeAgg.c so that no rows are returned for a GROUP BYTom Lane
1999-08-22Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane
1999-08-21Major revision of sort-node handling: push knowledge of queryTom Lane
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-06-12Reversed out Massimo patch.Bruce Momjian
1999-06-12I don't like last minute patches before the final freeze, but I believe thatBruce Momjian
1999-05-25Another pgindent run. Sorry folks.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-04-29Aggregate functions didn't work on subscripted array references.Tom Lane
1999-03-21Correct some comments, fix a small memory wastage when datatypeTom Lane
1999-03-20Reverse out pfree agg part of patch from Erik Riedel.Bruce Momjian
1999-03-20Fix for aggregate memory leaks from Erik Riedel.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-01-27fix for aggregatesBruce Momjian
1999-01-26More agg cleanup.Bruce Momjian
1999-01-25Agg/Aggreg cleanup and datetime.sql patch.Bruce Momjian
1999-01-24Rename Aggreg to Aggref.Bruce Momjian
1999-01-18Hi!Bruce Momjian
1998-11-27New HeapTuple structure/interface.Vadim B. Mikheev
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-07-191) Queries using the having clause on base tables should work wellBruce Momjian
1998-06-15Remove un-needed braces around single statements.Bruce Momjian
1998-04-13Cleanup up code.Bruce Momjian
1998-03-30I started adding the Having Clause and it works quite fine forBruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-13Support for subselects.Vadim B. Mikheev
1998-01-31Inline fastgetattr and others so data access does not use functionBruce Momjian
1998-01-15Fix for aggreg problem and fmgr.c compile problems.Bruce Momjian
1998-01-15Fix:Marc G. Fournier
1998-01-15Thank god for searchable mail archives.PostgreSQL Daemon
1998-01-15Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian
1998-01-07Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1998-01-04Fix for count(*), aggs with views and multiple tables and sum(3).Bruce Momjian
1997-12-29Change some mallocs to palloc.Bruce Momjian
1997-12-22Fix for select 1=1 or 2=2, select 1=1 and 2=2, and select sum(2+2).Bruce Momjian