1. 13 10月, 2001 8 次提交
  2. 12 10月, 2001 12 次提交
  3. 11 10月, 2001 1 次提交
  4. 10 10月, 2001 4 次提交
  5. 09 10月, 2001 10 次提交
  6. 08 10月, 2001 2 次提交
  7. 07 10月, 2001 1 次提交
    • T
      Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo · 85801a4d
      Tom Lane 提交于
      lookup info in the relcache for index access method support functions.
      This makes a huge difference for dynamically loaded support functions,
      and should save a few cycles even for built-in ones.  Also tweak dfmgr.c
      so that load_external_function is called only once, not twice, when
      doing fmgr_info for a dynamically loaded function.  All per performance
      gripe from Teodor Sigaev, 5-Oct-01.
      85801a4d
  8. 06 10月, 2001 2 次提交