[COMMITTERS] pgsql: Improve partitioning example, per Itagaki Takahiro.

2007-12-02 Thread Tom Lane
Log Message: --- Improve partitioning example, per Itagaki Takahiro. Modified Files: -- pgsql/doc/src/sgml: ddl.sgml (r1.78 -> r1.79) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ddl.sgml?r1=1.78&r2=1.79) ---(end o

[COMMITTERS] pgsql: Remove obsoleted README files.

2007-12-02 Thread Tom Lane
Log Message: --- Remove obsoleted README files. Modified Files: -- pgsql/contrib/spi: Makefile (r1.27 -> r1.28) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/spi/Makefile?r1=1.27&r2=1.28) pgsql/contrib/test_parser: Makefile (r1.1 ->

[COMMITTERS] pgsql: Add SGML documentation for contrib/spi and contrib/test_parser.

2007-12-02 Thread Tom Lane
Log Message: --- Add SGML documentation for contrib/spi and contrib/test_parser. The spi documentation is pretty rudimentary, but it's a start. Modified Files: -- pgsql/doc/src/sgml: contrib.sgml (r1.6 -> r1.7) (http://developer.postgresql.org/cvsweb.cgi/pg

[COMMITTERS] pgsql: Update SGML contrib documentation to catch up with recent changes

2007-12-02 Thread Tom Lane
Log Message: --- Update SGML contrib documentation to catch up with recent changes to the former README files. Albert Cervera i Areny Modified Files: -- pgsql/doc/src/sgml: cube.sgml (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/

[COMMITTERS] pgsql: Stamp 8.3beta4.

2007-12-02 Thread Tom Lane
Log Message: --- Stamp 8.3beta4. Modified Files: -- pgsql: configure (r1.572 -> r1.573) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.572&r2=1.573) configure.in (r1.538 -> r1.539) (http://developer.postgresql.org/cvsweb.c

[COMMITTERS] pgsql: Revert COPY OUT to follow the pre-8.3 handling of ASCII control

2007-12-02 Thread Tom Lane
Log Message: --- Revert COPY OUT to follow the pre-8.3 handling of ASCII control characters, namely that \r, \n, \t, \b, \f, \v are dumped as those two-character representations rather than a backslash and the literal control character. I had made it do the other to save some code, but this

[COMMITTERS] press - pr: added translation of features83.html

2007-12-02 Thread User Conni
Log Message: --- added translation of features83.html Added Files: --- pr/releases/8.3/de: features83.html (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.3/de/features83.html?rev=1.1&content-type=text/x-cvsweb-markup) -

[COMMITTERS] pgsql: Ensure that all and tags have IDs.

2007-12-02 Thread Tom Lane
Log Message: --- Ensure that all and tags have IDs. This is needed to ensure that the resulting webpages have predictable URLs, instead of ever-changing numeric IDs. The new contrib docs were the biggest offender, but some old stuff had the problem too. Also, rename a couple of new con

[COMMITTERS] pgsql: Remove README files now migrated to SGML docs.

2007-12-02 Thread Tom Lane
Log Message: --- Remove README files now migrated to SGML docs. Modified Files: -- pgsql/contrib/dict_int: Makefile (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dict_int/Makefile?r1=1.1&r2=1.2) pgsql/contrib/dict_xsyn:

[COMMITTERS] pgsql: Add SGML docs for contrib/dict_int and contrib/dict_xsyn.

2007-12-02 Thread Tom Lane
Log Message: --- Add SGML docs for contrib/dict_int and contrib/dict_xsyn. Albert Cervera i Areny Modified Files: -- pgsql/doc/src/sgml: contrib.sgml (r1.4 -> r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/contrib.sgml?r1=1.4&r2=1.5)

[COMMITTERS] press - pr: Translated HTML presskit (mostly copied from TXT release)

2007-12-02 Thread User Nickg
Log Message: --- Translated HTML presskit (mostly copied from TXT release) Added Files: --- pr/releases/8.3/ru: presskit83.html.ru (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.3/ru/presskit83.html.ru?rev=1.1&content-type=text/x-cvswe

[COMMITTERS] press - pr: Small wording improvements

2007-12-02 Thread User Nickg
Log Message: --- Small wording improvements Modified Files: -- pr/releases/8.3/ru: release.txt (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.3/ru/release.txt.diff?r1=1.4&r2=1.5) ---(end of broadcas

[COMMITTERS] press - pr: greek translation presskit83

2007-12-02 Thread User Kostas
Log Message: --- greek translation presskit83 Added Files: --- pr/releases/8.3/el: presskit83.html.el (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.3/el/presskit83.html.el?rev=1.1&content-type=text/x-cvsweb-markup) ---

[COMMITTERS] press - pr: New Directory

2007-12-02 Thread User Kostas
Update of /cvsroot/press/pr/releases/8.3/el In directory pgfoundry.org:/tmp/cvs-serv4207/el Log Message: Directory /cvsroot/press/pr/releases/8.3/el added to the repository ---(end of broadcast)--- TIP 4: Have you searched our list archives?

[COMMITTERS] pgsql: Improve the manual's discussion of partitioning.

2007-12-02 Thread Tom Lane
Log Message: --- Improve the manual's discussion of partitioning. Recommend using a trigger instead of a rule to redirect insertions, use NEW.* notation where appropriate, some other updates and adjustments. David Fetter and Tom Lane Modified Files: -- pgsql/doc/src/sgml:

[COMMITTERS] npgsql - Npgsql2: Added another changedatabase test to test recent

2007-12-02 Thread User Fxjr
Log Message: --- Added another changedatabase test to test recent patches. Thanks Tao Wang for patch. Modified Files: -- Npgsql2/testsuite/noninteractive/NUnit20: CommandTests.cs (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/t

[COMMITTERS] npgsql - Npgsql2: [#1010202] Adding NpgsqlConnectionStringBuilder class

2007-12-02 Thread User Fxjr
Log Message: --- [#1010202] Adding NpgsqlConnectionStringBuilder class (with cache support). Thanks Tao Wang for patches! Added Files: --- Npgsql2/src/Npgsql: Cache.cs (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/Cache.cs?rev=

[COMMITTERS] pgloader - pgloader: debian packaging review by Julien Danjou

2007-12-02 Thread User Dim
Log Message: --- debian packaging review by Julien Danjou Modified Files: -- pgloader/debian: changelog (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgloader/pgloader/debian/changelog.diff?r1=1.11&r2=1.12) control (r1.3 -> r1.4)

[COMMITTERS] npgsql - Npgsql2: Added simplified chinese resource.

2007-12-02 Thread User Fxjr
Log Message: --- Added simplified chinese resource. Thanks Tao Wang for patch! Added Files: --- Npgsql2/src/NpgsqlTypes: NpgsqlTypesHelper.zh-CN.resx (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/NpgsqlTypesHelper.zh-CN.res

[COMMITTERS] npgsql - Npgsql2: Removed incorrectly added file.

2007-12-02 Thread User Fxjr
Log Message: --- Removed incorrectly added file. Removed Files: - Npgsql2/src/Npgsql: NpgsqlTypesHelper.zh-CN.resx (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlTypesHelper.zh-CN.resx) ---(end of broa

[COMMITTERS] python - pq: Use msg[1] instead of data.

2007-12-02 Thread James William Pye
Log Message: --- Use msg[1] instead of data. the 'data' reference is no longer in use. Modified Files: -- pq/src: client3.py (r1.26 -> r1.27) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/client3.py.diff?r1=1.26&r2=1.27) -

[COMMITTERS] python - ip: Remove abstract module.

2007-12-02 Thread James William Pye
Log Message: --- Remove abstract module. This was beginning to become useless. It became desirable to make a specialized transaction class for proboscis, so the utility of a general transaction manager became less interesting(teop already has a specialized one). Removed Files: ---

[COMMITTERS] python - lo: Make construct capable of seeing None as lack of value.

2007-12-02 Thread James William Pye
Log Message: --- Make construct capable of seeing None as lack of value. Also, don't include the delimiting slash if there nothing that needs to be delimited. Modified Files: -- lo/postgresql/utility/client: iri.py (r1.2 -> r1.3) (http://cvs.pgfoundry.org/c