1. 27 Feb, 2003 1 commit
    • Barry Lind's avatar
      Added support for SSL in the jdbc driver · 1cc55168
      Barry Lind authored
       Modified Files:
       	jdbc/build.xml jdbc/org/postgresql/Driver.java.in
       	jdbc/org/postgresql/PG_Stream.java
       	jdbc/org/postgresql/errors.properties
       	jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java
       	jdbc/org/postgresql/util/PSQLException.java
      1cc55168
  2. 26 Feb, 2003 1 commit
  3. 25 Feb, 2003 2 commits
  4. 24 Feb, 2003 2 commits
  5. 23 Feb, 2003 6 commits
  6. 22 Feb, 2003 2 commits
    • Tom Lane's avatar
      Simplify timezone-handling code per proposal to pghackers: get rid of · 80d6a277
      Tom Lane authored
      setting timezone-related variables during transaction start.  They were
      not used anyway in platforms that HAVE_TM_ZONE or HAVE_INT_TIMEZONE,
      which it appears is *all* the platforms we are currently supporting.
      For platforms that have neither, we now only support UTC or numeric-
      offset-from-UTC timezones.
      80d6a277
    • Tom Lane's avatar
      More infrastructure for btree compaction project. Tree-traversal code · 799bc58d
      Tom Lane authored
      now knows what to do upon hitting a dead page (in theory anyway, it's
      untested...).  Add a post-VACUUM-cleanup entry point for index AMs, to
      provide a place for dead-page scavenging to happen.
      Also, fix oversight that broke btpo_prev links in temporary indexes.
      initdb forced due to additions in pg_am.
      799bc58d
  7. 21 Feb, 2003 3 commits
  8. 20 Feb, 2003 1 commit
  9. 19 Feb, 2003 17 commits
  10. 18 Feb, 2003 5 commits