- Be less strict when searching for the watch command. (Thanks: Irina Truong).
- Fix glitch in
EXCLUDE
index description emitted by d command. (Thanks: Lele Gaifax). - Change l command behavior, and add list alias. (Thanks: François Pietka).
- Fix e command handling. (Thanks: François Pietka).
- Fix UnicodeEncodeError when opening sql statement in editor (Thanks: Klaus Wünschel).
- Implement sf+ function_name. (Thanks: Lele Gaifax).
- Separate check constraints with newlines. (Thanks: Joakim Koljonen).
- Enabled dm command, corrections to d+, extended tests. (Thanks: rsc).
- Opening an external editor will edit default text. (Thanks: Thomas Roten).
- Handling saved queries with parameters. (Thanks: Marcin Sztolcman).
- Fix bug where d called valid indices invalid & vice versa. (Thanks: Joakim Koljonen).
- Fix typo in pset description. (Thanks: Lele Gaifax).
- Add a function to extract the sql from watch command. (Thanks: stuartquin)
- Add support for db command. (Thanks: Irina Truong)
- Add support for copy command. (Thanks: Catherine Devlin)
- Add support for dx command. (Thanks: Darik Gamble)
- Add initial support for Postgres 8.4 and above.(Thanks: Timothy Cleaver, darikg). This enables us to add support for Amazon Redshift. If things look broken please report.
- Add pset pager command. (Thanks: pik).
- Fix 'ftoptions' not defined error with FDW. (Thanks: François Pietka).
- Add support for
\h
. (Thanks: stuartquin) Users can now run\h [keyword]
to checkout the help for a keyboard.
- Support for
\x auto
by stuartquin with darikg (ported over from pgcli).
- First release as an independent package.