Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-08-14 | Remove duplicate function declarations. | Tom Lane | 11.0 |
| 2018-06-27 | Change pqformat.h's integer handling functions to take unsigned integers. | Andres Freund | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-12-05 | Fix warnings from cpluspluscheck | Peter Eisentraut | 11.0 |
| 2017-10-13 | Rely on sizeof(typename) rather than sizeof(variable) in pqformat.h. | Tom Lane | 11.0 |
| 2017-10-12 | Use C99 restrict via pg_restrict, rather than restrict directly. | Andres Freund | 11.0 |
| 2017-10-12 | Work around overly strict restrict checks by MSVC. | Andres Freund | 11.0 |
| 2017-10-11 | Add more efficient functions to pqformat API. | Andres Freund | 11.0 |