Log Message:
---
Make "contrib/" tag consistent.
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.552 -> r1.553)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.552&r2=1.553)
---(end of broadc
Log Message:
---
Split out data types and function entries into separate sections in the
release notes.
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.551 -> r1.552)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.5
Log Message:
---
Release note adjustments suggested by IRC users.
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.550 -> r1.551)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.550&r2=1.551)
Andrew Dunstan <[EMAIL PROTECTED]> writes:
> Tom Lane wrote:
>> You seem to have missed contrib/tsearch2 :-(
> Darn that pesky buildfarm :-)
The buildfarm is a harsh mistress ...
regards, tom lane
---(end of broadcast)---
T
Tom Lane wrote:
[EMAIL PROTECTED] (Andrew Dunstan) writes:
Change descriptions of entity and tag objects to "XML entity" and "XML tag".
Allow tag and entity names that follow XML rules. Provide for hexadecimal
as well as decimal numeric entities. Adjust code names to coincide with
new descr
Log Message:
---
Adjust contrib/tsearch2 regression results to use XML tag and XML entity
descriptions, as now used by core text search default parser.
Modified Files:
--
pgsql/contrib/tsearch2/expected:
tsearch2.out (r1.26 -> r1.27)
(http://developer.post
[EMAIL PROTECTED] (Andrew Dunstan) writes:
> Change descriptions of entity and tag objects to "XML entity" and "XML tag".
> Allow tag and entity names that follow XML rules. Provide for hexadecimal
> as well as decimal numeric entities. Adjust code names to coincide with
> new descriptions.
You se
Log Message:
---
Reorder a few release notes items for consistency.
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.549 -> r1.550)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.549&r2=1.550)
--
Log Message:
---
Trim down release section headings (no need for Changes).
Re-order some items as migration changes.
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.548 -> r1.549)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/relea
Log Message:
---
Change descriptions of entity and tag objects to "XML entity" and "XML tag".
Allow tag and entity names that follow XML rules. Provide for hexadecimal
as well as decimal numeric entities. Adjust code names to coincide with
new descriptions.
Modified Files:
--
Log Message:
---
Split "server changes" up into smaller sections in release notes.
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.547 -> r1.548)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.547&r2=1.548)
---
Log Message:
---
Markup fix.
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.546 -> r1.547)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.546&r2=1.547)
---(end of broadcast)
Log Message:
---
More release notes wording cleanups.
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.545 -> r1.546)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.545&r2=1.546)
---(end of b
Log Message:
---
Update COMMENT item:
< o Prevent COMMENT ON dbname from issuing a warning when loading
< into a database with a different name, perhaps using COMMENT ON
< CURRENT DATABASE
> o Change pg_dump so that a comment on the dumped database is
>
Log Message:
---
Update wording:
< o Allow COMMENT ON dbname to work when loading into a database
< with a different name, perhaps using COMMENT ON CURRENT
< DATABASE
> o Prevent COMMENT ON dbname from issuing a warning when loading
> into a database w
Log Message:
---
Update comment.
Modified Files:
--
pgsql/src/bin/pg_dump:
pg_dump.c (r1.478 -> r1.479)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.478&r2=1.479)
---(end of broadcast)
Log Message:
---
Add suggested syntax for COMMENT ON DATABASE:
< with a different name
> with a different name, perhaps using COMMENT ON CURRENT
> DATABASE
>
Modified Files:
--
pgsql/doc:
TODO (r1. -> r1.2223)
(http://develope
Log Message:
---
Bug fixes.
- Fix StoredProcedure problems [still does not function properly as it can't
parse argnames yet]
- Run list() around row_pack as most of the underlying functions require len()
support.
- Use the typical.stdio instead of stdtime.
Modified Files:
--
Log Message:
---
Add comment about COMMENT ON DATABASE failing for differently-named
databases.
Modified Files:
--
pgsql/src/bin/pg_dump:
pg_dump.c (r1.477 -> r1.478)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.477&r2=1.
Log Message:
---
Add:
> o Allow COMMENT ON dbname to work when loading into a database
> with a different name
Modified Files:
--
pgsql/doc:
TODO (r1.2221 -> r1.)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2221&r2=1.2
Log Message:
---
Global input_encoding configuration, per-section datestyle configuration, fixes.
Modified Files:
--
pgloader:
pgloader.py (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgloader/pgloader/pgloader.py.diff?r1=1.6&r2=1.7)
pglo
Log Message:
---
remove unnecessary fill_*_addr logging
Tags:
pgbouncer_1_1_stable
Modified Files:
--
pgbouncer/src:
util.c (r1.17 -> r1.17.2.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/util.c.diff?r1=1.17&r2=1.17.2.1)
---
Log Message:
---
remove unnecessary fill_*_addr logging
Modified Files:
--
pgbouncer/src:
util.c (r1.18 -> r1.19)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/util.c.diff?r1=1.18&r2=1.19)
---(end of broadcast
Log Message:
---
installation doc by Steve Singer
Modified Files:
--
plproxy/doc:
overview.txt (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/doc/overview.txt.diff?r1=1.4&r2=1.5)
---(end of broadcast)---
Log Message:
---
Quick intro by Steve Singer
Added Files:
---
plproxy/doc:
tutorial.txt (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/doc/tutorial.txt?rev=1.1&content-type=text/x-cvsweb-markup)
---(end of broadcast
Log Message:
---
convert docs to asciidoc, some updates
Modified Files:
--
plproxy/doc:
Makefile (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/doc/Makefile.diff?r1=1.2&r2=1.3)
config.txt (r1.3 -> r1.4)
(http://
Log Message:
---
update release notes for 2.0.3
Modified Files:
--
plproxy:
NEWS (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/NEWS.diff?r1=1.2&r2=1.3)
---(end of broadcast)---
T
Log Message:
---
remove more mentions of statement_timeout
Modified Files:
--
plproxy/doc:
config.txt (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/doc/config.txt.diff?r1=1.2&r2=1.3)
plproxy/sql:
plproxy_init.sql (r
Log Message:
---
Remote 'statement_timeout' config parameter.
It did not work in 2.0.2 and although it works now,
it could not work in live env as the SET cannot be combined
with main request, thus likely it will be executed on different
backend.
Modified Files:
--
plproxy
Log Message:
---
add ACk target to makefile
Modified Files:
--
plproxy:
Makefile (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/Makefile.diff?r1=1.12&r2=1.13)
---(end of broadcast)-
Log Message:
---
Minor improvement in documentation of temp_tablespaces: avoid grammatical
ambiguity and say what the default value is.
Modified Files:
--
pgsql/doc/src/sgml:
config.sgml (r1.155 -> r1.156)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/d
31 matches
Mail list logo