[COMMITTERS] pgsql-server: Rename the built-in tablespaces to pg_default and

2004-06-20 Thread Tom Lane
Log Message: --- Rename the built-in tablespaces to pg_default and pg_global, and prohibit creation of user-defined tablespaces with names starting with 'pg_', as per suggestion of Chris K-L. Also install admin-guide tablespace documentation from Gavin. Modified Files: --

[COMMITTERS] pgsql-server: Fix some problems with result sets positioned before the

2004-06-20 Thread Kris Jurka
Log Message: --- Fix some problems with result sets positioned before the start or after the end of results. You could still call a number of methods on them like getXXX, updateXXX, and updateRow(). Tags: REL7_4_STABLE Modified Files: -- pgsql-server/src/interfaces/j

[COMMITTERS] pgsql-server: Fix updatable ResultSets stream methods (ascii, character,

2004-06-20 Thread Kris Jurka
Log Message: --- Fix updatable ResultSets stream methods (ascii, character, binary). The existing code didn't correctly allocate data arrays, and it failed to loop when a stream didn't provide the full amount of data requested of it. Reported by Jan de Visser. Tags: REL7_4_STABLE Mo

[COMMITTERS] pgsql-server: Rename pg_tablespaces directory to pg_tblspc, so it is

2004-06-20 Thread Bruce Momjian
Log Message: --- Rename pg_tablespaces directory to pg_tblspc, so it is more unique from the pg_tablespace table. Update catalog version. Modified Files: -- pgsql-server/src/backend/catalog: catalog.c (r1.52 -> r1.53) (http://developer.postgresql.org/cvswe

[COMMITTERS] pgsql-server: Synced parser and keyword list.

2004-06-20 Thread Michael Meskes
Log Message: --- Synced parser and keyword list. Modified Files: -- pgsql-server/src/interfaces/ecpg: ChangeLog (r1.267 -> r1.268) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/interfaces/ecpg/ChangeLog.diff?r1=1.267&r2=1.268) pgsql-serve