Log Message:
---
Fix broken alignment in src/slab.c
Alignment macro was buggy, thus resulting in bad alignment.
This means speed hit on x86, but may result in crashes
on arches which are strict on alignment, unless the macro
is pre-defined in OS headers.
No problems from the field have be
Log Message:
---
Translation of README in progress
Modified Files:
--
slony-ctl/etc:
relations.h (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/etc/relations.h.diff?r1=1.1&r2=1.2)
--
Sent via pgsql-committers mailing list
Log Message:
---
Defend against non-ASCII letters in fuzzystrmatch code. The functions
still don't behave very sanely for multibyte encodings, but at least
they won't be indexing off the ends of static arrays.
Modified Files:
--
pgsql/contrib/fuzzystrmatch:
fuzzyst
Log Message:
---
Defend against non-ASCII letters in fuzzystrmatch code. The functions
still don't behave very sanely for multibyte encodings, but at least
they won't be indexing off the ends of static arrays.
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql/contrib/fuzz
Log Message:
---
Defend against non-ASCII letters in fuzzystrmatch code. The functions
still don't behave very sanely for multibyte encodings, but at least
they won't be indexing off the ends of static arrays.
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/contrib/fuzz
Log Message:
---
Defend against non-ASCII letters in fuzzystrmatch code. The functions
still don't behave very sanely for multibyte encodings, but at least
they won't be indexing off the ends of static arrays.
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/contrib/fuzz
Log Message:
---
Defend against non-ASCII letters in fuzzystrmatch code. The functions
still don't behave very sanely for multibyte encodings, but at least
they won't be indexing off the ends of static arrays.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/contrib/fuzz
Log Message:
---
Defend against non-ASCII letters in fuzzystrmatch code. The functions
still don't behave very sanely for multibyte encodings, but at least
they won't be indexing off the ends of static arrays.
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/contrib/fuzz
Log Message:
---
Prep 08.04.0100.
Modified Files:
--
psqlodbc:
configure.ac (r1.79 -> r1.80)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/configure.ac.diff?r1=1.79&r2=1.80)
readme.txt (r1.10 -> r1.11)
(http://cvs.pgfoundry
Log Message:
---
Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense
from buggy user-defined picksplit to GiST.
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/src/backend/access/gist:
gistproc.c (r1.3.2.1 -> r1.3.2.2)
(http://
Log Message:
---
Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense
from buggy user-defined picksplit to GiST.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/contrib/rtree_gist:
rtree_gist.c (r1.10 -> r1.10.4.1)
(http://anonc
Log Message:
---
Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense
from buggy user-defined picksplit to GiST.
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/contrib/rtree_gist:
rtree_gist.c (r1.7 -> r1.7.4.1)
(http://anoncvs
Log Message:
---
Remove useless (leftover?) extern declaration.
Modified Files:
--
pgsql/contrib/pg_freespacemap:
pg_freespacemap.c (r1.12 -> r1.13)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_freespacemap/pg_freespacemap.c?r1=1.12&r2=1.13)
Log Message:
---
Support Perl 5.10 and TCL 8.5 in MSVC builds.
We should probably have a better way to do this (meaning
something not hardcoded) eventually, but this fixes the
problem for 8.4.
Dave Page
Modified Files:
--
pgsql/src/tools/msvc:
Mkvcbuild.pm (r1.38
Log Message:
---
Fix contrib/pg_freespacemap's underestimate of the number of pages it
could find in the FSM. Per report from Dimitri Fontaine and Andrew Gierth.
(Affects only 8.2 and 8.3 since HEAD no longer has MaxFSMPages at all.)
Tags:
REL8_2_STABLE
Modified Files:
Log Message:
---
Fix contrib/pg_freespacemap's underestimate of the number of pages it
could find in the FSM. Per report from Dimitri Fontaine and Andrew Gierth.
(Affects only 8.2 and 8.3 since HEAD no longer has MaxFSMPages at all.)
Tags:
REL8_3_STABLE
Modified Files:
Log Message:
---
Remove FAQ and FAQ_DEV ASCII and HTML files from CVS; now on the wiki.
Per-language files kept for transator usage.
Removed Files:
-
pgsql/doc:
FAQ
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ)
FAQ_DEV
(http://an
Log Message:
---
Add release note item:
Add Japanese message translations
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.622 -> r1.623)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.622&r2=1.623)
--
Log Message:
---
Add attribution for:
Add Japanese message translations (Japan PostgreSQL Users Group)
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.623 -> r1.624)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r
Log Message:
---
More GUC units doc updates.
Euler Taveira de Oliveira
Modified Files:
--
pgsql/src/backend/utils/misc:
guc.c (r1.500 -> r1.501)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.500&r2=1.501)
postgre
Log Message:
---
Disable effective_io_concurrency on Solaris because posix_fadvise() is
no-op on that platform.
Modified Files:
--
pgsql:
configure (r1.635 -> r1.636)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.635&r2=1.636)
confi
Log Message:
---
Revert addition of units to GUC descriptions; doesn't affect
postgresql.conf.
Modified Files:
--
pgsql/src/backend/utils/misc:
guc.c (r1.501 -> r1.502)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.501&r
Log Message:
---
Improve tab completion for \ef.
Andrew Gierth
Modified Files:
--
pgsql/src/bin/psql:
tab-complete.c (r1.182 -> r1.183)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c?r1=1.182&r2=1.183)
--
Sent via pgsql-commi
23 matches
Mail list logo