summaryrefslogtreecommitdiff
path: root/src/backend/executor/execGrouping.c
Commit message (Expand)AuthorAgeFilesLines
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-111-2/+2
* Adjust TupleHashTables to use MinimalTuple format for contained tuples.Tom Lane2006-06-281-14/+14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-4/+4
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-17/+17
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-291-7/+3
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-161-42/+75
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Modify hash_create() to elog(ERROR) if an error occurs, rather thanNeil Conway2004-10-251-5/+1
* Pgindent run for 8.0.Bruce Momjian2004-08-291-11/+11
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* $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