1. 11 6月, 2002 6 次提交
  2. 08 6月, 2002 2 次提交
  3. 07 6月, 2002 2 次提交
    • B
      Add: · c78e411f
      Bruce Momjian 提交于
      > * Allow DEFERRABLE UNIQUE constraints
      c78e411f
    • B
      Mark as done: · 4ac77d37
      Bruce Momjian 提交于
      > 	o -Abort all SET changes made in an aborted transaction
      4ac77d37
  4. 05 6月, 2002 1 次提交
  5. 04 6月, 2002 4 次提交
  6. 03 6月, 2002 2 次提交
  7. 02 6月, 2002 3 次提交
  8. 31 5月, 2002 1 次提交
  9. 30 5月, 2002 1 次提交
  10. 29 5月, 2002 1 次提交
  11. 28 5月, 2002 1 次提交
    • B
      Update: · 6005c50f
      Bruce Momjian 提交于
      > * Add BSD-licensed qsort() for 32-bit Solaris
      6005c50f
  12. 26 5月, 2002 1 次提交
    • B
      Add · 3cde0851
      Bruce Momjian 提交于
      > * Add getpid() function to backend
      3cde0851
  13. 23 5月, 2002 1 次提交
    • P
      Add optional "validator" function to languages that can validate the · d60f10b0
      Peter Eisentraut 提交于
      function body (and other properties) as a function in the language
      is created.  This generalizes ad hoc code that already existed for
      the built-in languages.
      
      The validation now happens after the pg_proc tuple of the new function
      is created, so it is possible to define recursive SQL functions.
      
      Add some regression test cases that cover bogus function definition
      attempts.
      d60f10b0
  14. 21 5月, 2002 1 次提交
    • B
      Mark as done: · c961474c
      Bruce Momjian 提交于
      > 	o -Disallow missing columns in INSERT ... VALUES, per ANSI
      c961474c
  15. 18 5月, 2002 3 次提交
  16. 17 5月, 2002 1 次提交
    • T
      Merge the last few variable.c configuration variables into the generic · f0811a74
      Tom Lane 提交于
      GUC support.  It's now possible to set datestyle, timezone, and
      client_encoding from postgresql.conf and per-database or per-user
      settings.  Also, implement rollback of SET commands that occur in a
      transaction that later fails.  Create a SET LOCAL var = value syntax
      that sets the variable only for the duration of the current transaction.
      All per previous discussions in pghackers.
      f0811a74
  17. 15 5月, 2002 1 次提交
  18. 14 5月, 2002 3 次提交
  19. 11 5月, 2002 2 次提交
  20. 09 5月, 2002 1 次提交
  21. 07 5月, 2002 1 次提交
    • T
      Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION · 28227889
      Tom Lane 提交于
      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
  22. 03 5月, 2002 1 次提交