summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2015-01-26detect changes to the search_path and refresh accordinglyDarik Gamble
2015-01-26Delete old refresh_completions methodDarik Gamble
2015-01-26Handle unicode for hstore and unknown types. Fixes #134.Amjith Ramanujam
2015-01-25Split up smart completion tests into two filesDarik Gamble
2015-01-25Metadata should be instance variables, not class variablesDarik Gamble
2015-01-25Fix failing tests in python 3 by converting dictionaries to tuples so sorted ...Darik Gamble
2015-01-25Remove pandas dependency by storing database metadata as lists of tuplesDarik Gamble
2015-01-25Merge branch 'master' into schema_autocompleteDarik Gamble
2015-01-24Support connecting to databases with unicode chars.Amjith Ramanujam
2015-01-23Remove the custom parse_dsn function.Amjith Ramanujam
2015-01-23Check if cursor is none before checking rowcount.Amjith Ramanujam
2015-01-23Merge pull request #137 from darikg/apiAmjith Ramanujam
2015-01-23Add convenience method PGCli.get_completions, which delegates to PGCli.comple...Darik Gamble
2015-01-23Move completer construction to PGCli.__init__ and make refresh_completions a ...Darik Gamble
2015-01-22Update README with the build-from-source option.Amjith Ramanujam
2015-01-21Update changelog.Amjith Ramanujam
2015-01-21Merge pull request #133 from drocco007/masterAmjith Ramanujam
2015-01-21Cast bytea fields to text for output.Daniel Rocco
2015-01-20fix bug where columns from a nonvisible table could contribute suggestions wh...Darik Gamble
2015-01-19Merge pull request #129 from j-bennet/masterAmjith Ramanujam
2015-01-19ON keyword now suggests tables and aliases on the right side of equal sign also.Iryna Cherniavska
2015-01-19Added a section about meta-commands to developer documentation.Iryna Cherniavska
2015-01-19fix schema-completion issue: self.schemata is a dataframe, supply self.schema...Darik Gamble
2015-01-19Store escaped nameds in metadataDarik Gamble
2015-01-19fix schema-handling in testsDarik Gamble
2015-01-19escape_name and unescape_name should check for empty values before (un)escapingDarik Gamble
2015-01-19dataframe.apply method returns a copy instead of operating in-placeDarik Gamble
2015-01-19Remove 'public' as a reserved keywordDarik Gamble