Skip to content
Snippets Groups Projects
  1. May 06, 2002
    • Tom Lane's avatar
      Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION · 28227889
      Tom Lane authored
      to reset session userid to the originally-authenticated name.  Also,
      relax SET SESSION AUTHORIZATION to allow specifying one's own username
      even if one is not superuser, so as to avoid unnecessary error messages
      when loading a pg_dump file that uses this command.  Per discussion from
      several months ago.
      28227889
  2. May 03, 2002
  3. Apr 30, 2002
  4. Apr 29, 2002
  5. Apr 27, 2002
  6. Apr 26, 2002
  7. Apr 25, 2002
  8. Apr 24, 2002
  9. Apr 23, 2002
  10. Apr 22, 2002
  11. Apr 21, 2002
  12. Apr 20, 2002
  13. Apr 19, 2002
    • Tom Lane's avatar
      pg_trigger's index on tgrelid is replaced by a unique index on · 20173716
      Tom Lane authored
      (tgrelid, tgname).  This provides an additional check on trigger name
      uniqueness per-table (which was already enforced by the code anyway).
      With this change, RelationBuildTriggers will read the triggers in
      order by tgname, since it's scanning using this index.  Since a
      predictable trigger ordering has been requested for some time, document
      this behavior as a feature.  Also document that rules fire in name
      order, since yesterday's changes to pg_rewrite indexing cause that too.
      20173716
  14. Apr 18, 2002
  15. Apr 17, 2002
  16. Apr 16, 2002
  17. Apr 14, 2002
  18. Apr 13, 2002
  19. Apr 12, 2002
Loading