]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeAgg.c
Add an at-least-marginally-plausible method of estimating the number
[postgresql] / src / backend / executor / nodeAgg.c
2002-11-19 Tom LaneAdd an at-least-marginally-plausible method of estimati...
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-11-06 Tom LanePhase 2 of hashed-aggregation project. nodeAgg.c now...
2002-11-06 Tom LaneFirst phase of implementing hash-based grouping/aggrega...
2002-11-01 Tom LaneReduce a couple of debugging messages from LOG to DEBUG...
2002-10-04 Tom LaneTweak a few of the most heavily used function call...
2002-09-28 Tom LaneMake the world at least somewhat safe for zero-column...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-17 Tom LaneGet rid of the last few uses of typeidTypeName() rather...
2002-04-29 Tom LaneEnforce EXECUTE privilege for aggregate functions.
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-16 Tom LaneClean up two rather nasty bugs in operator selection...
2001-02-15 Tom LaneUpdate comments about memory management.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-15 Bruce MomjianClean up #include's.
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
2000-01-19 Tom LaneFix handling of NULL constraint conditions: per SQL92...
1999-12-13 Tom Laneaggregate(DISTINCT ...) works, per SQL spec.
1999-10-30 Tom LaneOoops ... 6.5 coding wasn't quite right anymore. Shoul...
1999-10-30 Tom LanePut back code in nodeAgg to generate a dummy all-nulls...
1999-10-08 Tom LaneRemove a no-longer-needed kluge for degenerate aggregat...
1999-09-28 Tom LaneFix nodeAgg coredump in case where lower-level plan has
1999-09-26 Tom LaneModify nodeAgg.c so that no rows are returned for a...
1999-08-22 Tom LaneFurther planner/optimizer cleanups. Move all set_tlist...
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-12 Bruce MomjianReversed out Massimo patch.
1999-06-12 Bruce MomjianI don't like last minute patches before the final freez...
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-29 Tom LaneAggregate functions didn't work on subscripted array...
1999-03-21 Tom LaneCorrect some comments, fix a small memory wastage when...
1999-03-20 Bruce MomjianReverse out pfree agg part of patch from Erik Riedel.
1999-03-20 Bruce MomjianFix for aggregate memory leaks from Erik Riedel.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-27 Bruce Momjianfix for aggregates
1999-01-26 Bruce MomjianMore agg cleanup.
1999-01-25 Bruce MomjianAgg/Aggreg cleanup and datetime.sql patch.
1999-01-24 Bruce MomjianRename Aggreg to Aggref.
1999-01-18 Bruce MomjianHi!
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-07-19 Bruce Momjian1) Queries using the having clause on base tables shoul...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-04-13 Bruce MomjianCleanup up code.
1998-03-30 Bruce MomjianI started adding the Having Clause and it works quite...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-13 Vadim B. MikheevSupport for subselects.
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-15 Bruce MomjianFix for aggreg problem and fmgr.c compile problems.
1998-01-15 Marc G. FournierFix:
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
1998-01-15 Bruce MomjianRemove Query->qry_aggs and qry_numaggs and replace...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-04 Bruce MomjianFix for count(*), aggs with views and multiple tables...
1997-12-29 Bruce MomjianChange some mallocs to palloc.
1997-12-22 Bruce MomjianFix for select 1=1 or 2=2, select 1=1 and 2=2, and...
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-11-19 Vadim B. MikheevCall ExecEvalExpr with &isDone (not with NULL).
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-12 Bruce Momjianheapattr functions now return a Datum, not char *.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-04-03 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1996-12-23 Bryan HendersonAdd cast to quiet compiler warning.
1996-12-01 Bruce MomjianFix compiler warning about unitialized variables.
1996-11-30 Bruce MomjianAs someone asked for this feature - patch for 1.09...
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-10-31 Marc G. Fournieradd #include "postgres.h", as required by all .c files
1996-10-24 Marc G. FournierFixes:
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01