summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-07-23Releasing version 1.10.2v1.10.2Irina Truong
2018-07-23Merge pull request #918 from dbcli/j-bennet/release-1.10.2Irina Truong
Changelog update to release 1.10.2.
2018-07-23Changelog update to release 1.10.2.Irina Truong
2018-07-23Merge pull request #916 from dbcli/feature/optional_keyringIrina Truong
make keyring optional
2018-07-22make keyring optionalDick Marinus
2018-07-20Merge pull request #915 from dbcli/j-bennet/add-server-versionAmjith Ramanujam
Print server version as part of welcome message.
2018-07-20Print server version as part of welcome message.Irina Truong
2018-07-20Releasing version 1.10.1v1.10.1Irina Truong
2018-07-19Merge pull request #913 from dbcli/j-bennet/release-1.10.1Amjith Ramanujam
Bugfix release.
2018-07-20Bugfix release.Irina Truong
2018-07-19Merge pull request #912 from dbcli/j-bennet/pip-errorsIrina Truong
Update setuptools before install.
2018-07-19Update setuptools instead of pip.Irina Truong
2018-07-19Update pip before install.Irina Truong
2018-07-19Merge pull request #911 from dbcli/j-bennet/fix-db-listIrina Truong
Fixes "object has no attribute watch_command"
2018-07-19Changelog.Irina Truong
2018-07-19Fixes #909.Irina Truong
2018-07-19Merge pull request #910 from kennydo/kedo-optional-keyringIrina Truong
Fix bug that made `keyring` usage not optional when run headlessly
2018-07-19add to authorsKenny Do
2018-07-19pass when no supported keyring backend availableKenny Do
2018-07-16Merge pull request #908 from dbcli/j-bennet/revert-docs-617Irina Truong
Reverted docs for 617 now it's fixed.
2018-07-16Reverted docs for 617 now it's fixed.Irina Truong
2018-07-14Releasing version 1.10.0v1.10.0Irina Truong
2018-07-14Merge pull request #907 from dbcli/meeuw/release-1.10.0Irina Truong
Changes to release 1.10.0
2018-07-14exclude *.pyc from sdist and lower python3-keyring to >= 11.0.0Dick Marinus
2018-07-13Changelog update to release 1.10.0.Irina Truong
2018-07-13Merge pull request #903 from arturbalabanov/render-tabs-with-spacesIrina Truong
Fixes #346: Tab characters are rendered with spaces instead of "^I" when entered in external editor
2018-07-11Merge pull request #905 from dbcli/eof-errorIrina Truong
Catch the ^D keybinding using EOFError exception.
2018-07-10Catch the ^D keybinding using EOFError exception.Amjith Ramanujam
2018-07-06Prettify the code to keep Travis happy :)Artur Balabanov
2018-07-06Updated the changelog with the bug fix descriptionArtur Balabanov
2018-07-06A new input processor has been added that renders tab characters as spaces ↵Artur Balabanov
instead of the ugly '^I'
2018-07-04Merge pull request #901 from benchling/fix-reconnectIrina Truong
Avoid reconnect prompt after error if connection is still valid
2018-07-04Fix changelogSaif Hakim
2018-07-04Fix lint, update AUTHORS, and changelogSaif Hakim
2018-07-03Avoid reconnect prompt after error if connection is still validSaif Hakim
Instead of whitelisting all errors that do not require reconnecting, we simply only reconnect if we detect a disconnect has occurred. psql notably behaves in a similar way: https://git.io/fbxuc#L1461 Fixes #807
2018-06-28Merge pull request #899 from dbcli/guard-against-missing-backendAmjith Ramanujam
Guard against missing keyring backend.
2018-06-25Gurad against missing keyring backend.Amjith Ramanujam
2018-06-17Merge pull request #886 from catherinedevlin/ev_commandIrina Truong
\ev and \ef commands
2018-06-17Rebase conflict.Irina Truong
2018-06-17Pep8.Irina Truong
2018-06-17Can't add tuple and list.Irina Truong
2018-06-16Non-existent function will raise a ProgrammingError.Irina Truong
2018-06-16Fix for 'only named arguments may follow *expression'Irina Truong
2018-06-16Remove minor whitespace changescatherinedevlin
2018-06-16switched view query to imitating psqlcatherinedevlin
2018-06-16Added \efcatherinedevlin
2018-06-16Moved code to pgexecutecatherinedevlin
2018-06-15Merge pull request #898 from oivoodoo/refactor/add-user-optionIrina Truong
Add --user option like psql has as well.
2018-06-15add me to thanks inline block and to references to meAlexandr Korsak
2018-06-15Fix formatting for --userAlexandr Korsak