Log Message:
---
Translation update
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/src/backend/po:
de.po (r1.11.2.12 -> r1.11.2.13)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/de.po?r1=1.11.2.12&r2=1.11.2.13)
es.po (r1.5 -> r1
Log Message:
---
Translation update
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/src/backend/po:
de.po (r1.19.4.8 -> r1.19.4.9)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/de.po?r1=1.19.4.8&r2=1.19.4.9)
es.po (r1.9.4.1 -> r1
Log Message:
---
Translation update
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/src/backend/po:
de.po (r1.21.2.9 -> r1.21.2.10)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/de.po?r1=1.21.2.9&r2=1.21.2.10)
es.po (r1.9.6.2 ->
Log Message:
---
Translation update
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/src/backend/po:
de.po (r1.25.2.8 -> r1.25.2.9)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/de.po?r1=1.25.2.8&r2=1.25.2.9)
es.po (r1.13 -> r1.13
Log Message:
---
Translation update
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql/src/backend/po:
de.po (r1.29.2.6 -> r1.29.2.7)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/de.po?r1=1.29.2.6&r2=1.29.2.7)
es.po (r1.15.2.3 -> r
Log Message:
---
Translation update
Tags:
REL8_4_STABLE
Modified Files:
--
pgsql/src/backend:
nls.mk (r1.27 -> r1.27.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/nls.mk?r1=1.27&r2=1.27.2.1)
pgsql/src/backend/po:
de.po (
Log Message:
---
Cleanup initialization of Hot Standby. Clarify working with reanalysis
of requirements and documentation on LogStandbySnapshot(). Fixes
two minor bugs reported by Tom Lane that would lead to an incorrect
snapshot after transaction wraparound. Also fix two other problems
dis
Log Message:
---
Ensure that top level aborts call XLogSetAsyncCommit(). Not doing
so simply leads to data waiting in wal_buffers which then causes
later commits to potentially do emergency writes and for all forms
of replication to be potentially delayed without need or benefit.
Issue poin
Log Message:
---
Fix vpath installation from distribution tarball (bug #5447)
Modified Files:
--
pgsql/doc/src/sgml:
Makefile (r1.142 -> r1.143)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile?r1=1.142&r2=1.143)
pgsql/src:
Log Message:
---
Fix HISTORY.html build using , not .
Modified Files:
--
pgsql/doc/src/sgml:
release-9.0.sgml (r2.20 -> r2.21)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release-9.0.sgml?r1=2.20&r2=2.21)
--
Sent via pgsql-committers mail
Log Message:
---
Add missing library and include support for pg_upgrade to MSVC build system.
Modified Files:
--
pgsql/src/tools/msvc:
Mkvcbuild.pm (r1.54 -> r1.55)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Mkvcbuild.pm?r1=1.54&r2=1.55)
Log Message:
---
Fix some spelling errors.
Thom Brown
Modified Files:
--
pgsql/doc/src/sgml:
ecpg.sgml (r1.99 -> r1.100)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ecpg.sgml?r1=1.99&r2=1.100)
high-availability.sgml (r1.67 -> r1.68
Log Message:
---
Fix some spelling errors.
Thom Brown
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
ecpg.sgml (r1.77 -> r1.77.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ecpg.sgml?r1=1.77&r2=1.77.2.1)
--
Sent via
Log Message:
---
Fix some spelling errors.
Thom Brown
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
ecpg.sgml (r1.85 -> r1.85.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ecpg.sgml?r1=1.85&r2=1.85.2.1)
--
Sent via
Log Message:
---
Fix some spelling errors.
Thom Brown
Tags:
REL8_4_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
ecpg.sgml (r1.89 -> r1.89.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ecpg.sgml?r1=1.89&r2=1.89.2.1)
libpq.
Log Message:
---
Avoid error from mkdir if no languages are to be installed
mkinstalldirs used to handle no arguments, but mkdir doesn't.
Also remove the .SILENT setting, that was previously removed from
Makefile.global as well.
Modified Files:
--
pgsql/src:
nls-g
Log Message:
---
Comment out EnterpriseDB Advanced Server mention in SGML docs.
Modified Files:
--
pgsql/doc/src/sgml:
pgupgrade.sgml (r1.2 -> r1.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/pgupgrade.sgml?r1=1.2&r2=1.3)
--
Sent via pgs
Log Message:
---
Properly support multi-line entires (such as OBJS=) when building
PROGRAM, not just MODULE, in contrib.
Modified Files:
--
pgsql/src/tools/msvc:
Mkvcbuild.pm (r1.55 -> r1.56)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Mk
Log Message:
---
Translation update
Modified Files:
--
pgsql/src/backend/po:
de.po (r1.34 -> r1.35)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/de.po?r1=1.34&r2=1.35)
fr.po (r1.25 -> r1.26)
(http://anoncvs.postgresql.org/
Log Message:
---
Assorted fixes to make pg_upgrade build on MSVC.
* There is no chmod() on Windows.
* Must always use the 3-parameter version of open()
* There is no dynloader.h - but it also appears unnecessary on all platforms
* Don't include shlobj.h because it causes compile errors, an
Log Message:
---
Use "TOAST table" in place of the vague, not-used-elsewhere phrase
"supplementary storage table".
Modified Files:
--
pgsql/doc/src/sgml/ref:
alter_table.sgml (r1.112 -> r1.113)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/re
Log Message:
---
Use "TOAST table" in place of the vague, not-used-elsewhere phrase
"supplementary storage table".
Tags:
REL8_4_STABLE
Modified Files:
--
pgsql/doc/src/sgml/ref:
alter_table.sgml (r1.106 -> r1.106.2.1)
(http://anoncvs.postgresql.org/cv
Log Message:
---
Use an entity instead of non-ASCII letter. Thom Brown
Modified Files:
--
pgsql/doc/src/sgml:
rules.sgml (r1.55 -> r1.56)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/rules.sgml?r1=1.55&r2=1.56)
--
Sent via pgsql-committer
Log Message:
---
Use an entity instead of non-ASCII letter. Thom Brown
Tags:
REL8_4_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
rules.sgml (r1.52 -> r1.52.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/rules.sgml?r1=1.52&r2=1.52.
Log Message:
---
Use an entity instead of non-ASCII letter. Thom Brown
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
rules.sgml (r1.51 -> r1.51.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/rules.sgml?r1=1.51&r2=1.51.
Log Message:
---
Use an entity instead of non-ASCII letter. Thom Brown
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
rules.sgml (r1.47.2.1 -> r1.47.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/rules.sgml?r1=1.47.2.1&
Log Message:
---
Use an entity instead of non-ASCII letter. Thom Brown
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
rules.sgml (r1.44 -> r1.44.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/rules.sgml?r1=1.44&r2=1.44.
Log Message:
---
Use an entity instead of non-ASCII letter. Thom Brown
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
rules.sgml (r1.37.4.4 -> r1.37.4.5)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/rules.sgml?r1=1.37.4.4&
Log Message:
---
Use an entity instead of non-ASCII letter. Thom Brown
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
rules.sgml (r1.31.2.1 -> r1.31.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/rules.sgml?r1=1.31.2.1&
Log Message:
---
Fix up lame idea of not using autoconf to determine if platform has scandir().
Should fix buildfarm failures.
Modified Files:
--
pgsql:
configure (r1.678 -> r1.679)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.678&r2=1.679
Log Message:
---
Remove all mentions of EnterpriseDB Advanced Server from pg_upgrade;
EDB must maintain their own patch set for this.
Modified Files:
--
pgsql/contrib/pg_upgrade:
check.c (r1.3 -> r1.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contri
Log Message:
---
Use NAMEDATALEN instead of local define.
Modify path separators for Win32.
Per ideas from Takahiro Itagaki
Modified Files:
--
pgsql/contrib/pg_upgrade:
exec.c (r1.3 -> r1.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgra
Log Message:
---
Spell __darwin__ correctly, to suppress compiler warning on OSX.
Modified Files:
--
pgsql/contrib/pg_upgrade:
file.c (r1.5 -> r1.6)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/file.c?r1=1.5&r2=1.6)
--
Sent via pgsql
Log Message:
---
Get rid of unsafe sprintf and snprintf usages. Per compiler warnings.
Modified Files:
--
pgsql/contrib/pg_upgrade:
controldata.c (r1.2 -> r1.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/controldata.c?r1=1.2&r2=1.3)
Log Message:
---
Remove another unsafe use of random data as a format string.
Modified Files:
--
pgsql/contrib/pg_upgrade:
controldata.c (r1.3 -> r1.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/controldata.c?r1=1.3&r2=1.4)
--
Sent
Log Message:
---
Fix another obvious bug pointed out by a compiler warning.
Modified Files:
--
pgsql/contrib/pg_upgrade:
info.c (r1.4 -> r1.5)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/info.c?r1=1.4&r2=1.5)
--
Sent via pgsql-commi
Log Message:
---
tag 8.4.4
Tags:
REL8_4_STABLE
Modified Files:
--
pgsql:
configure (r1.644.2.5 -> r1.644.2.6)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.644.2.5&r2=1.644.2.6)
configure.in (r1.602.2.5 -> r1.602.2.6)
Log Message:
---
tag 8.3.11
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql:
configure (r1.578.2.17 -> r1.578.2.18)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.578.2.17&r2=1.578.2.18)
configure.in (r1.546.2.15 -> r1.546.2.16)
Log Message:
---
tag 8.2.17
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql:
configure (r1.523.2.28 -> r1.523.2.29)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.523.2.28&r2=1.523.2.29)
configure.in (r1.490.2.28 -> r1.490.2.29)
Log Message:
---
tag 8.1.21
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql:
configure (r1.461.2.35 -> r1.461.2.36)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.461.2.35&r2=1.461.2.36)
configure.in (r1.431.2.35 -> r1.431.2.36)
Log Message:
---
tag 8.0.25
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql:
configure (r1.424.4.34 -> r1.424.4.35)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.424.4.34&r2=1.424.4.35)
configure.in (r1.398.4.35 -> r1.398.4.36)
Log Message:
---
tag 7.4.29
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql:
configure (r1.310.2.41 -> r1.310.2.42)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.310.2.41&r2=1.310.2.42)
configure.in (r1.301.2.40 -> r1.301.2.41)
Log Message:
---
Fix double-free bug with -a (--all) option.
Modified Files:
--
pg_reorg/bin/pgut:
pgut-fe.c (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/pgut/pgut-fe.c?r1=1.1&r2=1.2)
--
Sent via pgsql-committers mailing
Log Message:
---
Fix double-free bug with -a (--all) option.
Modified Files:
--
pg_batch/pgut:
pgut-fe.c (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_batch/pgut/pgut-fe.c?r1=1.1.1.1&r2=1.2)
--
Sent via pgsql-committers mailing
44 matches
Mail list logo