postgresql/doc/src
Tom Lane de28dc9a04 Portal and memory management infrastructure for extended query protocol.
Both plannable queries and utility commands are now always executed
within Portals, which have been revamped so that they can handle the
load (they used to be good only for single SELECT queries).  Restructure
code to push command-completion-tag selection logic out of postgres.c,
so that it won't have to be duplicated between simple and extended queries.
initdb forced due to addition of a field to Query nodes.
2003-05-02 20:54:36 +00:00
..
FAQ Update German FAQ, from Ian Barwick 2003-04-28 22:40:38 +00:00
graphics
sgml Portal and memory management infrastructure for extended query protocol. 2003-05-02 20:54:36 +00:00
Makefile Merge documentation into one book. (Build with "make html".) Replace 2003-03-25 16:15:44 +00:00