summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-11-07Merge pull request #408 from dbcli/j-bennet/release-0.20.1v0.20.1darikg
2015-11-07Preparing release 0.20.1 with Windows log fix.Iryna Cherniavska
2015-11-06Merge pull request #407 from dbcli/amjith/fix_log_file_windowsdarikg
2015-11-05Updated named queries and config migration to use new paths.Iryna Cherniavska
2015-11-04Switch the location of log/history file based on OS.Amjith Ramanujam
2015-10-31Update the changelong to add \h.Amjith Ramanujam
2015-10-31Releasing version 0.20.0v0.20.0Amjith Ramanujam
2015-10-31Merge pull request #405 from dbcli/amjith/release-0.20.0Amjith Ramanujam
2015-10-31Update the changelong and AUTHORS for 0.20.0 release.Amjith Ramanujam
2015-10-30Update AUTHORS file.Amjith Ramanujam
2015-10-29Merge pull request #404 from vinotheassassin/patch-1Amjith Ramanujam
2015-10-28Update README.rstvinotheassassin
2015-10-28Merge pull request #395 from dbcli/darikg/refactor-on-error-optionsAmjith Ramanujam
2015-10-28Update magic to the latest MetaQuery designDarik Gamble
2015-10-28Refactor a lot of `run_cli` into smaller submethods:Darik Gamble
2015-10-28pgexecute.run returns two extra tuple elements: query, and successDarik Gamble
2015-10-28exception_formatter returns only status, not the entire results tupleDarik Gamble
2015-10-28remove unused importsDarik Gamble
2015-10-28Update pgcli.main to use new pgexecute.run styleDarik Gamble
2015-10-28trivial indent fixDarik Gamble
2015-10-28Fix pgexecute testsDarik Gamble
2015-10-28Refactor `on_error` enum into `on_error_resume` bool and `exception_formatter...Darik Gamble
2015-10-28Merge pull request #402 from dbcli/darikg/pin-codecovAmjith Ramanujam
2015-10-28pin codecov version in testDarik Gamble
2015-10-27Merge pull request #400 from dbcli/j-bennet/safeguard-setproctitleAmjith Ramanujam
2015-10-26Setproctitle should be optional in tests.Iryna Cherniavska
2015-10-25Merge pull request #398 from d33tah/masterAmjith Ramanujam
2015-10-25Add a test written by darikg. Not actually executed, please confirm it.Jacek Wielemborek
2015-10-25Remove redundant expressions in response to darikg's comments.Jacek Wielemborek
2015-10-24Fix indentation problems with "explain". Seems to solve #351.Jacek Wielemborek
2015-10-23Merge pull request #397 from dbcli/amjith/optional-setproctitledarikg
2015-10-23Make setproctitle optional in WindowsAmjith Ramanujam
2015-10-20Merge pull request #388 from dbcli/amjith/completion-refresh-cornercaseIryna Cherniavska
2015-10-20Refresh completions only when a command is successful.Amjith Ramanujam
2015-10-19Merge pull request #387 from dbcli/stuartquin/hide-commandline-passwordAmjith Ramanujam
2015-10-19Merge pull request #391 from dbcli/amjith/x-auto-headersStuart Quin
2015-10-19Clearer function name, handle passwords with spacesStuart Quin
2015-10-19Merge pull request #390 from dbcli/amjith/on_error-defaultdarikg
2015-10-19Check for headers in \x auto mode.Amjith Ramanujam
2015-10-19Change the on_error default value to STOP.Amjith Ramanujam
2015-10-18Fix need_completion_reset to check each query.Amjith Ramanujam
2015-10-18Issue #355 Use setproctitle to hide command line passwordsStuart Quin
2015-10-18Reset completions when database is changed.Amjith Ramanujam
2015-10-14Merge pull request #382 from dbcli/darikg/on-error-optionsAmjith Ramanujam
2015-10-13Widen except clause to all Database errors, except OperationalErrors, which a...Darik Gamble
2015-10-11Merge pull request #383 from ming13/readme-formattingAmjith Ramanujam
2015-10-11Fix PyPI badge.Artur Dryomov
2015-10-10Add an on_error option to configDarik Gamble
2015-10-10Move the pgspecial attempt inside the main tryDarik Gamble
2015-10-10support different error-handling optionsDarik Gamble