summaryrefslogtreecommitdiffstats
path: root/pgcli
AgeCommit message (Expand)Author
2015-01-13Releasing version 0.12.0v0.12.0Amjith 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-12Fix the broken auto-complete for quoted names.Amjith Ramanujam
2015-01-11Use the KeyBindingManager.Amjith 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-10Merge pull request #105 from fpietka/masterAmjith Ramanujam
2015-01-10Merge pull request #103 from darikg/loggingAmjith 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-10Remove "'OperationalError' object has no attribute 'message'" error message i...Ludovic Gasc (GMLudo)
2015-01-10Support having multiple queries on the same line.Karl-Aksel Puulmann
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-09Releasing version 0.11.0Amjith Ramanujam
2015-01-09Merge pull request #92 from macobo/karl-cancel-queriesAmjith Ramanujam
2015-01-09Merge pull request #95 from qwesda/masterAmjith Ramanujam
2015-01-09CTRL+C while querying update: explicitly cancel old connectionKarl-Aksel Puulmann
2015-01-09Support for cancelling queriesKarl-Aksel Puulmann
2015-01-09Merge branch 'master' of github.com:amjith/pgcliDaniel Schwarz
2015-01-09rename escape_* functionDaniel Schwarz
2015-01-09fix non case insensitive escape check for keywords/functionDaniel Schwarz
2015-01-09Fix expanded output package under python 3, add tests for unicode support.Karl-Aksel Puulmann
2015-01-09Fix the double printing of output.Amjith Ramanujam
2015-01-09Fix the failing import in Python 3.Amjith Ramanujam
2015-01-09Do only one query for all columns, instead of len(tables) queries. Should fix...Karl-Aksel Puulmann
2015-01-09Fix issues pointed out in pull request comments.Karl-Aksel Puulmann
2015-01-09Simplistic testKarl-Aksel Puulmann
2015-01-09Checking if database exists and some initial fixtures which clean upKarl-Aksel Puulmann
2015-01-08Fix expanded output help messageStuart Quin
2015-01-08Move expanded code out, hook up \x special keyStuart Quin
2015-01-08WIP expanded outputStuart Quin
2015-01-08Add \x option, not hooked up yetStuart Quin
2015-01-08Merge pull request #83 from qwesda/masterAmjith Ramanujam
2015-01-08Releasing version 0.10.3Amjith Ramanujam
2015-01-08Merge pull request #62 from CyberDem0n/masterAmjith Ramanujam
2015-01-08Merge pull request #42 from darikg/masterAmjith Ramanujam
2015-01-08Update prompt_toolkit version, now supporting CTRL+arrow shortcuts.Karl-Aksel Puulmann
2015-01-08Fix a crash in autocompletionDionysis Grigoropoulos
2015-01-08fixes need_completion_refresh case-sensitive comparisonDaniel Schwarz
2015-01-08fix completion alter keyword TABLEDaniel Schwarz
2015-01-08Merge branch 'master' of github.com:amjith/pgcliDaniel Schwarz
2015-01-08Refactoring of sql_name_patternAlexander Kukushkin