Check
(*) Move "check" postgres parameters into configure.ac

Results
(*) Conceive metadata model
(*) Allow direct mapping onto structs, using member ptr template args (?)
(*) Caching, "lazy-fetch" result sets
(*) Optimize null check in "not null" fields?

RobustTransaction
(*) User schema support for log table

Streams
(*) Provide metadata information in TableStream
(*) Work streamable (and prefetching!) result sets into Stream hierarchy
(*) Refactor, adding streams that return 1 tuple at a time

Triggers
(*) Allow access to Connection's triggers list?

Nonblocking operation
(*) Separate query issuing from receipt of results
(*) Support select()

Build system
(*) Completely support building outside the source directory
