Log Message:
---
Rename "addtype" to more descriptive "utinyint"
Added Files:
---
mssqlext:
utinyint.sql (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sql2pg/mssqlext/utinyint.sql?rev=1.1&content-type=text/x-cvsweb-markup)
Removed Files:
-
Log Message:
---
Alter cast priority to favour case insensitive compares
Modified Files:
--
mssqlext:
varcharci.sql (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sql2pg/mssqlext/varcharci.sql.diff?r1=1.1&r2=1.2)
---(en
Log Message:
---
Add call optimization hints
Modified Files:
--
mssqlext:
addtype.sql (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sql2pg/mssqlext/addtype.sql.diff?r1=1.2&r2=1.3)
---(end of broadcast)-
Log Message:
---
Case insensitive data type defined
Modified Files:
--
mssqlext:
Makefile.in (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sql2pg/mssqlext/Makefile.in.diff?r1=1.1&r2=1.2)
Added Files:
---
mssqlext:
.cvsigno
Log Message:
---
Add comment about rationale for continuing to use C library functions
instead of src/timezone for timestamping log entries.
Modified Files:
--
pgsql-server/src/backend/utils/error:
elog.c (r1.140 -> r1.141)
(http://developer.postgresql.org/
Log Message:
---
Fix pg_dump and pg_dumpall for new names of built-in tablespaces,
per Chris K-L.
Modified Files:
--
pgsql-server/src/bin/pg_dump:
pg_dump.c (r1.375 -> r1.376)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_dump/pg_dump.