aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execGrouping.c
Commit message (Expand)AuthorAge
* Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN casesTom Lane2007-02-06
* Add support for cross-type hashing in hash index searches and hash joins.Tom Lane2007-01-30
* Change the planner-to-executor API so that the planner tells the executorTom Lane2007-01-10
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-11
* Adjust TupleHashTables to use MinimalTuple format for contained tuples.Tom Lane2006-06-28
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-29
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-16
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Modify hash_create() to elog(ERROR) if an error occurs, rather thanNeil Conway2004-10-25
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Improve dynahash.c's API so that caller can specify the comparison functionTom Lane2003-08-19
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/executor.Tom Lane2003-07-21
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-22
* First cut at implementing IN (and NOT IN) via hashtables. There isTom Lane2003-01-12
* Create a new file executor/execGrouping.c to centralize utility routinesTom Lane2003-01-10