Log Message:
---
Changed user visible references from "DG Loader" to "Loader "
Modified Files:
--
bizgres/loader/conf:
loader-log4j.properties (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/loader/conf/loader-log4j.properties.di
Log Message:
---
Adjust permissions checking for ALTER OWNER commands: instead of
requiring superuserness always, allow an owner to reassign ownership
to any role he is a member of, if that role would have the right to
create a similar object. These three requirements essentially state
tha
Log Message:
---
Enable multi-byte thousands_sep and decimal_point for numericsep.
Modified Files:
--
pgsql/src/bin/psql:
print.c (r1.68 -> r1.69)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c.diff?r1=1.68&r2=1.69)
Log Message:
---
Make better thousands_sep default based on decimal marker value.
Modified Files:
--
pgsql/src/bin/psql:
print.c (r1.67 -> r1.68)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c.diff?r1=1.67&r2=1.68)
-
Log Message:
---
Fix mis-backport of libpq memory leak fix. Per Michael Fuhr.
Tags:
REL7_3_STABLE
Modified Files:
--
pgsql/src/interfaces/libpq:
fe-connect.c (r1.213.2.4 -> r1.213.2.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/
Log Message:
---
Fix mis-backport of libpq memory leak fix. Per Michael Fuhr.
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/src/interfaces/libpq:
fe-connect.c (r1.263.2.3 -> r1.263.2.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/
Log Message:
---
Change numericsep to a boolean, and make it locale-aware.
Modified Files:
--
pgsql/doc/src/sgml/ref:
psql-ref.sgml (r1.146 -> r1.147)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml.diff?r1=1.146&r2=1.147)
Log Message:
---
Add numeric separator support for latex and troff output methods.
Modified Files:
--
pgsql/src/bin/psql:
print.c (r1.65 -> r1.66)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c.diff?r1=1.65&r2=1.66)
Log Message:
---
Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the "STRICT" syntax
rather than the deprecated "WITH (isStrict)" syntax. Patch from Ilia
Kantor, minor editorializing by Neil Conway.
Modified Files:
--
pgsql/contrib/xml2:
pgxml.sql.in (r1.3 -> r1.4)