postgresql/doc/src
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
..
graphics New findoidjoins examines oid columns to find join relationships. 1998-08-11 02:32:00 +00:00
sgml Rip out QueryTreeList structure, root and branch. Querytree 1999-05-13 07:29:22 +00:00
Makefile Fix build rules for the tutorial, 1999-01-07 06:19:17 +00:00