[libpostgresql-jdbc-java] tag REL7_3_5 created (now b7556b3)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jan 9 10:19:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to tag REL7_3_5
in repository libpostgresql-jdbc-java.

        at  b7556b3   (commit)
This tag includes the following new commits:

       new  3236212   Back-patch recent file removals into REL7_3_STABLE branch.
       new  ab8f157   Merge fix from head for proper join to pg_description
       new  8d62df1   Backpatch from head: fixes for a threading bug, a problem with setNull involving server prepared statements and an improved error message
       new  27daf5a   Backport bug with executeBatch.  This bug was a regression from 7.2 and has been reported by Marko Strukelj and Keith Wannamaker
       new  ed1362c   Fix a stupid cut and paste error from the commit last night.
       new  beb59a3   changed sort of column names to sort by attnum, not attname
       new  7e04436   Patch from Kris Jurka to improve the performance of getImportedKeys().  The fix uses explicit joins to avoid using the genetic query optimizer for consistent results.
       new  9fc2ea8   Backport to 7.3 of patch to correctly handle fractional seconds
       new  93d0ed7   Bumped up build number to 107
       new  5316268   Fix for rollback SQLException from Kris Jurka
       new  5d2899d   Merge changes from head to 7.3 branch: better error message on character set conversion problems and patch from Kris Jurka for numeric scale  Modified Files:   Tag: REL7_3_STABLE  	jdbc/org/postgresql/errors.properties  	jdbc/org/postgresql/core/Encoding.java  	jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java
       new  670fa2b   up build # to 108
       new  1a0c340   Backport a patch from Kris Jurka to 7.3.  Allows getTables() method to work against 7.1 servers.
       new  0d012fe   Backport patch from Fernando Nasser and Harald Krake to fix an invalid datatype problem.
       new  0b5bc6f   Applied patch to update translation file, submitted by Zhenbang Wei Modified Files:   Tag: REL7_3_STABLE  	jdbc/org/postgresql/errors_zh_TW.properties
       new  83c9d2c   Backport a fix from 7.4 to 7.3 to better handle case in updateable result sets. This backports part of the fix made in version 1.11.
       new  93c0bea   Back ported patches from head to 7.3 branch (fixes for NPE in result set absolute() and NPE when logging enabled)  Modified Files:   Tag: REL7_3_STABLE  	jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java  	jdbc/org/postgresql/util/PSQLException.java
       new  78e047b   Backport batch update error message improvements to 7.3 branch
       new  f34da53   Backport fix for parsing \n in updateable result sets to 7.3 branch
       new  94182eb   Applied translation fixes
       new  9360e6e   Backport patch to work around a server bug.  Server incorrectly handles the following:  select 1; commit; set autocommit true; If this is submitted in one call to the server (the select 1 doesn't start a new transaction like it should), however if the select 1 is sent as a separate call then it works correctly.
       new  2f78b60   Backport fix for parsing acls (didn't correctly interpret null acl to mean table owner has privs)  Modified Files:   Tag: REL7_3_STABLE  	jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java
       new  1543ff4   New build number
       new  64b438a   fixed problem where information from previous updates was leaking into subsequent updates patch from Shawn Green
       new  7c341e7   added DISTINCT to the query to get cross reference. This is required when two columns in a table are both foreign keys to another table. From Peter Royal proyal at pace2020.com
       new  91206f9   fixed problem where information from previous updates was leaking into subsequent updates patch from Shawn Green, slightly modified
       new  b8641c4   added addDataType to the interface
       new  6186c9a   Applied patches from Kris Jurka fixing a string tokenizing problem and fixing an order by problem for index metadata results. Also includes removing some unused code as well as a fix to the toString method on statement.
       new  8378418   Upped JDBC build number to 110 for the 7.3.3 release
       new  82d8301   Fix to prevent SQL injection attacks when calling setObject(int,Object,int) where the Object is a String and the type is numeric (i.e. INTEGER,LONG,etc). The fix applies the standard escaping for these values.
       new  433b7b9   Patch to fix additional SQL injection vulnerabilities reported by Oliver Jowett and Dmitry Tkach  Modified Files:   Tag: REL7_3_STABLE  	jdbc/org/postgresql/Driver.java.in  	jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
       new  b7556b3   Backport to 7.3.  Third try to fix the sql injection vulnerability.  This fix completely removes the ability (hack) of being able to bind a list of values in an in clause.  It was demonstrated that by allowing that functionality you open up the possibility for certain types of sql injection attacks.  The previous fix attempts all focused on preventing the insertion of additional sql statements (the semi-colon problem: xxx; any new sql statement here).  But that still [...]

The 32 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git



More information about the pkg-java-commits mailing list