summaryrefslogtreecommitdiff
path: root/src/backend/executor/execGrouping.c
AgeCommit message (Expand)Author
2025-06-13Comment fixups from 626df47ad9.Jeff Davis
2025-03-25Remove 'additional' pointer from TupleHashEntryData.Jeff Davis
2025-03-25Create accessor functions for TupleHashEntry.Jeff Davis
2025-01-13Revert "TupleHashTable: store additional data along with tuple."Jeff Davis
2025-01-13Fix pgindent damageRichard Guo
2025-01-11Fix redefinition of type in commit e0ece2a981.Jeff Davis
2025-01-11TupleHashTable: store additional data along with tuple.Jeff Davis
2025-01-07Remove unused TupleHashTableData->entrysize.Jeff Davis
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-19Get rid of old version of BuildTupleHashTable().Tom Lane
2024-12-19Optimize grouping equality checks with virtual slotsDavid Rowley
2024-12-19Fix Assert failure in WITH RECURSIVE UNION queriesDavid Rowley
2024-12-17Fix incorrect slot type in BuildTupleHashTableExtDavid Rowley
2024-12-11Use ExprStates for hashing in GROUP BY and SubPlansDavid Rowley
2024-10-08Improve style of two code pathsMichael Paquier
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-05-11Fix typos and grammar in code and test commentsMichael Paquier
2022-02-20Use bitwise rotate functions in more placesJohn Naylor
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-25Get rid of artificial restriction on hash table sizes on Windows.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-07-29Add hash_mem_multiplier GUC.Peter Geoghegan
2020-07-26Fix LookupTupleHashEntryHash() pipeline-stall issue.Jeff Davis
2020-07-08code: replace 'master' with 'leader' where appropriate.Andres Freund
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-02-29Remove obsolete comment.Tom Lane
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-02-10Change signature of TupleHashTableHash().Jeff Davis
2020-02-07Introduce TupleHashTableHash() and LookupTupleHashEntryHash().Jeff Davis
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