1. 04 Apr, 2002 2 commits
    • Bruce Momjian's avatar
      Authentication improvements: · 43a3543a
      Bruce Momjian authored
      A new pg_hba.conf column, USER
      Allow specifiction of lists of users separated by commas
      Allow group names specified by +
      Allow include files containing lists of users specified by @
      Allow lists of databases, and database files
      Allow samegroup in database column to match group name matching dbname
      Removal of secondary password files
      Remove pg_passwd utility
      Lots of code cleanup in user.c and hba.c
      New data/global/pg_pwd format
      New data/global/pg_group file
      43a3543a
    • Hiroshi Inoue's avatar
      Fix a bug in multibyte_strchr(). · af10378a
      Hiroshi Inoue authored
      af10378a
  2. 03 Apr, 2002 3 commits
  3. 02 Apr, 2002 8 commits
  4. 01 Apr, 2002 9 commits
  5. 31 Mar, 2002 3 commits
  6. 30 Mar, 2002 3 commits
  7. 29 Mar, 2002 7 commits
  8. 28 Mar, 2002 1 commit
    • Hiroshi Inoue's avatar
      [2002-03-28] · 6852741c
      Hiroshi Inoue authored
      1) Prepare to separate 4 kinds of Descriptor handles.
      2) Detect the transaction status more naturally.
      3) Improve Parse Statement functionality for the use
         of updatable cursors.
      4) Improve updatable cursors.
      5) Implement SQLGetDescField() and improve SQLColAttribute().
      6) etc.
      6852741c
  9. 27 Mar, 2002 4 commits