Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-03-17 | Revert applying column aliases to the output of whole-row Vars. | Tom Lane | 10.21 |
| 2021-05-10 | Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. | Tom Lane | 10.17 |
| 2021-05-10 | Prevent integer overflows in array subscripting calculations. | Tom Lane | 10.17 |
| 2017-07-14 | Code review for NextValueExpr expression node type. | Tom Lane | 10.0 |
| 2017-06-21 | Phase 3 of pgindent updates. | Tom Lane | 10.0 |
| 2017-06-21 | Phase 2 of pgindent updates. | Tom Lane | 10.0 |
| 2017-04-07 | Clean up after insufficiently-researched optimization of tuple conversions. | Tom Lane | 10.0 |
| 2017-04-06 | Identity columns | Peter Eisentraut | 10.0 |
| 2017-03-28 | Make new expression eval code reject references to dropped columns. | Tom Lane | 10.0 |
| 2017-03-26 | Improve performance of ExecEvalWholeRowVar. | Tom Lane | 10.0 |
| 2017-03-26 | Improve implementation of EEOP_BOOLTEST_* opcodes. | Tom Lane | 10.0 |
| 2017-03-25 | Faster expression evaluation and targetlist projection. | Andres Freund | 10.0 |