Log Message:
---
Updated changelog for Npgsql RC2 release
Modified Files:
--
Npgsql2:
ChangeLog (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/ChangeLog.diff?r1=1.7&r2=1.8)
--
Sent via pgsql-committers mailing list (pgsql-comm
Log Message:
---
Added release notes for Npgsql2 RC2 release.
Modified Files:
--
Npgsql2:
RELEASENOTES.txt (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/RELEASENOTES.txt.diff?r1=1.7&r2=1.8)
--
Sent via pgsql-committers mailin
Log Message:
---
Changed assembly version to RC2
Modified Files:
--
Npgsql2/src/Npgsql:
AssemblyInfo.cs (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/AssemblyInfo.cs.diff?r1=1.13&r2=1.14)
--
Sent via pgsql-commit
Log Message:
---
Add a duration option to pgbench, so that test length can be specified in
seconds
instead of by number of transactions to run. Takahiro Itagaki
Modified Files:
--
pgsql/contrib/pgbench:
pgbench.c (r1.81 -> r1.82)
(http://anoncvs.postgresq
Log Message:
---
Updated French translation from Guillaume Lelarge
Modified Files:
--
wizard/i18n/fr_FR:
StackBuilder.po (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/fr_FR/StackBuilder.po.diff?r1=1.3&r2=1.4)
--
Sent
Log Message:
---
Tighten up to_date/to_timestamp so that they are more likely to reject
erroneous input, rather than silently producing bizarre results as formerly
happened.
Brendan Jurd
Modified Files:
--
pgsql/doc/src/sgml:
func.sgml (r1.446 -> r1.447)
(
Log Message:
---
Update swedish translation
Modified Files:
--
wizard/i18n/sv_SE:
StackBuilder.po (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/sv_SE/StackBuilder.po.diff?r1=1.5&r2=1.6)
--
Sent via pgsql-committers m
Log Message:
---
fixed some compiler errors from changes in handlers.c:duphandlers
Modified Files:
--
libpqtypes/src:
handler.c (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/handler.c.diff?r1=1.7&r2=1.8)
--
Sent via
Log Message:
---
handlers.c:duphandlers was not checking return value of strdup, also not always
cleaning up properly
Modified Files:
--
libpqtypes/src:
handler.c (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/handler
Log Message:
---
fixup some strings that were out of date and didn't work well on non-win32
platforms
Modified Files:
--
wizard:
IntroductionPage.cpp (r1.18 -> r1.19)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/IntroductionPage.cpp.dif
Log Message:
---
Automatic merge using stringmerge script.
Modified Files:
--
wizard/i18n/de_DE:
StackBuilder.po (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/de_DE/StackBuilder.po.diff?r1=1.4&r2=1.5)
wizard/i18n/f
Log Message:
---
make_dot
Modified Files:
--
pgtreelib/src/graph:
make_dot.pl (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtreelib/pgtreelib/src/graph/make_dot.pl.diff?r1=1.1&r2=1.2)
make_dot.conf (r1.1 -> r1.2)
(http://cvs
Log Message:
---
psql
Modified Files:
--
pgtreelib/src/main:
crud_node.psql (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtreelib/pgtreelib/src/main/crud_node.psql.diff?r1=1.7&r2=1.8)
traversal.psql (r1.6 -> r1.7)
(http://cv
Log Message:
---
news for 2.0.7
Modified Files:
--
plproxy:
NEWS (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/NEWS.diff?r1=1.13&r2=1.14)
--
Sent via pgsql-committers mailing list ([email protected])
To make c
Log Message:
---
Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n)
and the literal syntax INTERVAL 'string' ... SECOND(n), as required by the
SQL standard. Our old syntax put (n) directly after INTERVAL, which was
a mistake, but will still be accepted for backward comp
Log Message:
---
Use server_encoding as remote connection encoding
Previous use of client_encoding was wrong, but seemed to work because
of binary i/o which bypassed the encoding checks.
Noticed and fixed by Hiroshi Saito
Modified Files:
--
plproxy/src:
execute.c
Log Message:
---
disable binary i/o completely
Modified Files:
--
plproxy/src:
type.c (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/type.c.diff?r1=1.6&r2=1.7)
--
Sent via pgsql-committers mailing list (pgsql-committers@po
Log Message:
---
allow non-ascii chars in idents
Modified Files:
--
plproxy/src:
scanner.l (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/scanner.l.diff?r1=1.12&r2=1.13)
--
Sent via pgsql-committers mailing list (pgsql-c
Log Message:
---
more serious encoding test
Modified Files:
--
plproxy/sql:
plproxy_encoding.sql (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/sql/plproxy_encoding.sql.diff?r1=1.2&r2=1.3)
plproxy/expected:
plproxy_e
Log Message:
---
Initialize the minimum frozen Xid in vac_update_datfrozenxid using
GetOldestXmin() instead of RecentGlobalXmin; this is safer because we do not
depend on the latter being correctly set elsewhere, and while it is more
expensive, this code path is not performance-critical. T
Log Message:
---
Initialize the minimum frozen Xid in vac_update_datfrozenxid using
GetOldestXmin() instead of RecentGlobalXmin; this is safer because we do not
depend on the latter being correctly set elsewhere, and while it is more
expensive, this code path is not performance-critical. T
Log Message:
---
Initialize the minimum frozen Xid in vac_update_datfrozenxid using
GetOldestXmin() instead of RecentGlobalXmin; this is safer because we do not
depend on the latter being correctly set elsewhere, and while it is more
expensive, this code path is not performance-critical. T
Log Message:
---
dont crash on nameless input arguments
Modified Files:
--
plproxy/src:
query.c (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/query.c.diff?r1=1.6&r2=1.7)
--
Sent via pgsql-committers mailing list (pgsql-co
Log Message:
---
refresh expected file
Modified Files:
--
plproxy/expected:
plproxy_encoding.out (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/expected/plproxy_encoding.out.diff?r1=1.2&r2=1.3)
--
Sent via pgsql-committers mai
Log Message:
---
test also nonascii column
Modified Files:
--
plproxy/expected:
plproxy_encoding.out (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/expected/plproxy_encoding.out.diff?r1=1.1&r2=1.2)
plproxy/sql:
plpro
Log Message:
---
Search the unpacked Mac download to find the installer bundle. We cannot assume
it has the same name as the download file because
that will get renamed to the product ID.
Modified Files:
--
wizard:
App.cpp (r1.33 -> r1.34)
(http://cvs.pgfo
26 matches
Mail list logo