summaryrefslogtreecommitdiffstats
path: root/pgcli/pgclirc
AgeCommit message (Expand)Author
2023-11-06pgclirc: Clarify description of `destructive_warning_restarts_connection` opt...Damien Baty
2023-10-06Allow defining a json file with preferred aliases (#1382)Rob Berry
2023-03-08Add config option to require a transaction for destructive statementsDamien Baty
2023-02-27add comment to pgclirc pager section on default LESS (#1395)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
2021-09-03Add setting in config to control truncating field values. (#1285)Irina Truong
2021-02-12Finer control over destructive warning. (#1242)Irina Truong
2021-02-10Fix issue where `syntax_style` config value would not have any effect (#1241)Eero Ruohola
2020-07-07Add custom color (#1196)Sky.G.Uieen
2020-05-28Support style for missing value. (#1186)laixintao
2020-05-26Minor typo fixes in pgclircanthonydb
2020-04-17show_bottom_toolbar - Feature to Show/Hide Toolbar (#1170)Stephano Paraskeva
2020-03-30Add an example for how to use the colored prompt. (#1163)Amjith Ramanujam
2019-11-25support ansi escape sequences for prompt colorsJonas Jelten
2019-08-23Issue 1018 display first 1k rows (#1092)Irina Truong
2019-03-16Remove the expand_tab option from pgclirc.Amjith Ramanujam
2018-10-01Merge branch 'master' into tab-on-line-startArtur Balabanov
2018-09-28Cherry-picked prompt-toolkit 2.0 changes. (#930)Irina Truong
2018-07-27Add a config option -- expand_tab. If set, \t character will be replaced by 4...Artur Balabanov
2018-07-22make keyring optionalDick Marinus
2018-05-17ported the desctructive warning from mycliDan Clark
2018-03-31Merged master into branch.Irina Truong
2018-03-28#858: fix comment in pgclircAndrew Kuchling
2018-03-23explicit sample in pgclircfraoustin
2018-03-04add color for tablefraoustin
2018-01-17Update pgclircfraoustin
2018-01-06manage pset pagerfraoustin
2017-12-23correct typo in pgclirc commentChris Vaughn
2017-12-11removed setting prompt_dsn from config, just allow for it in cli optionsMarcin Sztolcman
2017-12-11typosMarcin Sztolcman
2017-12-11use other prompt when connecting using --dsn parameterMarcin Sztolcman
2017-08-09Add null_string to config file.Thomas Roten
2017-07-24Change the continuation char to empty string.Amjith Ramanujam
2017-07-16Change the casing default to 'auto'.Amjith Ramanujam
2017-06-11Initial work on using CLI Helpers.Thomas Roten
2017-04-21Merge branch 'master' into koljonen/case_column_titlesAmjith Ramanujam
2017-03-30Allow configurable multiline continuation charOwen Stephens
2017-03-18Casing for column headers (based on casing file)Joakim Koljonen
2017-03-05Start suggesting tables/functions/views/types not in search_pathJoakim Koljonen
2017-02-25Add a config option for the number of menu lines to reserveDarik Gamble
2017-01-21Per #298, make expand modes configurable.AGhost-7
2017-01-06Set default data_formatting to nothing.Amjith Ramanujam
2016-12-12Merge pull request #621 from dbcli/koljonen/show_transaction_statusIrina Truong
2016-12-10Better status-bar transaction-status colorsJoakim Koljonen
2016-12-07Add transaction status to toolbarJoakim Koljonen
2016-12-05Support for table-qualifying column suggestionskoljonen