summaryrefslogtreecommitdiffstats
path: root/pgcli
AgeCommit message (Expand)Author
2022-08-31black'd the code.ERYoung11
2022-08-31fixed comments with special see Issue #1362ERYoung11
2022-06-10More generic try/catch when dealing with keyring.Irina Truong
2022-06-08Fix typos (#1345)Kian-Meng Ang
2022-06-06Port to psycopg3 (#1324)Irina Truong
2022-04-03add explain visualizer (#1279)Daniel Kukula
2022-03-19Releasing version 3.4.1v3.4.1Irina Truong
2022-03-01Black.Irina Truong
2022-03-01Add rowcount to status returned from redshift.Irina Truong
2022-02-22Add some comments about porting from psycopg 2 to 3 (#1318)Daniele Varrazzo
2022-02-21Releasing version 3.4.0v3.4.0Irina Truong
2022-02-21ssh tunnels: allow configuring auto matches (#1302)Bruno Inec
2022-02-18Add SSH tunnel support (#1301)Bruno Inec
2022-01-18Releasing version 3.3.1v3.3.1Amjith Ramanujam
2022-01-13Change the order for password prompt and keychain.Amjith Ramanujam
2022-01-11Releasing version 3.3.0v3.3.0Amjith Ramanujam
2021-11-18no need to strip_comments (#1296)Edoardo Ceccarelli
2021-09-30Re-run last query with bare `\watch` (#1283)Saif Hakim
2021-09-03Add setting in config to control truncating field values. (#1285)Irina Truong
2021-08-23Releasing version 3.2.0v3.2.0Amjith Ramanujam
2021-05-21Another attempt to fix pgbouncer error (1093.) (#1097)Irina Truong
2021-05-06Blacken.Amjith Ramanujam
2021-05-06Include functions from search_path in completion.Amjith Ramanujam
2021-05-06Merge branch 'master' into func-prAmjith Ramanujam
2021-05-06Add missing function literalsPaweł Sacawa
2021-05-05Black formatting.Amjith Ramanujam
2021-05-02Fix: ANSI escape codes in first line make the cli choose expanded output inco...Paweł Sacawa
2021-03-12Use configured pager if table format is csv. (#1260)Irina Truong
2021-03-12fix IPython magic (#1253)Georgy Frolov
2021-03-11Merge pull request #1258 from ERYoung11/fix_test_main_windows_errorGeorgy Frolov
2021-03-10fix import (#1252)Georgy Frolov
2021-03-10skipping initial comments in pgconfig file did not work on Windows.ERYoung11
2021-02-26Black.Irina Truong
2021-02-26Preserve comments when writing to config file.Irina Truong
2021-02-22skip initial comment in pg_session file (#1245)Georgy Frolov
2021-02-22fixed unknown symbol REPLACE_SINGLE in prompt_toolkit < 3.0.6 (#1246)Georgy Frolov
2021-02-17Remove gitter links, update build status badge. (#1244)Irina Truong
2021-02-12Finer control over destructive warning. (#1242)Irina Truong
2021-02-12Modernize code to Python 3.6+ (#1229)Miroslav Šedivý
2021-02-10Fix issue where `syntax_style` config value would not have any effect (#1241)Eero Ruohola
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