]> granicus.if.org Git - postgresql/log
postgresql
26 years agoRename locking structure names to be clearer. Add narrative to
Bruce Momjian [Tue, 30 Jun 1998 02:33:34 +0000 (02:33 +0000)]
Rename locking structure names to be clearer.  Add narrative to
backend flowchart.

26 years agoRename lockt to locktype and rename LOCKT to LOCKTYPE.
Bruce Momjian [Sun, 28 Jun 1998 21:17:36 +0000 (21:17 +0000)]
Rename lockt to locktype and rename LOCKT to LOCKTYPE.

26 years agoupdate
Bruce Momjian [Sun, 28 Jun 1998 18:59:26 +0000 (18:59 +0000)]
update

26 years agobackend update.
Bruce Momjian [Sun, 28 Jun 1998 16:35:41 +0000 (16:35 +0000)]
backend update.

26 years agoUpdate flowchart and backend descriptions.
Bruce Momjian [Sun, 28 Jun 1998 15:00:28 +0000 (15:00 +0000)]
Update flowchart and backend descriptions.

26 years agoUpdate backend flowchart.
Bruce Momjian [Sun, 28 Jun 1998 06:17:14 +0000 (06:17 +0000)]
Update backend flowchart.

26 years agoRename BindingTable to ShmemIndex.
Bruce Momjian [Sat, 27 Jun 1998 15:47:48 +0000 (15:47 +0000)]
Rename BindingTable to ShmemIndex.

26 years agoMore cleanups for compiler warnings.
Bruce Momjian [Sat, 27 Jun 1998 14:06:41 +0000 (14:06 +0000)]
More cleanups for compiler warnings.

26 years agoRename proc_exit_clear to on_exit_reset.
Bruce Momjian [Sat, 27 Jun 1998 13:24:21 +0000 (13:24 +0000)]
Rename proc_exit_clear to on_exit_reset.

26 years agoFix for hang after postmaster restart. Add new proc_exit and
Bruce Momjian [Sat, 27 Jun 1998 04:53:49 +0000 (04:53 +0000)]
Fix for hang after postmaster restart.  Add new proc_exit and
shmem_exit to replace exitpg().

26 years agoRename Lockm to Locks.
Bruce Momjian [Fri, 26 Jun 1998 19:57:50 +0000 (19:57 +0000)]
Rename Lockm to Locks.

26 years agoRename LockTab to LockTable in function name.
Bruce Momjian [Fri, 26 Jun 1998 01:58:46 +0000 (01:58 +0000)]
Rename LockTab to LockTable in function name.

26 years agoRename BindingTab to BindingTable.
Bruce Momjian [Thu, 25 Jun 1998 14:24:35 +0000 (14:24 +0000)]
Rename BindingTab to BindingTable.

26 years agocleanup
Bruce Momjian [Wed, 24 Jun 1998 13:21:30 +0000 (13:21 +0000)]
cleanup

26 years agoregenerate manual page list.
Bruce Momjian [Wed, 24 Jun 1998 13:05:01 +0000 (13:05 +0000)]
regenerate manual page  list.

26 years agomanual cleanup
Bruce Momjian [Wed, 24 Jun 1998 13:01:26 +0000 (13:01 +0000)]
manual cleanup

26 years agoAdd another underscore to manual page name.
Bruce Momjian [Wed, 24 Jun 1998 12:52:47 +0000 (12:52 +0000)]
Add another underscore to manual page name.

26 years agoBack out some changes I made just for testing.
Bruce Momjian [Tue, 23 Jun 1998 17:59:54 +0000 (17:59 +0000)]
Back out some changes I made just for testing.

26 years agoAdd underscores in manual references.
Bruce Momjian [Tue, 23 Jun 1998 17:52:38 +0000 (17:52 +0000)]
Add underscores in manual references.

26 years agocleanups
Bruce Momjian [Tue, 23 Jun 1998 16:04:46 +0000 (16:04 +0000)]
cleanups

