summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-09-29Move FunctionMetadata definition into its own packageDarik Gamble
2015-09-29Extract functions in the FROM clause as tablesDarik Gamble
2015-09-29extract_tables returns namedtuples instead of bare tuplesDarik Gamble
2015-09-29Rename FunctionMetadata field `result` to `return_type`Darik Gamble
2015-09-28Merge pull request #367 from dbcli/j-bennet/pgspecial-merge-cleanupAmjith Ramanujam
Removed files left over from separating pgspecial.
2015-09-28Removed files left over from separating pgspecial.Iryna Cherniavska
2015-09-27Merge pull request #363 from dbcli/j-bennet/extract-pgspecialAmjith Ramanujam
Using pgspecial as a separate module.
2015-09-27Import content_exceeds_width function from pgspecial.Amjith Ramanujam
2015-09-26Upped pgspecial req to 1.1.0 with \x auto included.Iryna Cherniavska
2015-09-26Using pgspecial as a separate module. Warning: this branch will not build.Iryna Cherniavska
2015-09-25Merge pull request #364 from dbcli/j-bennet/release-script-updateAmjith Ramanujam
Updated release script with a --dry-run and --confirm-steps option.
2015-09-25Updated release script with a --dry-run and --confirm-steps option.Iryna Cherniavska
2015-09-24Merge pull request #361 from dbcli/darikg/suggest-functions-as-tablesAmjith Ramanujam
Suggest functions as tables
2015-09-23Merge pull request #356 from dbcli/amjith/new-config-filedarikg
Move config file to ~/.config/pgcli
2015-09-23Uniquify function names before suggesting themDarik Gamble
2015-09-23Suggest set-returning functions as tablesDarik Gamble
2015-09-23pgexecute returns additional function metadataDarik Gamble
2015-09-23Merge pull request #359 from stuartquin/feature/auto-expandAmjith Ramanujam
Issue #315 Add support for \x auto
2015-09-23Use cli for terminal width, explain magic numbersStuart Quin
2015-09-23Remove any whitespace from valuesStuart Quin
2015-09-23Support for \x on and \x offStuart Quin
2015-09-22Create missing config directory in windows/unix.Amjith Ramanujam
2015-09-22Merge pull request #357 from dbcli/darikg/suggest-all-functionsAmjith Ramanujam
Don't hide functions from pg_catalog
2015-09-22Merge pull request #360 from johshoff/complete_concurrentlyAmjith Ramanujam
Add CONCURRENTLY to keyword completion
2015-09-22Add CONCURRENTLY to keyword completionJohannes Hoff
See e.g. http://www.postgresql.org/docs/9.4/static/sql-createindex.html Fixes #358
2015-09-22Issue #315 Add support for \x autoStuart Quin
2015-09-22Don't hide functions from pg_catalogDarik Gamble
2015-09-20Automatic migration of config file.Amjith Ramanujam
2015-09-20change os.mkdir to os.makedirs in main.pyinkn
2015-09-20fix mkdir probleminkn
2015-09-20if pgcli dir not exists, create itinkn
2015-09-20change default dir of config, log & historyinkn
2015-09-20let pgcli load config from .config/pgcli/config, if not exists, load from ↵inkn
.pgclirc
2015-09-16Merge pull request #352 from TamasNo1/referenced_table_param_orderAmjith Ramanujam
"Referenced by" formatting fix
2015-09-15Same thing with less code changeTamasNo1
2015-09-15Leave behave.ini alone!!TamasNo1
2015-09-15Sort out referenced table param orderingTamasNo1
2015-09-13Merge pull request #350 from dbcli/j-bennet/improve-behave-outputAmjith Ramanujam
When behave fails, it prints out expected and actual output.
2015-09-13Strip color codes out of behave actual output.Iryna Cherniavska
2015-09-13When behave fails, it prints out expected and actual output.Iryna Cherniavska
2015-09-12Merge pull request #345 from dbcli/amjith/completion-refresh-backgroundAmjith Ramanujam
Perform auto-completion refresh in background.
2015-09-12Merge branch 'amjith/completion-refresh-background' of ↵Amjith Ramanujam
github.com:dbcli/pgcli into amjith/completion-refresh-background
2015-09-07Fix bug where refreshing status never disappearedDarik Gamble
Need to check if the cli exists *after* finishing refreshing, not before
2015-09-06Functional test for refresh command.Iryna Cherniavska
2015-09-06Redraw the cli after the refreshing finishesDarik Gamble
2015-09-06Initialize pgcli.cli in the constructor instead of using hasattrDarik Gamble
2015-09-06Print refreshing in toolbarDarik Gamble
2015-09-06token argument wasn't being usedDarik Gamble
2015-09-05Added refresher tests.Iryna Cherniavska
2015-09-05Document callbacks, rename restart_completion and cleanup.Amjith Ramanujam