1. 29 Sep, 2001 3 commits
    • Bruce Momjian's avatar
      This is a simple patch to put double quotes around a few cases in · 40cd81cf
      Bruce Momjian authored
      pg_ctl.sh which were unquoted when inside of [].
      
      Justin Clift
      40cd81cf
    • Bruce Momjian's avatar
      Per the recent discussion there's been some code changes in JDBC's · 07ce9fe6
      Bruce Momjian authored
      DatabaseMetaData.getColumn(). I proposed a patch that would change the
      number of queries to find out all columns in a table from 2 * N + 1 to 1 (N
      being the number of columns reported) by using some outer joins. I also
      fixed the fact that getColumns() only returned columns that had a default
      defined. OTOH, I did not use to change the code required for obtaining a
      column's remarks (by using col_description() for 7.2  and requested by Tom
      Lane).
      
      Finally, I have found a way to get all the column details in a single query
      *and* use col_description() for 7.2 servers. A patch is attached. It
      overrules Ren? Pijlman's fix for this that was committed just today, but
      still used N + 1 queries (sorry Ren? ;-) )
      
      I also fixed the return values for TABLE_CAT and TABLE_SCHEM from "" to
      null, to be more standard compliant (and requested in Ren?'s mail found at
      http://fts.postgresql.org/db/mw/msg.html?mid=1034253).
      
      As always, the JDBC1 version has not been tested as I have no JDK 1.1
      
      Jeroen van Vianen
      07ce9fe6
    • Hiroshi Inoue's avatar
      Fix the bug about boolean type handling reported by · 5b328502
      Hiroshi Inoue authored
      Kristis Markis.
      5b328502
  2. 28 Sep, 2001 11 commits
  3. 27 Sep, 2001 4 commits
  4. 26 Sep, 2001 5 commits
  5. 25 Sep, 2001 2 commits
  6. 24 Sep, 2001 2 commits
  7. 23 Sep, 2001 13 commits