summaryrefslogtreecommitdiffstats
path: root/pgcli/completion_refresher.py
AgeCommit message (Expand)Author
2017-08-20Remove OrderedDict workaround for python < 2.7Andrew Speed
2017-06-25Include arguments in function completionsJoakim Koljonen
2017-06-14Fix PEP8 empty line errorsÉtienne BERSAC
2017-05-25Make it possible to use SSL with pgcliAlexander Schmolck
2016-07-29Add command-line option --single-connectionJoakim Koljonen
2016-06-04Custom casing of table/column/function/view nameskoljonen
2016-06-02Pass around a settings dict instead of the config objectkoljonen
2016-05-31Order columns by in-table order when expanding *koljonen
2016-05-24Support for join-condition suggestions after ONkoljonen
2015-11-08PGCompleter initializes a prevalence counter (not used yet)Darik Gamble
2015-09-06Print refreshing in toolbarDarik Gamble
2015-09-05Document callbacks, rename restart_completion and cleanup.Amjith Ramanujam
2015-09-03Fix a race condition.Amjith Ramanujam
2015-09-03Add a ordered dict to the packages for python 2.6 compatibility.Amjith Ramanujam
2015-09-03Add a CompletionRefresher class.Amjith Ramanujam