Skip to content
Snippets Groups Projects
  1. Apr 13, 2002
  2. Apr 12, 2002
  3. Apr 11, 2002
  4. Apr 10, 2002
  5. Apr 09, 2002
  6. Apr 08, 2002
  7. Apr 05, 2002
  8. Apr 04, 2002
    • 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
  9. Apr 03, 2002
  10. Apr 02, 2002
    • Tom Lane's avatar
      Add tgconstrrelid to stored Trigger structures, make RI trigger functions · 789ddcb5
      Tom Lane authored
      depend on this rather than the trigger argument strings to locate the
      other relation to test.  This makes RI triggers function properly in
      the presence of schemas and temp tables.  Along the way, fix bogus lack
      of locking in RI triggers, handle quoting of names fully correctly,
      compute required sizes of query buffers with some semblance of accuracy.
      789ddcb5
  11. Apr 01, 2002
  12. Mar 29, 2002
  13. Mar 27, 2002
  14. Mar 26, 2002
  15. Mar 25, 2002
  16. Mar 24, 2002
  17. Mar 22, 2002
  18. Mar 21, 2002
    • Tom Lane's avatar
      First phase of SCHEMA changes, concentrating on fixing the grammar and · 95ef6a34
      Tom Lane authored
      the parsetree representation.  As yet we don't *do* anything with schema
      names, just drop 'em on the floor; but you can enter schema-compatible
      command syntax, and there's even a primitive CREATE SCHEMA command.
      No doc updates yet, except to note that you can now extract a field
      from a function-returning-row's result with (foo(...)).fieldname.
      95ef6a34
  19. Mar 20, 2002
  20. Mar 19, 2002
  21. Mar 17, 2002
  22. Mar 15, 2002
Loading