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:
--
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
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
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
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