[COMMITTERS] psqlodbc - psqlodbc: Add some release notes compiled by Hiroshi Saito.

2005-12-08 Thread User Dpage
Log Message: --- Add some release notes compiled by Hiroshi Saito. Modified Files: -- psqlodbc: Makefile.am (r1.29 -> r1.30) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/Makefile.am.diff?r1=1.29&r2=1.30) psqlodbc/docs: index.ht

[COMMITTERS] pgsql: Improve tag recognizing

2005-12-08 Thread Teodor Sigaev
Log Message: --- Improve tag recognizing Modified Files: -- pgsql/contrib/tsearch2/wordparser: parser.c (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/wordparser/parser.c.diff?r1=1.7&r2=1.8) parser.h (r1.8 -> r1.9)

[COMMITTERS] psqlodbc - psqlodbc: > It seems that for SQLColAttributes to return

2005-12-08 Thread User Dpage
Log Message: --- > It seems that for SQLColAttributes to return something else than > SQL_NULLABLE, "Parse Statements" option MUST be turned on. Am i right? > For some reason stmt->manual_result is true, which causes that the > statement is not parsed. What does this stmt->manual_result

[COMMITTERS] pginstaller - pginst: Add Slony-I support.

2005-12-08 Thread User Dpage
Log Message: --- Add Slony-I support. Modified Files: -- pginst/lang: de_welcome.rtf (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/de_welcome.rtf.diff?r1=1.5&r2=1.6) fr_welcome.rtf (r1.3 -> r1.4) (http:

[COMMITTERS] pgsql: Fix thinko in comment.

2005-12-08 Thread Tom Lane
Log Message: --- Fix thinko in comment. Modified Files: -- pgsql/src/backend/storage/file: fd.c (r1.123 -> r1.124) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/file/fd.c.diff?r1=1.123&r2=1.124) ---(end of br

[COMMITTERS] psqlodbc - psqlodbc: Mistake of a character was corrected.

2005-12-08 Thread User H-saito
Log Message: --- Mistake of a character was corrected. Modified Files: -- psqlodbc/docs: release.html (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/docs/release.html.diff?r1=1.1&r2=1.2) ---(end of bro

[COMMITTERS] pgsql: Disble some Win32-specific code in win32-client-only builds: I

2005-12-08 Thread Bruce Momjian
Log Message: --- Disble some Win32-specific code in win32-client-only builds: I have the problem, when building by MS-VC6. An error occurs in the 8.1.0 present source codes. nmake -f win32.mak ..\..\port\getaddrinfo.c(244) : error C2065: 'WSA_NOT_ENOUGH_MEMORY' ..\..\port\getaddrinfo.c(34

[COMMITTERS] pgsql: Disble some Win32-specific code in win32-client-only builds: I

2005-12-08 Thread Bruce Momjian
Log Message: --- Disble some Win32-specific code in win32-client-only builds: I have the problem, when building by MS-VC6. An error occurs in the 8.1.0 present source codes. nmake -f win32.mak ..\..\port\getaddrinfo.c(244) : error C2065: 'WSA_NOT_ENOUGH_MEMORY' ..\..\port\getaddrinfo.c(34

[COMMITTERS] pgsql: Add documentation about the inability of plpsql to use parameter

2005-12-08 Thread Bruce Momjian
Log Message: --- Add documentation about the inability of plpsql to use parameter names that are the same as column names used in the function. Modified Files: -- pgsql/doc/src/sgml: plpgsql.sgml (r1.81 -> r1.82) (http://developer.postgresql.org/cvsweb.cgi/

[COMMITTERS] pgsql: Add documentation about the inability of plpsql to use parameter

2005-12-08 Thread Bruce Momjian
Log Message: --- Add documentation about the inability of plpsql to use parameter names that are the same as column names used in the function. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: plpgsql.sgml (r1.80.2.1 -> r1.80.2.2) (http://de

[COMMITTERS] pgsql: I recently received the Debian bug report below about missing

2005-12-08 Thread Bruce Momjian
Log Message: --- I recently received the Debian bug report below about missing iconv support for the dbf2pg contrib module. The submitter created a patch which replaces the silent ignoring of -F (when iconv support is disabled) with a meaningful warning. Martin Pitt Modified Files: -

[COMMITTERS] pgsql: I recently received the Debian bug report below about missing

2005-12-08 Thread Bruce Momjian
Log Message: --- I recently received the Debian bug report below about missing iconv support for the dbf2pg contrib module. The submitter created a patch which replaces the silent ignoring of -F (when iconv support is disabled) with a meaningful warning. Martin Pitt Tags: REL8_1_STA

[COMMITTERS] pgsql: Fix bgwriter's failure to release buffer pins and open files

2005-12-08 Thread Tom Lane
Log Message: --- Fix bgwriter's failure to release buffer pins and open files after an error. This probably explains bug #2099 and could also account for mysterious VACUUM hangups. Modified Files: -- pgsql/src/backend/postmaster: bgwriter.c (r1.21 -> r1.22)

[COMMITTERS] pgsql: Fix bgwriter's failure to release buffer pins and open files

2005-12-08 Thread Tom Lane
Log Message: --- Fix bgwriter's failure to release buffer pins and open files after an error. This probably explains bug #2099 and could also account for mysterious VACUUM hangups. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/postmaster: bgwriter.

[COMMITTERS] pgsql: Fix bgwriter's failure to release buffer pins and open files

2005-12-08 Thread Tom Lane
Log Message: --- Fix bgwriter's failure to release buffer pins and open files after an error. This probably explains bug #2099 and could also account for mysterious VACUUM hangups. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/postmaster: bgwriter.

[COMMITTERS] pgsql: Documentation fix: s/event_object_name/event_object_table/g

2005-12-08 Thread Peter Eisentraut
Log Message: --- Documentation fix: s/event_object_name/event_object_table/g Tags: REL7_4_STABLE Modified Files: -- pgsql/doc/src/sgml: information_schema.sgml (r1.10.2.3 -> r1.10.2.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/inf

[COMMITTERS] pgsql: Documentation fix: s/event_object_name/event_object_table/g

2005-12-08 Thread Peter Eisentraut
Log Message: --- Documentation fix: s/event_object_name/event_object_table/g Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/sgml: information_schema.sgml (r1.20.4.1 -> r1.20.4.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/inf

[COMMITTERS] pgsql: Documentation fix: s/event_object_name/event_object_table/g

2005-12-08 Thread Peter Eisentraut
Log Message: --- Documentation fix: s/event_object_name/event_object_table/g Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: information_schema.sgml (r1.22 -> r1.22.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/informa

[COMMITTERS] pgsql: Documentation fix: s/event_object_name/event_object_table/g

2005-12-08 Thread Peter Eisentraut
Log Message: --- Documentation fix: s/event_object_name/event_object_table/g Modified Files: -- pgsql/doc/src/sgml: information_schema.sgml (r1.22 -> r1.23) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/information_schema.sgml.diff?r1=1.22&

[COMMITTERS] pgsql: Add "Constant" column to error code table.

2005-12-08 Thread Bruce Momjian
Log Message: --- Add "Constant" column to error code table. Also, better mark section headings. [EMAIL PROTECTED] Modified Files: -- pgsql/doc/src/sgml: errcodes.sgml (r1.15 -> r1.16) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/errcodes

[COMMITTERS] pgsql: Add "Constant" column to error code table.

2005-12-08 Thread Bruce Momjian
Log Message: --- Add "Constant" column to error code table. Also, better mark section headings. [EMAIL PROTECTED] Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: errcodes.sgml (r1.15 -> r1.15.2.1) (http://developer.postgresql.org/cvsweb.c

[COMMITTERS] pgsql: Add missing translation marker

2005-12-08 Thread Peter Eisentraut
Log Message: --- Add missing translation marker Tags: REL8_1_STABLE Modified Files: -- pgsql/src/bin/psql: command.c (r1.154 -> r1.154.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c.diff?r1=1.154&r2=1.154.2.1) -

[COMMITTERS] pgsql: Add missing translation marker

2005-12-08 Thread Peter Eisentraut
Log Message: --- Add missing translation marker Modified Files: -- pgsql/src/bin/psql: command.c (r1.154 -> r1.155) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c.diff?r1=1.154&r2=1.155) ---(end of broadcas

[COMMITTERS] pgsql: Remove empty heading row in error table.

2005-12-08 Thread Bruce Momjian
Log Message: --- Remove empty heading row in error table. Modified Files: -- pgsql/doc/src/sgml: errcodes.sgml (r1.16 -> r1.17) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/errcodes.sgml.diff?r1=1.16&r2=1.17) ---(e

[COMMITTERS] pgsql: Remove empty heading row in error table.

2005-12-08 Thread Bruce Momjian
Log Message: --- Remove empty heading row in error table. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: errcodes.sgml (r1.15.2.1 -> r1.15.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/errcodes.sgml.diff?r1=1.15.2.1&r

[COMMITTERS] pgsql: Put [] around default value for port number.

2005-12-08 Thread Peter Eisentraut
Log Message: --- Put [] around default value for port number. Modified Files: -- pgsql: configure (r1.466 -> r1.467) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.466&r2=1.467) configure.in (r1.436 -> r1.437) (http:/

[COMMITTERS] pgsql: > 1) I'm proposing a patch to do the DROP FUNCTION argument tab

2005-12-08 Thread Bruce Momjian
Log Message: --- > 1) I'm proposing a patch to do the DROP FUNCTION argument tab completion. > Now, the arguments of the drop function can be tab completed. for example > > drop function strpos ( > > drop FUNCTION strpos (text, text) > > or: > > wsdb=# drop FUNCTION length ( > bit)

[COMMITTERS] pgsql: there's a paragraph in the ALTER TABLE reference page that reads:

2005-12-08 Thread Bruce Momjian
Log Message: --- there's a paragraph in the ALTER TABLE reference page that reads: DROP CONSTRAINT This form drops constraints on a table. Currently, constraints on tables are not required to have unique names, so there may be more than one constraint matching the specified na

[COMMITTERS] pgsql: there's a paragraph in the ALTER TABLE reference page that reads:

2005-12-08 Thread Bruce Momjian
Log Message: --- there's a paragraph in the ALTER TABLE reference page that reads: DROP CONSTRAINT This form drops constraints on a table. Currently, constraints on tables are not required to have unique names, so there may be more than one constraint matching the specified na

[COMMITTERS] pgsql: FAQ_AIX in 8.1.0 contains outdated information about how to deal

2005-12-08 Thread Bruce Momjian
Log Message: --- FAQ_AIX in 8.1.0 contains outdated information about how to deal with postgres problems due to readline. The attached patch replaces that section of it with better ways of handling the problem. Seneca Cunningham Modified Files: -- pgsql/doc: FAQ_A

[COMMITTERS] pgsql: FAQ_AIX in 8.1.0 contains outdated information about how to deal

2005-12-08 Thread Bruce Momjian
Log Message: --- FAQ_AIX in 8.1.0 contains outdated information about how to deal with postgres problems due to readline. The attached patch replaces that section of it with better ways of handling the problem. Seneca Cunningham Tags: REL8_1_STABLE Modified Files: --

[COMMITTERS] pgsql: Update 8.1.X FAQs.

2005-12-08 Thread Bruce Momjian
Log Message: --- Update 8.1.X FAQs. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc: FAQ (r1.362 -> r1.362.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.362&r2=1.362.2.1) FAQ_AIX (r1.14.2.1 -> r1.14.2.2) (h

[COMMITTERS] pgsql: Remove a few people: < * Claudio is Claudio Natoli

2005-12-08 Thread Bruce Momjian
Log Message: --- Remove a few people: < * Claudio is Claudio Natoli <[EMAIL PROTECTED]> 1166d1164 < * Hiroshi is Hiroshi Inoue Modified Files: -- pgsql/doc: TODO (r1.1718 -> r1.1719) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.171

[COMMITTERS] pgsql: Add Teodor: > * Teodor is Teodor Sigaev <[EMAIL PROTECTED]>

2005-12-08 Thread Bruce Momjian
Log Message: --- Add Teodor: > * Teodor is Teodor Sigaev <[EMAIL PROTECTED]> Modified Files: -- pgsql/doc: TODO (r1.1719 -> r1.1720) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1719&r2=1.1720) pgsql/doc/src/FAQ: TODO.ht

[COMMITTERS] pgsql: Update release notes for 8.1.1.

2005-12-08 Thread Bruce Momjian
Log Message: --- Update release notes for 8.1.1. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.407 -> r1.408) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.407&r2=1.408) ---(end of b

[COMMITTERS] pgsql: Update release notes for 8.1.1.

2005-12-08 Thread Bruce Momjian
Log Message: --- Update release notes for 8.1.1. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.400.2.6 -> r1.400.2.7) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.400.2.6&r2=1.400.

[COMMITTERS] pgsql: Update for 8.1.1.

2005-12-08 Thread Bruce Momjian
Log Message: --- Update for 8.1.1. Modified Files: -- pgsql/doc: FAQ (r1.372 -> r1.373) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.372&r2=1.373) pgsql/doc/src/FAQ: FAQ.html (r1.328 -> r1.329) (http://developer.p

[COMMITTERS] pgsql: Stamp 8.1.1.

2005-12-08 Thread Bruce Momjian
Log Message: --- Stamp 8.1.1. Tags: REL8_1_STABLE Modified Files: -- pgsql: configure (r1.461.2.3 -> r1.461.2.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.461.2.3&r2=1.461.2.4) configure.in (r1.431.2.3 -> r1.431.2.4

[COMMITTERS] pgsql: Update wording of translation bug item.

2005-12-08 Thread Bruce Momjian
Log Message: --- Update wording of translation bug item. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.408 -> r1.409) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.408&r2=1.409) ---(

[COMMITTERS] pgsql: Update wording of translation bug item.

2005-12-08 Thread Bruce Momjian
Log Message: --- Update wording of translation bug item. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.400.2.8 -> r1.400.2.9) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.400.2.8&r

[COMMITTERS] pgsql: Wrap UTF-8 paragraph.

2005-12-08 Thread Bruce Momjian
Log Message: --- Wrap UTF-8 paragraph. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.409 -> r1.410) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.409&r2=1.410) ---(end of broadcast)-

[COMMITTERS] pgsql: Wrap UTF-8 paragraph.

2005-12-08 Thread Bruce Momjian
Log Message: --- Wrap UTF-8 paragraph. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.400.2.9 -> r1.400.2.10) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.400.2.9&r2=1.400.2.10) --

[COMMITTERS] pgsql: Release note wording improvements.

2005-12-08 Thread Bruce Momjian
Log Message: --- Release note wording improvements. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.410 -> r1.411) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.410&r2=1.411) ---(end o

[COMMITTERS] pgsql: Release note wording improvements.

2005-12-08 Thread Bruce Momjian
Log Message: --- Release note wording improvements. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.400.2.10 -> r1.400.2.11) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.400.2.10&r2=

