1. 11 9月, 2003 5 次提交
  2. 10 9月, 2003 7 次提交
  3. 09 9月, 2003 12 次提交
    • T
      Update comments about how locale settings are handled. · d0bfe7f1
      Tom Lane 提交于
      d0bfe7f1
    • B
      62b53acc
    • M
      Fixed a few bugs that came up on pgsql-interfaces. · 2fab6168
      Michael Meskes 提交于
      2fab6168
    • B
      Additional SQLState work for JDBC - thanks to Kim Ho at Redhat for input on this · 5cdf771d
      Barry Lind 提交于
       Modified Files:
       	jdbc/build.xml jdbc/org/postgresql/core/QueryExecutor.java
       	jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java
       	jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java
       	jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java
       	jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
       	jdbc/org/postgresql/jdbc2/AbstractJdbc2Statement.java
       	jdbc/org/postgresql/util/PSQLState.java
      5cdf771d
    • M
      - Added Dave patch for Informix handling of numeric/int conversion. · fcdf0e22
      Michael Meskes 提交于
      - Changed all new datatypes to lowercase.
      - Fixed rounding bug in numerical types.
      fcdf0e22
    • T
      Fix a couple minor typos. · fd65be4a
      Tom Lane 提交于
      fd65be4a
    • P
      Update preface. · 6de93c05
      Peter Eisentraut 提交于
      Use question marks rather than brackets to delimit optional elements in
      Tcl synopses.
      
      Fix stylesheet misfeature leading to excessively long cross-reference text
      when linking to a different "part".
      
      Remove <body> attributes -- CSS stylesheets should handle that.
      
      Improve bibliography formatting.
      
      Add fast-forward links for more convenient navigation.
      6de93c05
    • B
      Add: · e54965c0
      Bruce Momjian 提交于
             o Allow ALTER TABLE to change constraint deferrability and actions
      e54965c0
    • T
      "statenebt" ? · 44279693
      Tom Lane 提交于
      44279693
    • T
      Document a bunch of formerly-undocumented date/time operators, · f176e379
      Tom Lane 提交于
      including the SQL-spec OVERLAPS construct.
      f176e379
    • B
      Opps, can't forget the new file. This is part of the last commit to apply · 05dddf40
      Barry Lind 提交于
      the redhat patch for SQLState support.
      
       Added Files:
       	PSQLState.java
      05dddf40
    • B
      This set of changes applies a patch from KHO at redhat to add some SQLState · 0378a269
      Barry Lind 提交于
      support to the jdbc driver.
      That patch needed some work: it assumed the sqlcode in a server message was
      fixed in its position, the patch lost the ability to pass exceptions, and the
      patch missed a couple of places where server errors where being received.
      In addition to fixing the above, I also added full support for the V3 protocol
      error message syntax, I reversed the order of arguments in the PSQLException
      constructor to more closely follow the constructors for SQLException, I changed
      the new constructors that take PSQLState to take Object for additional
      parameters as the old ones did.
      Still todo are to add SQLState values to all existing exceptions thrown in the
      driver and add support for parsing the V3 protocol format for notices.
      
       Modified Files:
       	jdbc/build.xml jdbc/org/postgresql/Driver.java.in
       	jdbc/org/postgresql/errors.properties
       	jdbc/org/postgresql/core/Encoding.java
       	jdbc/org/postgresql/core/PGStream.java
       	jdbc/org/postgresql/core/QueryExecutor.java
       	jdbc/org/postgresql/fastpath/Fastpath.java
       	jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java
       	jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java
       	jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
       	jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java
       	jdbc/org/postgresql/jdbc2/AbstractJdbc2Statement.java
       	jdbc/org/postgresql/util/MessageTranslator.java
       	jdbc/org/postgresql/util/PSQLException.java
      0378a269
  4. 08 9月, 2003 5 次提交
  5. 07 9月, 2003 6 次提交
  6. 06 9月, 2003 5 次提交