1. 11 Jun, 2002 3 commits
    • Bruce Momjian's avatar
      Update performance section. · 3a9f82bf
      Bruce Momjian authored
      3a9f82bf
    • Barry Lind's avatar
      The patch does the following: · b465f530
      Barry Lind authored
        Allows you to set the loglevel at runtime by adding ?loglevel=X to the connection URL, where 1 = INFO and 2 = DEBUG.
        Automatically turns on logging by calling DriverManager.setPrintWriter(new PrintWriter(System.out)) if one is not already set.
      Adds a Driver.info() message that prints out the version number
      Adds member variables logDebug and logInfo that can be checked before making logging methods calls
      Adds a build number to the version number string.  This build number will need to be manually incremented when we see fit.
      
      ----------------------------------------------------------------------
      Modified Files:
       	org/postgresql/Connection.java org/postgresql/Driver.java.in
       	org/postgresql/fastpath/Fastpath.java
       	org/postgresql/jdbc1/DatabaseMetaData.java
       	org/postgresql/jdbc2/Connection.java
       	org/postgresql/jdbc2/DatabaseMetaData.java
       	org/postgresql/largeobject/LargeObjectManager.java
       	org/postgresql/util/PSQLException.java
       	org/postgresql/util/Serialize.java
      ----------------------------------------------------------------------
      b465f530
    • Bruce Momjian's avatar
      Update fsync FAQ item. · 8d1c1d40
      Bruce Momjian authored
      8d1c1d40
  2. 10 Jun, 2002 4 commits
  3. 08 Jun, 2002 2 commits
  4. 07 Jun, 2002 10 commits
  5. 06 Jun, 2002 3 commits
  6. 05 Jun, 2002 2 commits
  7. 04 Jun, 2002 1 commit
  8. 03 Jun, 2002 8 commits
  9. 02 Jun, 2002 3 commits
  10. 01 Jun, 2002 4 commits