summaryrefslogtreecommitdiffstats
path: root/pgcli
AgeCommit message (Expand)Author
2020-12-11Releasing version 3.1.0v3.1.0Irina Truong
2020-12-01dependencies: add support for sqlparse 0.4.x (#1224)Kevin Marsh
2020-09-14format code using black.laixintao
2020-09-08Add schema suggestion for functions (#1206)Jan Brun Rasmussen
2020-09-06Add Token.Prompt/Continuation (#1207)bitkeen
2020-09-05Use InputMode.REPLACE_SINGLE (#1208)bitkeen
2020-07-31More explicit error message when DSN alias is not found (#1198)Tom Caruso
2020-07-31Update suggestion literals (#1195)Sky.G.Uieen
2020-07-28Move from humanize to pendulum library for displaying query durations (#1199)Tom Caruso
2020-07-07Add custom color (#1196)Sky.G.Uieen
2020-06-26Fix for #1193 list index out of range on sql comment.Irina Truong
2020-05-28Support style for missing value. (#1186)laixintao
2020-05-26Minor typo fixes in pgclircanthonydb
2020-05-07Fix bug introduced in #1102. (#1178)Irina Truong
2020-04-23Add support for using pspg as the pager. (#1173)pmav99
2020-04-18Merge pull request #1171 from dbcli/bugfix/no-new-lineAmjith Ramanujam
2020-04-18bugfix: don't echo a newline when output is empty.laixintao
2020-04-17show_bottom_toolbar - Feature to Show/Hide Toolbar (#1170)Stephano Paraskeva
2020-04-17Add pg_service.conf handling (#1155)g.denis
2020-04-10Releasing version 3.0.0v3.0.0Irina Truong
2020-03-30Add an example for how to use the colored prompt. (#1163)Amjith Ramanujam
2020-03-14removed py2-related stuffGeorgy Frolov
2020-03-12Fix: Unable to drop previously connected-to database (#1152)g.denis
2020-03-11Drop Python3.5. (#1154)赖信涛
2020-03-09Deprecate Python2.7. (#1153)赖信涛
2020-02-13Add Support for partitioned tables. (#1145)lazydba247
2020-01-14Fix warning raised for using `is not` to compare string literal (#1139)George Thomas
2019-12-19add main file to allow python3 -m pgcli executionJonas Jelten
2019-12-08Merge pull request #1122 from TheJJ/prompt-colorsAmjith Ramanujam
2019-12-05Fix simple typo: thows -> throwsTim Gates
2019-12-04Releasing version 2.2.0v2.2.0Irina Truong
2019-11-25support ansi escape sequences for prompt colorsJonas Jelten
2019-10-29run black againMartin Matějek
2019-10-29Fix logging-format-interpolationMartin Matějek
2019-10-29black formatingMartin Matějek
2019-10-28Merge pull request #1112 from dbcli/j-bennet/pqconninfo-1110Amjith Ramanujam
2019-10-26Use libpq version instead of psycopg2 version.Amjith Ramanujam
2019-10-26Log message.Irina Truong
2019-10-23Disable escape-enter keybinding in vi modeOwen Stephens
2019-10-23Fix the condition for <enter> key. (#1114)Amjith Ramanujam
2019-10-19Fix for PQconninfo not available.Irina Truong
2019-10-16Merge pull request #1107 from owst/function_arg_completions_with_aliasAmjith Ramanujam
2019-10-16fixup! fixup! Take account of table aliases when completing function args (#1...Owen Stephens
2019-10-16fixup! fixup! Handle a multi-line query on Enter key-press (fixes #1031)Owen Stephens
2019-10-13fixup! Handle a multi-line query on Enter key-press (fixes #1031)Owen Stephens
2019-10-13Handle a multi-line query on Enter key-press (fixes #1031)Owen Stephens
2019-10-12Take account of table aliases when completing function args (#1048)Owen Stephens
2019-09-29rm Google Group from main.pyChristopher Harrington
2019-08-28Get server params, such as is_superuser and server_version, without extra que...Irina Truong
2019-08-23Issue 1018 display first 1k rows (#1092)Irina Truong