1999-05-26  Rodrigo Moya <rmoya@chez.com>
	* corrected an error in the schema options, which caused
	no data to be returned to the client

1999-04-27  Michael Lausch  <mla@gams.at>

	* gda-postgres.c (make_errorbuffer): Add this function.
	(impl_GDA_Connection_open): Raise exception if connection to
	database server fails.

	* gda-postgres-connection.c (gda_postgres_connection_open): Make
	an error when the connection to the database server failes.

1999-04-16  Michael Lausch  <mla@gams.at>

	* Rewritten to match new IDL files.

1999-04-11  Michael Lausch  <mla@gams.at>

	* gda-postgres.c (make_errorbuffer): Add a make_errorbuffer
	function. 
	(impl_GDA_Recordset_fetch): rewrite this function to fix EOF
	logic and memory management.
	(impl_GDA_Recordset_describe): send a GDA_TypeVarchar for every
	field as it's type. 

	* gda-postgres-recset.c (fill_field_values): fix memory management
	for fields. Use Gda_TypeVarchar type for every field. 
	(gda_postgres_recset_move_next): use pos instead of pos+1

