1. 25 Aug, 2000 2 commits
    • Tatsuo Ishii's avatar
      Change return type of: · 8cca2572
      Tatsuo Ishii authored
             pg_mb2wchar(const unsigned char *, pg_wchar *);
             pg_mb2wchar_with_len(const unsigned char *, pg_wchar *, int);
      from void to int. Now they return the number of
      wide chars.
      8cca2572
    • Peter Eisentraut's avatar
      Make the location of the Kerberos server key file run time configurable · 996832ca
      Peter Eisentraut authored
      (rather than compile time). For libpq, even when Kerberos support is
      compiled in, the default user name should still fall back to geteuid()
      if it can't be determined via the Kerberos system.
      
      A couple of fixes for string type configuration parameters, now that there
      is one.
      996832ca
  2. 24 Aug, 2000 5 commits
  3. 23 Aug, 2000 4 commits
  4. 22 Aug, 2000 6 commits
  5. 21 Aug, 2000 4 commits
  6. 20 Aug, 2000 5 commits
  7. 19 Aug, 2000 1 commit
  8. 13 Aug, 2000 1 commit
    • Tom Lane's avatar
      Clean up handling of variable-free qual clauses. System now does the · 37168b8d
      Tom Lane authored
      right thing with variable-free clauses that contain noncachable functions,
      such as 'WHERE random() < 0.5' --- these are evaluated once per
      potential output tuple.  Expressions that contain only Params are
      now candidates to be indexscan quals --- for example, 'var = ($1 + 1)'
      can now be indexed.  Cope with RelabelType nodes atop potential indexscan
      variables --- this oversight prevents 7.0.* from recognizing some
      potentially indexscanable situations.
      37168b8d
  9. 12 Aug, 2000 2 commits
  10. 11 Aug, 2000 4 commits
  11. 10 Aug, 2000 1 commit
  12. 09 Aug, 2000 1 commit
  13. 08 Aug, 2000 2 commits
  14. 07 Aug, 2000 2 commits