summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-12-14Releasing version 0.4.3v0.4.3Amjith Ramanujam
2014-12-14Add some docs for release procedures and manual tests.Amjith Ramanujam
2014-12-13Fix the bug when just pressing enter without any text.Amjith Ramanujam
2014-12-13Clean up TODO.Amjith Ramanujam
2014-12-13Add middle of the line completion.Amjith Ramanujam
2014-12-13Enable autocommit when the database is switched.Amjith Ramanujam
2014-12-13Fix a bug in postgres connection string.Amjith Ramanujam
2014-12-12Add :q to quit.Amjith Ramanujam
2014-12-12Allow postgres url for database name.Amjith Ramanujam
2014-12-12Add \l command.Amjith Ramanujam
2014-12-12Add in USE and DESCRIBE to auto-completion.Amjith Ramanujam
2014-12-12Releasing 0.4.1Amjith Ramanujam
2014-12-12Separate case sensitive and insensitive commands.Amjith Ramanujam
2014-12-11Only show database names for completion of use command.Amjith Ramanujam
2014-12-11Release rev 0.4.0.Amjith Ramanujam
2014-12-11Add DESCRIBE command to pgspecial.Amjith Ramanujam
2014-12-11Smart completion for special commands.Amjith Ramanujam
2014-12-11Add a method to get the list of databases.Amjith Ramanujam
2014-12-11Bump the version number to 0.4-devAmjith Ramanujam
2014-12-11Release version 0.3.2Amjith Ramanujam
2014-12-11Adjust help and fix \dt failure.Amjith Ramanujam
2014-12-11Bump version number.Amjith Ramanujam
2014-12-11Add help strings to click options.Amjith Ramanujam
2014-12-11Update the url in READMEAmjith Ramanujam
2014-12-11Add default config file to setup.py.Amjith Ramanujam
2014-12-11Change license file.Amjith Ramanujam
2014-12-11Add in the license.Amjith Ramanujam
2014-12-11Add author email to setup.pyAmjith Ramanujam
2014-12-11Release version 0.3.Amjith Ramanujam
2014-12-11Update get_completions() for new prompt_toolkit.Amjith Ramanujam
2014-12-11Update the description in setup.py.Amjith Ramanujam
2014-12-11RST syntax fix for README.Amjith Ramanujam
2014-12-11Update README.rstAmjith Ramanujam
2014-12-11Add a toolbar and keybinding F2 for smart completion.Amjith Ramanujam
2014-12-10Return the results in the form of a tuple.Amjith Ramanujam
2014-12-09Add test plan and place holder stubs.Amjith Ramanujam
2014-12-08Return list of tuples for \d special command.Amjith Ramanujam
2014-12-08Autorefresh for \c, update readme with thanks.Amjith Ramanujam
2014-12-08Remove tabulate from dependencies and update LICENSE.Amjith Ramanujam
2014-12-08Vendor in pgspecial and tabulate.Amjith Ramanujam
2014-12-07Implement change database for \c and use.Amjith Ramanujam
2014-12-07Finally a fully working version of \d postgres command.Amjith Ramanujam
2014-12-05Add Exit and Quit commands.Amjith Ramanujam
2014-12-05Add completion auto-refresh for create and alter statement.Amjith Ramanujam
2014-12-05Add a new file to handle Postgres special commands.Amjith Ramanujam
2014-12-01Add multi-line support.Amjith Ramanujam
2014-12-01Minor updates to the keywords.Amjith Ramanujam
2014-12-01Add a lot more keywords to completion.Amjith Ramanujam
2014-12-01Remove sqlparser.Amjith Ramanujam
2014-11-30Add a warning.Amjith Ramanujam