summaryrefslogtreecommitdiffstats
path: root/pgcli/completion_refresher.py
AgeCommit message (Expand)Author
2023-10-11Drop python 3.7, add 3.12 (#1426)Irina Truong
2023-03-18Apply black (version 23.1.0)Damien Baty
2021-05-21Another attempt to fix pgbouncer error (1093.) (#1097)Irina Truong
2021-02-12Modernize code to Python 3.6+ (#1229)Miroslav Šedivý
2020-03-12Fix: Unable to drop previously connected-to database (#1152)g.denis
2019-05-25black all the things. (#1049)Irina Truong
2019-03-04Fix crash when using --single-connection.Irina Truong
2019-01-03Support multihost connection string (#978)Mikhail Elovskikh
2018-09-28Cherry-picked prompt-toolkit 2.0 changes. (#930)Irina Truong
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