Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-07-14 | Change the name of the Result Cache node to Memoize | David Rowley | 14.0 |
| 2021-04-20 | adjust query id feature to use pg_stat_activity.query_id | Bruce Momjian | 14.0 |
| 2021-04-15 | Revert "Cope with NULL query string in ExecInitParallelPlan()." | Tom Lane | 14.0 |
| 2021-04-08 | Fixes for query_id feature | Bruce Momjian | 14.0 |
| 2021-04-08 | Cope with NULL query string in ExecInitParallelPlan(). | Andres Freund | 14.0 |
| 2021-04-07 | Make use of in-core query id added by commit 5fd9dfa5f5 | Bruce Momjian | 14.0 |
| 2021-04-02 | Add Result Cache executor node (take 2) | David Rowley | 14.0 |
| 2021-04-01 | Revert b6002a796 | David Rowley | 14.0 |
| 2021-03-31 | Add Result Cache executor node | David Rowley | 14.0 |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian | 14.0 |
| 2020-10-13 | Create ResultRelInfos later in InitPlan, index them by RT index. | Heikki Linnakangas | 14.0 |
| 2020-06-19 | Fix EXPLAIN ANALYZE for parallel HashAgg plans | David Rowley | 14.0 |