]> granicus.if.org Git - postgresql/history - src/backend/executor/execGrouping.c
Faster expression evaluation and targetlist projection.
[postgresql] / src / backend / executor / execGrouping.c
2017-02-09 Robert Haassimplehash: Additional tweaks to make specifying an...
2017-02-07 Robert HaasRevise the way the element allocator for a simplehash...
2017-02-07 Robert HaasAllow the element allocator for a simplehash to be...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-16 Robert HaasUnbreak Finalize HashAggregate over Partial HashAggregate.
2016-10-27 Peter EisentrautAvoid using a C++ keyword in header file
2016-10-15 Andres FreundUse more efficient hashtable for execGrouping.c to...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-05-23 Tom LaneInstall defenses against overflow in BuildTupleHashTable().
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-02-06 Tom LaneAdd support for cross-type hashing in hashed subplans...
2007-01-30 Tom LaneAdd support for cross-type hashing in hash index search...
2007-01-10 Tom LaneChange the planner-to-executor API so that the planner...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-06-28 Tom LaneAdjust TupleHashTables to use MinimalTuple format for...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-25 Neil ConwayModify hash_create() to elog(ERROR) if an error occurs...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
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-07-21 Tom LaneError message editing in backend/executor.
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-01-12 Tom LaneFirst cut at implementing IN (and NOT IN) via hashtable...
2003-01-10 Tom LaneCreate a new file executor/execGrouping.c to centralize...