summaryrefslogtreecommitdiffstats
path: root/pgcli
AgeCommit message (Expand)Author
2017-09-19Releasing version 1.8.1v1.8.1Irina Truong
2017-09-15Remove shebang and git execute permission from pgcli/main.py.Dick Marinus
2017-09-14Releasing version 1.8.0v1.8.0Irina Truong
2017-09-05Port auto_vertical feature test from mycli to pgcliDick Marinus
2017-08-21use cursor from psycopg in pgcliDick Marinus
2017-08-20Remove OrderedDict workaround for python < 2.7Andrew Speed
2017-08-18Preliminary work for a future change in outputting results that uses less memoryDick Marinus
2017-08-13Merge pull request #773 from dbcli/fpietka/conninfoIrina Truong
2017-08-12Fix psycopg2 error code lookupFrançois Pietka
2017-08-12(lint) Fix indentationFrançois Pietka
2017-08-12Handle more option for \cFrançois Pietka
2017-08-12Add \conninfo commandFrançois Pietka
2017-08-12Get socket directory if no host provided by psycopg2François Pietka
2017-08-12Add query to get socket directoryFrançois Pietka
2017-08-09Add null_string to config file.Thomas Roten
2017-08-06Merge branch 'master' into koljonen/array_formattingAmjith Ramanujam
2017-08-06Merge pull request #771 from dbcli/koljonen/reservered_wordsAmjith Ramanujam
2017-08-06Merge branch 'master' into fpietka/drop-columnAmjith Ramanujam
2017-08-07Make pep8radius happyJoakim Koljonen
2017-08-07Rename unused params to _Joakim Koljonen
2017-08-06Convert generator to list before looping.Thomas Roten
2017-08-07Move py2/3 str/unicode logic to encodingutils.pyJoakim Koljonen
2017-08-07Fix for Python 3 compatibilityJoakim Koljonen
2017-08-07Add COLUMN as possible keyword after DROPFrançois Pietka
2017-08-06Improve formatting of array outputJoakim Koljonen
2017-08-06Don't quote identifiers that coïncide with non-reserved keywordsJoakim Koljonen
2017-08-06Don't include args in function suggestions for backslash commandsJoakim Koljonen
2017-07-29Use psycopg2 to get database detailsFrançois Pietka
2017-07-27PEP8 lintFrançois Pietka
2017-07-27Use raw strings where needed to avoid backslash ambiguityFrançois Pietka
2017-07-24Change the continuation char to empty string.Amjith Ramanujam
2017-07-20Merge pull request #677 from dbcli/koljonen/suggest_functions_with_argsAmjith Ramanujam
2017-07-16Change the casing default to 'auto'.Amjith Ramanujam
2017-07-16Add fish-style autosuggestion.Amjith Ramanujam
2017-07-16Merge branch 'master' into koljonen/suggest_functions_with_argsJoakim Koljonen
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