Skip to content

Latest commit

 

History

History
118 lines (82 loc) · 2.82 KB

changelog.rst

File metadata and controls

118 lines (82 loc) · 2.82 KB

Upcoming

  • 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).

1.8.0

Features:

  • 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).

1.7.0

Features:

Bug fixes:

  • Fix bug where d called valid indices invalid & vice versa. (Thanks: Joakim Koljonen).
  • Fix typo in pset description. (Thanks: Lele Gaifax).

1.6.0

Features:

  • Add a function to extract the sql from watch command. (Thanks: stuartquin)

1.5.0

Features:

1.4.0

Features:

1.3.0

Features:

  • 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).

Bug fixes:

1.2.0

Features:

  • Add support for \h. (Thanks: stuartquin) Users can now run \h [keyword] to checkout the help for a keyboard.

1.1.0

Features:

1.0.0

Features:

  • First release as an independent package.