[PATCHES] subtransactions -- storage manager

2004-04-25 Thread Alvaro Herrera
Hackers, This patch adds subtransaction support into the storage manager. Files created or dropped inside a subtransaction are correctly dealt with at subtransaction commit or abort. This works: create table foo (a int); create table foo2 (a int); begin; begin; create tab

Re: [PATCHES] Remove traces of xfunc

2004-04-25 Thread Neil Conway
On 24-Apr-04, at 5:58 PM, Alvaro Herrera wrote: While playing with the init code I noticed traces of Hellerstein's "expensive function optimization". It is completely disabled, uses functions nowhere to be defined, and is out of date. So I removed it. Applied -- thanks for the patch! (To the pat

[PATCHES] minor fixes

2004-04-25 Thread Neil Conway
I've applied the attached patch; it makes a few trivial fixes, mostly to comments. -Neil minor-fixes-1.patch Description: Binary data ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/do