Commits
Showing commits that first shipped in 9.4 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2016-07-28 | Guard against empty buffer in gets_fromFile()'s check for a newline. | Tom Lane | 9.4.9 |
| 2015-12-17 | Fix improper initialization order for readline. | Tom Lane | 9.4.6 |
| 2015-12-16 | Cope with Readline's failure to track SIGWINCH events outside of input. | Tom Lane | 9.4.6 |
| 2015-09-28 | Fix compiler warning about unused function in non-readline case. | Andrew Dunstan | 9.4.5 |
| 2015-03-14 | Remove workaround for ancient incompatibility between readline and libedit. | Tom Lane | 9.4.2 |
| 2014-09-08 | Fix psql \s to work with recent libedit, and add pager support. | Tom Lane | 9.4.0 |
| 2014-05-06 | pgindent run for 9.4 | Bruce Momjian | 9.4.0 |
| 2014-01-07 | Update copyright for 2014 | Bruce Momjian | 9.4.0 |
| 2013-10-22 | Replace pg_asprintf() with psprintf(). | Tom Lane | 9.4.0 |
| 2013-10-13 | Add use of asprintf() | Peter Eisentraut | 9.4.0 |