26 years agoRemove mention of monitor in manual pages.
Bruce Momjian [Tue, 23 Jun 1998 15:43:19 +0000 (15:43 +0000)]
Remove mention of monitor in manual pages.

26 years agorename MAIN_MEMORY to STABLE_MEMORY_STORAGE
Bruce Momjian [Tue, 23 Jun 1998 15:35:48 +0000 (15:35 +0000)]
rename MAIN_MEMORY to STABLE_MEMORY_STORAGE

26 years agonew linux_ppc port.
Bruce Momjian [Mon, 22 Jun 1998 02:04:29 +0000 (02:04 +0000)]
new linux_ppc port.

26 years agoRemove un-needed include files.
Bruce Momjian [Sun, 21 Jun 1998 16:39:11 +0000 (16:39 +0000)]
Remove un-needed include files.

26 years agoFixup for asserts.
Bruce Momjian [Sat, 20 Jun 1998 04:34:31 +0000 (04:34 +0000)]
Fixup for asserts.

26 years agoRemove -c option for Constraint syntax so we us it by default.
Bruce Momjian [Sat, 20 Jun 1998 02:49:38 +0000 (02:49 +0000)]
Remove -c option for Constraint syntax so we us it by default.

26 years agoFrom: t-ishii@sra.co.jp
Marc G. Fournier [Fri, 19 Jun 1998 11:40:46 +0000 (11:40 +0000)]
From: t-ishii@sra.co.jp

As mentioned around line 1153 in backend/commands/copy.c, the method
of array checking is not perfect.

test=> create table t1 (i text);
test=> insert into t1 values('{\\.}');
INSERT 2645600 1
test=> select * from t1;
i
-----
{\\.}
(2 rows)
test=> copy t1 to '/tmp/aaa';
test=> copy t1 from '/tmp/aaa';
ERROR:  CopyReadAttribute - end of record marker corrupted

Copy cannot read data produced by itself!

26 years agoPort name cleanup
Bruce Momjian [Fri, 19 Jun 1998 03:23:41 +0000 (03:23 +0000)]
Port name cleanup

26 years agoSolaris cleanup.
Bruce Momjian [Fri, 19 Jun 1998 02:55:19 +0000 (02:55 +0000)]
Solaris cleanup.

26 years agoautocoinf
Bruce Momjian [Thu, 18 Jun 1998 16:38:59 +0000 (16:38 +0000)]
autocoinf

26 years agoAdd SLEEP_ON_ABORT
Bruce Momjian [Thu, 18 Jun 1998 16:35:38 +0000 (16:35 +0000)]
Add SLEEP_ON_ABORT

26 years agoport name cleanup
Bruce Momjian [Thu, 18 Jun 1998 16:32:51 +0000 (16:32 +0000)]
port name cleanup

26 years agoUpdate .similar file for new template names.
Bruce Momjian [Thu, 18 Jun 1998 04:29:53 +0000 (04:29 +0000)]
Update .similar file for new template names.

26 years agoAdd Assert().
Bruce Momjian [Thu, 18 Jun 1998 04:20:34 +0000 (04:20 +0000)]
Add Assert().

26 years agoCleanup UsePrivateMemory define.
Bruce Momjian [Thu, 18 Jun 1998 03:56:08 +0000 (03:56 +0000)]
Cleanup UsePrivateMemory define.

26 years agoCleanups.
Bruce Momjian [Thu, 18 Jun 1998 03:44:00 +0000 (03:44 +0000)]
Cleanups.

26 years agogoodbye vfork.
Bruce Momjian [Wed, 17 Jun 1998 23:01:58 +0000 (23:01 +0000)]
goodbye vfork.

26 years agocleanup
Bruce Momjian [Wed, 17 Jun 1998 22:59:26 +0000 (22:59 +0000)]
cleanup

