Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Compare varnullingrels too in assign_param_for_var(). | Tom Lane | 2024-01-26 |
* | Centralize fixups for mismatched nullingrels in nestloop params. | Tom Lane | 2023-06-20 |
* | Fix "wrong varnullingrels" for subquery nestloop parameters. | Tom Lane | 2023-06-12 |
* | Update copyright for 2023 | Bruce Momjian | 2023-01-02 |
* | Rename shadowed local variables | David Rowley | 2022-10-05 |
* | Use an explicit state flag to control PlaceHolderInfo creation. | Tom Lane | 2022-08-17 |
* | Update copyright for 2022 | Bruce Momjian | 2022-01-07 |
* | Use l*_node() family of functions where appropriate | Peter Eisentraut | 2021-07-19 |
* | Update copyright for 2021 | Bruce Momjian | 2021-01-02 |
* | Reconsider the representation of join alias Vars. | Tom Lane | 2020-01-09 |
* | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 |
* | Represent Lists as expansible arrays, not chains of cons-cells. | Tom Lane | 2019-07-15 |
* | Avoid sharing PARAM_EXEC slots between different levels of NestLoop. | Tom Lane | 2019-01-11 |