1
0
mirror of https://github.com/dbcli/pgcli synced 2024-06-16 01:42:23 +00:00
Commit Graph

220 Commits

Author SHA1 Message Date
Amjith Ramanujam
ec18ff0141
Merge branch 'master' into bugfix/named-queries-from-config 2018-11-17 11:25:20 -08:00
igncampa
819f66e5b5 Contrib guide improv (#946)
improved DEVELOP docs
2018-11-13 14:01:47 -08:00
Dick Marinus
94475e6283 Require prompt_toolkit>=2.0.6. 2018-11-11 13:42:33 -08:00
Daniel Egger
b92743368b Bugfix for #938: load named queries from provided config file 2018-10-31 18:46:04 +01:00
Irina Truong
589c2abdfb
Missed changelog update. (#960) 2018-10-30 07:41:38 -07:00
Dick Marinus
12ad10f697 Clean up and add behave logging (#956) 2018-10-14 13:53:19 -07:00
Irina Truong
fcf0eb022e
Fix for pgcli --list. (#952)
Fix for pgcli --list
2018-10-02 17:10:43 -07:00
Irina Truong
029a1be016 Changelog update to release 2.0.0. 2018-09-28 14:25:54 -07:00
Irina Truong
dfe700edea Changelog update to release 1.11.0. 2018-09-24 16:23:26 -07:00
Max Rothman
172c9cd271 Respect \pset pager on expected behavior
"\pset pager" has three possible values: "always", "on", and "off".
pgcli previously treated all non-"off" values as "always". This change
implements the expected behavior, which is to use the pager when the
output is larger than the terminal height (See \pset pager in
https://www.postgresql.org/docs/9.2/static/app-psql.html). Pgcli adds to
this by also using the pager when the output is wider than the terminal
width.

Fixes #813
2018-09-23 17:02:08 -04:00
Irina Truong
3f52d8db96 Let's release more bugfixes. 2018-07-27 12:03:12 -07:00
Irina Truong
c48a68c2bd Changelog. 2018-07-26 05:11:41 +00:00
Lele Gaifax
05ec05c4cb Adapt the query used to get functions metadata to PG11
This fixes #919.
2018-07-25 08:13:17 +02:00
Lele Gaifax
6a18b6d0e3 Emanuele Gaifas -> Lele Gaifax 2018-07-25 08:11:13 +02:00
Irina Truong
3b7f30dff6 Changelog. 2018-07-24 15:17:08 -07:00
Irina Truong
f24f484310 Changelog update to release 1.10.2. 2018-07-23 17:08:09 -07:00
Dick Marinus
868b81aa98 make keyring optional 2018-07-22 07:34:56 +02:00
Irina Truong
33936a8074 Bugfix release. 2018-07-20 05:11:02 +00:00
Irina Truong
8da6f41785 Changelog. 2018-07-19 18:24:35 -07:00
Irina Truong
e9dfd5b532 Changelog update to release 1.10.0. 2018-07-13 13:45:48 -07:00
Artur Balabanov
27f2b6990d Updated the changelog with the bug fix description 2018-07-06 17:42:53 +01:00
Saif Hakim
e5ced8d27e Fix changelog 2018-07-04 01:50:39 -07:00
Saif Hakim
80957c59c5 Fix lint, update AUTHORS, and changelog 2018-07-04 01:36:50 -07:00
catherinedevlin
74daa23a45 switched view query to imitating psql 2018-06-16 21:47:18 -07:00
Alexandr Korsak
e6506eef4d add me to thanks inline block and to references to me 2018-06-15 23:43:37 +03:00
Alexandr Korsak
123664e913 update changelog and authors 2018-06-15 09:16:13 +03:00
Matthieu Guilbert
beca282196 Update changelog. 2018-06-10 16:37:00 +08:00
Irina Truong
99338e3e27 Changelog link. 2018-06-06 09:48:48 -07:00
Matthieu Guilbert
87b6c9a211 chore: Update changelog and AUTHORS 2018-06-07 00:43:51 +08:00
Irina Truong
69364ab4a5 Changelog. 2018-06-01 08:27:09 -07:00
Irina Truong
908a8ddacf
Merge pull request #888 from dbcli/bugfix/optionalkeyring
make keyring optional
2018-05-29 09:10:28 +01:00
Dick Marinus
95fda8218b Refactor destructive warning in behave tests 2018-05-26 15:49:41 +02:00
Dick Marinus
2ce2a87f37 make keyring optional 2018-05-26 11:26:06 +02:00
Amjith Ramanujam
9ae9df624f
Merge branch 'master' into feature/get-last-sql-query 2018-05-18 21:48:21 -07:00
Amjith Ramanujam
0643fd6534
Merge branch 'master' into master 2018-05-17 05:57:46 -07:00
Dan Clark
51138b43d4 Updated AUTHORS and the changelog.rst 2018-05-17 06:14:12 -04:00
Amjith Ramanujam
bd1da49564 Update changelog. 2018-05-15 10:09:47 -04:00
Rishi Ramraj
a1d9b8a7cc Correct changelog 2018-05-15 01:34:48 -04:00
Rishi Ramraj
e5f06b3fa2 Update changelog.rst 2018-05-15 01:04:03 -04:00
Amjith Ramanujam
d971e49993
Merge pull request #877 from catherinedevlin/keep_callables
Keep callables
2018-05-14 17:32:11 -04:00
Jason Ribeiro
9014d96526 Add completion for table formats 2018-05-14 16:54:52 -04:00
catherinedevlin
dc74a0acd0 Merge remote-tracking branch 'upstream/master' into keep_callables 2018-05-14 16:31:19 -04:00
catherinedevlin
3827ec514f crediting Catherine Devlin 2018-05-14 16:28:30 -04:00
Jason Ribeiro
f836c3a3a4 Disable pager when using \watch 2018-05-14 14:20:37 -04:00
Jason Ribeiro
dd9432d557 Add entries to changelog and AUTHORS 2018-05-14 12:23:42 -04:00
François Pietka
242577e694
Update changelog 2018-04-26 14:24:09 +02:00
Dick Marinus
eabf0b1b9a Mark tests requiring a running database server as dbtest 2018-04-05 21:15:01 +02:00
Irina Truong
e814835180 Changelog update to release 1.9.1. 2018-03-31 13:25:42 -07:00
fraoustin
7563f514af add feature in changelog 2018-03-29 18:58:43 +02:00
Irina Truong
10904eee43 Changelog update, and bump pgspecial for the release. 2018-03-02 10:24:41 -08:00