Mon Dec 15 14:33:50 1997  Francesco Chemolli  <kinkie@ai-chan>

	* postgres.c:
	Changed error message upon failed connection to be more verbose, since
	on errors in create() the error() function is not abailible.

Tue Nov 25 16:12:37 1997  Francesco Chemolli  <kinkie@ai-chan>

	* Attic/quickmanual.txt: Removed, out of date.

	* ChangeLog: Updated.

	* version.h: Released version 1.0 (hopefully)

	* doc/Attic/raw_postgres, doc/sql_postgres, doc/sql_postgres_result, doc/Attic/postgres, doc/Attic/postgres_result, doc/postgres_postgres, doc/postgres_postgres_result:
	Made some order, to make the documentation better understandable and
	complete.

	* doc/Attic/postgres, doc/Attic/postgres_result, doc/Attic/raw_postgres:
	Fixed and completed the documentation.

	* lib/postgres.pike: Fixed a typo.

Tue Nov 25 13:42:25 1997  Francesco Chemolli  <kinkie@ai-chan>

	* version.h: Released version 1.0 (hopefully)

	* doc/Attic/raw_postgres, doc/sql_postgres, doc/sql_postgres_result, 
	  doc/Attic/postgres, doc/Attic/postgres_result, doc/postgres_postgres, 
		doc/postgres_postgres_result:
	Made some order, to make the documentation better understandable and
	complete.

	* doc/Attic/postgres, doc/Attic/postgres_result, doc/Attic/raw_postgres:
	Fixed and completed the documentation.

	* lib/postgres.pike: Fixed a typo.

Mon Nov 24 14:34:31 1997  Francesco Chemolli  <kinkie@ai-chan>

	* lib/postgres.h:
	Now it's mainly a placeholder, since the 'real' module is in Sql only,
	and importing the whole Sql family of modules wouldn't help much...

	* ChangeLog: Updated.

	* version.h: Version 1.0pre2.

	* lib/postgres.pike: Added interface compliancy for list_fields.

	* doc/Attic/postgres, doc/Attic/postgres_result:
	Documentation. Lots of it (I hope).

	* lib/postgres.h: *** empty log message ***

Mon Nov 24 14:32:49 1997  Francesco Chemolli  <kinkie@ai-chan>

	* lib/postgres.pike: Added interface compliancy for list_fields.

	* doc/postgres, doc/postgres_result:
	Documentation. Lots of it (I hope).

	* lib/Attic/postgres.h: *** empty log message ***

Thu Nov 13 10:53:39 1997  Francesco Chemolli  <kinkie@ai-chan>

	* ChangeLog: *** empty log message ***

	* version.h: Released version 1.0pre1

	* postgres.c: Added versioning information.

Sun Oct 12 13:11:37 1997  Francesco Chemolli  <kinkie@ai-chan>

	* ChangeLog: Released version 0.7

	* lib/postgres.pike: Removed some redundant code for create().

	* postgres.c:
	Better argument handling for create(). Now portnumber 0 is a special
	case which means "default port" and leaves to the pglib the burden
	of determining the port to connect to.
	Now finally 'object o=Sql.postgres()' works (previously it misbehaved
	if the database argument was missing).

	Stronger typechecking for create().

Sun Oct 12 13:10:08 1997  Francesco Chemolli  <kinkie@ai-chan>

	* lib/postgres.pike: Removed some redundant code for create().

	* postgres.c:
	Better argument handling for create(). Now portnumber 0 is a special
	case which means "default port" and leaves to the pglib the burden
	of determining the port to connect to.
	Now finally 'object o=Sql.postgres()' works (previously it misbehaved
	if the database argument was missing).

	Stronger typechecking for create().

	* lib/postgres.pike:
	Changes were made to use better SQL queries instead of
	filtering the results by hand.

	* Released version 0.7

Mon Oct  6 17:55:15 1997  Francesco Chemolli  <kinkie@ai-chan>

	* postgres.c: Adopted xalloc in lieu of malloc for increased safety
	Added a "version" constant to the postgres pike module to identify
	the vesion with more ease. I'll leave it undocumented elsewhere though.

	* Released version 0.6

Sat Sep  6 11:26:53 1997  Francesco Chemolli  <kinkie@ai-chan>

	* postgres.c, pgresult.c:
	Fixed some problems which could result in deadlocks in the Pike driver.
	Thanks to Henrik Grubbstroem for signaling me.

Tue Jul  8 20:23:06 1997  Francesco Chemolli  <kinkie@ai-chan>

	* postgres.c:
	Corrected a small bug which manifested itself when building in a
	non_threaded environment.

	* Released version 0.5

Mon Jun 30 13:57:08 1997  Francesco Chemolli  <kinkie@ai-chan>

	* configure.in, postgres.c, configure:
	More configure.in fixes and postgres/6.1 compatibility issues addressed

	* configure: *** empty log message ***

	* configure.in:
	Corretto un leggero baco nella versione aggiornata (un path sballato)

	* configure.in, configure:
	Razionalizzato configure.in, ora calcola il reasonable searchpath facendo
	il merge di un insieme di directories. Dovrebbe essere impercettibilmente piu`
	lento ma molto piu` flessibile e semplice da mantenere. Penso che esportero`
	il meccanismo anche verso altri moduli.

Fri Jun 27 09:55:51 1997  Francesco Chemolli  <kinkie@ai-chan>

	* quickmanual.txt: Quickmanual.txt: aggiornata la documentazione

	* lib/postgres.pike: Postgres.pike:
	- modificato in modo da gestire l'interfaccia con meno argomenti di
	 Postgres.postgres
	- modificato il costruttore: invece che
	create(host,db,user,pass,port) (tutti facoltativi)
	e`:
	create([host[:port]],[db],[user],[pass])
	Questo permette di funzionare al modulo SQL generico senza grossi problemi

	* postgres.c:
	Postgres.c: modificato in modo da prendere solo tre argomenti.
	Tanto non e` interface-compliant in ogni caso, tanto vale fare una cosa
	proprietaria ma semplice. Ci pensera` poi il modulo di interfaccia a
	gestire la traduzione e a ottenere la compliancy.

	* Released version 0.4

Thu Jun 19 12:35:12 1997  Francesco Chemolli  <kinkie@ai-chan>

	* lib/postgres.pike: Corretto un baco in lib/postgres.pike

	* pgresult.c: *** empty log message ***

	* pgresult.h: Aggiunto pgresult.h

	* dependencies: Repackaging minore.

	* lib/postgres_result.pike, lib/postgres.h, lib/postgres.pike, configure.in, pgresult.c, postgres.c, Makefile.in, configure:
	Aggiornato a pike/0.5b8
	Ora la classe in Sql.pmod puo` ereditare. Piu` efficiente, e migliore
	controllo degli errori.

	* Released version 0.3

Wed Apr  2 11:56:14 1997  Francesco Chemolli  <kinkie@ai-chan>

	* Makefile.in, configure, configure.in, extras/test_notify.pike, extras/test_schema.pike, lib/postgres.h, pg_types.h, pgres_config.h.in, pgresult.c, postgres.c, quickmanual.txt, testsuite.in:
	Initial revision

	* Makefile.in, configure, configure.in, extras/test_notify.pike, extras/test_schema.pike, lib/postgres.h, pg_types.h, pgres_config.h.in, pgresult.c, postgres.c, quickmanual.txt, testsuite.in:
	Initial version of the Postgres module for Pike.
	Apparently working.

