1. 21 Sep, 2001 5 commits
  2. 20 Sep, 2001 4 commits
  3. 19 Sep, 2001 5 commits
  4. 18 Sep, 2001 2 commits
    • Peter Eisentraut's avatar
      Generate index.html as the root file name of the documentation set, · 4a4abd42
      Peter Eisentraut authored
      rather than making index.html a symlink to the autogenerated name.
      Fixes fatal problems with tar programs that don't handle symlinks
      very well (MacOS X).
      
      (The names user.html, admin.html, etc. are still available as make
      targets, but they aren't packaged anymore.)
      
      Use the manifest file that the stylesheets generate as the file list
      for packaging.  Put graphics in the right place while building, not
      while packaging, so you can actually look at them after building.
      4a4abd42
    • Tom Lane's avatar
      EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple · 89fa5518
      Tom Lane authored
      counts alongside the planner's estimates.  By Martijn van Oosterhout,
      with some further work by Tom Lane.
      89fa5518
  5. 17 Sep, 2001 9 commits
  6. 16 Sep, 2001 8 commits
  7. 15 Sep, 2001 3 commits
  8. 14 Sep, 2001 4 commits
    • Peter Eisentraut's avatar
      Some formatting changes, add CSS stylesheet. Include indexes in · 184c4afc
      Peter Eisentraut authored
      documentation tarball builds.
      184c4afc
    • Bruce Momjian's avatar
      > Here's a revised patch. Changes: · c1fbf066
      Bruce Momjian authored
      >
      > 1. Now outputs '\\' instead of '\134' when using encode(bytea, 'escape')
      > Note that I ended up leaving \0 as \000 so that there are no ambiguities
      > when decoding something like, for example, \0123.
      >
      > 2. Fixed bug in byteain which allowed input values which were not valid
      > octals (e.g. \789), to be parsed as if they were octals.
      >
      > Joe
      >
      
      Here's rev 2 of the bytea string support patch. Changes:
      
      1. Added missing declaration for MatchBytea function
      2. Added PQescapeBytea to fe-exec.c
      3. Applies cleanly on cvs tip from this afternoon
      
      I'm hoping that someone can review/approve/apply this before beta starts, so
      I guess I'd vote (not that it counts for much) to delay beta a few days :-)
      
      Joe Conway
      c1fbf066
    • Bruce Momjian's avatar
      Allow '1' in jdbc2 boolean test. · e8d5b8d2
      Bruce Momjian authored
      e8d5b8d2
    • Tatsuo Ishii's avatar
      Remove --enable-unicode-conversion · 2374be8a
      Tatsuo Ishii authored
      unicode-conversion is always on if --enable-multibyte is specified
      
      	   Tatsuo Ishii
      2374be8a