Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 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-06-13 | In initdb, defend against assignment of NULL values to not-null columns. | Tom Lane | 10.0 |
| 2017-04-14 | Use one transaction while reading postgres.bki, not one per line. | Tom Lane | 10.0 |
| 2017-03-29 | Cast result of copyObject() to correct type | Peter Eisentraut | 10.0 |
| 2017-03-27 | Show more processes in pg_stat_activity. | Robert Haas | 10.0 |
| 2017-03-25 | Faster expression evaluation and targetlist projection. | Andres Freund | 10.0 |
| 2017-01-03 | Update copyright via script for 2017 | Bruce Momjian | 10.0 |
| 2016-11-22 | Support condition variables. | Robert Haas | 10.0 |
| 2016-08-30 | Fix a bunch of places that called malloc and friends with no NULL check. | Tom Lane | 10.0 |
| 2016-08-27 | Add macros to make AllocSetContextCreate() calls simpler and safer. | Tom Lane | 10.0 |