]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeAgg.c
Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.
[postgresql] / src / backend / executor / nodeAgg.c
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-19 Tom LaneImprove dynahash.c's API so that caller can specify...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-21 Tom LaneError message editing in backend/executor.
2003-07-01 Tom LaneAggregates can be polymorphic, using polymorphic implem...
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-24 Bruce MomjianArray mega-patch.
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
2003-05-30 Tom LaneSmall performance improvement for hash joins and hash...
2003-02-09 Tom LaneMake further use of new bitmapset code: executor's...
2003-02-04 Tom LaneDetect duplicate aggregate calls and evaluate only...
2003-01-10 Tom LaneCreate a new file executor/execGrouping.c to centralize...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-11-29 Tom LaneTighten selection of equality and ordering operators...
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...
next