summaryrefslogtreecommitdiffstats
path: root/pgcli
AgeCommit message (Expand)Author
2016-10-26Releasing version 1.3.0v1.3.0Amjith Ramanujam
2016-10-19Merge pull request #598 from dbcli/darikg/unrecognized-keywordsAmjith Ramanujam
2016-10-17Fix typo in the decimal representation exampleLele Gaifax
2016-10-17Handle empty caseDarik Gamble
2016-10-17If prev_keyword is an unrecognized keyword, go backward until we find a recog...Darik Gamble
2016-10-17Add option to find_prev_keyword to skip final keywordDarik Gamble
2016-10-15Fix #595: use a double escape in the replacement argument to re.sub()Lele Gaifax
2016-10-03Don't coerce strings into numeric type formattingDarik Gamble
2016-10-02Convert type to int before attempting formattingDarik Gamble
2016-09-29Merge pull request #583 from foxyterkel/masterAmjith Ramanujam
2016-09-27master: decimal and float format in config fileFoxygrandpa
2016-09-21fix for 'SHOW ALL' of posgtres (redshift doesn't return a description)Manuel Barkhau
2016-09-21fixes #588 invalid setting for redshiftManuel Barkhau
2016-09-15master: numbers division for int and floatFoxygrandpa
2016-09-13XDG_CONFIG_HOME support for config file locationFabien Meghazi
2016-09-12Merge pull request #581 from dbcli/koljonen/leading_parenthesis_crashAmjith Ramanujam
2016-09-12Fix crash bug with leading parenthesisJoakim Koljonen
2016-09-12Merge pull request #577 from dbcli/koljonen/multiline_enterAmjith Ramanujam
2016-09-12Option for semicolon not to trigger execution in multiline modeJoakim Koljonen
2016-09-10Merge pull request #578 from dbcli/amjith/fix-timingJoakim Koljonen
2016-09-05Remove cumulative addition of timing data.Amjith Ramanujam
2016-09-04Support configuring keyword casing preferencesDarik Gamble
2016-09-02Releasing version 1.2.0v1.2.0Amjith Ramanujam
2016-09-02Merge pull request #571 from dbcli/darikg/no-hang-wait-selectAmjith Ramanujam
2016-08-26Remove forgotten debug messageJulien Rouhaud
2016-08-25Add more placeholders to promptJulien Rouhaud
2016-08-25Fix pgexecute info retrieving when connecting with a DSNJulien Rouhaud
2016-08-24Use tweaked version of psycopg2.extras.wait_select to supply a timeoutDarik Gamble
2016-08-23Merge pull request #568 from dbcli/koljonen/hack_for_sqlparse_crashesAmjith Ramanujam
2016-08-23Add commentJoakim Koljonen
2016-08-23Temporary hack for sqlparse crashing after ASJoakim Koljonen
2016-08-23Fix crash bug with named queriesJoakim Koljonen
2016-08-15Merge pull request #561 from dbcli/stuartquin/watchAmjith Ramanujam
2016-08-13Update pgspecial, avoid re-parsing watch_commandStuart Quin
2016-08-08Merge pull request #553 from dbcli/darikg/cte-suggestionsAmjith Ramanujam
2016-08-03Merge pull request #557 from dbcli/koljonen/single_connectiondarikg
2016-08-03Issue #544 Implementation of watch commandStuart Quin
2016-07-31Read config files using utf-8 encoding.Amjith Ramanujam
2016-07-31Merge pull request #556 from avdd/masterAmjith Ramanujam
2016-07-30forget about unicodeAdrian Dries
2016-07-30use arg default for missingval to preserve format_output() APIAdrian Dries
2016-07-30Merge pull request #1 from koljonen/koljonen/missingval_color_codeavdd
2016-07-29Tabulate: correct alignment when missingval contains a color codeJoakim Koljonen
2016-07-29Merge pull request #554 from dbcli/koljonen/suggestion_sortingAmjith Ramanujam
2016-07-29Remove dysfunctional apostrophe from Click help stringJoakim Koljonen
2016-07-29Add command-line option --single-connectionJoakim Koljonen
2016-07-28Consolidate type_priority constantsJoakim Koljonen
2016-07-28Restructure get_join_condition_matches() a bitJoakim Koljonen
2016-07-28configurable null formatAdrian Dries
2016-07-27Make suggestions based on local tablesDarik Gamble