Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-02-23 | Fix multi-row DEFAULT handling for INSERT ... SELECT rules. | Dean Rasheed | 11.20 |
| 2018-04-09 | Fix typo in comment. | Heikki Linnakangas | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-11-08 | Change TRUE/FALSE to true/false | Peter Eisentraut | 11.0 |
| 2017-10-13 | Improve implementation of CRE-stack-flattening in map_variable_attnos(). | Tom Lane | 11.0 |
| 2017-10-12 | Avoid coercing a whole-row variable that is already coerced. | Robert Haas | 11.0 |
| 2017-09-30 | Support arrays over domains. | Tom Lane | 11.0 |
| 2017-09-07 | Reduce excessive dereferencing of function pointers | Peter Eisentraut | 11.0 |