Files
postgres/src/include
Tom Lane 507a0a2ab0 Rip out QueryTreeList structure, root and branch. Querytree
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.
1999-05-13 07:29:22 +00:00
..
1999-04-15 02:23:37 +00:00
1999-03-28 20:32:42 +00:00
1999-05-10 16:10:51 +00:00
1999-05-11 09:06:35 +00:00
1999-02-14 04:57:02 +00:00