aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeAgg.c
Commit message (Expand)AuthorAge
* Clean up two rather nasty bugs in operator selection code.Tom Lane2001-02-16
* Update comments about memory management.Tom Lane2001-02-15
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-24
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-12
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Clean up #include's.Bruce Momjian2000-06-15
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-30
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane2000-01-19
* aggregate(DISTINCT ...) works, per SQL spec.Tom Lane1999-12-13
* Ooops ... 6.5 coding wasn't quite right anymore. Should learnTom Lane1999-10-30
* Put back code in nodeAgg to generate a dummy all-nulls input tupleTom Lane1999-10-30
* Remove a no-longer-needed kluge for degenerate aggregate cases,Tom Lane1999-10-08
* Fix nodeAgg coredump in case where lower-level plan hasTom Lane1999-09-28
* Modify nodeAgg.c so that no rows are returned for a GROUP BYTom Lane1999-09-26
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-22
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-21
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Reversed out Massimo patch.Bruce Momjian1999-06-12
* I don't like last minute patches before the final freeze, but I believe thatBruce Momjian1999-06-12
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Aggregate functions didn't work on subscripted array references.Tom Lane1999-04-29
* Correct some comments, fix a small memory wastage when datatypeTom Lane1999-03-21
* Reverse out pfree agg part of patch from Erik Riedel.Bruce Momjian1999-03-20
* Fix for aggregate memory leaks from Erik Riedel.Bruce Momjian1999-03-20
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* fix for aggregatesBruce Momjian1999-01-27
* More agg cleanup.Bruce Momjian1999-01-26
* Agg/Aggreg cleanup and datetime.sql patch.Bruce Momjian1999-01-25
* Rename Aggreg to Aggref.Bruce Momjian1999-01-24
* Hi!Bruce Momjian1999-01-18
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* 1) Queries using the having clause on base tables should work wellBruce Momjian1998-07-19
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Cleanup up code.Bruce Momjian1998-04-13
* I started adding the Having Clause and it works quite fine forBruce Momjian1998-03-30
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Support for subselects.Vadim B. Mikheev1998-02-13
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31