summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-10-31 21:33:59 -0700
committerAmjith Ramanujam <amjith.r@gmail.com>2015-10-31 21:33:59 -0700
commitc6668bc23572855a9cbc22ddda20c106b3a87b90 (patch)
treefc230211357a88f3e5b124d9dd93979cac4c9fa1
parent384d22974f1133fedbcea3d1debeaf3be307eb87 (diff)
parent6bdb3504ed7a30c0755961cb1ed40a196d9c5088 (diff)
Merge pull request #405 from dbcli/amjith/release-0.20.0
Amjith/release 0.20.0
-rw-r--r--AUTHORS23
-rw-r--r--changelog.rst49
2 files changed, 64 insertions, 8 deletions
diff --git a/AUTHORS b/AUTHORS
index 7c4bf08f..1301592a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -12,34 +12,41 @@ Contributors:
-------------
* Brett
* Daniel Schwarz
+ * inkn
* Jonathan Slenders
* xalley
+ * TamasNo1
* François Pietka
- * Alexander Kukushkin
* Michael Kaminsky
- * Jay Zeng
+ * Alexander Kukushkin
* Ludovic Gasc (GMLudo)
* Marc Abramowitz
* Nick Hahner
- * Jacob Magnusson
- * Dionysis Grigoropoulos
+ * Jay Zeng
* Dimitar Roustchev
- * xa
- * Ali Kargın
* Dhaivat Pandit
+ * Matheus Rosa
+ * Ali Kargın
* Nathan Jhaveri
- * Çağatay Yüksel
* David Celis
* Sven-Hendrik Haase
+ * Çağatay Yüksel
* Tiago Ribeiro
* Vignesh Anand
* Charlie Arnold
* dwalmsley
+ * Artur Dryomov
* rrampage
* while0pass
+ * Eric Workman
+ * xa
* Hans Roman
* Guewen Baconnier
- * Eric Workman
+ * Dionysis Grigoropoulos
+ * Jacob Magnusson
+ * Johannes Hoff
+ * vinotheassassin
+ * Jacek Wielemborek
Creator:
--------
diff --git a/changelog.rst b/changelog.rst
index 95bca70e..4f5a87f9 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,3 +1,45 @@
+0.20.0
+======
+
+Features:
+---------
+* Perform auto-completion refresh in background. (Thanks: Amjith, `Darik Gamble`_, `Iryna Cherniavska`_).
+ When the auto-completion entries are refreshed, the update now happens in a
+ background thread. This means large databases with thousands of tables are
+ handled without blocking.
+* Add ``CONCURRENTLY`` to keyword completion. (Thanks: `Johannes Hoff`_).
+* Add support for ``\x auto``. (Thanks: `Stuart Quin`_).
+ ``\\x auto`` will automatically switch to expanded mode if the output is wider
+ than the display window.
+* Don't hide functions from pg_catalog. (Thanks: `Darik Gamble`_).
+* Suggest set-returning functions as tables. (Thanks: `Darik Gamble`_).
+ Functions that return table like results will now be suggested in places of tables.
+* Suggest fields from functions used as tables. (Thanks: `Darik Gamble`_).
+* Using ``pgspecial`` as a separate module. (Thanks: `Iryna Cherniavska`_).
+* Make "enter" key behave as "tab" key when the completion menu is displayed. (Thanks: `Matheus Rosa`_).
+* Support different error-handling options when running multiple queries. (Thanks: `Darik Gamble`_).
+ When ``on_error = STOP`` in the config file, pgcli will abort execution if one of the queries results in an error.
+* Hide the password displayed in the process name in ``ps``. (Thanks: `Stuart Quin`_)
+
+Bug Fixes:
+----------
+* Fix the ordering bug in `\\d+` display, this bug was displaying the wrong table name in the reference. (Thanks: `Tamas Boros`_).
+* Only show expanded layout if valid list of headers provided. (Thanks: `Stuart Quin`_).
+* Fix suggestions in compound join clauses. (Thanks: `Darik Gamble`_).
+* Fix completion refresh in multiple query scenario. (Thanks: `Darik Gamble`_).
+* Fix the broken timing information.
+* Fix the removal of whitespaces in the output. (Thanks: `Jacek Wielemborek`_)
+* Fix PyPI badge. (Thanks: `Artur Dryomov`_).
+
+Improvements:
+-------------
+* Move config file to `~/.config/pgcli/config` instead of `~/.pgclirc` (Thanks: `inkn`_).
+* Move literal definitions to standalone JSON files. (Thanks: `Darik Gamble`_).
+
+Internal Changes:
+-----------------
+* Improvements to integration tests to make it more robust. (Thanks: `Iryna Cherniavska`_).
+
0.19.2
======
@@ -359,3 +401,10 @@ Improvements:
.. _`Nathan Jhaveri`: https://github.com/nathanjhaveri
.. _`Çağatay Yüksel`: https://github.com/cagatay
.. _`Michael Kaminsky`: https://github.com/mikekaminsky
+.. _`inkn`: inkn
+.. _`Johannes Hoff`: Johannes Hoff
+.. _`Matheus Rosa`: Matheus Rosa
+.. _`Artur Dryomov`: https://github.com/ming13
+.. _`Stuart Quin`: https://github.com/stuartquin
+.. _`Tamas Boros`: https://github.com/TamasNo1
+.. _`Jacek Wielemborek`: https://github.com/d33tah