aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeRecursiveunion.c
Commit message (Expand)AuthorAge
* Update copyright for 2025Bruce Momjian2025-01-01
* Get rid of old version of BuildTupleHashTable().Tom Lane2024-12-19
* Use ExecGetCommonSlotOps infrastructure in more places.Tom Lane2024-12-19
* Fix incorrect slot type in BuildTupleHashTableExtDavid Rowley2024-12-18
* Optimize tuplestore usage for WITH RECURSIVE CTEsDavid Rowley2024-09-19
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart2023-11-15
* Update copyright for 2023Bruce Momjian2023-01-02
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix LookupTupleHashEntryHash() pipeline-stall issue.Jeff Davis2020-07-26
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Reset, not recreate, execGrouping.c style hashtables.Andres Freund2019-02-09
* Update copyright for 2019Bruce Momjian2019-01-02
* Don't require return slots for nodes without projection.Andres Freund2018-11-09
* 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
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-30
* Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund2017-07-30
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Unbreak Finalize HashAggregate over Partial HashAggregate.Robert Haas2016-12-16
* Use more efficient hashtable for execGrouping.c to speed up hash aggregation.Andres Freund2016-10-14
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-12
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Remove no-longer-needed ExecCountSlots infrastructure.Tom Lane2009-09-27
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Extend CTE patch to support recursive UNION (ie, without ALL). TheTom Lane2008-10-07
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04