2022-05-25  Shiro Kawai  <shiro@acm.org>

	* dbd_pglib.stub (pq-send-query, pq-get-result): Add those low-level
	  interface.

2022-04-25  Shiro Kawai  <shiro@acm.org>

	* configure, package.scm: Modernize packaging and configuration.

2022-04-23  Fabian Brosda <fabi3141@gmx.de>

	* dbd_pglib.stub (pg-escape-string): Also make it work for
	  GAUCHE_API_VERSION 97 and newer.

2018-11-30  Shiro Kawai  <shiro@acm.org>

	* dbd_pglib.stub (pg-escape-string): Make it work for both
	  Gauche 0.9.7 and before.
	* Makefile.in: -DGAUCHE_API_0_8_8 is no longer needed.

2007-01-17  Tatsuya BIZENN  <bizenn@arthub.net>

	* Fix: Makefile.in
	  Delete DIST_EXCLUDE_X when invoke make maintainer-clean.

2007-01-16  Tatsuya BIZENN  <bizenn@arthub.net>

	* Fix: Makefile.in
	  Add datarootdir definition.
	  Pass -DGAUCHE_API_0_8_8 as --cppflags to gauche-package
	  for usage of new API.

2007-01-07  Tatsuya BIZENN  <bizenn@arthub.net>

	* Fix: dbd_pglib.stub
	  Fit to new API of Gauche post 0.8.8.

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.
