summaryrefslogtreecommitdiffstats
path: root/pgcli
AgeCommit message (Expand)Author
2016-06-28Releasing version 1.0.0v1.0.0Amjith Ramanujam
2016-06-23Rename SqlDocument to SqlStatementDarik Gamble
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-19Ported less_chatty option from mycli.Irina Truong
2016-06-16Fix some join-condition issueskoljonen
2016-06-16Add docstring to generate_alias methodkoljonen
2016-06-14Python 3 compatibility fixkoljonen
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-02Add type to row_limit click optionAnž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-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-28Simplify if condition I added in 843b859koljonen
2016-05-27Fix two casing issues with schemaskoljonen
2016-05-25Merge pull request #511 from dbcli/darikg/joinconditionsdarikg
2016-05-25Merge pull request #510 from koljonen/fixtablecasingissue2darikg
2016-05-25pgexecute.foreignkeys() shouldn't explode in old postgresql versionsDarik Gamble
2016-05-25Fix another problem where table names would not be recognized when not in low...koljonen
2016-05-24Use the parsed statement instead of a regex to check preceding tokenDarik Gamble
2016-05-24Make join-condition suggestions work with multi-line querieskoljonen
2016-05-24Drop counter file; not used anymorekoljonen
2016-05-24Support for join-condition suggestions after ONkoljonen
2016-05-23Merge pull request #507 from koljonen/find_matches_priority_argumentsdarikg