aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeSubplan.c
Commit message (Expand)AuthorAge
* Create accessor functions for TupleHashEntry.Jeff Davis2025-03-24
* Revert "TupleHashTable: store additional data along with tuple."Jeff Davis2025-01-13
* TupleHashTable: store additional data along with tuple.Jeff Davis2025-01-10
* Update copyright for 2025Bruce Momjian2025-01-01
* Get rid of old version of BuildTupleHashTable().Tom Lane2024-12-19
* Fix incorrect slot type in BuildTupleHashTableExtDavid Rowley2024-12-18
* Use ExprStates for hashing in GROUP BY and SubPlansDavid Rowley2024-12-11
* Remove unused field from SubPlanState structDavid Rowley2024-10-31
* Evaluate arguments of correlated SubPlans in the referencing ExprStateAndres Freund2024-07-31
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane2023-02-25
* Update copyright for 2023Bruce Momjian2023-01-02
* Doc: add comment about bug fixed in back branches as of 3f7323cbb.Tom Lane2022-08-27
* Avoid overflow hazard when clamping group counts to "long int".Tom Lane2022-05-21
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Guard against core dump from uninitialized subplan.Tom Lane2020-11-03
* Move resolution of AlternativeSubPlan choices to the planner.Tom Lane2020-09-27
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-14
* Fix LookupTupleHashEntryHash() pipeline-stall issue.Jeff Davis2020-07-26
* Correctly re-use hash tables in buildSubPlanHash().Tom Lane2020-02-29
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix choice of comparison operators for cross-type hashed subplans.Tom Lane2019-08-05
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Reset, not recreate, execGrouping.c style hashtables.Andres Freund2019-02-09
* Make some small planner API cleanups.Tom Lane2019-01-29
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund2018-11-16
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane2018-09-15
* Set scan direction appropriately for SubPlans (bug #15336)Andrew Gierth2018-08-17
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-16
* Do execGrouping.c via expression eval machinery, take two.Andres Freund2018-02-16
* Revert "Do execGrouping.c via expression eval machinery."Andres Freund2018-02-15
* Do execGrouping.c via expression eval machinery.Andres Freund2018-02-15
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund2017-07-30
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Use the new castNode() macro in a number of places.Andres Freund2017-01-26
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-19
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Unbreak Finalize HashAggregate over Partial HashAggregate.Robert Haas2016-12-16