Skip to content
Snippets Groups Projects
  1. Sep 04, 2001
  2. Sep 03, 2001
  3. Aug 31, 2001
  4. Aug 30, 2001
  5. Aug 29, 2001
  6. Aug 28, 2001
  7. Aug 27, 2001
  8. Aug 26, 2001
    • Tom Lane's avatar
      Documentation for transaction-ID-wraparound changes. Add a chapter to · 8e0d642c
      Tom Lane authored
      the Admin Guide about routine maintenance tasks.  Currently this only
      discusses the various reasons for doing VACUUM, but perhaps it could be
      fleshed out with topics like log rotation.
      8e0d642c
    • Bruce Momjian's avatar
      Please pull this patch. It breaks JDBC1 support. The JDBC1 code no · 3d162c0d
      Bruce Momjian authored
      longer compiles, due to objects being referenced in this patch that do
      not exist in JDK1.1.
      
      Barry Lind
      ---------------------------------------------------------------------------
      
      The JDBC driver requires
      
        permission java.net.SocketPermission "host:port", "connect";
      
      in the policy file of the application using the JDBC driver
      in the postgresql.jar file.  Since the Socket() call in the
      driver is not protected by AccessController.doPrivileged() this
      permission must also be granted to the entire application.
      3d162c0d
Loading