summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-06-28Releasing version 1.0.0v1.0.0Amjith Ramanujam
2016-06-28Merge pull request #494 from dbcli/amjith/release-1.0Amjith Ramanujam
2016-06-24Merge pull request #532 from dbcli/darikg/doc-objectAmjith Ramanujam
2016-06-23Rename SqlDocument to SqlStatementDarik Gamble
2016-06-23Merge pull request #534 from dbcli/amjith/pgspecial-upgradeStuart Quin
2016-06-21Update the changelong to include pgspecial upgrade.Amjith Ramanujam
2016-06-21Set pgspecial dependency version to 1.4 or higher.Amjith Ramanujam
2016-06-20Merge pull request #533 from mortonfox/patch-1Amjith Ramanujam
2016-06-21Fix link to ClickMorton Fox
2016-06-20Move regex compilation outside function definitionDarik Gamble
2016-06-20Combine lots of variables into SqlDocument objectDarik Gamble
2016-06-20move strip_named_query subfunction into standalone methodDarik Gamble
2016-06-20Merge pull request #529 from dbcli/koljonen/simplify_smart_completion_testsdarikg
2016-06-20Smart completion tests: make every test have its own completerkoljonen
2016-06-19Merge pull request #530 from dbcli/feature/j-bennet/less-chattyAmjith Ramanujam
2016-06-19Merge branch 'amjith/release-1.0' of github.com:dbcli/pgcli into amjith/relea...Amjith Ramanujam
2016-06-19Update authors and changelog.Amjith Ramanujam
2016-06-19Ported less_chatty option from mycli.Irina Truong
2016-06-18Fix indentation of test_smart_completion_* metadata dictskoljonen
2016-06-18In completion tests, get columns from metadata instead of manually listing themkoljonen
2016-06-18In completion tests, get functions from metadata instead of manually listing ...koljonen
2016-06-18In completion tests, get views from metadata instead of manually listing themkoljonen
2016-06-18In completion tests, get tables from metadata instead of manually listing themkoljonen
2016-06-18In completion tests, get datatypes from metadata instead of manually listing ...koljonen
2016-06-18In completion tests, get schemas from metadata instead of manually listing themkoljonen
2016-06-18Consolidate common code in smart_completion testskoljonen
2016-06-16Merge pull request #528 from dbcli/koljonen/join_condition_fixesdarikg
2016-06-16Fix some join-condition issueskoljonen
2016-06-16Merge pull request #527 from dbcli/koljonen/suggest_joinsdarikg
2016-06-16Add docstring to generate_alias methodkoljonen
2016-06-14Python 3 compatibility fixkoljonen
2016-06-14Add a couple of tests suggested by @darikgkoljonen
2016-06-14Join conditions: alias tables already included in querykoljonen
2016-06-10Also exclude NATURAL JOIN from join suggestionskoljonen
2016-06-10Various changes after reviewkoljonen
2016-06-09For 'JOIN <cursor>', suggest 'foo on foo.fooid = bar.fooid'koljonen
2016-06-07Merge pull request #526 from dbcli/koljonen/fix_notice_orderAmjith Ramanujam
2016-06-07Fix issue where notices/warnings/... were printed in reverse orderkoljonen
2016-06-07Merge pull request #525 from dbcli/darikg/alter-columnAmjith Ramanujam
2016-06-07Merge pull request #524 from dbcli/darikg/pgspecial_loggingAmjith Ramanujam
2016-06-07`column` keyword suggests columnsDarik Gamble
2016-06-06Merge pull request #512 from koljonen/casingdarikg
2016-06-05Merge pull request #521 from Smotko/configure-row-limitAmjith Ramanujam
2016-06-05Move boolification of config setting generate_casing_filekoljonen
2016-06-04Custom casing of table/column/function/view nameskoljonen
2016-06-04Add a pgspecial logging handlerDarik Gamble
2016-06-04Merge pull request #513 from koljonen/order_columns_by_db_column_orderdarikg
2016-06-03Merge pull request #522 from drocco007/exclude-trigger-functionsJoakim Koljonen
2016-06-02Merge pull request #523 from Smotko/fix-develop-documentationAmjith Ramanujam
2016-06-02Add type to row_limit click optionAnže Pečar