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 |
| 2019-07-02 | Fix tab completion of "SET variable TO|=" to not offer bogus completions. | Tom Lane | 11.5 |
| 2018-09-21 | Fix bogus tab-completion rule for CREATE PUBLICATION. | Tom Lane | 11.0 |
| 2018-09-12 | Minor fixes for psql tab completion. | Tom Lane | 11.0 |
| 2018-04-26 | Post-feature-freeze pgindent run. | Tom Lane | 11.0 |
| 2018-04-08 | Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h. | Tom Lane | 11.0 |
| 2018-03-10 | In psql, restore old behavior of Query_for_list_of_functions. | Tom Lane | 11.0 |
| 2018-03-05 | Add infrastructure to support server-version-dependent tab completion. | Tom Lane | 11.0 |
| 2017-09-05 | Add \gdesc psql command. | Tom Lane | 11.0 |