Skip to content
Snippets Groups Projects
  1. May 20, 1999
  2. May 13, 1999
    • Tom Lane's avatar
      Rip out QueryTreeList structure, root and branch. Querytree · 507a0a2a
      Tom Lane authored
      lists are now plain old garden-variety Lists, allocated with palloc,
      rather than specialized expansible-array data allocated with malloc.
      This substantially simplifies their handling and eliminates several
      sources of memory leakage.
      Several basic types of erroneous queries (syntax error, attempt to
      insert a duplicate key into a unique index) now demonstrably leak
      zero bytes per query.
      507a0a2a
  3. May 12, 1999
  4. May 10, 1999
  5. May 04, 1999
  6. Apr 30, 1999
  7. Apr 23, 1999
  8. Apr 17, 1999
  9. Apr 15, 1999
  10. Apr 13, 1999
  11. Apr 08, 1999
  12. Apr 06, 1999
  13. Mar 30, 1999
  14. Mar 24, 1999
  15. Mar 20, 1999
  16. Mar 19, 1999
  17. Mar 17, 1999
  18. Mar 16, 1999
  19. Mar 15, 1999
Loading