Commit da0e6bfe authored by Bruce Momjian's avatar Bruce Momjian

Remove subquery.

parent 621fc06c
...@@ -292,7 +292,6 @@ MISC ...@@ -292,7 +292,6 @@ MISC
* -Make oid use oidin/oidout not int4in/int4out in pg_type.h (Tom) * -Make oid use oidin/oidout not int4in/int4out in pg_type.h (Tom)
* Improve Subplan list handling * Improve Subplan list handling
* Allow Subplans to use efficient joins(hash, merge) with upper variable * Allow Subplans to use efficient joins(hash, merge) with upper variable
[subquery]
* -use fmgr_info()/fmgr_faddr() instead of fmgr() calls in high-traffic * -use fmgr_info()/fmgr_faddr() instead of fmgr() calls in high-traffic
places, like GROUP BY, UNIQUE, index processing, etc. places, like GROUP BY, UNIQUE, index processing, etc.
* improve dynamic memory allocation by introducing tuple-context memory * improve dynamic memory allocation by introducing tuple-context memory
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment