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
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
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
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
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
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
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
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
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
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)
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/
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
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/
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)
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_
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/
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
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
[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
[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.
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.
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
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
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
24 matches
Mail list logo