summaryrefslogtreecommitdiff
path: root/src/backend/executor/execGrouping.c
AgeCommit message (Expand)Author
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-06Fix comments in execGrouping.cJeff Davis
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-09-29jit: Re-allow JIT compilation of execGrouping.c hashtable comparisons.Andres Freund
2019-03-22Collations with nondeterministic comparisonPeter Eisentraut
2019-03-11Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera
2019-02-09Allow to reset execGrouping.c style tuple hashtables.Andres Freund
2019-02-09Plug leak in BuildTupleHashTable by creating ExprContext in correct context.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-22Add some const decorationsPeter Eisentraut
2018-11-16Introduce notion of different types of slots (without implementing them).Andres Freund
2018-02-16Do execGrouping.c via expression eval machinery, take two.Andres Freund
2018-02-16Revert "Do execGrouping.c via expression eval machinery."Andres Freund
2018-02-16Do execGrouping.c via expression eval machinery.Andres Freund
2018-01-29Improve bit perturbation in TupleHashTableHash.Andres Freund
2018-01-03Update copyright for 2018Bruce Momjian
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-02-09simplehash: Additional tweaks to make specifying an allocator work.Robert Haas
2017-02-07Revise the way the element allocator for a simplehash is specified.Robert Haas
2017-02-07Allow the element allocator for a simplehash to be specified.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-16Unbreak Finalize HashAggregate over Partial HashAggregate.Robert Haas
2016-10-27Avoid using a C++ keyword in header filePeter Eisentraut
2016-10-15Use more efficient hashtable for execGrouping.c to speed up hash aggregation.Andres Freund
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-05-23Install defenses against overflow in BuildTupleHashTable().Tom Lane
2011-04-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-02-06Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN casesTom Lane
2007-01-30Add support for cross-type hashing in hash index searches and hash joins.Tom Lane
2007-01-10Change the planner-to-executor API so that the planner tells the executorTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-11Sort reference of include files, "A" - "F".Bruce Momjian
2006-06-28Adjust TupleHashTables to use MinimalTuple format for contained tuples.Tom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-05-29Modify hash_search() API to prevent future occurrences of the errorTom Lane
2005-03-16Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon