summaryrefslogtreecommitdiffstats
path: root/pgcli/pgexecute.py
AgeCommit message (Expand)Author
2023-10-12fixed #1403, improved comment handling (#1404)ERYoung11
2023-03-18Apply black (version 23.1.0)Damien Baty
2023-01-02Fix connecting with dsn.Irina Truong
2022-11-21fix psycopg.sql.Identifier in \ev handling (#1384)Andy Schoenberger
2022-08-31black'd the code.ERYoung11
2022-08-31fixed comments with special see Issue #1362ERYoung11
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-02-22Add some comments about porting from psycopg 2 to 3 (#1318)Daniele Varrazzo
2021-11-18no need to strip_comments (#1296)Edoardo Ceccarelli
2021-05-21Another attempt to fix pgbouncer error (1093.) (#1097)Irina Truong
2021-02-12Modernize code to Python 3.6+ (#1229)Miroslav Šedivý
2020-09-14format code using black.laixintao
2020-06-26Fix for #1193 list index out of range on sql comment.Irina Truong
2020-03-14removed py2-related stuffGeorgy Frolov
2020-03-11Drop Python3.5. (#1154)赖信涛
2020-02-13Add Support for partitioned tables. (#1145)lazydba247
2019-10-26Use libpq version instead of psycopg2 version.Amjith Ramanujam
2019-10-26Log message.Irina Truong
2019-10-19Fix for PQconninfo not available.Irina Truong
2019-08-28Get server params, such as is_superuser and server_version, without extra que...Irina Truong
2019-07-12Issue 1019 stacktrace on empty query (#1078)Sebastian Janko
2019-06-09Partial fix for #1058. (#1068)Irina Truong
2019-06-02Run black.Amjith Ramanujam
2019-06-02Add \G as a temporary way to use expanded mode.Amjith Ramanujam
2019-05-25black all the things. (#1049)Irina Truong
2019-05-21pep8.Irina Truong
2019-05-13Handle password with spaces.Amjith Ramanujam
2019-05-11Dsn parameters not always present. (#1054)Irina Truong
2019-05-06Merge branch 'master' into pr1035Amjith Ramanujam
2019-05-06Check if dsn and password values are passed in.Amjith Ramanujam
2019-04-28More intelligent dsn format (#1045)Irina Truong
2019-04-27Allow application_name to be overridden (#1044)raylu
2019-04-09Revert main changes; Filter unwanted params when dsn presentXavier Francisco
2019-04-08Fix usage of pgserviceXavier Francisco
2019-03-18Fix for https://github.com/dbcli/pgcli/issues/1014.Irina Truong
2019-03-16Merge branch 'master' into system-errorAmjith Ramanujam
2019-03-16Remove the unnecessary try/except.Amjith Ramanujam
2019-03-16Access only the required element from the tuple.Amjith Ramanujam
2019-03-15Catch and ignore the system interrupt.Amjith Ramanujam
2019-03-04Fix crash when using --single-connection.Irina Truong
2019-01-21Determine hstore OID from the system view (#992)Marcin Cieślak
2019-01-03Support multihost connection string (#978)Mikhail Elovskikh
2019-01-02Remove some functions completions (#982)Irina Truong
2018-07-25Adapt the query used to get functions metadata to PG11Lele Gaifax
2018-07-24Change server version query.Irina Truong
2018-07-20Print server version as part of welcome message.Irina Truong
2018-07-04Fix lint, update AUTHORS, and changelogSaif Hakim
2018-07-03Avoid reconnect prompt after error if connection is still validSaif Hakim