summaryrefslogtreecommitdiffstats
path: root/pgcli
AgeCommit message (Expand)Author
2017-07-15Releasing version 1.7.0v1.7.0Irina Truong
2017-07-15Add option to list databases from command lineFrançois Pietka
2017-07-15Add method to list databases with full informationFrançois Pietka
2017-07-11Fix crash bug whenever connecting to a DB that requires a passwordJoakim Koljonen
2017-07-09Merge pull request #744 from dbcli/koljonen/better_insert_star_completionAmjith Ramanujam
2017-07-08Some renames for compatibility with the function-arguments PRJoakim Koljonen
2017-07-07Try to make linter happy 5Joakim Koljonen
2017-07-07Try to make linter happy 4Joakim Koljonen
2017-07-07Try to make linter happy 3Joakim Koljonen
2017-07-07Try to make linter happy 2Joakim Koljonen
2017-07-07Try to make linter happyJoakim Koljonen
2017-07-07Skip unwanted columns when expanding `INSERT INTO tbl(*`Joakim Koljonen
2017-07-06Added InterfaceError handling for closed connectionDonnell Muse
2017-07-05Some restructuring of get_column_matches()Joakim Koljonen
2017-07-05Add defaults to column metadataJoakim Koljonen
2017-06-26Fix comparison.Thomas Roten
2017-06-26Make 0 index implicit.Thomas Roten
2017-06-26Check content width based on first line of formatted output.Thomas Roten
2017-06-26Make align_decimals usage based solely on float_format.Thomas Roten
2017-06-26Move format_output out of Pgcli class.Thomas Roten
2017-06-26Move CLI Helper instantiation to format_output method.Thomas Roten
2017-06-22Use align_decimals if no format strings are provided.Thomas Roten
2017-06-19Add back utf8tounicode on headers.Thomas Roten
2017-06-19Merge branch 'master' of github.com:dbcli/pgcli into feature/cli_helpers_outp...Thomas Roten
2017-06-18Use integer_format for cli_helpers.Thomas Roten
2017-06-15Add decimal/float format to format_output.Thomas Roten
2017-06-15Use standard NullHandlerÉtienne BERSAC
2017-06-14Fix PEP8 empty line errorsÉtienne BERSAC
2017-06-12Disable numparsing in tabulate.Thomas Roten
2017-06-11Remove tabulate and expanded output.Thomas Roten
2017-06-11Initial work on using CLI Helpers.Thomas Roten
2017-06-10Merge branch 'master' into j-bennet/set-less-if-unsetIrina Truong
2017-06-09Schema name should be escaped in SET SCHEMA.Irina Truong
2017-06-09PEP8.Irina Truong
2017-06-09Only change LESS in env if not already configured.Irina Truong
2017-05-29Merge branch 'master' of github.com:dbcli/pgcli into j-bennet/refresh-after-r...Thomas Roten
2017-05-29PEP 8 fix.Thomas Roten
2017-05-28Refresh completions after COMMIT or ROLLBACK.Irina Truong
2017-05-28Some pep8 in config module.Irina Truong
2017-05-28DSN aliases should take custom pgclirc into account.Irina Truong
2017-05-27Releasing version 1.6.0v1.6.0Irina Truong
2017-05-25Make it possible to use SSL with pgcliAlexander Schmolck
2017-05-10Fixing minor detailsgustavo
2017-05-09Adding time option for the Prompt Formatgustavo
2017-05-03Remove editor command before opening editor.Thomas Roten
2017-05-02Edit last-run query in external editor.Thomas Roten
2017-04-30User option should take precedence over environment variable. Fixes #697.Irina Truong
2017-04-30Merge pull request #701 from jdpopkin/fix_lock_errorIrina Truong
2017-04-29Handle failure to obtain lockJackson Popkin
2017-04-29Merge pull request #702 from hatarist/fix_code_typoIrina Truong