1. 06 Aug, 2004 9 commits
    • Bruce Momjian's avatar
      I have noticed that the latex format in psql has some bugs: · d6e05afc
      Bruce Momjian authored
      o "_" is not escaped, and causes TeX to abort, thinking it's a
        subscript outside of maths mode.  Most of my table and field names
        use underscores, so this is a really nasty one.
      o The column count is calculated using the contents of opt_align. But
        opt_align has one extra element, and so it's always one too many.  I
        changed it to count the column headings, like all the other output
        formats.  There may be a bug in computing opt_align that this patch
        does not address, but I'm not yet familiar enough with the psql
        source to fix this as well.
      o  The line drawing rules for each border setting (0-3) and expanded
        mode didn't always match the documented behaviour and what other
        formats (e.g. aligned) did.  I made it as conformant as possible,
        and also tidied the alignment of the first line of the footer, which
        was incorrectly indented.
      
      Roger Leigh
      d6e05afc
    • Tom Lane's avatar
      Use one, not zero, as the default lower bound for arrays of AclItems. · 7f018ac1
      Tom Lane authored
      This avoids changing the displayed appearance of ACL columns now that
      array_out decorates its output with bounds information when the lower
      bound isn't one.  Per gripe from Gaetano Mendola.  Note that I did not
      force initdb for this, although any database initdb'd in the last
      couple of days is going to have some problems.
      7f018ac1
    • Bruce Momjian's avatar
      Modify: · 57050f9b
      Bruce Momjian authored
      > * Un-comment all variables in postgresql.conf
      84,85c84,85
      <   By removing comments we prevent the confusion that commenting a line
      <   returns a modified value to its default, which it does not.
      >   By not showing commented-out variables, we discourage people from
      >   thinking that re-commenting a variable returns it to its default.
      57050f9b
    • Tom Lane's avatar
      Add _O_TEXT option to dup2 call on Windows, to ensure redirected postmaster · 533bd1d5
      Tom Lane authored
      stderr is in text mode.  Per Andreas.
      533bd1d5
    • Tom Lane's avatar
      8ae7278c
    • Bruce Momjian's avatar
      Add: · 78877260
      Bruce Momjian authored
      > * Track dependencies in function bodies and recompile/invalidate
      78877260
    • Bruce Momjian's avatar
      Add description: · ab7e8cba
      Bruce Momjian authored
      >
      >   By removing comments we prevent the confusion that commenting a line
      >   returns a modified value to its default, which it does not.
      >
      ab7e8cba
    • Bruce Momjian's avatar
      Add: · e6c72063
      Bruce Momjian authored
      > * Remove comments on postgresql.conf variables
      e6c72063
    • Bruce Momjian's avatar
  2. 05 Aug, 2004 6 commits
  3. 04 Aug, 2004 15 commits
  4. 03 Aug, 2004 5 commits
  5. 02 Aug, 2004 5 commits