<?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91"><channel><title>JDBC Driver Changes</title><link>http://jdbc.postgresql.org/changes.html</link><description>JDBC Driver Changes</description><language>en-us</language><item><title> fix</title><link>http://jdbc.postgresql.org/changes.html</link><description> fix
              by 
              jurka
              :
              
&#9;Don't list toast table types in the output of DatabaseMetaData.getTypeInfo.
      </description></item><item><title> add</title><link>http://jdbc.postgresql.org/changes.html</link><description> add
              by 
              jurka
              :
              
        Add support for GSSAPI authentication.
      </description></item><item><title> fix</title><link>http://jdbc.postgresql.org/changes.html</link><description> fix
              by 
              jurka
              :
              
        The Statement and
          Connection proxies used for connection pooling code relied on the
          underlying real connection and statement code for equals and
          hashcode support.  When the proxies are closed we discard the
          references to the real objects, so we can't rely on them for this
          support because we'll get a NullPointerException.
       Thanks to Radu Buzila.</description></item><item><title> add</title><link>http://jdbc.postgresql.org/changes.html</link><description> add
              by 
              jurka
              :
              
&#9;Implement support for generated keys for PreparedStatements in addition
&#9;to the earlier support for plain Statements.
      </description></item><item><title> fix</title><link>http://jdbc.postgresql.org/changes.html</link><description> fix
              by 
              jurka
              :
              
&#9;Not all datatypes use a comma for the array element delimiter.  Lookup
&#9;the appropriate delimiter in the system catalogs.
      </description></item><item><title> fix</title><link>http://jdbc.postgresql.org/changes.html</link><description> fix
              by 
              jurka
              :
              
&#9;DatabaseMetaData.getColumns was broken for the JDBC 3 and 4 drivers when
&#9;running against 7.2 or older servers.
      </description></item><item><title> fix</title><link>http://jdbc.postgresql.org/changes.html</link><description> fix
              by 
              jurka
              :
              
&#9;Retrieve columns' default values from pg_attrdef.adbin rather than adsrc
        because adsrc can get out of date when dependent objects are renamed while
&#9;adbin stays up to date.
       Thanks to Dickson Guedes, Tom Lane.</description></item><item><title> add</title><link>http://jdbc.postgresql.org/changes.html</link><description> add
              by 
              jurka
              :
              
&#9;Speed up parsing of BigDecimal values in the common case of reasonably short,
&#9; simple numbers.
       Thanks to Heikki Linnakangas.</description></item><item><title> fix</title><link>http://jdbc.postgresql.org/changes.html</link><description> fix
              by 
              jurka
              :
              
&#9;Fix parsing of integer and long data.  Some malformed inputs (only a negative
&#9;sign) got treated as valid data.
       Thanks to Heiiki Linnakangas.</description></item><item><title> add</title><link>http://jdbc.postgresql.org/changes.html</link><description> add
              by 
              jurka
              :
              
&#9;Avoid sending extra Describe Portal messages to the server when
        we've already done this for the query.  Caching the Field objects
        across executions will also speed up ResultSetMetaData calls.
       Thanks to Heiiki Linnakangas.</description></item><item><title> add</title><link>http://jdbc.postgresql.org/changes.html</link><description> add
              by 
              jurka
              :
              
&#9;Avoid sending extra Describe Statement messages to the server
        when we've already done this for the query.
      </description></item><item><title> fix</title><link>http://jdbc.postgresql.org/changes.html</link><description> fix
              by 
              jurka
              :
              
&#9;Initialize BatchUpdateExceptions
        with the SQLState of the SQLException that they are wrapping.
        Code that inspects the SQLStates of SQLExceptions, but doesn't
        unwrap the nested exception will not understand the underlying
        cause and may make incorrect decisions about the severity of the
        error.
       Thanks to Fujii Masao.</description></item><item><title> update</title><link>http://jdbc.postgresql.org/changes.html</link><description> update
              by 
              jurka
              :
              
&#9;Updated Serbian translation.
       Thanks to Bojan Skaljac.</description></item><item><title> update</title><link>http://jdbc.postgresql.org/changes.html</link><description> update
              by 
              jurka
              :
              
&#9;Updated Brazilian Portuguese translation.
       Thanks to Euler Taveira de Oliveira.</description></item><item><title> update</title><link>http://jdbc.postgresql.org/changes.html</link><description> update
              by 
              jurka
              :
              
&#9;Updated Turkish translation.
       Thanks to Devrim Gunduz.</description></item><item><title> add</title><link>http://jdbc.postgresql.org/changes.html</link><description> add
              by 
              jurka
              :
              
&#9;Add a connection
        parameter for setting a socket read timeout.  This acts like a
        global query timeout that shuts down the connection if exceeded.
        This can be used to detect dead network connections if you can
        reasonably estimate the upper bound of your queries.
       Thanks to Art Gramlich.</description></item><item><title> fix</title><link>http://jdbc.postgresql.org/changes.html</link><description> fix
              by 
              jurka
              :
              
&#9;Initialize the prepareThreshold parameter for datasources to the same
&#9;value that would be used by a non-DataSource created connection.  By not
        setting it, it effectively turned off the use of named statments.
      </description></item><item><title> add</title><link>http://jdbc.postgresql.org/changes.html</link><description> add
              by 
              jurka
              :
              
&#9;Provide a way for the user to specify the desired length return value for
&#9;metadata about types of unknown length.  We've tried a number of things
        and can't keep everyone happy, so it's their problem now.
      </description></item><item><title> add</title><link>http://jdbc.postgresql.org/changes.html</link><description> add
              by 
              jurka
              :
              
&#9;Implement support for COPY in the JDBC driver with a non-standard
&#9;postgresql CopyManager API.  This provides support for both copy from
&#9;the server and to the server and operating in either a source or sink
        mode.
       Thanks to Kalle Hallivuori.</description></item></channel></rss>