2000-02-25  Vivien Malerba<malerba@linuxbox.com>
	* lots of modifications to better handle data types, and to 
	better respond to SCHEMA_TABLES, SCHEMA_PROV_TYPES, SCHEMA_COLS,
	SCHEMA_PROCS, SCHEMA_PROC_PARAMS, SCHEMA_AGGREGATES, 
	SCHEMA_SEQUENCES, SCHEMA_TAB_PARENTS.
	* modification to introduce the possibility of making recordsets out
	of a query result built not from a postgres backend result.
	
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

