summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2016-06-02Make sure low_count is never greater than over_defaultAnže Pečar
2016-06-02Use config row_limit if command line argument is not setAnže Pečar
2016-06-02Add row_limit to pgclircAnže Pečar
2016-06-02Remove unneeded parenthesesAnže Pečar
2016-06-02Add test for row_limit parameterAnže Pečar
2016-06-02Make too many rows warning limit configurableAnže Pečar
2016-06-02Filter trigger returning functions from suggestionsDaniel Rocco
2016-06-02Add instructions for running pytests to DEVELOP.rtsAnže Pečar
2016-06-02Merge pull request #517 from dbcli/koljonen/simplify_function_metadatadarikg
2016-06-02Code review changes 2koljonen
2016-06-02Fixes after code reviewkoljonen
2016-06-02Some cosmetic changeskoljonen
2016-06-02Use pg_proc.proargmodes &c. instead of parsing arg_listkoljonen
2016-06-02Pass around a settings dict instead of the config objectkoljonen
2016-06-01Merge pull request #516 from dbcli/koljonen/fix_another_casing_issuedarikg
2016-05-31Fix issue with 'SELECT Foo.*<cursor> FROM Foo'koljonen
2016-05-31Order columns by in-table order when expanding *koljonen
2016-05-29Merge pull request #514 from koljonen/fix_schema_casing_issuedarikg
2016-05-28Simplify if condition I added in 843b859koljonen
2016-05-27Fix two casing issues with schemaskoljonen