1. 16 9月, 2003 7 次提交
  2. 15 9月, 2003 12 次提交
  3. 14 9月, 2003 15 次提交
  4. 13 9月, 2003 6 次提交
    • B
      Attempt threading in this order: · b041d3e3
      Bruce Momjian 提交于
       *      use non-*_r function names if they are all thread-safe
       *          (NEED_REENTRANT_FUNCS=no)
       *      use *_r functions if they exist (configure test)
       *      do our own locking and copying of non-threadsafe functions
      
      New to this patch is the last option.
      b041d3e3
    • B
      More SQLState updates from Kim Ho at Redhat. · 509a9cd3
      Barry Lind 提交于
      Also a patch from Kris Jurka to correctly report SQLState support.
      
       Modified Files:
       	jdbc/org/postgresql/Driver.java.in
       	jdbc/org/postgresql/core/QueryExecutor.java
       	jdbc/org/postgresql/fastpath/Fastpath.java
       	jdbc/org/postgresql/geometric/PGbox.java
       	jdbc/org/postgresql/geometric/PGcircle.java
       	jdbc/org/postgresql/geometric/PGline.java
       	jdbc/org/postgresql/geometric/PGlseg.java
       	jdbc/org/postgresql/geometric/PGpath.java
       	jdbc/org/postgresql/geometric/PGpoint.java
       	jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java
       	jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java
       	jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSetMetaData.java
       	jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
       	jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java
       	jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSetMetaData.java
       	jdbc/org/postgresql/jdbc2/Array.java
       	jdbc/org/postgresql/jdbc3/AbstractJdbc3DatabaseMetaData.java
       	jdbc/org/postgresql/util/PGmoney.java
       	jdbc/org/postgresql/util/PSQLState.java
      509a9cd3
    • T
      Marginal hacks to make tables format more nicely. · f8c365c8
      Tom Lane 提交于
      f8c365c8
    • T
      Mop-up for error-message updates in documentation. · a75ee43c
      Tom Lane 提交于
      a75ee43c
    • T
    • T
      Revert to our pre-7.4 behavior of identifying Unix-socket connections in · 8b43e325
      Tom Lane 提交于
      ps status as '[local]', not as 'localhost' as the code has been doing
      recently.  That's too easily confused with TCP loopback connections,
      and there is no good reason to change the behavior anyway.
      8b43e325