]> granicus.if.org Git - pgbouncer/commitdiff
update docs with current status
authorMarko Kreen <markokr@gmail.com>
Wed, 1 Aug 2007 20:45:11 +0000 (20:45 +0000)
committerMarko Kreen <markokr@gmail.com>
Wed, 1 Aug 2007 20:45:11 +0000 (20:45 +0000)
NEWS
doc/todo.txt

diff --git a/NEWS b/NEWS
index d0e4b9ecd0cad9262575b72a8edca5ceb51fe7d5..0c5ebddc926fd29edc7cd0c5582d47d79d10ab6b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
 
+2007-06-xx  -  PgBouncer 1.0.9  -  ""
+
+  = Features =
+
+  * Database connect string enhancements:
+    - Accept hostname in host=
+    - Accept custom unix socket location in host=
+    - Accept quoted values: password=' asd''foo'
+  * Cancel pkt sent for idle connection does not drop it anymore,
+    just ReadyForQuery is re-sent.
+  * Print FD limits on startup.
+  * More debug log messages include socket info.
+  * When suspending, try to hit packet boundary ASAP.
+
 2007-06-18  -  PgBouncer 1.0.8  -  "Undead Shovel Jutsu"
 
   = Fixes =
index e23a004031e898c1477c68f11df1e32784055a15..00ed3d3b0e61a7e791d0e222e82ed37486cfb452 100644 (file)
@@ -2,7 +2,15 @@
 
 == Small stuff ==
 
+ * cancel of SUSPEND/PAUSE
+ * reset_command to be issued immidiately after release
+ * suspend_timeout - drop stalled conns
+
+== Low-prio ==
+
  * create manpage
+ * drop_on_error/keep_on_error - if released conn is in error state,
+ then issue rollback and keep it
  * report existing pidfile to console
 
 == Make -R less scary ==
    * if tcp - try binding
    * if unix - try connect()
 
-== Low-prio, otherwise suspicious items ==
+== Suspicious items ==
 
+ * keep track of requested client_encoding (+others) and update if needed?
+   * original values in welcome pkt
+   * static: integer_datetimes, server_encoding, server_version,
+   * dynamic?: session_authorization, is_superuser?, standard_conforming_strings, TimeZone
  * keep stats about error counts
- * SHUTDOWN cmd should print notice
  * before loading users, disable all existing
- * Split CL_IDLE from CL_ACTIVE.  Does not give functional
- advantage, but makes monitoring easier.
+ * auth_conn - access to pg_shadow, so auth_file is not needed