]> granicus.if.org Git - pgbouncer/commitdiff
v1.8 pgbouncer_1_8
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 19 Dec 2017 13:35:54 +0000 (08:35 -0500)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 19 Dec 2017 14:26:42 +0000 (09:26 -0500)
NEWS.rst
configure.ac
debian/changelog
doc/frag-config-man
doc/frag-usage-man

index cdd83db26115eaeb43ad4f0cc1a1938963fe007f..ea8ae73a892a22677ab880b33389938bac0755bd 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -1,6 +1,50 @@
 PgBouncer changelog
 ===================
 
+PgBouncer 1.8.x
+---------------
+
+**2017-12-19  -  PgBouncer 1.8  -  "Confident at the Helm"**
+
+- Features
+
+  * Support PAM authentication.  (Enable with `--with-pam`.)
+
+  * Add `paused` and `disabled` fields to `SHOW DATABASES` output.
+
+  * Add `maxwait_us` field to `SHOW POOLS` output.
+
+  * Add `wait` and `wait_us` fields to `SHOW` commands output.
+
+  * Add new commands `SHOW STATS_TOTALS` and `SHOW STATS_AVERAGES`.
+
+  * Track queries and transactions separately in `SHOW STATS`.  The
+    fields `total_query_time`, `avg_query`, `avg_query`, and
+    `avg_query` have been replaced by new fields.
+
+  * Add `wait_time` to `SHOW STATS`.
+
+- Fixes
+
+  * Updated libusual supports OpenSSL 1.1.
+
+  * Do not attempt to use TLS on Unix sockets.
+
+  * When parsing `pg_hba.conf`, keep parsing after erroneous lines instead of rejecting the whole file.
+    (`#118 <https://github.com/pgbouncer/pgbouncer/issues/118>`_)
+
+  * Several other hba parsing fixes.
+
+  * Fix race condition when canceling query.
+    (`#141 <https://github.com/pgbouncer/pgbouncer/issues/141>`_)
+
+- Cleanups
+
+  * `auth_user` setting is now also allowed globally, not only per database.
+    (`#142 <https://github.com/pgbouncer/pgbouncer/issues/142>`_)
+
+  * Set console client and server encoding to `UTF8`.
+
 PgBouncer 1.7.x
 ---------------
 
index c08546925c5cbe788147884b31be55ca88590b8f..156f8e8856293d012f4c41aee6a2a038d3103ab7 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(pgbouncer, 1.7.2)
+AC_INIT(pgbouncer, 1.8)
 AC_CONFIG_SRCDIR(src/janitor.c)
 AC_CONFIG_HEADER(lib/usual/config.h)
 AC_PREREQ([2.59])
index fd99478dba500e2c5e602643115b08fe6738080c..4adb8ede31c62b8c0fcb4ae559b419c045ba6753 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.8-1) unstable; urgency=low
+
+  * v1.8
+
+ -- Peter Eisentraut <peter@eisentraut.org>  Tue, 19 Dec 2017 00:00:00 +0000
+
 pgbouncer (1.7.2-1) unstable; urgency=low
 
   * v1.7.2
index 4aa25009ba170eb4abe6f1e908cfbcaa808ba560..4bd9eb08e06fbe683269c187d9c5165da6694892 100644 (file)
@@ -2,8 +2,8 @@
 configuration file for pgbouncer
 --------------------------------
 
-:Date:   2006-10-23
-:Version: 1.7
+:Date: 2017-12-19
+:Version: 1.8
 :Manual section: 5
 :Manual group: Databases
 
index e70f8f0efbbe7ff867537ce0f532a5e541bd2304..a762137759828c25393a7983bb793e4ea25774f9 100644 (file)
@@ -2,8 +2,8 @@
 lightweight connection pooler for PostgreSQL
 --------------------------------------------
 
-:Date:   2006-10-23
-:Version: 1.7
+:Date: 2017-12-19
+:Version: 1.8
 :Manual section: 1
 :Manual group: Databases