Log Message:
---
Lowercase all mentions of "PostgreSQL" in URLs, per Magnus.
Modified Files:
--
pgsql/doc:
FAQ (r1.432 -> r1.433)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ?r1=1.432&r2=1.433)
pgsql/doc/src/FAQ:
FAQ.html (r1.388 ->
Log Message:
---
Using plproxy as a guide (thanks, DarcyB, for the suggestion) properly funnel
function text into lex. Still have problems with much of the grammer (MEBBE
blocks give warnings now, many features not yet supported), and even when
parsed successfully the result isn't actual
Log Message:
---
Some small tuptoaster improvements from Greg Stark. Avoid unnecessary
decompression of an already-compressed external value when we have to copy
it; save a few cycles when a value is too short for compression; and
annotate various lines that are currently unreachable.
Mod
Log Message:
---
Minor improvements in backup and recovery:
- create a separate archive_mode GUC, on which archive_command is dependent
- %r option in recovery.conf sends last restartpoint to recovery command
- %r used in pg_standby, updated README
- minor other code cleanup in pg_stand
Log Message:
---
Rename "PostgreSQL" to "Postgres" in 3 places.
Modified Files:
--
pgsql/doc:
FAQ_DEV (r1.142 -> r1.143)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV?r1=1.142&r2=1.143)
pgsql/doc/src/FAQ:
FAQ_DEV.html (r1.146 ->
Log Message:
---
Rename "PostgreSQL" to "Postgres" in 7 places in the FAQ.
Modified Files:
--
pgsql/doc:
FAQ (r1.431 -> r1.432)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ?r1=1.431&r2=1.432)
pgsql/doc/src/FAQ:
FAQ.html (r1.387 -> r
Log Message:
---
Adjust the new memory limit in the lazy vacuum code to use MaxHeapTuplesPerPage
tuples per page instead of fixed 200, to better cope with systems that use a
different block size.
Modified Files:
--
pgsql/src/backend/commands:
vacuumlazy.c (r1.100 ->
Log Message:
---
Create a function variable "join_search_hook" to let plugins override the
join search order portion of the planner; this is specifically intended to
simplify developing a replacement for GEQO planning. Patch by Julius
Stroffek, editorialized on by me. I renamed make_one_r
"Tom Lane" <[EMAIL PROTECTED]> writes:
> Log Message:
> ---
> Parenthesize macro arguments safely. I see no bug among the current
> uses of PG_DETOAST_DATUM_SLICE, but it's clearly trouble waiting to
> happen.
If this is trouble waiting to happen it should probably be backported.
Otherw
Log Message:
---
Properly pass -c parameter to ecpg when building regression tests.
Per Michael.
Modified Files:
--
pgsql/src/tools/msvc:
ecpg_regression.proj (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/ecpg_regression.pr
Log Message:
---
Applied patch by ITAGAKI Takahiro <[EMAIL PROTECTED]> to get prepare
thread-safe.
Modified Files:
--
pgsql/src/interfaces/ecpg:
ChangeLog (r1.355 -> r1.356)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog?r1
Log Message:
---
Fix crash of to_tsvector() function on huge input: compareWORD()
function didn't return correct result for word position greate than
limit.
Per report from Stuart Bishop <[EMAIL PROTECTED]>
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/contrib/tsearch
Log Message:
---
Fix crash of to_tsvector() function on huge input: compareWORD()
function didn't return correct result for word position greate than
limit.
Per report from Stuart Bishop <[EMAIL PROTECTED]>
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/contrib/tsearch
Log Message:
---
Fix crash of to_tsvector() function on huge input: compareWORD()
function didn't return correct result for word position greate than
limit.
Per report from Stuart Bishop <[EMAIL PROTECTED]>
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/contrib/tsearch
Log Message:
---
Fix crash of to_tsvector() function on huge input: compareWORD()
function didn't return correct result for word position greate than
limit.
Per report from Stuart Bishop <[EMAIL PROTECTED]>
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/contrib/tsearch
Log Message:
---
Fix crash of to_tsvector() function on huge input: compareWORD()
function didn't return correct result for word position greate than
limit.
Per report from Stuart Bishop <[EMAIL PROTECTED]>
Modified Files:
--
pgsql/src/backend/tsearch:
to_tsany.c (
Log Message:
---
Add:
> * Implement Boyer-Moore searching in strpos()
>
> http://archives.postgresql.org/pgsql-patches/2007-08/msg00012.php
Modified Files:
--
pgsql/doc:
TODO (r1.2216 -> r1.2217)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TOD
Log Message:
---
Document that libpq's PQntuples() might overflow.
Modified Files:
--
pgsql/doc/src/sgml:
libpq.sgml (r1.245 -> r1.246)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml?r1=1.245&r2=1.246)
---
18 matches
Mail list logo