[COMMITTERS] pgsql: Simplify lock manager data structures by making a clear

2005-12-08 Thread Tom Lane
Log Message: --- Simplify lock manager data structures by making a clear separation between the data defining the semantics of a lock method (ie, conflict resolution table and ancillary data, which is all constant) and the hash tables storing the current state. The only thing we give up by

[COMMITTERS] pgsql: Stamp libraries for 8.2 by updating minor library version numbers

2005-12-08 Thread Bruce Momjian
Log Message: --- Stamp libraries for 8.2 by updating minor library version numbers and Win32 library files. Modified Files: -- pgsql/src/interfaces/ecpg/compatlib: Makefile (r1.21 -> r1.22) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ec

[COMMITTERS] pgsql: I reconfirmed MS-VC6.

2005-12-08 Thread Bruce Momjian
Log Message: --- I reconfirmed MS-VC6. Thank you for wonderful correspondence. However, Another problem newly occurred. This solves the problem of snprintf and vsnprintf. Patch to HEAD and 8.1.X. Hiroshi Saito Modified Files: -- pgsql/src/include: pg_config.h.win3

[COMMITTERS] pgsql: I reconfirmed MS-VC6.

2005-12-08 Thread Bruce Momjian
Log Message: --- I reconfirmed MS-VC6. Thank you for wonderful correspondence. However, Another problem newly occurred. This solves the problem of snprintf and vsnprintf. Patch to HEAD and 8.1.X. Hiroshi Saito Tags: REL8_1_STABLE Modified Files: -- pgsql/src/include