summaryrefslogtreecommitdiffstats
path: root/pgcli/pgcompleter.py
AgeCommit message (Expand)Author
2020-09-14format code using black.laixintao
2020-03-14removed py2-related stuffGeorgy Frolov
2019-05-25black all the things. (#1049)Irina Truong
2019-01-02Remove some functions completions (#982)Irina Truong
2018-10-31Bugfix for #938: load named queries from provided config fileDaniel Egger
2018-09-28Cherry-picked prompt-toolkit 2.0 changes. (#930)Irina Truong
2018-05-14Add completion for table formatsJason Ribeiro
2017-10-11Do NOT escape database names.Amjith Ramanujam
2017-08-20Remove OrderedDict workaround for python < 2.7Andrew Speed
2017-08-06Merge pull request #771 from dbcli/koljonen/reservered_wordsAmjith Ramanujam
2017-08-06Don't quote identifiers that coïncide with non-reserved keywordsJoakim Koljonen
2017-08-06Don't include args in function suggestions for backslash commandsJoakim Koljonen
2017-07-27Use raw strings where needed to avoid backslash ambiguityFrançois Pietka
2017-07-16Merge branch 'master' into koljonen/suggest_functions_with_argsJoakim Koljonen
2017-07-08Some renames for compatibility with the function-arguments PRJoakim Koljonen
2017-07-07Try to make linter happy 5Joakim Koljonen
2017-07-07Try to make linter happy 4Joakim Koljonen
2017-07-07Try to make linter happy 3Joakim Koljonen
2017-07-07Try to make linter happy 2Joakim Koljonen
2017-07-07Try to make linter happyJoakim Koljonen
2017-07-07Skip unwanted columns when expanding `INSERT INTO tbl(*`Joakim Koljonen
2017-07-05Some restructuring of get_column_matches()Joakim Koljonen
2017-06-25Include arguments in function completionsJoakim Koljonen
2017-06-24Simplify pgcompleter.get_function_matchesJoakim Koljonen
2017-06-24Preparatory renameJoakim Koljonen
2017-06-14Fix PEP8 empty line errorsÉtienne BERSAC
2017-06-09Schema name should be escaped in SET SCHEMA.Irina Truong
2017-04-27Complete keywords depending on previous tokenÉtienne BERSAC
2017-04-27Store keywords treeÉtienne BERSAC
2017-03-13Add some commentsJoakim Koljonen
2017-03-13Make schema-qualified objects sort after non-schema-qualifiedJoakim Koljonen
2017-03-05Start suggesting tables/functions/views/types not in search_pathJoakim Koljonen
2017-03-05Preparatory restructuring to simplify the next commitJoakim Koljonen
2017-01-09Changes after reviewJoakim Koljonen
2016-12-12Initialism search for columns and functionsJoakim Koljonen
2016-12-12Search table suggestions using initialismsJoakim Koljonen
2016-12-12Clean up some leftoversJoakim Koljonen
2016-12-10Optimization after code reviewJoakim Koljonen
2016-12-05Support for table-qualifying column suggestionskoljonen
2016-12-05Restructure pgcompleter.find_matches interfaceJoakim Koljonen
2016-11-20Fix scoping for columns from CTEsJoakim Koljonen
2016-10-31Fix issue #603Lele Gaifax
2016-09-04Support configuring keyword casing preferencesDarik Gamble
2016-08-23Fix crash bug with named queriesJoakim Koljonen
2016-08-08Merge pull request #553 from dbcli/darikg/cte-suggestionsAmjith Ramanujam
2016-07-28Consolidate type_priority constantsJoakim Koljonen
2016-07-28Restructure get_join_condition_matches() a bitJoakim Koljonen
2016-07-27Make suggestions based on local tablesDarik Gamble
2016-07-27Add a `local_tables` field to suggestion types to store extracted CTE definit...Darik Gamble
2016-07-27Rename the suggestion field `tables` to `table_refs` so we can add more table...Darik Gamble