Skip to content
Snippets Groups Projects
  1. Oct 12, 2001
  2. Oct 11, 2001
  3. Oct 10, 2001
  4. Oct 09, 2001
  5. Oct 08, 2001
  6. Oct 07, 2001
    • Tom Lane's avatar
      Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo · 85801a4d
      Tom Lane authored
      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
  7. Oct 06, 2001
  8. Oct 05, 2001
Loading