postgresql/src
Marc G. Fournier 9142e54e73 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.
1998-06-03 18:56:09 +00:00
..
backend cleanup. 1998-05-29 17:10:07 +00:00
bin Another \f\ fix for psql. 1998-05-15 01:57:33 +00:00
data Remove duplicates 1998-03-16 05:52:23 +00:00
include Rewrite JROUND macro to multiply by 1e6 rather than divide by 1e-6 1998-05-31 17:08:35 +00:00
interfaces From: Peter T Mount <patches@maidast.demon.co.uk> 1998-06-03 18:56:09 +00:00
lextest Hi, 1998-04-06 00:32:26 +00:00
makefiles return to normal values 1998-05-04 02:09:33 +00:00
man postmaster/postgres options cleanup. 1998-05-27 18:32:05 +00:00
pl/tcl DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
template Solaris 5 fix. 1998-05-22 04:48:45 +00:00
test Add test for UNION. 1998-05-29 13:23:02 +00:00
tools Move FAQ_DEV to docs directory, where it belongs. 1998-05-22 04:20:53 +00:00
tutorial Fix spelling of "including 1998-03-20 04:12:25 +00:00
utils From: Jeroen van Vianen <jeroenv@design.nl> 1998-04-29 12:41:29 +00:00
config.guess From: "Eric H. Raskin" <ehr@listworks.com> 1997-06-11 01:02:01 +00:00
config.sub Start of a univel port by "Michael P. Snyder" <msnyder@hawkeye.huntersmoon.com> 1997-03-25 07:16:36 +00:00
configure pgsql no more needs to be installed for perl 1998-06-01 16:50:23 +00:00
configure.in pgsql no more needs to be installed for perl 1998-06-01 16:50:23 +00:00
DEVELOPERS Move FAQ_DEV to docs directory, where it belongs. 1998-05-22 04:20:53 +00:00
GNUmakefile.in distclean cleanup 1998-04-06 17:02:13 +00:00
install-sh Bring back in the autoconf files - work in progress 1997-02-04 08:53:45 +00:00
Makefile Warning in makefile added from DArcy. 1997-08-22 16:38:33 +00:00
Makefile.global.in Add sys/time.h to fe-misc.c, prevent pgtclsh from using old libaries, 1998-05-12 15:42:09 +00:00