summaryrefslogtreecommitdiffstats
path: root/pgcli
AgeCommit message (Expand)Author
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-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
2015-02-05Make the tests passing in Python 3.Amjith Ramanujam
2015-02-04Handle empty headers while converting to unicode.Amjith Ramanujam
2015-02-04Make the column name utf8 to unicode.Amjith Ramanujam
2015-02-04Add safety check for non-existent style.Amjith Ramanujam
2015-02-04Add completion for COPY command.Amjith Ramanujam
2015-02-03Add syntax styles to config.Amjith Ramanujam
2015-02-02Update help text for \dt, \di, and \dv to show optional verbose and pattern a...Darik Gamble
2015-02-02Rename list_tables_or_views to list_objects and have list_indexes call that a...Darik Gamble
2015-02-02Make verbose_columns logic a little more reader-friendlyDarik Gamble
2015-02-01Refactor list_tables into a more general method, and make \dv use it to also ...darikg