2005-11-07  Shiro Kawai  <shiro@acm.org>

	* release 0.2.1

	* dbd_pglib.stub (pq-escape-string): added stuf for PQescapeString.
	* dbd/pg.scm (dbi-escape-sql): defined using pq-escape-string.
	* test.scm : added test data that checks escaping.

	* configure.in, Makefile.in: add -lssl flag if Postgres is configured
	  with openssl.  (Patch from Kogure, Ryo).

2005-11-04  Shiro Kawai  <shiro@acm.org>

	* release 0.2
	
	* configure.in, Makefile.in : adapted to prefix override, i.e.
	  you can pass --prefix (or --libdir/datadir) to configure to
	  customize where the module is installed.

2005-11-03  Shiro Kawai  <shiro@acm.org>

	* dbd/pg.scm (<pg-result-set>, referencer, relation-rows):
	  adapted to the change of the relation framework protocol.

2005-09-10  Shiro Kawai  <shiro@acm.org>

	* dbd_pg.c : manage handles' open/closed status by foreign pointer
	  attribute.  Added PGClosedP() and PGMarkClosed() to manage it.
	* dbd_pglib.stub : check handles' open/close status.
	* dbd/pg.scm : removed dependency to <dbi-object> and <dbi-result-set>.
	  check handles' open/close status by querying the low-level subrs.

2005-09-07  Shiro Kawai  <shiro@acm.org>

	* dbd/pg.scm : adapted to dbi api change

2005-09-02  Shiro Kawai  <shiro@acm.org>

	* dbd_pglib.stub (pq-trace, pq-untrace, pq-set-notice-processor):
	  added more libpq APIs.

2005-09-01  Shiro Kawai  <shiro@acm.org>

	* adapted to the new DBI API.

