summaryrefslogtreecommitdiffstats
path: root/pgcli/main.py
AgeCommit message (Expand)Author
2023-10-06Allow defining a json file with preferred aliases (#1382)Rob Berry
2023-10-06Added \echo & \qecho for Issue #1335 (#1371)ERYoung11
2023-09-26Ask for confirmation to quit cli if a transaction is ongoing. (#1400)Damien Baty
2023-03-18Apply black (version 23.1.0)Damien Baty
2023-03-18Remove leftovers of Python 2 supportDamien Baty
2023-03-08lint: Remove unused variables and imported functionsDamien Baty
2023-03-08Add config option to require a transaction for destructive statementsDamien Baty
2023-02-27fix explain output when running with auto-vertical-output or max_width (#1396)Andy Schoenberger
2023-01-03Add config option to always run with a single connection (#1386)Andy Schoenberger
2022-11-17Add config option to not automatically restart connection on destructive warn...Andy Schoenberger
2022-11-11Add config option to not automatically retry connections with operational err...Andy Schoenberger
2022-10-13Changed destructive_warning to take a list of destructive commands (#1328)Rodrigo Neri (Rigo)
2022-09-14Feature: Add new formatter to export data to sql like mycli (#1366)astroshot
2022-09-02Merge pull request #1341 from dbcli/fix-csv-statusAmjith Ramanujam
2022-06-10More generic try/catch when dealing with keyring.Irina Truong
2022-06-06Port to psycopg3 (#1324)Irina Truong
2022-05-22Merge branch 'main' into fix-csv-statusAmjith Ramanujam
2022-05-22Show status in csv format.Amjith Ramanujam
2022-04-03add explain visualizer (#1279)Daniel Kukula
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-21ssh tunnels: allow configuring auto matches (#1302)Bruno Inec
2022-02-18Add SSH tunnel support (#1301)Bruno Inec
2022-01-13Change the order for password prompt and keychain.Amjith Ramanujam
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-05-21Another attempt to fix pgbouncer error (1093.) (#1097)Irina Truong
2021-05-06Blacken.Amjith Ramanujam
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-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-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ý
2020-09-14format code using black.laixintao
2020-07-31More explicit error message when DSN alias is not found (#1198)Tom Caruso
2020-07-28Move from humanize to pendulum library for displaying query durations (#1199)Tom Caruso
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-03-14removed py2-related stuffGeorgy Frolov
2020-03-09Deprecate Python2.7. (#1153)赖信涛