summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-05-26Releasing version 0.17.0v0.17.0Amjith Ramanujam
2015-05-26Merge pull request #242 from dbcli/amjith/release-0.17.0Amjith Ramanujam
2015-05-24Update changelog for 0.17.0 release.Amjith Ramanujam
2015-05-24Merge pull request #241 from fpietka/fix-editmodeAmjith Ramanujam
2015-05-24Return buffer before sending it to the serverFrançois Pietka
2015-05-24Fix editor modeFrançois Pietka
2015-05-24Merge pull request #240 from dbcli/darikg/suggest_typesAmjith Ramanujam
2015-05-23Gross test that \dt, \df etc. run without errorDarik Gamble
2015-05-23Support \dT to list datatypesDarik Gamble
2015-05-23Suggest custom types in addition to built-insDarik Gamble
2015-05-23Store datatype metadata alongside schemas, tables, columns, and functionsDarik Gamble
2015-05-23Give pgexecute a datatypes() method to get custom type namesDarik Gamble
2015-05-23Suggest datatypes from a hardcoded whitelistDarik Gamble
2015-05-23Add test to find_prev_keyword for parenthesesDarik Gamble
2015-05-23Add colon to last_word punctuation regexesDarik Gamble
2015-05-23Update old doctests for parseutils.last_wordDarik Gamble
2015-05-22Merge pull request #239 from dbcli/darikg/suggest_schemas_tweakAmjith Ramanujam
2015-05-20`drop schema` and `create schema` should suggest schemasDarik Gamble
2015-05-15Merge pull request #234 from dbcli/amjith/general_cleanupIryna Cherniavska
2015-05-15Merge pull request #235 from droustchev/masterAmjith Ramanujam
2015-05-15Fix for listing triggers on \d special.Dimitar Roustchev
2015-05-14Remove unnecessary finally clause.Amjith Ramanujam
2015-05-14Merge pull request #233 from dbcli/amjith/general_cleanupIryna Cherniavska
2015-05-14Log the exception instead of merely suppressing it.Amjith Ramanujam
2015-05-14Move all_completions update inside the loop.Amjith Ramanujam
2015-05-14Guard against exceptions when consuming a generator.Amjith Ramanujam
2015-05-14Fix a typo in the test fixture setup.Amjith Ramanujam
2015-05-11Fix failing tests in Python 2.Amjith Ramanujam
2015-05-11Upgrade to prompt-toolkit 0.34Jonathan Slenders
2015-05-09Merge pull request #231 from dbcli/drocco/fix-superAmjith Ramanujam
2015-05-08Fix incorrect super() callsDaniel Rocco
2015-05-07Merge pull request #224 from dbcli/darikg/bugfix-compound-whereDaniel Rocco
2015-05-05Clarified comment and var name.Amjith Ramanujam
2015-05-02improve suggestions in non-trivial WHERE clausesDarik Gamble
2015-05-02use token.is_keyword instead of token in KeywordDarik Gamble
2015-05-02improve find_prev_keywordsDarik Gamble
2015-04-30Merge pull request #226 from dbcli/amjith/jedi-hack-removalIryna Cherniavska
2015-04-29Merge pull request #223 from dbcli/drocco/tab-completiondarikg
2015-04-28Remove jedi installation hack in setup.py.Amjith Ramanujam
2015-04-28Differentiate Tab (complete next) from Ctrl-Space (show completions)Daniel Rocco
2015-04-27Have Tab autocomplete at cursorDaniel Rocco
2015-04-23Merge pull request #217 from amjith/fixed_branchAmjith Ramanujam
2015-04-23Make editor file read unicode compatible.Amjith Ramanujam
2015-04-23Extracted handling of the editor command into method.Iryna Cherniavska
2015-04-23Fix for stripping in editor command.Iryna Cherniavska
2015-04-23Remove the iospecial import in pgexecuteAmjith Ramanujam
2015-04-23Handle the case where \e is issued multiple times.Amjith Ramanujam
2015-04-22Handle multi-line mode with \e.Amjith Ramanujam
2015-04-22Handle the case where \e is at the end of a statement.Amjith Ramanujam
2015-04-22Moved editor command into a separate module.Iryna Cherniavska