26 years agoUpdate to v.0246
Byron Nikolaidis [Tue, 16 Jun 1998 21:29:19 +0000 (21:29 +0000)]
Update to v.0246

26 years ago> Sure send it in, we can put it in contrib. > > > > > I wrote a
Bruce Momjian [Tue, 16 Jun 1998 17:53:44 +0000 (17:53 +0000)]
> Sure send it in, we can put it in contrib.  > > > > > I wrote a
real small function to revoke update on a column. The function >
> doesn't do anything > > fancy like checking user ids.  > > > >
I copied most of it from the refint.c in the contrib directory.
> > > > Should I post this somewhere? It really isn't very big.
> >

Here it is...

--
| Email - rick@rpacorp.com
Rick Poleshuck  | Voice - (908) 653-1070      Fax - (908) 653-0265
| Mail  - RPA Corporation |       - 308 Elizabeth
Avenue, Cranford, New Jersey  07016

26 years agoAdd files to be updated for release.
Bruce Momjian [Tue, 16 Jun 1998 17:04:31 +0000 (17:04 +0000)]
Add files to be updated for release.

26 years agoMore mb patches.
Bruce Momjian [Tue, 16 Jun 1998 07:38:20 +0000 (07:38 +0000)]
More mb patches.

26 years agoHi, here are the patches to enhance existing MB handling. This time
Bruce Momjian [Tue, 16 Jun 1998 07:29:54 +0000 (07:29 +0000)]
Hi, here are the patches to enhance existing MB handling. This time
I have implemented a framework of encoding translation between the
backend and the frontend. Also I have added a new variable setting
command:

SET CLIENT_ENCODING TO 'encoding';

Other features include:
Latin1 support more 8 bit cleaness

See doc/README.mb for more details. Note that the pacthes are
against May 30 snapshot.

Tatsuo Ishii

26 years agoHere is the long awaited optimized version of the S_LOCK patch.
Bruce Momjian [Tue, 16 Jun 1998 07:18:16 +0000 (07:18 +0000)]
Here is the long awaited optimized version of the S_LOCK patch.
This incorporates all the precedeing patches and emailed suggestions
and the results of the performance testing I posted last week. I
would like to get this tested on as many platforms as possible so
I can verify it went in correctly (as opposed to the horrorshow
last time I sent in a patch).

Once this is confirmed, I will make a tarball of files that can be
dropped into a 6.3.2 source tree as a few people have asked for
this in 6.3.2 as well.

David Gould

26 years agoOk, attached is the lo type, which goes some way with Large Object
Bruce Momjian [Tue, 16 Jun 1998 07:07:11 +0000 (07:07 +0000)]
Ok, attached is the lo type, which goes some way with Large Object
Orphaning that occurs with JDBC & ODBC.

Contents:

contrib/lo/Makefile contrib/lo/README contrib/lo/lo.c contrib/lo/lo.sql.in

These are just test stuff - not essential

contrib/lo/test.sql contrib/lo/drop.sql

Peter Mount

26 years agoAdded missing file.
Bruce Momjian [Tue, 16 Jun 1998 06:57:27 +0000 (06:57 +0000)]
Added missing file.

26 years agolarge object fix
Bruce Momjian [Tue, 16 Jun 1998 06:53:27 +0000 (06:53 +0000)]
large object fix

26 years agoI've hacked up pg_dump so that it generates CONSTRAINT and CHECK
Bruce Momjian [Tue, 16 Jun 1998 06:52:15 +0000 (06:52 +0000)]
I've hacked up pg_dump so that it generates CONSTRAINT and CHECK
syntax that can be read back in with psql.  I did this by adding
a
 "-c" switch that controls moving the CONTSTRAINT statements inside
the CREATE TABLE statements and adding () around the CHECK arguments.
Here's diffs against the 6.3.2 version of pg_dump.c.

ccb

