summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-11-18Releasing version 2.0.1v2.0.1Irina Truong
2018-11-18going to release. (#972)Irina Truong
2018-11-18Fix the StopIteration issue in Python 3.7 (#971)Amjith Ramanujam
* Fix the StopIteration issue in Python 3.7
2018-11-17Enable suspend using C-Z. (#970)Amjith Ramanujam
* Enable suspend using C-Z. * Update changelog.
2018-11-17Merge pull request #962 from DanEEStar/bugfix/named-queries-from-configAmjith Ramanujam
Bugfix for #938: load named queries from provided config file
2018-11-17Merge branch 'master' into bugfix/named-queries-from-configAmjith Ramanujam
2018-11-17Merge pull request #961 from DanEEStar/feature/dbname-username-optionsAmjith Ramanujam
Refactor dbname and username options/arguments to match `psql`-behaviour
2018-11-13Contrib guide improv (#946)igncampa
improved DEVELOP docs
2018-11-11Require prompt_toolkit>=2.0.6.Dick Marinus
2018-10-31Bugfix for #938: load named queries from provided config fileDaniel Egger
2018-10-30Refactor dbname and username options/arguments to match `psql`-behaviourDaniel Egger
2018-10-30Missed changelog update. (#960)Irina Truong
2018-10-30Set default port in `get_prompt` when none is given, fixes #958 (#959)DanEEStar
2018-10-14Clean up and add behave logging (#956)Dick Marinus
2018-10-02Fix for pgcli --list. (#952)Irina Truong
Fix for pgcli --list
2018-09-29Releasing version 2.0.0v2.0.0Irina Truong
2018-09-28Merge pull request #948 from dbcli/j-bennet/release-2.0.0Amjith Ramanujam
Changelog update to release 2.0.0.
2018-09-28Changelog update to release 2.0.0.Irina Truong
2018-09-28Cherry-picked prompt-toolkit 2.0 changes. (#930)Irina Truong
* Cherry-picked prompt-toolkit 2.0 changes. * Increase help timeout. * Missed one. * Fixes editor command. * Expect exact to fix named query error. * Unicode is non-optional with ptk 2.0. * Unicode literals all the things (almost). * PEP8. * Change how we swap completers. * By default, bottom toolbar styles are reversed. We don't want that. * Adapt styles to 2.0. * The future is now. Switch to ptk 2.0 style names. * PEP8. * Flag for enable_open_in_editor. * add class:prompt to prompt * Removed workaround for #668. Some renaming. * use pgcli.completer instead of app.current_buffer.completer * enable_system_prompt=True like old prompt toolkit * keep search_ignore_case enabled (was ignore_case) * fix closing parenthese * keep marking class:continuation token for continuation * capture KeyboardInterrupt manually AbortAction has been removed in Prompt_toolkit 2.0 * replace C-J with enter, add more comments * reversed ([...]) to [(...)] (oops) * pep8 fixes * Does Vi mode have to be applied to session every time? * (workaround) also enable vi_mode after edit command * Fixed test errors after rebasing on master.
2018-09-24Releasing version 1.11.0v1.11.0Irina Truong
2018-09-24Merge pull request #944 from dbcli/j-bennet/release-1.11.0Irina Truong
Changelog update to release 1.11.0.
2018-09-24Changelog update to release 1.11.0.Irina Truong
2018-09-23Merge pull request #871 from maxrothman/masterIrina Truong
Respect \pset pager on expected behavior
2018-09-23Respect \pset pager on expected behaviorMax Rothman
"\pset pager" has three possible values: "always", "on", and "off". pgcli previously treated all non-"off" values as "always". This change implements the expected behavior, which is to use the pager when the output is larger than the terminal height (See \pset pager in https://www.postgresql.org/docs/9.2/static/app-psql.html). Pgcli adds to this by also using the pager when the output is wider than the terminal width. Fixes #813
2018-09-22Merge pull request #942 from dbcli/j-bennet/testing-experimentsIrina Truong
Revert abs imports in tests.
2018-09-22pep8Irina Truong
2018-09-22Revert abs imports in tests.Irina Truong
2018-09-21Merge pull request #941 from dbcli/j-bennet/testing-fixesIrina Truong
Attempt to fix failing tests
2018-09-22pep8Irina Truong
2018-09-22Attempt to fix failing tests. Add some debug info. Make imports py3-compatible.Irina Truong
2018-07-27Releasing version 1.10.3v1.10.3Irina Truong
2018-07-27Merge pull request #929 from dbcli/j-bennet/release-1.10.3Irina Truong
Let's release more bugfixes.
2018-07-27Let's release more bugfixes.Irina Truong
2018-07-27Merge pull request #926 from dbcli/j-bennet/bump-pgspecialIrina Truong
Bump pgspecial
2018-07-27In fact bump even further.Irina Truong
2018-07-26Merge pull request #927 from dbcli/j-bennet/keyring-honor-configAmjith Ramanujam
Fixes keyring = False not honored.
2018-07-26Changelog.Irina Truong
2018-07-26Fixes keyring = False not honored.Irina Truong
2018-07-25Bump pgspecial to 1.11.1.Irina Truong
2018-07-25Merge pull request #921 from lelit/pg11b2Irina Truong
Fix issue #919
2018-07-25Adapt the query used to get functions metadata to PG11Lele Gaifax
This fixes #919.
2018-07-25Emanuele Gaifas -> Lele GaifaxLele Gaifax
2018-07-24Merge pull request #923 from dbcli/j-bennet/fix-server-versionAmjith Ramanujam
Change server version query.
2018-07-24Changelog.Irina Truong
2018-07-24Change server version query.Irina Truong
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