CHANGES 601 B

1234567891011121314
  1. latest
  2. Asynchronous API extracted from pgsql_sock into apgsql (returns whole result sets) and ipgsql (returns row by row results).
  3. Original tests are used to test all APIs through emulation modules.
  4. Execute several prepared statements as a batch (execute_batch).
  5. Bind timestamps in erlang:now() format.
  6. 6f9d545 2011-11-01
  7. Asynchronous API is implemented by pgsql_sock.erl, see pgsql.erl for examples.
  8. gen_fsm replaced by internal queue of client requests.
  9. Results can be delivered as regular erlang messages.
  10. Single process to hold driver state and receive socket data.
  11. Slight code reorganization.