Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-06-07 | Fix incautious handling of possibly-miscoded strings in client code. | Tom Lane | 11.13 |
| 2020-11-09 | Ignore attempts to \gset into specially treated variables. | Noah Misch | 11.10 |
| 2019-09-02 | Handle corner cases correctly in psql's reconnection logic. | Tom Lane | 11.6 |
| 2019-01-26 | Fix psql's "\g target" meta-command to work with COPY TO STDOUT. | Tom Lane | 11.2 |
| 2018-10-20 | Client-side fixes for delayed NOTIFY receipt. | Tom Lane | 11.1 |
| 2018-04-26 | Post-feature-freeze pgindent run. | Tom Lane | 11.0 |
| 2018-03-16 | Rename TransactionChain functions | Peter Eisentraut | 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-09-12 | Add psql variables to track success/failure of SQL queries. | Tom Lane | 11.0 |
| 2017-09-05 | Add \gdesc psql command. | Tom Lane | 11.0 |
| 2017-08-24 | psql: Fix \gx when FETCH_COUNT is used | Stephen Frost | 11.0 |