summaryrefslogtreecommitdiffstats
path: root/pgcli
AgeCommit message (Expand)Author
2015-03-22Releasing version 0.16.2v0.16.2Amjith Ramanujam
2015-03-14Add \connect to the list of commands that need completion refresh.Amjith Ramanujam
2015-03-10Merge pull request #172 from drocco007/masterAmjith Ramanujam
2015-03-11Format Decimal values directly as stringsDaniel Rocco
2015-03-09Add <null> as a placeholder for missingvalue.Amjith Ramanujam
2015-03-08Add FUNCTION to the list of auto-completion.Amjith Ramanujam
2015-03-08Merge pull request #170 from darikg/better_dotsAmjith Ramanujam
2015-03-06Better handle schema-qualified word_before_cursorDarik Gamble
2015-03-03Releasing version 0.16.1v0.16.1Amjith Ramanujam
2015-03-03Fix the unicode issue with hstore.Amjith Ramanujam
2015-03-03Do not attempt to run \c as a special command.Amjith Ramanujam
2015-03-01Add additional cleanup regexDarik Gamble
2015-03-01Fix slightly incorrect commentDarik Gamble
2015-03-01Releasing version 0.16.0v0.16.0Amjith Ramanujam
2015-02-28Adjust the meta info to be shorter.Amjith Ramanujam
2015-02-28Merge pull request #165 from drocco007/masterAmjith Ramanujam
2015-03-01Interpret incoming JSON as a string instead of via json.loadsDaniel Rocco
2015-02-28Print meta info at launch.Amjith Ramanujam
2015-02-28Use ext shorthand for psycopg2.extensions everywhereDaniel Rocco
2015-02-28Watch out for leading whitespaceDarik Gamble
2015-02-27\dn suggests schemas onlyDarik Gamble
2015-02-27\df suggests only schemas and functionsDarik Gamble
2015-02-27Add \df describe function special commandDarik Gamble
2015-02-27Move pgspecial suggestions to separate methodDarik Gamble
2015-02-26Special commands in multiple sql statements.Amjith Ramanujam
2015-02-25Only include special command completions at the start of a statementDaniel Rocco
2015-02-24Add completion for CREATE WITH TEMPLATEDaniel Rocco
2015-02-17Autocomplete function namesDarik Gamble
2015-02-17Store function metadata (not used yet)Darik Gamble
2015-02-17Store table data one level deeper in nested dictDarik Gamble
2015-02-13Add a version flag.Amjith Ramanujam
2015-02-13Fix failing tests in python 3.Amjith Ramanujam
2015-02-13Format long integers as ints and not as floats.Amjith Ramanujam
2015-02-12Make F4 toggle vi/emacs modes.Amjith Ramanujam
2015-02-12update pgclirc templateJay Zeng
2015-02-12Get vi mode workingJay Zeng
2015-02-12Merge pull request #151 from darikg/bugfix_tables_queryAmjith Ramanujam
2015-02-12Merge pull request #152 from darikg/bugfix_dtAmjith Ramanujam
2015-02-12Catch AttributeError in extend_tables to prevent similar bugs from occurring ...Darik Gamble
2015-02-12\dt query shouldn't restrict schemas if schema qualifer suppliedDarik Gamble
2015-02-12make tables query schema filter match schematas queryDarik Gamble
2015-02-12Add \ds to special commands.Amjith Ramanujam
2015-02-08Releasing version 0.15.4v0.15.4Amjith Ramanujam
2015-02-08Releasing version 0.15.3v0.15.3Amjith Ramanujam
2015-02-08Override LESS options completely.Amjith Ramanujam
2015-02-08Releasing version 0.15.2v0.15.2Amjith Ramanujam
2015-02-08Revert psycopg2cffi to psycopg2.Amjith Ramanujam
2015-02-08Releasing version 0.15.1v0.15.1Amjith Ramanujam
2015-02-08Releasing version 0.15.0v0.15.0Amjith Ramanujam
2015-02-06Convert to use cffi. But unicode isn't working.Amjith Ramanujam