26 years agoHello!
Bruce Momjian [Tue, 16 Jun 1998 06:42:02 +0000 (06:42 +0000)]
Hello!

   Attached to the mail is locale-patch.tar.gz. In the archive
   there are:

file README.locale
   short description

directory src/test/locale
   test suite; currently only koi8-r tests, but the suite can be
   easily extended

file locale.patch
   the very patch; to apply: patch < locale.patch; should be applied
   to postgres-6.3.2 (at least I created it with 6.3.2 without any
additional
   patches)

   Files touched by the patch:  src/include/utils/builtins.h
src/backend/utils/adt/char.c src/backend/utils/adt/varchar.c
src/backend/utils/adt/varlena.c

Oleg

26 years agoThere is a patch which has worked for me. The real problem might
Bruce Momjian [Tue, 16 Jun 1998 05:50:55 +0000 (05:50 +0000)]
There is a patch which has worked for me. The real problem might
be in PQreset, which can't reset a conninfo based connection. The
patch:

Arpad Magosanyi

26 years agotry again
Bruce Momjian [Tue, 16 Jun 1998 05:35:12 +0000 (05:35 +0000)]
try again

26 years agoI investigated carefully POSTGRES data base (in idea to use it for
Bruce Momjian [Tue, 16 Jun 1998 04:34:30 +0000 (04:34 +0000)]
I investigated carefully POSTGRES data base (in idea to use it for
our internal IP routing data base, and because  I have participated
in Ingres development here in Russia in RUBIN/DEMOS project -
through it was not freeware work - and it was very interesting for
me too see such good freeware data base as PostgreSQL), and I
modified 'ipaddr' data type library in accordance to our requests
and to allow SQL do indexing over ipaddr objects.

You can read description at 'http://relcom.EU.net/ipaddr.html' and
get sources at 'http://relcom.EU.net/ip_class.tar.gz'. It contains
sources, sql scripts for incorporating new data type into postgres
(including ipaddr_ops operator class incorporation) and 20,000
records based data test for the indexing.

I am not sure if it's proper mail list for this information, and
if it's interesting for anyone except me to get full-functional
ipaddress class. I am ready to make all modifications, bug fixing
and documentation for this data class if it's nessesary for it's
contribution to the Postgres data base.

Anyway, all my work was based at original 'ip&mac data type'
contribution, written by Tom Ivar Helbekkmo.

Be free to write me any questions or requests about this work.
==============================================================

Aleksei Roudnev, Network Operations Center, Relcom, Moscow (+7 095)
194-19-95 (Network Operations Center Hot Line),(+7 095) 239-10-10,
N 13729 (pager) (+7 095) 196-72-12 (Support), (+7 095) 194-33-28
(Fax)

26 years agoThe attached patch modifies libpgtcl per previous discussion: the
Bruce Momjian [Tue, 16 Jun 1998 04:10:17 +0000 (04:10 +0000)]
The attached patch modifies libpgtcl per previous discussion:  the
pg_notifies statement is eliminated, and callbacks defined by
pg_listen are instead invoked automatically from the Tcl idle loop
whenever a NOTIFY message is received.

I have done only cursory testing, so there may be problems still
lurking (particularly on non-Unix machines?).  But it seems to
work.

Patch is against today's cvs sources.  Note that this will not work
with the 6.3.2 release since it depends on the new libpq.

The diffs are a bit large so I've gzipped them.  A patch to update
libpgtcl.sgml is included too.

regards, tom lane

26 years agoAdd flag for linux-alpha.
Bruce Momjian [Tue, 16 Jun 1998 04:04:00 +0000 (04:04 +0000)]
Add flag for linux-alpha.

26 years agoAdd FAQ_CVS.
Bruce Momjian [Tue, 16 Jun 1998 03:55:15 +0000 (03:55 +0000)]
Add FAQ_CVS.

26 years agoautoconf
Bruce Momjian [Tue, 16 Jun 1998 03:33:31 +0000 (03:33 +0000)]
autoconf

26 years agoHere are two patches to fix up the c++ (and c) support in the
Bruce Momjian [Tue, 16 Jun 1998 03:28:58 +0000 (03:28 +0000)]
Here are two patches to fix up the c++ (and c) support in the
configuration system.  The idea is to make the configure arguments
that specify compilers to be compatible with the other --with
options.  The main point, though, is that the c++ support is on by
default, but can easily be disabled by the --without-CXX option
for those few(?) that don't want it.

Brook Milligan

26 years agoAdd bsdi shared library support.
Bruce Momjian [Tue, 16 Jun 1998 03:17:47 +0000 (03:17 +0000)]
Add bsdi shared library support.

26 years agoRemove time travel reference.
Bruce Momjian [Tue, 16 Jun 1998 03:03:03 +0000 (03:03 +0000)]
Remove time travel reference.

26 years agoChange error message and remove non-functional update message, from
Bruce Momjian [Tue, 16 Jun 1998 02:53:26 +0000 (02:53 +0000)]
Change error message and remove non-functional update message, from
Vadim.

26 years agoFix portname defines in Makefiles.
Bruce Momjian [Mon, 15 Jun 1998 21:01:54 +0000 (21:01 +0000)]
Fix portname defines in Makefiles.

26 years agoAdd remove extra braces code to pgindent.
Bruce Momjian [Mon, 15 Jun 1998 20:45:57 +0000 (20:45 +0000)]
Add remove extra braces code to pgindent.

26 years agoRemove un-needed braces around single statements.
Bruce Momjian [Mon, 15 Jun 1998 19:30:31 +0000 (19:30 +0000)]
Remove un-needed braces around single statements.

26 years agoFix macros that were not properly surrounded by parens or braces.
Bruce Momjian [Mon, 15 Jun 1998 18:40:05 +0000 (18:40 +0000)]
Fix macros that were not properly surrounded by parens or braces.

26 years agoRelationForgetRelation not needed in heap_destroy().
Bruce Momjian [Sun, 14 Jun 1998 13:31:07 +0000 (13:31 +0000)]
RelationForgetRelation not needed in heap_destroy().

Vadim.

26 years agoMake new DISABLE_COMPLEX_MACRO for compilers that can't handle our
Bruce Momjian [Sun, 14 Jun 1998 01:34:07 +0000 (01:34 +0000)]
Make new DISABLE_COMPLEX_MACRO for compilers that can't handle our
macros.

26 years agoMake lo_unlink take oid param, not int4.
Bruce Momjian [Sat, 13 Jun 1998 20:27:10 +0000 (20:27 +0000)]
Make lo_unlink take oid param, not int4.

26 years agoFix problem with table drop after rollback of transaction, no flush
Bruce Momjian [Sat, 13 Jun 1998 20:22:54 +0000 (20:22 +0000)]
Fix problem with table drop after rollback of transaction, no flush
of index tuples.  Thanks to Vadim for fix.

26 years agoCleanup of 'sameuser' patch.
Bruce Momjian [Sat, 13 Jun 1998 05:14:56 +0000 (05:14 +0000)]
Cleanup of 'sameuser' patch.

26 years ago> I needed to do that for the web database that I'm setting up. We
Bruce Momjian [Sat, 13 Jun 1998 04:27:18 +0000 (04:27 +0000)]
> I needed to do that for the web database that I'm setting up. We
have > 20000 users and each (potentially) needs a separate database
which is > only accessible to them. Rather than having 20000 lines
in pg_hba.conf, > I've patched Postgres so that the special token
"sameuser" in the > database field of pg_hba.conf allows access
only to the username which > is connecting.

26 years agotemplate change
Bruce Momjian [Fri, 12 Jun 1998 22:42:12 +0000 (22:42 +0000)]
template change

26 years agotemplate changes
Bruce Momjian [Fri, 12 Jun 1998 22:26:24 +0000 (22:26 +0000)]
template changes

26 years agorun autoconf
Bruce Momjian [Fri, 12 Jun 1998 18:44:21 +0000 (18:44 +0000)]
run autoconf

26 years agoClean up template names and remove LINUX_ELF hack. No longer
Bruce Momjian [Fri, 12 Jun 1998 18:36:42 +0000 (18:36 +0000)]
Clean up template names and remove LINUX_ELF hack.  No longer
needed.

26 years agoNow 6.4.
Bruce Momjian [Tue, 9 Jun 1998 22:59:04 +0000 (22:59 +0000)]
Now 6.4.

26 years agoAuto-seed random so user's can't request random values based on
Bruce Momjian [Tue, 9 Jun 1998 19:20:59 +0000 (19:20 +0000)]
Auto-seed random so user's can't request random values based on
our postmaster random seed used from cancel.

26 years agoFix for exec() removal.
Bruce Momjian [Tue, 9 Jun 1998 17:36:28 +0000 (17:36 +0000)]
Fix for exec() removal.

26 years agoAnother for for exec() removal and finding binaries.
Bruce Momjian [Tue, 9 Jun 1998 17:13:06 +0000 (17:13 +0000)]
Another for for exec() removal and finding binaries.

26 years agoAttached is a patch that fixes these leaks, and does a couple other
Bruce Momjian [Tue, 9 Jun 1998 04:06:12 +0000 (04:06 +0000)]
Attached is a patch that fixes these leaks, and does a couple other
things as well:
  * Computes and saves a cancel key for each backend.  * fflush
  before forking, to eliminate double-buffering problems
    between postmaster and backends.

Other cleanups.

Tom Lane

26 years agoFixed exec path problem.
Bruce Momjian [Mon, 8 Jun 1998 22:28:30 +0000 (22:28 +0000)]
Fixed exec path problem.

26 years agoOfficial V.0244 (missed a file)
Byron Nikolaidis [Mon, 8 Jun 1998 20:55:33 +0000 (20:55 +0000)]
Official V.0244 (missed a file)

26 years agoShow filename on exec failure.
Bruce Momjian [Mon, 8 Jun 1998 19:36:40 +0000 (19:36 +0000)]
Show filename on exec failure.

26 years agoFix typo.
Bruce Momjian [Mon, 8 Jun 1998 19:15:05 +0000 (19:15 +0000)]
Fix typo.

26 years agoMake regression optional.
Bruce Momjian [Mon, 8 Jun 1998 16:48:49 +0000 (16:48 +0000)]
Make regression optional.

26 years agoupdate to say "most advanced".
Bruce Momjian [Mon, 8 Jun 1998 16:43:15 +0000 (16:43 +0000)]
update to say "most advanced".

26 years agoUpdate driver to official 6.30.0244 release.
Byron Nikolaidis [Mon, 8 Jun 1998 16:15:12 +0000 (16:15 +0000)]
Update driver to official 6.30.0244 release.

26 years agoAdd real random() call to postmaster for use in cancel.
Bruce Momjian [Mon, 8 Jun 1998 04:27:59 +0000 (04:27 +0000)]
Add real random() call to postmaster for use in cancel.

26 years agoAlso added two new files.
Bruce Momjian [Fri, 5 Jun 1998 03:56:03 +0000 (03:56 +0000)]
Also added two new files.

src/test/regess/sql/junkfilter.sql                --  SQL for
regression test src/test/regess/expected/junkfilter.out      --
Expected output SQL for regression test

David Hartwig

26 years agoI made several adjustments to my earlier patch to handle the
Bruce Momjian [Fri, 5 Jun 1998 03:49:20 +0000 (03:49 +0000)]
I made several adjustments to my earlier patch to handle the
condition where the target label is ambiguous.

26 years agoShow backend status on ps command line. Remove unused args from
Bruce Momjian [Thu, 4 Jun 1998 17:26:49 +0000 (17:26 +0000)]
Show backend status on ps command line.  Remove unused args from
pg_exec_query().

26 years agoUpdate odbc driver to current version V.0244
Byron Nikolaidis [Wed, 3 Jun 1998 20:33:45 +0000 (20:33 +0000)]
Update odbc driver to current version V.0244

26 years agoFrom: Peter T Mount <patches@maidast.demon.co.uk>
Marc G. Fournier [Wed, 3 Jun 1998 19:43:29 +0000 (19:43 +0000)]
From: Peter T Mount <patches@maidast.demon.co.uk>

Bug fixes:

        PreparedStatement.setObject didn't handle short's

        ResultSet.getDate() now handles null dates (returns null rather
        than a NullPointerException)

        ResultSetMetaData.getPrecision() now returns 0 for VARCHAR

New features:

        Field now caches the typename->oid in a Hashtable to speed things
        up. It removes the need for some unnecessary queries to the
        backend.

        PreparedStatement.toString() now returns the sql statement that
        it will send to the backend. Before it did nothing.

        DatabaseMetaData.getTypeInfo() now does something.

26 years agoFrom: Peter T Mount <patches@maidast.demon.co.uk>
Marc G. Fournier [Wed, 3 Jun 1998 18:56:09 +0000 (18:56 +0000)]
From: Peter T Mount <patches@maidast.demon.co.uk>

Bug fixes:

        PreparedStatement.setObject didn't handle short's

        ResultSet.getDate() now handles null dates (returns null rather
        than a NullPointerException)

        ResultSetMetaData.getPrecision() now returns 0 for VARCHAR

New features:

        Field now caches the typename->oid in a Hashtable to speed things
        up. It removes the need for some unnecessary queries to the
        backend.

        PreparedStatement.toString() now returns the sql statement that
        it will send to the backend. Before it did nothing.

        DatabaseMetaData.getTypeInfo() now does something.

26 years agoFrom: Michael Meskes <meskes@topsystem.de>
Marc G. Fournier [Wed, 3 Jun 1998 13:55:15 +0000 (13:55 +0000)]
From: Michael Meskes <meskes@topsystem.de>

+ Wed Jun  3 13:38:57 CEST 1998
+
+       - Made sqlca struct compatible with other systems.
+       - Give back a warning in case of truncation
+       - Changed the handling of OptimizableStmt since the old one broke
+         CREATE RULE
+       - Set library version to 2.3
+       - Set version to 2.3.3

26 years agopgsql no more needs to be installed for perl
Edmund Mergl [Mon, 1 Jun 1998 16:50:23 +0000 (16:50 +0000)]
pgsql no more needs to be installed for perl

26 years agoremoved constraint for perl: installed pgsql
Edmund Mergl [Mon, 1 Jun 1998 16:44:08 +0000 (16:44 +0000)]
removed constraint for perl: installed pgsql

26 years agoadapted Makefile.PL to be build in source tree
Edmund Mergl [Mon, 1 Jun 1998 16:41:27 +0000 (16:41 +0000)]
adapted Makefile.PL to be build in source tree

26 years agoUpdate the text...
Marc G. Fournier [Sun, 31 May 1998 22:20:44 +0000 (22:20 +0000)]
Update the text...

26 years agoRewrite JROUND macro to multiply by 1e6 rather than divide by 1e-6
Thomas G. Lockhart [Sun, 31 May 1998 17:08:35 +0000 (17:08 +0000)]
Rewrite JROUND macro to multiply by 1e6 rather than divide by 1e-6
 and vica versa for the next operation.
This is reputed to fix inline math optimization troubles in glibc-2.0.x.
Regression tests still pass on libc/i686 machine.  Patch suggested by Matt.

26 years agocleanup.
Bruce Momjian [Fri, 29 May 1998 17:10:07 +0000 (17:10 +0000)]
cleanup.