[COMMITTERS] pgsql: Fix SPI_cursor_open() and SPI_is_cursor_plan() to push the SPI

2008-02-11 Thread Tom Lane
Log Message: --- Fix SPI_cursor_open() and SPI_is_cursor_plan() to push the SPI stack before doing anything interesting, such as calling RevalidateCachedPlan(). The necessity of this is demonstrated by an example from Willem Buitendyk: during a replan, the planner might try to evaluate SPI

[COMMITTERS] pgsql: Update timezone mapping for Windows with new timezones added in

2008-02-11 Thread Magnus Hagander
Log Message: --- Update timezone mapping for Windows with new timezones added in windows servicepacks. Fix timezone mapping for "Mexico 2" Tags: REL8_2_STABLE Modified Files: -- pgsql/src/timezone: pgtz.c (r1.48 -> r1.48.2.1) (http://developer.postgre

[COMMITTERS] pgsql: Update timezone mapping for Windows with new timezones added in

2008-02-11 Thread Magnus Hagander
Log Message: --- Update timezone mapping for Windows with new timezones added in windows servicepacks. Fix timezone mapping for "Mexico 2" Modified Files: -- pgsql/src/timezone: pgtz.c (r1.57 -> r1.58) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/t

[COMMITTERS] pgsql: Repair VACUUM FULL bug introduced by HOT patch: the original way

2008-02-11 Thread Tom Lane
Log Message: --- Repair VACUUM FULL bug introduced by HOT patch: the original way of calculating a page's initial free space was fine, and should not have been "improved" by letting PageGetHeapFreeSpace do it. VACUUM FULL is going to reclaim LP_DEAD line pointers later, so there is no need

[COMMITTERS] pgsql: Repair VACUUM FULL bug introduced by HOT patch: the original way

2008-02-11 Thread Tom Lane
Log Message: --- Repair VACUUM FULL bug introduced by HOT patch: the original way of calculating a page's initial free space was fine, and should not have been "improved" by letting PageGetHeapFreeSpace do it. VACUUM FULL is going to reclaim LP_DEAD line pointers later, so there is no need

[COMMITTERS] pgsql: Repair VACUUM FULL bug introduced by HOT patch: the original way

2008-02-11 Thread Tom Lane
Log Message: --- Repair VACUUM FULL bug introduced by HOT patch: the original way of calculating a page's initial free space was fine, and should not have been "improved" by letting PageGetHeapFreeSpace do it. VACUUM FULL is going to reclaim LP_DEAD line pointers later, so there is no need

[COMMITTERS] pgsql: Repair VACUUM FULL bug introduced by HOT patch: the original way

2008-02-11 Thread Tom Lane
Log Message: --- Repair VACUUM FULL bug introduced by HOT patch: the original way of calculating a page's initial free space was fine, and should not have been "improved" by letting PageGetHeapFreeSpace do it. VACUUM FULL is going to reclaim LP_DEAD line pointers later, so there is no need

[COMMITTERS] pgsql: Repair VACUUM FULL bug introduced by HOT patch: the original way

2008-02-11 Thread Tom Lane
Log Message: --- Repair VACUUM FULL bug introduced by HOT patch: the original way of calculating a page's initial free space was fine, and should not have been "improved" by letting PageGetHeapFreeSpace do it. VACUUM FULL is going to reclaim LP_DEAD line pointers later, so there is no need

[COMMITTERS] pgloader - pgloader: First implementation of parallel loading, each

2008-02-11 Thread User Dim
Log Message: --- First implementation of parallel loading, each thread loading a part of the input file (stat, seek, etc) Modified Files: -- pgloader: pgloader.py (r1.21 -> r1.22) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgloader/pgloader/pgloader.py.d

[COMMITTERS] pgloader - pgloader: New Directory

2008-02-11 Thread User Dim
Update of /cvsroot/pgloader/pgloader/examples/parallel In directory pgfoundry.org:/tmp/cvs-serv64636/examples/parallel Log Message: Directory /cvsroot/pgloader/pgloader/examples/parallel added to the repository ---(end of broadcast)--- TIP 4: Have