2006-09-26  Maurizio Boriani  <baux@gnu.org>

	* guile-dbd-postgresql.c: Fix deprecated guile 1.6 api.

2005-03-24  Maurizio Boriani  <baux@gnu.org>

	* guile-dbd-postgresql.c (__postgresql_make_g_db_handle): Add new
	connection string parameter parsing, the number of reconnection
	retry.
	(__postgresql_query_g_db_handle): Automatically reconnection 
	attempt on backend after a failure. Improved also query return 
	status check.

2005-03-21  Maurizio Boriani  <baux@gnu.org>

	* guile-dbd-postgresql.c (__postgresql_make_g_db_handle): Set
	"closed" db handler field to false if connection is correctly 
	established.
	(__postgresql_close_g_db_handle): Otherwise true.

2005-02-04  Maurizio Boriani  <baux@member.fsf.org>

	* guile-dbd-postgresql.c: Assign copyright to FSF.
	* Makefile.am: Likewise.

2005-01-18  Maurizio Boriani  <baux@member.fsf.org>

	* guile-dbd-postgresql.c (__postgresql_getrow_g_db_handle): New,
	return a row from query result.

2005-01-17  Maurizio Boriani  <baux@member.fsf.org>

	* guile-dbd-postgresql.c (__postgresql_make_g_db_handle): New, 
	build a connection to postgresql backend.
	(__postgresql_close_g_db_handle): New, clean result set and 
	close connection to postgresql backend. 
	(__postgresql_query_g_db_handle): New, execute a query and 
	store datas into db handler object.

2005-01-15  Maurizio Boriani  <baux@member.fsf.org>

	* Makefile.am: New, sources automake makefile.
	* guile-dbd-postgresql.c: New, main driver source file.
	
