summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-01-14Releasing version 0.13.0v0.13.0Amjith Ramanujam
2015-01-14Prep for release.Amjith Ramanujam
2015-01-14Update changelog with \? crash fix.Amjith Ramanujam
2015-01-14Merge pull request #120 from darikg/iteritems_bugfixAmjith Ramanujam
2015-01-14fix bug where show_help command failed in python 3 due to iteritems() depreca...darikg
2015-01-14Make user arg optional.Amjith Ramanujam
2015-01-14Merge pull request #119 from darikg/bugfixAmjith Ramanujam
2015-01-14don't try to spilt None - fixes AttributeError: 'NoneType' object has no attr...darikg
2015-01-13Update readme to mention the dev packages in linux. Fix #118Amjith Ramanujam
2015-01-13Changelog update.Amjith Ramanujam
2015-01-13Fix the wrong var name in pgspecial. Fix #66Amjith Ramanujam
2015-01-13Add -d option and username as argument. Fix #65Amjith Ramanujam
2015-01-13Fix the crash when db change fails. Fix #117Amjith Ramanujam
2015-01-13Releasing version 0.12.0v0.12.0Amjith Ramanujam
2015-01-12Change the version number in changelog to 0.12.0.Amjith Ramanujam
2015-01-12changelog update.Amjith Ramanujam
2015-01-12Merge pull request #112 from darikg/ipythonmagicAmjith Ramanujam
2015-01-12print sql magic connection alias when using %pgcli magicDarik Gamble
2015-01-12Merge branch 'emacs_bindings'Amjith Ramanujam
2015-01-12Use the default buffer instead of current_buffer.Amjith Ramanujam
2015-01-12Update changelog.Amjith Ramanujam
2015-01-12Fix the broken auto-complete for quoted names.Amjith Ramanujam
2015-01-11Use the KeyBindingManager.Amjith Ramanujam
2015-01-10Merge pull request #104 from darikg/ipythonmagicAmjith Ramanujam
2015-01-10don't rerun a query in ipython magic if it was mutatingdarikg
2015-01-10keep track of whether queries are mutatingdarikg
2015-01-10let sql-magic handle identifying connections by uri or alias string, and pers...darikg
2015-01-10Update changelog to add username used for database name.Amjith Ramanujam
2015-01-10Merge pull request #105 from fpietka/masterAmjith Ramanujam
2015-01-10Merge pull request #103 from darikg/loggingAmjith Ramanujam
2015-01-10Changelog update to add the multi-query feature.Amjith Ramanujam
2015-01-10Merge pull request #100 from Eyepea/fix_auto_passwd_promptAmjith Ramanujam
2015-01-10Add logging to the tables and columns queries.Amjith Ramanujam
2015-01-10fix file logging bug: only log statements from pgcli.main were logged to file...darikg
2015-01-11allows pgcli to connect to specified user's databaseFrançois Pietka
2015-01-10Merge pull request #98 from macobo/masterAmjith Ramanujam
2015-01-10Remove "'OperationalError' object has no attribute 'message'" error message i...Ludovic Gasc (GMLudo)
2015-01-10Add .gitignore for IDEA and pyvenvLudovic Gasc (GMLudo)
2015-01-10Support having multiple queries on the same line.Karl-Aksel Puulmann
2015-01-10Update changelog with 0.12.0 items.Amjith Ramanujam
2015-01-10add new ipython magic %pgcli for data explorationDarik Gamble
2015-01-10maintain a history of queries and whether they were successful or notdarikg
2015-01-10refactor most of main into a standalone PGCli classdarikg
2015-01-09Merge pull request #89 from macobo/karl-update-keybindingsAmjith Ramanujam
2015-01-09Fix version number in changelog.Amjith Ramanujam
2015-01-09Releasing version 0.11.0Amjith Ramanujam
2015-01-09Merge pull request #97 from while0pass/patch-1Amjith Ramanujam
2015-01-09Add a changelog.Amjith Ramanujam
2015-01-10Typo in README.rstwhile0pass
2015-01-09Merge pull request #92 from macobo/karl-cancel-queriesAmjith Ramanujam