summaryrefslogtreecommitdiffstats
path: root/pgcli/pgexecute.py
AgeCommit message (Expand)Author
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
2018-06-17Pep8.Irina Truong
2018-06-17Can't add tuple and list.Irina Truong
2018-06-16Non-existent function will raise a ProgrammingError.Irina Truong
2018-06-16Fix for 'only named arguments may follow *expression'Irina Truong
2018-06-16switched view query to imitating psqlcatherinedevlin
2018-06-16Added \efcatherinedevlin
2018-06-16Moved code to pgexecutecatherinedevlin
2018-06-07fix: not enough values to unpackMatthieu Guilbert
2018-05-18Merge branch 'master' into feature/get-last-sql-queryAmjith Ramanujam
2018-05-15Restrict the offer to reconnect.Amjith Ramanujam
2018-05-15Add is_special to run returnRishi Ramraj
2017-10-21Fix for #805 (partial).Irina Truong
2017-08-12Fix psycopg2 error code lookupFrançois Pietka