Extend CTE patch to support recursive UNION (ie, without ALL). The

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0d115dde82bf368ae0f9755113bd8fd53ac0b64b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-10-07T19:27:04Z
Releases: 8.4.0
Extend CTE patch to support recursive UNION (ie, without ALL).  The
implementation uses an in-memory hash table, so it will poop out for very
large recursive results ... but the performance characteristics of a
sort-based implementation would be pretty unpleasant too.

Files