1. 18 Mar, 2003 8 commits
  2. 17 Mar, 2003 5 commits
  3. 16 Mar, 2003 2 commits
  4. 15 Mar, 2003 2 commits
  5. 14 Mar, 2003 9 commits
  6. 13 Mar, 2003 2 commits
  7. 11 Mar, 2003 2 commits
  8. 10 Mar, 2003 4 commits
  9. 09 Mar, 2003 3 commits
  10. 08 Mar, 2003 3 commits
    • Barry Lind's avatar
      Applied patch from Paul Sorenson to correctly handle schema names in updateable result sets. · 05a966fc
      Barry Lind authored
      Applied patch from Rich Cullingford to fix a NPE in the absolute() method of result set.
      Applied patch from Tarjei Skorgenes to fix a NPE when logging is enabled.
      
       Modified Files:
       	jdbc/org/postgresql/core/BaseResultSet.java
       	jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java
       	jdbc/org/postgresql/jdbc2/Array.java
       	jdbc/org/postgresql/util/PSQLException.java
      05a966fc
    • Bruce Momjian's avatar
      Not done: · f93672e2
      Bruce Momjian authored
      > * Precompile SQL functions to avoid overhead (Neil)
      f93672e2
    • Bruce Momjian's avatar
      Reorder items and mark some as completed. · b4bb288e
      Bruce Momjian authored
      > * Allow savepoints / nested transactions [transactions] (Bruce)
      215d210
      < 	o Add GUC parameter to control the maximum number of rewrite cycles
      227,228c222
      < 	o Allow parameters to be specified by name and type during
      < 	  definition
      > 	o Allow parameters to be specified by name and type during definition
      304,305d297
      < * Overhaul bufmgr/lockmgr/transaction manager
      < * Allow savepoints / nested transactions [transactions] (Bruce)
      386,387c378,379
      < * Add checkpoint_min_warning postgresql.conf option to warn about checkpoints
      <   that are too frequent
      > * -Add checkpoint_min_warning postgresql.conf option to warn about checkpoints
      >   that are too frequent (Bruce)
      390d381
      < * Allow pg_xlog to be moved without symlinks
      406c397
      < * Precompile SQL functions to avoid overhead (Neil)
      > * -Precompile SQL functions to avoid overhead (Neil)
      b4bb288e