summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeAgg.c
AgeCommit message (Expand)Author
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
1997-11-25Break parser functions into smaller files, group together.Bruce Momjian
1997-11-19Call ExecEvalExpr with &isDone (not with NULL).Vadim B. Mikheev
1997-09-18Inline memset() as MemSet().Bruce Momjian
1997-09-12heapattr functions now return a Datum, not char *.Bruce Momjian
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Add typdefs to pgindent run.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-04-03From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier
1996-12-23Add cast to quiet compiler warning.Bryan Henderson
1996-12-01Fix compiler warning about unitialized variables.Bruce Momjian
1996-11-30As someone asked for this feature - patch for 1.09 follows.Bruce Momjian
1996-11-06Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier
1996-10-31add #include "postgres.h", as required by all .c filesMarc G. Fournier
1996-10-24Fixes:Marc G. Fournier
1996-07-09Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier