head	1.10;
access;
symbols
	REL7_2_8:1.9
	REL7_2_7:1.9
	REL7_2_6:1.9
	REL7_2_5:1.9
	REL7_2_4:1.9
	REL7_2_3:1.9
	REL7_2_STABLE:1.9.0.4
	REL7_2:1.9
	REL7_2_RC2:1.9
	REL7_2_RC1:1.9
	REL7_2_BETA5:1.9
	REL7_2_BETA4:1.9
	REL7_2_BETA3:1.9
	REL7_2_BETA2:1.9
	REL7_2_BETA1:1.9
	REL7_1_2:1.9
	REL7_1_STABLE:1.9.0.2
	REL7_1_BETA:1.9
	REL7_1_BETA3:1.9
	REL7_1_BETA2:1.9
	REL7_1:1.9
	REL7_0_PATCHES:1.8.0.6
	REL7_0:1.8
	REL6_5_PATCHES:1.8.0.4
	REL6_5:1.8
	REL6_4:1.8.0.2
	release-6-3:1.5
	Release-1-6-0:1.1.1.1
	creation:1.1.1.1;
locks; strict;
comment	@# @;


1.10
date	2002.08.30.13.06.21;	author scrappy;	state dead;
branches;
next	1.9;

1.9
date	2000.06.01.03.07.33;	author momjian;	state Exp;
branches;
next	1.8;

1.8
date	98.09.27.19.12.20;	author mergl;	state Exp;
branches;
next	1.7;

1.7
date	98.06.01.16.41.18;	author mergl;	state Exp;
branches;
next	1.6;

1.6
date	98.04.14.21.14.32;	author mergl;	state Exp;
branches;
next	1.5;

1.5
date	98.02.20.21.25.30;	author mergl;	state Exp;
branches;
next	1.4;

1.4
date	97.09.25.21.14.36;	author mergl;	state Exp;
branches;
next	1.3;

1.3
date	97.09.17.20.46.19;	author mergl;	state Exp;
branches;
next	1.2;

1.2
date	97.06.02.19.41.57;	author mergl;	state Exp;
branches;
next	1.1;

1.1
date	97.04.29.19.37.09;	author mergl;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.04.29.19.37.09;	author mergl;	state Exp;
branches;
next	;


desc
@@


1.10
log
@
perl5 interface moved to gborg
@
text
@#-------------------------------------------------------
#
# $Id: Changes,v 1.9 2000/06/01 03:07:33 momjian Exp $
#
# Copyright (c) 1997, 1998  Edmund Mergl
#
#-------------------------------------------------------

Revision history for Perl extension Pg.

1.8.0   Sep 27 1998
	- adapted to PostgreSQL-6.4:
	  added support for 
	  o PQsetdbLogin
	  o PQpass
	  o PQsocket
	  o PQbackendPID
	  o PQsendQuery
	  o PQgetResult
	  o PQisBusy
	  o PQconsumeInput
	  o PQrequestCancel
	  o PQgetlineAsync
	  o PQputnbytes
	  o PQmakeEmptyPGresult
	  o PQbinaryTuples
	  o PQfmod
	- fixed conndefaults()
	- fixed lo_read

1.7.4   May 28 1998
	- applied patches from 
	  Brook Milligan <brook@@trillium.NMSU.Edu>:
	  o changed Makefile.PL to look for include files
	    and libs in the source tree, except when the
	    environment variable POSTGRES_HOME is set.
	  o bug-fix in test.pl

1.7.3   Mar 28 1998
	- linking again with the shared version of libpq 
	  due to problems on several operating systems.

1.7.2   Mar 06 1998
	- module is now linked with static libpq.a

1.7.1   Mar 03 1998
	- expanded the search path for include files
	- return to UNIX domain sockets in test-scripts

1.7.0   Feb 20 1998
	- adapted to PostgreSQL-6.3:
	  add host=localhost to the conninfo-string
	  of test.pl and example-scripts
	- connectdb() converts dbname to lower case,
	  unless it is surrounded by double quotes
	- added new method fetchrow, now you can do:
	  while (@@row = $result->fetchrow)

1.6.3   Sep 25 1997
	- README update

1.6.2   Sep 20 1997
	- adapted to PostgreSQL-6.2:
          o added support for new method cmdTuples
          o cmdStatus returns now for DELETE the status 
            followed by the number of affected rows,
	- test.pl.newstyle renamed to examples/example.newstyle
	- test.pl.oldstyle renamed to examples/example.oldstyle
	- example script ApachePg.pl now uses 
	  $result->print with HTML option
	- Makefile looks for $ENV{POSTGRES_HOME} instead of 
	  $ENV{POSTGRESHOME} 

1.6.1  Jun 02 1997
	- renamed to pgsql_perl5
	- adapted to PostgreSQL-6.1
	- test only functions, which are also
	  tested in pgsql regression tests

1.5.4  Feb 12, 1997
        - changed test.pl for large objects:
          test only lo_import and lo_export

1.5.3  Jan  2, 1997
	- adapted to PostgreSQL-6.0
        - new functions PQconnectdb, PQuser
        - changed name of method 'new' to 'setdb'

1.4.2  Nov 21, 1996
	- added a more Perl-like syntax

1.3.2  Nov 11, 1996
        - adapted to Postgres95-1.09
	- test.pl adapted to postgres95-1.0.9:
	  PQputline expects now '\.' as last input
	  and PQgetline outputs '\.' as last line.

1.3.1 Oct 22, 1996
        - adapted to Postgres95-1.08
	- large-object interface added, thanks to
	  Sven Verdoolaege (skimo@@breughel.ufsia.ac.be)
	- PQgetline() changed. This breaks old scripts !
	- PQexec now returns in any case a valid pointer.
	  This fixes the annoying message: 
	  'res is not of type PGresultPtr at ...'
	- testsuite completely rewritten, contains
	  now examples for almost all functions
	- resturn codes are now available as constants (PGRES_xxx)
	- PQnotifies() works now
	- enhanced doQuery()

1.2.0 Oct 15, 1995
        - adapted to Postgres95-1.0
	- README updated
	- doQuery() in Pg.pm now returns 0 upon success
	- testlibpq.pl: added test for PQgetline()

1.1.1 Aug  5, 95
	- adapted to postgres95-beta0.03
	- Note: the libpq interface has changed completely !

1.1   Jun  6, 1995
	- Bug fix in PQgetline.

1.0   Mar 24, 1995
	- creation
@


1.9
log
@More perl cleanup
@
text
@d3 1
a3 1
# $Id: Changes,v 1.8 1998/09/27 19:12:20 mergl Exp $
@


1.8
log
@pgsql_perl5-1.8.0
@
text
@d3 1
a3 1
# $Id: Changes,v 1.14 1998/09/27 18:41:29 mergl Exp $
d67 2
a68 2
	- test.pl.newstyle renamed to eg/example.newstyle
	- test.pl.oldstyle renamed to eg/example.oldstyle
@


1.7
log
@adapted Makefile.PL to be build in source tree
@
text
@d3 1
a3 1
# $Id: Changes,v 1.12 1998/06/01 14:53:59 mergl Exp $
d11 19
@


1.6
log
@1.7.3
@
text
@d1 8
d10 9
@


1.5
log
@1.7.0
@
text
@d3 11
@


1.4
log
@*** empty log message ***
@
text
@d3 9
@


1.3
log
@*** empty log message ***
@
text
@d3 3
d7 1
a7 1
	- adapted to PostgresqL-6.2:
@


1.2
log
@*** empty log message ***
@
text
@d3 21
a23 2
1.0   Mar 24, 1995
	- creation
d25 4
a28 2
1.1   Jun  6, 1995
	- Bug fix in PQgetline.
d30 2
a31 3
1.1.1 Aug  5, 95
	- adapted to postgres95-beta0.03
	- Note: the libpq interface has changed completely !
d33 5
a37 5
1.2.0 Oct 15, 1995
        - adapted to Postgres95-1.0
	- README updated
	- doQuery() in Pg.pm now returns 0 upon success
	- testlibpq.pl: added test for PQgetline()
d53 5
a57 5
1.3.2  Nov 11, 1996
        - adapted to Postgres95-1.09
	- test.pl adapted to postgres95-1.0.9:
	  PQputline expects now '\.' as last input
	  and PQgetline outputs '\.' as last line.
d59 3
d63 2
a64 2
1.4.2  Nov 21, 1996
	- added a more Perl-like syntax
d66 2
a67 16

1.5.3  Jan  2, 1997
	- adapted to PostgreSQL-6.0
        - new functions PQconnectdb, PQuser
        - changed name of method 'new' to 'setdb'


1.5.4  Feb 12, 1997
        - changed test.pl for large objects:
          test only lo_import and lo_export

1.6.1  Jun 02 1997
	- renamed to pgsql_perl5
	- adapted to PostgreSQL-6.1
	- test only functions, which are also
	  tested in pgsql regression tests
@


1.1
log
@Initial revision
@
text
@d54 1
a54 1
1.6.0  Apr 29, 1997
@


1.1.1.1
log
@creation for postgresql-6.1
@
text
@@
