summaryrefslogtreecommitdiff
path: root/src/backend/executor/execGrouping.c
Commit message (Expand)AuthorAgeFilesLines
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Improve dynahash.c's API so that caller can specify the comparison functionTom Lane2003-08-191-74/+131
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-3/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-6/+6
* Error message editing in backend/executor.Tom Lane2003-07-211-3/+3
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-221-72/+51
* First cut at implementing IN (and NOT IN) via hashtables. There isTom Lane2003-01-121-21/+104
* Create a new file executor/execGrouping.c to centralize utility routinesTom Lane2003-01-101-0/+369