[COMMITTERS] pgsql: Add the missing cyrillic "Yo" characters ('e' and 'E' with two

2008-03-20 Thread Heikki Linnakangas
Log Message: --- Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the ISO_8859-5 <-> MULE_INTERNAL conversion tables. This was discovered when trying to convert a string containing those characters from ISO_8859-5 to Windows-1251, because we use MULE_INTERNAL/KOI8R

[COMMITTERS] pgsql: Add the missing cyrillic "Yo" characters ('e' and 'E' with two

2008-03-20 Thread Heikki Linnakangas
Log Message: --- Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the ISO_8859-5 <-> MULE_INTERNAL conversion tables. This was discovered when trying to convert a string containing those characters from ISO_8859-5 to Windows-1251, because we use MULE_INTERNAL/KOI8R

[COMMITTERS] pgsql: Add the missing cyrillic "Yo" characters ('e' and 'E' with two

2008-03-20 Thread Heikki Linnakangas
Log Message: --- Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the ISO_8859-5 <-> MULE_INTERNAL conversion tables. This was discovered when trying to convert a string containing those characters from ISO_8859-5 to Windows-1251, because we use MULE_INTERNAL/KOI8R

[COMMITTERS] npgsql - Npgsql2:

2008-03-20 Thread User Talliesin
Log Message: --- Modified Files: -- Npgsql2: RELEASENOTES.txt (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/RELEASENOTES.txt.diff?r1=1.4&r2=1.5) -- Sent via pgsql-committers mailing list ([email protected]) To m

[COMMITTERS] pgsql: Add the missing cyrillic "Yo" characters ('e' and 'E' with two

2008-03-20 Thread Heikki Linnakangas
Log Message: --- Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the ISO_8859-5 <-> MULE_INTERNAL conversion tables. This was discovered when trying to convert a string containing those characters from ISO_8859-5 to Windows-1251, because we use MULE_INTERNAL/KOI8R

[COMMITTERS] pgsql: Add the missing cyrillic "Yo" characters ('e' and 'E' with two

2008-03-20 Thread Heikki Linnakangas
Log Message: --- Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the ISO_8859-5 <-> MULE_INTERNAL conversion tables. This was discovered when trying to convert a string containing those characters from ISO_8859-5 to Windows-1251, because we use MULE_INTERNAL/KOI8R

[COMMITTERS] pgsql: Add the missing cyrillic "Yo" characters ('e' and 'E' with two

2008-03-20 Thread Heikki Linnakangas
Log Message: --- Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the ISO_8859-5 <-> MULE_INTERNAL conversion tables. This was discovered when trying to convert a string containing those characters from ISO_8859-5 to Windows-1251, because we use MULE_INTERNAL/KOI8R

[COMMITTERS] pginstaller - web: Fix download URL, per Mark Henschel

2008-03-20 Thread User Dpage
Log Message: --- Fix download URL, per Mark Henschel Modified Files: -- web/faq: FAQ_windows.html (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/faq/FAQ_windows.html.diff?r1=1.14&r2=1.15) FAQ_windows_br.html (r1.2 -> r

[COMMITTERS] pgsql: Changed statement escaping to not escape continuation line

2008-03-20 Thread Michael Meskes
Log Message: --- Changed statement escaping to not escape continuation line markers. Bumped precompiler patchlevel. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.370.2.2 -> r1.370.2.3) (http://anoncvs.postgresql.org/c

[COMMITTERS] pgsql: Changed statement escaping to not escape continuation line

2008-03-20 Thread Michael Meskes
Log Message: --- Changed statement escaping to not escape continuation line markers. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.375 -> r1.376) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog?r1=1.375&r2=1.376)

[COMMITTERS] prefix - prefix: copy/paste-o broken implementation of

2008-03-20 Thread User Dim
Log Message: --- copy/paste-o broken implementation of gist_prefix_range_ops, operator @>(prefix_range, prefix_range) which is an alias for >>= Modified Files: -- prefix: prefix.c (r1.23 -> r1.24) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/prefix/prefix/

[COMMITTERS] pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike

2008-03-20 Thread Michael Meskes
Log Message: --- Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury. Removed one include file from connect-test1. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.376 -> r1.377) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src

[COMMITTERS] pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike

2008-03-20 Thread Michael Meskes
Log Message: --- Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury. Bumped library version to 6.1. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.370.2.3 -> r1.370.2.4) (http://anoncvs.postgresql.org/

[COMMITTERS] pgsql: Make source code READMEs more consistent.

2008-03-20 Thread Bruce Momjian
Log Message: --- Make source code READMEs more consistent. Add CVS tags to all README files. Modified Files: -- pgsql/src/backend/access/gin: README (r1.4 -> r1.5) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/README?r1=1.4&r2=1.5)

[COMMITTERS] pgsql: Support a --no-tablespaces option in

2008-03-20 Thread Tom Lane
Log Message: --- Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so that dumps can be loaded into databases without the same tablespaces that the source had. The option acts by suppressing all "SET default_tablespace" commands, and also CREATE TABLESPACE commands in pg_

[COMMITTERS] pgsql: Add a couple of missing FreeQueryDesc calls.

2008-03-20 Thread Alvaro Herrera
Log Message: --- Add a couple of missing FreeQueryDesc calls. Noticed while testing a framework to keep track of snapshots in use. Modified Files: -- pgsql/src/backend/commands: portalcmds.c (r1.69 -> r1.70) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/

[COMMITTERS] pgsql: Dept of second thoughts: --no-tablespaces had better also prevent

2008-03-20 Thread Tom Lane
Log Message: --- Dept of second thoughts: --no-tablespaces had better also prevent pg_dumpall from attaching TABLESPACE options to CREATE DATABASE commands. Modified Files: -- pgsql/src/bin/pg_dump: pg_dumpall.c (r1.101 -> r1.102) (http://anoncvs.postgresql

[COMMITTERS] pgsql: Arrange for an explicit cast applied to an ARRAY[] constructor to

2008-03-20 Thread Tom Lane
Log Message: --- Arrange for an explicit cast applied to an ARRAY[] constructor to be applied directly to all the member expressions, instead of the previous implementation where the ARRAY[] constructor would infer a common element type and then we'd coerce the finished array after the fact

Re: [COMMITTERS] pgsql: Make source code READMEs more consistent.

2008-03-20 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > Make source code READMEs more consistent. Add CVS tags to all README files. Bruce, why are you spending time on trivial stuff like this when the patch queue desperately needs your attention? We're supposed to be single-mindedly focused on clearing the

Re: [COMMITTERS] pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike

2008-03-20 Thread Tom Lane
[EMAIL PROTECTED] (Michael Meskes) writes: > Log Message: > --- > Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury. > Bumped library version to 6.1. > Tags: > > REL8_3_STABLE This should absolutely *not* have been done in a stable release branch. Kindly revert.

[COMMITTERS] pgsql: Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by

2008-03-20 Thread Tom Lane
Log Message: --- Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing a new typedef TimeOffset to represent an intermediate time value. It's either int64 or double as appropriate, and in most usages will be measured in microseconds or seconds the same as Timestamp.

[COMMITTERS] pgsql: Generate dummy probes.h for MSVC builds.

2008-03-20 Thread Andrew Dunstan
Log Message: --- Generate dummy probes.h for MSVC builds. Modified Files: -- pgsql/src/tools/msvc: Solution.pm (r1.36 -> r1.37) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Solution.pm?r1=1.36&r2=1.37) -- Sent via pgsql-committers mailin

[COMMITTERS] pgsql: Adjust pgstatindex() to give correct answers for indexes larger

2008-03-20 Thread Tom Lane
Log Message: --- Adjust pgstatindex() to give correct answers for indexes larger than 2^31 blocks. Also fix pg_relpages() for the same case. Tatsuhito Kasahara Modified Files: -- pgsql/contrib/pgstattuple: pgstatindex.c (r1.8 -> r1.9) (http://anoncvs.postg

Re: [COMMITTERS] pgsql: Make source code READMEs more consistent.

2008-03-20 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > Make source code READMEs more consistent. Add CVS tags to all README files. > > Bruce, why are you spending time on trivial stuff like this when the > patch queue desperately needs your attention? We're supposed to be > single-minde