summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-10-26Releasing version 1.3.0v1.3.0Amjith Ramanujam
2016-10-26Merge pull request #602 from dbcli/amjith/release-1.3.0darikg
Changelog and authors update for 1.3.0
2016-10-22Changelog and authors update for 1.3.0Amjith Ramanujam
2016-10-20Merge pull request #601 from dbcli/amjith/py2.6-removalAmjith Ramanujam
Remove python 2.6 from travis.
2016-10-19Remove python 2.6 from travis.Amjith Ramanujam
2016-10-19Merge pull request #598 from dbcli/darikg/unrecognized-keywordsAmjith Ramanujam
Darikg/unrecognized keywords
2016-10-17Merge pull request #599 from lelit/fix-pgclirc-typodarikg
Fix typo in the decimal representation example
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 ↵Darik Gamble
recognized one
2016-10-17Add option to find_prev_keyword to skip final keywordDarik Gamble
2016-10-16Merge pull request #596 from lelit/issue595Amjith Ramanujam
Fix for issue #595
2016-10-15Fix #595: use a double escape in the replacement argument to re.sub()Lele Gaifax
Starting with version 3.6 Python is getting stricter in which escape sequences it accepts in string literals, so unknown codes must use a double backslash. This also use the sub() method on the compiled pattern, instead of passing it to the "generic" re.sub() function.
2016-10-15Fix the position of the behave.ini fileLele Gaifax
2016-10-03Merge pull request #591 from dbcli/darikg/fix-formatting-bugAmjith Ramanujam
Minimal fix for #590
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
master: numbers division for int and float
2016-09-27master: decimal and float format in config fileFoxygrandpa
2016-09-25Merge pull request #589 from mbarkhau/fix/588Amjith Ramanujam
fixes #588 invalid setting for redshift
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-21Merge pull request #586 from dbcli/amjith/relax-sqlparse-versiondarikg
Set sqlparse version dependency to >0.2.0, <0.3.0.
2016-09-20Set sqlparse version dependency to >0.2.0, <0.3.0.Amjith Ramanujam
2016-09-15Merge pull request #582 from amigrave/masterAmjith Ramanujam
XDG_CONFIG_HOME support for config file location
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
Fix crash bug with leading parenthesis
2016-09-12Fix crash bug with leading parenthesisJoakim Koljonen
2016-09-12Merge pull request #577 from dbcli/koljonen/multiline_enterAmjith Ramanujam
Make semicolon not trigger execution in multiline mode
2016-09-12Option for semicolon not to trigger execution in multiline modeJoakim Koljonen
New setting multi_line_mode (default "psql"). If set to "safe", [Esc] [Enter] or [Alt]-[Enter] is required to execute a query.
2016-09-10Merge pull request #578 from dbcli/amjith/fix-timingJoakim Koljonen
Remove cumulative addition of timing data.
2016-09-05Remove cumulative addition of timing data.Amjith Ramanujam
2016-09-04Merge pull request #576 from dbcli/darikg/keyword-casingJoakim Koljonen
Support configuring keyword casing preferences
2016-09-04Support configuring keyword casing preferencesDarik Gamble
2016-09-02Releasing version 1.2.0v1.2.0Amjith Ramanujam
2016-09-02Merge pull request #574 from dbcli/amjith/release-1.2.0Amjith Ramanujam
Update changelog for version 1.2.0 release.
2016-09-02Update Changelog.Amjith Ramanujam
2016-09-02Merge pull request #571 from dbcli/darikg/no-hang-wait-selectAmjith Ramanujam
WIP: Use tweaked version of psycopg2.extras.wait_select to supply a timeout
2016-09-01Update changelog for version 1.2.0 release.Amjith Ramanujam
2016-08-31Merge pull request #573 from ysangkok/patch-1Amjith Ramanujam
do not install setproctitle on cygwin
2016-08-29do not install setproctitle on cygwinJanus Troelsen
2016-08-26Merge pull request #572 from rjuju/more_promptAmjith Ramanujam
More prompt
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
Temporary hack for sqlparse crashing after AS
2016-08-23Add commentJoakim Koljonen
2016-08-23Merge pull request #566 from dbcli/koljonen/saved_query_crashAmjith Ramanujam
Fix crash bug with named queries