postgresql/src/backend/rewrite
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
..
Makefile Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
rewriteDefine.c Adjust API of expression_tree_mutator and query_tree_mutator to 2003-01-17 02:01:21 +00:00
rewriteHandler.c Portal and memory management infrastructure for extended query protocol. 2003-05-02 20:54:36 +00:00
rewriteManip.c Replace planner's representation of relation sets, per pghackers discussion. 2003-02-08 20:20:55 +00:00
rewriteRemove.c pgindent run. 2002-09-04 20:31:48 +00:00
rewriteSupport.c Restructure system-catalog index updating logic. Instead of having 2002-08-05 03:29:17 +00:00