]> granicus.if.org Git - pgbouncer/commitdiff
update todo list
authorMarko Kreen <markokr@gmail.com>
Mon, 10 Dec 2007 16:36:19 +0000 (16:36 +0000)
committerMarko Kreen <markokr@gmail.com>
Mon, 10 Dec 2007 16:36:19 +0000 (16:36 +0000)
doc/todo.txt

index 1861eaf42fabe0836160df0f527a40a873fdd33d..58b9ee4573cd7efdad4983b4192bd1b71883e38d 100644 (file)
@@ -1,21 +1,36 @@
 = PgBouncer TODO list =
 
-== Minor features ==
+== next release - 1.2 ==
+
+=== done ===
+ * use aatree for user lookup
+ * Slab allocator for mem management.
+ * Use standard int types: uint*_t
+ * logging to syslog
+
+=== todo ===
 
+ * removing db from config and reload; should work - kill connections
+ * removing user should work - kill connections
  * suspend_timeout - drop stalled conns
  * when dest db does not exists, stalled logins can halt suspend
    fix with suspend_timeout?
  * some preliminary notification that fd limit is full
+ * SHOW TOTALS that shows stats summary (as goes to log) plus mem usage.
+ * ..hopefully.. make -R less scary
+ * ..maybe.. make plan cache work
+
+== Minor features ==
+
  * drop_on_error/keep_on_error - if released conn is in error state,
  then issue rollback and keep it
- * removing db from config and reload; should work
  * show stalled; command - like show sockets; but filter only active ones
 
  * keep stats about error counts
  * auth_conn - access to pg_shadow, so auth_file is not needed
  * units for config parameters.
  * cleanup of logging levels, to make log more useful
- * logging to syslog
+ * decrease list walking
 
 == Major features ==