1. 16 7月, 1999 2 次提交
  2. 15 7月, 1999 1 次提交
  3. 26 5月, 1999 1 次提交
  4. 20 3月, 1999 1 次提交
  5. 14 2月, 1999 1 次提交
  6. 04 2月, 1999 1 次提交
  7. 15 12月, 1998 1 次提交
  8. 28 11月, 1998 1 次提交
  9. 23 9月, 1998 1 次提交
  10. 01 9月, 1998 2 次提交
  11. 21 8月, 1998 1 次提交
  12. 19 8月, 1998 1 次提交
    • B
      heap_fetch requires buffer pointer, must be released; heap_getnext · 79715390
      Bruce Momjian 提交于
      no longer returns buffer pointer, can be gotten from scan;
      	descriptor; bootstrap can create multi-key indexes;
      pg_procname index now is multi-key index; oidint2, oidint4, oidname
      are gone (must be removed from regression tests); use System Cache
      rather than sequential scan in many places; heap_modifytuple no
      longer takes buffer parameter; remove unused buffer parameter in
      a few other functions; oid8 is not index-able; remove some use of
      single-character variable names; cleanup Buffer variables usage
      and scan descriptor looping; cleaned up allocation and freeing of
      tuples; 18k lines of diff;
      79715390
  13. 28 7月, 1998 1 次提交
  14. 21 7月, 1998 1 次提交
  15. 16 6月, 1998 1 次提交
  16. 27 4月, 1998 1 次提交
    • B
      This patch... · 09baa3cc
      Bruce Momjian 提交于
      1. Removes the unnecessary "#define AbcRegProcedure 123"'s from
      pg_proc.h.
      
      2. Changes those #defines to use the names already defined in
      fmgr.h.
      
      3. Forces the make of fmgr.h in backend/Makefile instead of having
      it
         made as a dependency in access/common/Makefile  *hack*hack*hack*
      
      4. Rearranged the #includes to a less helter-skelter arrangement,
      also
          changing <file.h> to "file.h" to signify a non-system header.
      
      5. Removed "pg_proc.h" from files where its only purpose was for
      the
         #defines removed in item #1.
      
      6. Added "fmgr.h" to each file changed for completeness sake.
      
      Turns out that #6 was not necessary for some files because fmgr.h
      was being included in a roundabout way SIX levels deep by the first
      include.
      
      "access/genam.h"
       ->"access/relscan.h"
         ->"utils/rel.h"
           ->"access/strat.h"
             ->"access/skey.h"
      	 ->"fmgr.h"
      
      So adding fmgr.h really didn't add anything to the compile, hopefully
      just made it clearer to the programmer.
      
      S Darren.
      09baa3cc
  17. 26 2月, 1998 1 次提交
  18. 13 2月, 1998 1 次提交
    • V
      Support for subselects. · 1a105cef
      Vadim B. Mikheev 提交于
      ExecReScan for nodeAgg, nodeHash, nodeHashjoin, nodeNestloop and nodeResult.
      Fixed ExecReScan for nodeMaterial.
      Get rid of #ifdef INDEXSCAN_PATCH.
      Get rid of ExecMarkPos and ExecRestrPos in nodeNestloop.
      1a105cef
  19. 10 2月, 1998 1 次提交
  20. 07 2月, 1998 1 次提交
  21. 20 1月, 1998 1 次提交
  22. 19 1月, 1998 1 次提交
  23. 17 1月, 1998 1 次提交
  24. 08 1月, 1998 1 次提交
  25. 05 1月, 1998 1 次提交
  26. 21 11月, 1997 1 次提交
  27. 25 10月, 1997 1 次提交
  28. 19 9月, 1997 1 次提交
  29. 09 9月, 1997 2 次提交
  30. 08 9月, 1997 1 次提交
  31. 07 9月, 1997 1 次提交
  32. 22 8月, 1997 1 次提交
    • V
      DEFAULT handling · ed2c54b2
      Vadim B. Mikheev 提交于
      Use  for 'selct .. into ..' copy of TupleDesc (without constraints)
      #ifdef NOT_USED for resetVarAttrLenForCreateTable (just free tupdesc copy)
      ed2c54b2
  33. 21 8月, 1997 1 次提交
  34. 20 8月, 1997 2 次提交
  35. 19 8月, 1997 1 次提交
  36. 13 6月, 1997 1 次提交