Skip to content
Snippets Groups Projects
  1. Jul 12, 2000
  2. Jul 09, 2000
  3. Jul 07, 2000
  4. Jul 06, 2000
  5. Jul 05, 2000
  6. Jul 04, 2000
    • Jan Wieck's avatar
      TOAST · 57d8080a
      Jan Wieck authored
          WARNING: This is actually broken - we have self-deadlocks
      	         due to concurrent changes in buffer management.
      			 Vadim and me are working on it.
      
      Jan
      57d8080a
  7. Jul 03, 2000
  8. Jul 02, 2000
  9. Jul 01, 2000
  10. Jun 29, 2000
  11. Jun 27, 2000
  12. Jun 19, 2000
    • Tom Lane's avatar
      Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc · c590273f
      Tom Lane authored
      entries now for int8 and network hash indexes.  int24_ops and int42_ops
      are gone.  pg_opclass no longer contains multiple entries claiming to be
      the default opclass for the same datatype.  opr_sanity regress test
      extended to catch errors like these in the future.
      c590273f
    • Tom Lane's avatar
      Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the · 1ee26b77
      Tom Lane authored
      materialized tupleset is small enough) instead of a temporary relation.
      This was something I was thinking of doing anyway for performance, and Jan
      says he needs it for TOAST because he doesn't want to cope with toasting
      noname relations.  With this change, the 'noname table' support in heap.c
      is dead code, and I have accordingly removed it.  Also clean up 'noname'
      plan handling in planner --- nonames are either sort or materialize plans,
      and it seems less confusing to handle them separately under those names.
      1ee26b77
  13. Jun 15, 2000
  14. Jun 14, 2000
  15. Jun 13, 2000
  16. Jun 12, 2000
  17. Jun 10, 2000
  18. Jun 09, 2000
  19. Jun 05, 2000
  20. Jun 02, 2000
  21. May 30, 2000
  22. May 29, 2000
  23. May 28, 2000
    • Tom Lane's avatar
      First round of changes for new fmgr interface. fmgr itself and the · 0a7fb4e9
      Tom Lane authored
      key call sites are changed, but most called functions are still oldstyle.
      An exception is that the PL managers are updated (so, for example, NULL
      handling now behaves as expected in plperl and plpgsql functions).
      NOTE initdb is forced due to added column in pg_proc.
      0a7fb4e9
  24. May 26, 2000
Loading