[COMMITTERS] pgsql: Add missing gettext calls for some SSL errors.
Log Message: --- Add missing gettext calls for some SSL errors. Modified Files: -- pgsql/src/backend/libpq: be-secure.c (r1.71 -> r1.72) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/be-secure.c.diff?r1=1.71&r2=1.72) pgsql/src/interfaces/libpq: fe-secure.c (r1.85 -> r1.86) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c.diff?r1=1.85&r2=1.86) ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[COMMITTERS] pgsql: sslinfo contrib module - information about current SSL
Log Message: --- sslinfo contrib module - information about current SSL certificate Author: Victor Wagner <[EMAIL PROTECTED]> Modified Files: -- pgsql/contrib: Makefile (r1.66 -> r1.67) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/Makefile.diff?r1=1.66&r2=1.67) pgsql/src/include: miscadmin.h (r1.188 -> r1.189) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/miscadmin.h.diff?r1=1.188&r2=1.189) Added Files: --- pgsql/contrib/sslinfo: Makefile (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/sslinfo/Makefile?rev=1.1&content-type=text/x-cvsweb-markup) README.sslinfo (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/sslinfo/README.sslinfo?rev=1.1&content-type=text/x-cvsweb-markup) sslinfo.c (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/sslinfo/sslinfo.c?rev=1.1&content-type=text/x-cvsweb-markup) sslinfo.sql.in (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/sslinfo/sslinfo.sql.in?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[COMMITTERS] npgsql - Npgsql: addendum of Japanese resource(resx).
Log Message: --- addendum of Japanese resource(resx). Added Files: --- Npgsql/src/Npgsql/Design: ConnectionStringEditorForm.ja.resx (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/Design/ConnectionStringEditorForm.ja.resx?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pgsql: Change ILIKE to invoke lower() and then do plain LIKE comparison
Log Message: --- Change ILIKE to invoke lower() and then do plain LIKE comparison when working in a multibyte encoding. This fixes the problems exhibited in bug #1931 and other reports of ILIKE misbehavior in UTF8 encoding. It's a pretty grotty solution though --- should rethink how to do it after we install better locale support, someday. Modified Files: -- pgsql/src/backend/utils/adt: like.c (r1.64 -> r1.65) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/like.c.diff?r1=1.64&r2=1.65) ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
[COMMITTERS] pgsql: Backpatch to 8.1.X fix for to_timestamp() where "PM/AM"
Log Message: --- Backpatch to 8.1.X fix for to_timestamp() where "PM/AM" specification was eating too much user input, producing incorrect results. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/utils/adt: formatting.c (r1.101.2.2 -> r1.101.2.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c.diff?r1=1.101.2.2&r2=1.101.2.3) ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster
[COMMITTERS] pgsql: Remove trailing slash use in ecpg regression script; caused
Log Message: --- Remove trailing slash use in ecpg regression script; caused failures on some platforms. Modified Files: -- pgsql/src/interfaces/ecpg/test: pg_regress.sh (r1.9 -> r1.10) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/pg_regress.sh.diff?r1=1.9&r2=1.10) ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
[COMMITTERS] pgsql: Mention paremeterized queries do not work with partial indexes.
Log Message: --- Mention paremeterized queries do not work with partial indexes. Simon Riggs Modified Files: -- pgsql/doc/src/sgml: indices.sgml (r1.58 -> r1.59) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/indices.sgml.diff?r1=1.58&r2=1.59) ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
[COMMITTERS] pgsql: Add GIN documentation.
Log Message: --- Add GIN documentation. Christopher Kings-Lynne Modified Files: -- pgsql/doc/src/sgml: filelist.sgml (r1.44 -> r1.45) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/filelist.sgml.diff?r1=1.44&r2=1.45) xindex.sgml (r1.43 -> r1.44) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/xindex.sgml.diff?r1=1.43&r2=1.44) Added Files: --- pgsql/doc/src/sgml: gin.sgml (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/gin.sgml?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] psqlodbc - psqlodbc: The vesrion is now 8.2.0101.
Log Message: --- The vesrion is now 8.2.0101. 1. Delayload import XOLEHLP.dll so that the driver can be loaded without the existence of the dll. 2. Fix a simple password authentication bug. 3. Fix a buffer overrun bug which prevented the connection phase from retrying another version appropriately. 4. Handle multi-addresses of a specified host properly. 5. Refine the socket handling(connect, recv, send). 6. Display more appropriate error messages in the connection phase. Modified Files: -- psqlodbc: bind.c (r1.59 -> r1.60) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/bind.c.diff?r1=1.59&r2=1.60) connection.c (r1.146 -> r1.147) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.146&r2=1.147) connection.h (r1.75 -> r1.76) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.h.diff?r1=1.75&r2=1.76) environ.c (r1.60 -> r1.61) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/environ.c.diff?r1=1.60&r2=1.61) psqlodbc.h (r1.106 -> r1.107) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/psqlodbc.h.diff?r1=1.106&r2=1.107) psqlodbca.def (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/psqlodbca.def.diff?r1=1.3&r2=1.4) qresult.c (r1.62 -> r1.63) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/qresult.c.diff?r1=1.62&r2=1.63) socket.c (r1.46 -> r1.47) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/socket.c.diff?r1=1.46&r2=1.47) socket.h (r1.30 -> r1.31) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/socket.h.diff?r1=1.30&r2=1.31) version.h (r1.75 -> r1.76) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/version.h.diff?r1=1.75&r2=1.76) win32.mak (r1.38 -> r1.39) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/win32.mak.diff?r1=1.38&r2=1.39) win_unicode.c (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/win_unicode.c.diff?r1=1.12&r2=1.13) ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pgsql: Sequences were not being shown due to the use of lowercase 's'
Log Message: --- Sequences were not being shown due to the use of lowercase 's' instead of 'S', and the views were not checking for table visibility with regards to temporary tables and sequences. Greg Sabino Mullane Modified Files: -- pgsql/src/backend/catalog: information_schema.sql (r1.33 -> r1.34) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/information_schema.sql.diff?r1=1.33&r2=1.34) ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster
[COMMITTERS] pgsql: Disallow TRUNCATE when there are any pending after-trigger events
Log Message: --- Disallow TRUNCATE when there are any pending after-trigger events for the target relation(s). There might be some cases where we could discard the pending event instead, but for the moment a conservative approach seems sufficient. Per report from Markus Schiltknecht and subsequent discussion. Modified Files: -- pgsql/src/backend/commands: tablecmds.c (r1.201 -> r1.202) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c.diff?r1=1.201&r2=1.202) trigger.c (r1.206 -> r1.207) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/trigger.c.diff?r1=1.206&r2=1.207) pgsql/src/include/commands: trigger.h (r1.58 -> r1.59) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/commands/trigger.h.diff?r1=1.58&r2=1.59) ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[COMMITTERS] pgsql: New Directory
Update of /cvsroot/pgsql/src/tools/msvc In directory postgresql.org:/var/tmp/cvs-serv92938/msvc Log Message: Directory /cvsroot/pgsql/src/tools/msvc added to the repository ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings
[COMMITTERS] pgsql: Add MSVC build tools.
Log Message: --- Add MSVC build tools. Magnus Hagander Added Files: --- pgsql/src/tools/msvc: Project.pm (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Project.pm?rev=1.1&content-type=text/x-cvsweb-markup) Solution.pm (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Solution.pm?rev=1.1&content-type=text/x-cvsweb-markup) build.bat (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/build.bat?rev=1.1&content-type=text/x-cvsweb-markup) config.pl (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/config.pl?rev=1.1&content-type=text/x-cvsweb-markup) gendef.pl (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/gendef.pl?rev=1.1&content-type=text/x-cvsweb-markup) mkvcbuild.pl (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/mkvcbuild.pl?rev=1.1&content-type=text/x-cvsweb-markup) pgbison.bat (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/pgbison.bat?rev=1.1&content-type=text/x-cvsweb-markup) pgflex.bat (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/pgflex.bat?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
[COMMITTERS] pgsql: Trivial patch to double vacuum speed on tables with no indexes
Log Message: --- Trivial patch to double vacuum speed on tables with no indexes (prevent second scan of table). Gregory Stark Modified Files: -- pgsql/src/backend/commands: vacuumlazy.c (r1.76 -> r1.77) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuumlazy.c.diff?r1=1.76&r2=1.77) ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
[COMMITTERS] pgsql: Update LDAP installation wording.
Log Message: --- Update LDAP installation wording. Albe Laurenz Modified Files: -- pgsql/doc/src/sgml: installation.sgml (r1.260 -> r1.261) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml.diff?r1=1.260&r2=1.261) ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[COMMITTERS] pgsql: Update setseed() documentation.
Log Message: --- Update setseed() documentation. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.332 -> r1.333) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.332&r2=1.333) ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pgsql: Bring sslinfo Makefile up to speed for VPATH and pgxs builds.
Log Message: --- Bring sslinfo Makefile up to speed for VPATH and pgxs builds. Modified Files: -- pgsql/contrib/sslinfo: Makefile (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/sslinfo/Makefile.diff?r1=1.1&r2=1.2) ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
[COMMITTERS] press - pr: Remvoe city ambiguity, add note on current advocacy quote
Log Message: --- Remvoe city ambiguity, add note on current advocacy quote thread, presskit two words. Modified Files: -- pr/releases/8.2/en: release.txt (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/en/release.txt.diff?r1=1.6&r2=1.7) ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster
[COMMITTERS] pgsql: Fix information_schema.key_column_usage to show correct value of
Log Message: --- Fix information_schema.key_column_usage to show correct value of position_in_unique_constraint (column newly added per SQL2003). Greg Mullane Modified Files: -- pgsql/src/backend/catalog: information_schema.sql (r1.34 -> r1.35) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/information_schema.sql.diff?r1=1.34&r2=1.35) ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
[COMMITTERS] pgsql: Update Japanese FAQ.
Log Message: --- Update Japanese FAQ. Jun Kuwamura Modified Files: -- pgsql/doc: FAQ_japanese (r1.33 -> r1.34) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_japanese.diff?r1=1.33&r2=1.34) pgsql/doc/src/FAQ: FAQ_japanese.html (r1.33 -> r1.34) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/FAQ_japanese.html.diff?r1=1.33&r2=1.34) ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster
[COMMITTERS] pgsql: Fix imprecision from interval rounding of
Log Message: --- Fix imprecision from interval rounding of multiplication/division. Bruce, Michael Glaesemann Modified Files: -- pgsql/src/backend/utils/adt: timestamp.c (r1.166 -> r1.167) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/timestamp.c.diff?r1=1.166&r2=1.167) pgsql/src/include/utils: timestamp.h (r1.62 -> r1.63) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/timestamp.h.diff?r1=1.62&r2=1.63) ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[COMMITTERS] npgsql - Npgsql: Addition of a message.
Log Message: --- Addition of a message. Modified Files: -- Npgsql/src/Npgsql/Design: ConnectionStringEditorForm.ja.resx (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/Design/ConnectionStringEditorForm.ja.resx.diff?r1=1.1&r2=1.2) ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org
[COMMITTERS] pgsql: Remove GIN documentation Christopher Kings-Lynne
Log Message: --- Remove GIN documentation Christopher Kings-Lynne Modified Files: -- pgsql/doc/src/sgml: filelist.sgml (r1.45 -> r1.46) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/filelist.sgml.diff?r1=1.45&r2=1.46) xindex.sgml (r1.44 -> r1.45) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/xindex.sgml.diff?r1=1.44&r2=1.45) Removed Files: - pgsql/doc/src/sgml: gin.sgml (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/gin.sgml) ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
[COMMITTERS] dbf2pg - dbf2pg: Imported Sources
Update of /cvsroot/dbf2pg/dbf2pg In directory pgfoundry.org:/tmp/cvs-serv43150 Log Message: Transfereed dBase Code from /contrib to pgFoundry Status: Vendor Tag: contrib_exile Release Tags: copy_out N dbf2pg/README.dbf2pg N dbf2pg/dbf2pg.1 N dbf2pg/dbf2pg.c N dbf2pg/Makefile N dbf2pg/dbf.c N dbf2pg/dbf.h N dbf2pg/endian.c No conflicts created by this import ---(end of broadcast)--- TIP 6: explain analyze is your friend
[COMMITTERS] adddepends - adddepends: Imported Sources
Update of /cvsroot/adddepends/adddepends In directory pgfoundry.org:/tmp/cvs-serv42493 Log Message: Transfereed AddDepends Code from /contrib to pgFoundry Status: Vendor Tag: contrib_exile Release Tags: copy_out N adddepends/adddepend N adddepends/README.adddepend No conflicts created by this import ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
[COMMITTERS] dbmirror - dbmirror: Imported Sources
Update of /cvsroot/dbmirror/dbmirror In directory pgfoundry.org:/tmp/cvs-serv43750 Log Message: Transfereed dbmirro Code from /contrib to pgFoundry Status: Vendor Tag: contrib_exile Release Tags: copy_out N dbmirror/DBMirror.pl N dbmirror/Makefile N dbmirror/slaveDatabase.conf N dbmirror/clean_pending.pl N dbmirror/AddTrigger.sql N dbmirror/pending.c N dbmirror/README.dbmirror N dbmirror/MirrorSetup.sql No conflicts created by this import ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster
[COMMITTERS] simplefti - simplefti: Imported Sources
Update of /cvsroot/simplefti/simplefti In directory pgfoundry.org:/tmp/cvs-serv44313 Log Message: Transfereed fulltextindex Code from /contrib to pgFoundry Status: Vendor Tag: contrib_exile Release Tags: copy_out N simplefti/TODO N simplefti/Makefile N simplefti/fti.sql.in N simplefti/fti.c N simplefti/timings.sh N simplefti/fti.pl N simplefti/README.fti N simplefti/WARNING N simplefti/uninstall.sql No conflicts created by this import ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
[COMMITTERS] macmanufacturer - macmanufacturer: Imported Sources
Update of /cvsroot/macmanufacturer/macmanufacturer In directory pgfoundry.org:/tmp/cvs-serv44984 Log Message: Transferred mac Code from /contrib to pgFoundry Status: Vendor Tag: contrib_exile Release Tags: copy_out N macmanufacturer/dropoui N macmanufacturer/ouiparse.awk N macmanufacturer/README.mac N macmanufacturer/updateoui N macmanufacturer/createoui No conflicts created by this import ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
[COMMITTERS] userlocks - userlocks: Imported Sources
Update of /cvsroot/userlocks/userlocks In directory pgfoundry.org:/tmp/cvs-serv46271 Log Message: Transferred userlock Code from /contrib to pgFoundry Status: Vendor Tag: contrib_exile Release Tags: copy_out N userlocks/uninstall_user_locks.sql N userlocks/Makefile N userlocks/README.user_locks N userlocks/user_locks.sql.in N userlocks/user_locks.c N userlocks/user_locks.h No conflicts created by this import ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings
