1. 22 5月, 2002 2 次提交
  2. 21 5月, 2002 2 次提交
    • T
      Restructure indexscan API (index_beginscan, index_getnext) per · 44fbe20d
      Tom Lane 提交于
      yesterday's proposal to pghackers.  Also remove unnecessary parameters
      to heap_beginscan, heap_rescan.  I modified pg_proc.h to reflect the
      new numbers of parameters for the AM interface routines, but did not
      force an initdb because nothing actually looks at those fields.
      44fbe20d
    • B
      Mark as done: · c961474c
      Bruce Momjian 提交于
      > 	o -Disallow missing columns in INSERT ... VALUES, per ANSI
      c961474c
  3. 20 5月, 2002 3 次提交
  4. 19 5月, 2002 5 次提交
  5. 18 5月, 2002 8 次提交
  6. 17 5月, 2002 2 次提交
  7. 15 5月, 2002 2 次提交
  8. 14 5月, 2002 7 次提交
  9. 13 5月, 2002 2 次提交
  10. 11 5月, 2002 4 次提交
  11. 09 5月, 2002 2 次提交
  12. 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