1. 09 Oct, 2003 6 commits
  2. 08 Oct, 2003 10 commits
  3. 07 Oct, 2003 4 commits
  4. 06 Oct, 2003 9 commits
  5. 05 Oct, 2003 7 commits
  6. 04 Oct, 2003 4 commits
    • Peter Eisentraut's avatar
      Translation update · f261af3f
      Peter Eisentraut authored
      f261af3f
    • Tom Lane's avatar
      Document the always-true-but-previously-undocumented fact that PQfnumber() · fa09ee60
      Tom Lane authored
      will downcase the supplied field name unless it is double-quoted.  Also,
      upgrade the routine's handling of double quotes to match the backend,
      in particular support doubled double quotes within quoted identifiers.
      Per pgsql-interfaces discussion a couple weeks ago.
      fa09ee60
    • Tom Lane's avatar
      Fix pg_get_constraintdef() to ensure CHECK constraints are always shown · b833c3d4
      Tom Lane authored
      with required outer parentheses.  Breakage seems to be leftover from
      domain-constraint patches.  This could be smarter about suppressing
      extra parens, but at this stage of the release cycle I want certainty
      not cuteness.
      b833c3d4
    • Bruce Momjian's avatar
      Modify: · ec1fbbb5
      Bruce Momjian authored
      < * Consider using MVCC to cache count(*) queries with no WHERE clause
      > * Use a fixed row count and a +/- count with MVCC visibility rules
      >   to allow fast COUNT(*) queries with no WHERE clause(?)
      ec1fbbb5