summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-08Switch back to using psycopg2.Amjith Ramanujam
2015-02-08Releasing version 0.15.0v0.15.0Amjith Ramanujam
2015-02-08Update changelog.Amjith Ramanujam
2015-02-08Pin the version to psycopg2cffi to 2.6.1 and above.Amjith 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-04Update changelog.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 changelog.Amjith Ramanujam
2015-02-02Merge pull request #144 from darikg/special_listAmjith 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
2015-02-01\dt accepts verbose argument and schema\table filtersdarikg
2015-01-31Removed the doctest runner.Amjith Ramanujam
2015-01-31Add travis webhook for gitter.Amjith Ramanujam
2015-01-31Add a test for the boolean printing.Amjith Ramanujam
2015-01-31Stop printing booleans as ints.Amjith Ramanujam
2015-01-31Remove duplicate entry in features.Amjith Ramanujam
2015-01-31Add missing changelog entries.Amjith Ramanujam
2015-01-31Releasing version 0.14.0v0.14.0Amjith Ramanujam
2015-01-31Fix the release script to push tags.Amjith Ramanujam
2015-01-31changelog fix.Amjith Ramanujam
2015-01-31Make completion menu sorted.Amjith Ramanujam
2015-01-31Move refresh routines outside the loop.Amjith Ramanujam
2015-01-30Replace splat import in tests.Amjith Ramanujam
2015-01-30Add a test for the unicode handling in unknown types.Amjith Ramanujam
2015-01-30Update AUTHORS.Amjith Ramanujam
2015-01-30Update the AUTHORS file.Amjith Ramanujam
2015-01-29Add Gitter badge.Amjith Ramanujam
2015-01-29Changelog update.Amjith Ramanujam
2015-01-29Make completions case-insensitiveAmjith Ramanujam
2015-01-29Merge pull request #142 from darikg/masterAmjith Ramanujam
2015-01-28Fix #106 - autocompletion in multiple statementsdarikg
2015-01-27Fix broken tests.Amjith Ramanujam
2015-01-27Add table formats and timing to config file.Amjith Ramanujam
2015-01-27Update README with pypa doc.Amjith Ramanujam
2015-01-26Update TODO.Amjith Ramanujam
2015-01-26Update TODO and changelog.Amjith Ramanujam
2015-01-26Convert psycopg2 erros to unicode. Fixes #124Amjith Ramanujam
2015-01-26Merge pull request #127 from darikg/schema_autocompleteAmjith Ramanujam
2015-01-26Fix \d special command and add some testsDarik Gamble