1. 07 May, 2004 3 commits
    • Bruce Momjian's avatar
      Remove crude test for log_statement_stats in startup code now that we · 63d01390
      Bruce Momjian authored
      have a more proper GUC based test.
      
      Also change error return code to ERRCODE_INVALID_PARAMETER_VALUE so it
      matches the old error return code.
      63d01390
    • Bruce Momjian's avatar
      Throw error if log_statement_stats is used with confliction options for · ae96e629
      Bruce Momjian authored
      per-query stage stats.
      ae96e629
    • Tom Lane's avatar
      Solve the 'Turkish problem' with undesirable locale behavior for case · 0bd61548
      Tom Lane authored
      conversion of basic ASCII letters.  Remove all uses of strcasecmp and
      strncasecmp in favor of new functions pg_strcasecmp and pg_strncasecmp;
      remove most but not all direct uses of toupper and tolower in favor of
      pg_toupper and pg_tolower.  These functions use the same notions of
      case folding already developed for identifier case conversion.  I left
      the straight locale-based folding in place for situations where we are
      just manipulating user data and not trying to match it to built-in
      strings --- for example, the SQL upper() function is still locale
      dependent.  Perhaps this will prove not to be what's wanted, but at
      the moment we can initdb and pass regression tests in Turkish locale.
      0bd61548
  2. 06 May, 2004 7 commits
  3. 05 May, 2004 8 commits
  4. 03 May, 2004 2 commits
  5. 02 May, 2004 9 commits
  6. 01 May, 2004 5 commits
  7. 30 Apr, 2004 6 commits