[COMMITTERS] pgsql: Update wording: < o Allow pre/data/post files when dumping a

2008-03-24 Thread Bruce Momjian
Log Message:
---
Update wording:

<   o Allow pre/data/post files when dumping a single object, for
< performance reasons
>   o Allow pre/data/post files when schema and data are dumped
> separately, for performance reasons

Modified Files:
--
pgsql/doc:
TODO (r1.2370 -> r1.2371)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2370&r2=1.2371)
pgsql/doc/src/FAQ:
TODO.html (r1.878 -> r1.879)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.878&r2=1.879)

-
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add to TODO: > * Improve reporting of UNION type mismatches > >

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add to TODO:

> * Improve reporting of UNION type mismatches
> 
>   http://archives.postgresql.org/pgsql-hackers/2007-04/msg00944.php
>   http://archives.postgresql.org/pgsql-hackers/2008-03/msg00597.php

Modified Files:
--
pgsql/doc:
TODO (r1.2371 -> r1.2372)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2371&r2=1.2372)
pgsql/doc/src/FAQ:
TODO.html (r1.879 -> r1.880)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.879&r2=1.880)

-
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add URL: * Allow statistics last vacuum/analyze execution times

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add URL:

* Allow statistics last vacuum/analyze execution times to be displayed
  without requiring stats_row_level to be enabled

> 
>   http://archives.postgresql.org/pgsql-docs/2007-04/msg00028.php
>

Modified Files:
--
pgsql/doc:
TODO (r1.2372 -> r1.2373)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2372&r2=1.2373)
pgsql/doc/src/FAQ:
TODO.html (r1.880 -> r1.881)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.880&r2=1.881)

-
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add to TODO: > > * SMP scalability improvements > >

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add to TODO:

> 
> * SMP scalability improvements
> 
>   http://archives.postgresql.org/pgsql-hackers/2007-07/msg00439.php

Modified Files:
--
pgsql/doc:
TODO (r1.2373 -> r1.2374)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2373&r2=1.2374)
pgsql/doc/src/FAQ:
TODO.html (r1.881 -> r1.882)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.881&r2=1.882)

-
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add URL to: * SMP scalability improvements >

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add URL to:

* SMP scalability improvements

>   http://archives.postgresql.org/pgsql-hackers/2008-03/msg00361.php

Modified Files:
--
pgsql/doc:
TODO (r1.2374 -> r1.2375)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2374&r2=1.2375)
pgsql/doc/src/FAQ:
TODO.html (r1.882 -> r1.883)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.882&r2=1.883)

-
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add URL for: * SMP scalability improvements >

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add URL for:

* SMP scalability improvements

>   http://archives.postgresql.org/pgsql-hackers/2007-09/msg00206.php

Modified Files:
--
pgsql/doc:
TODO (r1.2375 -> r1.2376)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2375&r2=1.2376)
pgsql/doc/src/FAQ:
TODO.html (r1.883 -> r1.884)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.883&r2=1.884)

-
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add a new ereport auxiliary function errdetail_log(), which works

2008-03-24 Thread Tom Lane
Log Message:
---
Add a new ereport auxiliary function errdetail_log(), which works the same as
errdetail except the string goes only to the server log, replacing the normal
errdetail there.  This provides a reasonably clean way of dealing with error
details that are too security-sensitive or too bulky to send to the client.

This commit just adds the infrastructure --- actual uses to follow.

Modified Files:
--
pgsql/doc/src/sgml:
sources.sgml (r2.29 -> r2.30)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/sources.sgml?r1=2.29&r2=2.30)
pgsql/src/backend:
nls.mk (r1.21 -> r1.22)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/nls.mk?r1=1.21&r2=1.22)
pgsql/src/backend/port:
ipc_test.c (r1.23 -> r1.24)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/ipc_test.c?r1=1.23&r2=1.24)
pgsql/src/backend/utils/error:
elog.c (r1.202 -> r1.203)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/error/elog.c?r1=1.202&r2=1.203)
pgsql/src/include/utils:
elog.h (r1.91 -> r1.92)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/elog.h?r1=1.91&r2=1.92)

-
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Adjust the recent patch for reporting of deadlocked queries so

2008-03-24 Thread Tom Lane
Log Message:
---
Adjust the recent patch for reporting of deadlocked queries so that we report
query texts only to the server log.  This eliminates the issue of possible
leaking of security-sensitive data in other sessions' queries.  Since the
log is presumed secure, we can now log the queries of all sessions involved
in the deadlock, whether or not they belong to the same user as the one
reporting the failure.

Modified Files:
--
pgsql/src/backend/postmaster:
pgstat.c (r1.170 -> r1.171)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c?r1=1.170&r2=1.171)
pgsql/src/backend/storage/lmgr:
deadlock.c (r1.52 -> r1.53)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/deadlock.c?r1=1.52&r2=1.53)
pgsql/src/include:
pgstat.h (r1.72 -> r1.73)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/pgstat.h?r1=1.72&r2=1.73)

-
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add to TODO: > > * Research reducing deTOASTing in more places

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add to TODO:

> 
> * Research reducing deTOASTing in more places
> 
>   http://archives.postgresql.org/pgsql-hackers/2007-09/msg00895.php

Modified Files:
--
pgsql/doc:
TODO (r1.2376 -> r1.2377)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2376&r2=1.2377)
pgsql/doc/src/FAQ:
TODO.html (r1.884 -> r1.885)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.884&r2=1.885)

-
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix various infelicities that have snuck into usage of

2008-03-24 Thread Tom Lane
Log Message:
---
Fix various infelicities that have snuck into usage of errdetail() and
friends.  Avoid double translation of some messages, ensure other messages
are exposed for translation (and make them follow the style guidelines),
avoid unsafe passing of an unpredictable message text as a format string.

Modified Files:
--
pgsql/src/backend/catalog:
aclchk.c (r1.143 -> r1.144)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/aclchk.c?r1=1.143&r2=1.144)
pg_shdepend.c (r1.23 -> r1.24)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/pg_shdepend.c?r1=1.23&r2=1.24)
pgsql/src/backend/commands:
vacuumlazy.c (r1.104 -> r1.105)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuumlazy.c?r1=1.104&r2=1.105)
pgsql/src/backend/utils/adt:
xml.c (r1.69 -> r1.70)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.69&r2=1.70)

-
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix various infelicities that have snuck into usage of

2008-03-24 Thread Tom Lane
Log Message:
---
Fix various infelicities that have snuck into usage of errdetail() and
friends.  Avoid double translation of some messages, ensure other messages
are exposed for translation (and make them follow the style guidelines),
avoid unsafe passing of an unpredictable message text as a format string.

Tags:

REL8_3_STABLE

Modified Files:
--
pgsql/src/backend/catalog:
aclchk.c (r1.143 -> r1.143.2.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/aclchk.c?r1=1.143&r2=1.143.2.1)
pg_shdepend.c (r1.23 -> r1.23.2.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/pg_shdepend.c?r1=1.23&r2=1.23.2.1)
pgsql/src/backend/commands:
vacuumlazy.c (r1.103 -> r1.103.2.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuumlazy.c?r1=1.103&r2=1.103.2.1)
pgsql/src/backend/utils/adt:
xml.c (r1.68.2.1 -> r1.68.2.2)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.68.2.1&r2=1.68.2.2)

-
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Use new errdetail_log() mechanism to provide a less klugy way of

2008-03-24 Thread Tom Lane
Log Message:
---
Use new errdetail_log() mechanism to provide a less klugy way of reporting
large numbers of dependencies on a role that couldn't be dropped.
Per a comment from Alvaro.

Modified Files:
--
pgsql/src/backend/catalog:
pg_shdepend.c (r1.24 -> r1.25)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/pg_shdepend.c?r1=1.24&r2=1.25)
pgsql/src/backend/commands:
user.c (r1.178 -> r1.179)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/user.c?r1=1.178&r2=1.179)
pgsql/src/include/catalog:
dependency.h (r1.33 -> r1.34)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/dependency.h?r1=1.33&r2=1.34)

-
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: When a relation has been proven empty by constraint exclusion,

2008-03-24 Thread Tom Lane
Log Message:
---
When a relation has been proven empty by constraint exclusion, propagate that
knowledge up through any joins it participates in.  We were doing that already
in some special cases but not in the general case.  Also, defend against zero
row estimates for the input relations in cost_mergejoin --- this fix may have
eliminated the only scenario in which that can happen, but be safe.  Per
report from Alex Solovey.

Modified Files:
--
pgsql/src/backend/optimizer/path:
allpaths.c (r1.168 -> r1.169)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/allpaths.c?r1=1.168&r2=1.169)
costsize.c (r1.191 -> r1.192)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/costsize.c?r1=1.191&r2=1.192)
joinpath.c (r1.115 -> r1.116)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/joinpath.c?r1=1.115&r2=1.116)
joinrels.c (r1.91 -> r1.92)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/joinrels.c?r1=1.91&r2=1.92)
pgsql/src/include/nodes:
relation.h (r1.154 -> r1.155)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/nodes/relation.h?r1=1.154&r2=1.155)

-
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: When a relation has been proven empty by constraint exclusion,

2008-03-24 Thread Tom Lane
Log Message:
---
When a relation has been proven empty by constraint exclusion, propagate that
knowledge up through any joins it participates in.  We were doing that already
in some special cases but not in the general case.  Also, defend against zero
row estimates for the input relations in cost_mergejoin --- this fix may have
eliminated the only scenario in which that can happen, but be safe.  Per
report from Alex Solovey.

Tags:

REL8_3_STABLE

Modified Files:
--
pgsql/src/backend/optimizer/path:
allpaths.c (r1.168 -> r1.168.2.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/allpaths.c?r1=1.168&r2=1.168.2.1)
costsize.c (r1.191 -> r1.191.2.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/costsize.c?r1=1.191&r2=1.191.2.1)
joinpath.c (r1.115 -> r1.115.2.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/joinpath.c?r1=1.115&r2=1.115.2.1)
joinrels.c (r1.91 -> r1.91.2.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/joinrels.c?r1=1.91&r2=1.91.2.1)
pgsql/src/include/nodes:
relation.h (r1.154 -> r1.154.2.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/nodes/relation.h?r1=1.154&r2=1.154.2.1)

-
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add to TODO: > > * Allow xml arrays to be cast to other data

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add to TODO:

> 
> * Allow xml arrays to be cast to other data types
> 
>   http://archives.postgresql.org/pgsql-hackers/2007-09/msg00981.php
>   http://archives.postgresql.org/pgsql-hackers/2007-10/msg00231.php
>   http://archives.postgresql.org/pgsql-hackers/2007-11/msg00471.php
>

Modified Files:
--
pgsql/doc:
TODO (r1.2377 -> r1.2378)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2377&r2=1.2378)
pgsql/doc/src/FAQ:
TODO.html (r1.885 -> r1.886)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.885&r2=1.886)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add to TODO: > > * Fix regular expression bug when using

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add to TODO:

> 
> * Fix regular expression bug when using complex back-references
> 
>   http://archives.postgresql.org/pgsql-bugs/2007-10/msg0.php

Modified Files:
--
pgsql/doc:
TODO (r1.2378 -> r1.2379)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2378&r2=1.2379)
pgsql/doc/src/FAQ:
TODO.html (r1.886 -> r1.887)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.886&r2=1.887)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add to TODO: > > * Create three versions of libpgport to

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add to TODO:

> 
> * Create three versions of libpgport to simplify client code
> 
>   http://archives.postgresql.org/pgsql-hackers/2007-10/msg00154.php
>

Modified Files:
--
pgsql/doc:
TODO (r1.2379 -> r1.2380)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2379&r2=1.2380)
pgsql/doc/src/FAQ:
TODO.html (r1.887 -> r1.888)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.887&r2=1.888)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add to TODO: > * Remove old-style routines for manipulating

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add to TODO:

> * Remove old-style routines for manipulating tuples
> 
>   http://archives.postgresql.org/pgsql-hackers/2007-10/msg00851.php

Modified Files:
--
pgsql/doc:
TODO (r1.2380 -> r1.2381)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2380&r2=1.2381)
pgsql/doc/src/FAQ:
TODO.html (r1.888 -> r1.889)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.888&r2=1.889)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add to TODO: > > * Have /contrib/dblink reuse unnamed

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add to TODO:

> 
> * Have /contrib/dblink reuse unnamed connections
> 
>   http://archives.postgresql.org/pgsql-hackers/2007-10/msg00895.php

Modified Files:
--
pgsql/doc:
TODO (r1.2381 -> r1.2382)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2381&r2=1.2382)
pgsql/doc/src/FAQ:
TODO.html (r1.889 -> r1.890)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.889&r2=1.890)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add: > o Prevent concurrent CREATE TABLE table1 from sometimes

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add:

>   o Prevent concurrent CREATE TABLE table1 from sometimes returning
> a cryptic error message
> 
> http://archives.postgresql.org/pgsql-bugs/2007-10/msg00169.php

Modified Files:
--
pgsql/doc:
TODO (r1.2382 -> r1.2383)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2382&r2=1.2383)
pgsql/doc/src/FAQ:
TODO.html (r1.890 -> r1.891)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.890&r2=1.891)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add to TODO: > > * Be more aggressive about creating WAL files

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add to TODO:

> 
> * Be more aggressive about creating WAL files
> 
>   http://archives.postgresql.org/pgsql-hackers/2007-10/msg01325.php

Modified Files:
--
pgsql/doc:
TODO (r1.2383 -> r1.2384)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2383&r2=1.2384)
pgsql/doc/src/FAQ:
TODO.html (r1.891 -> r1.892)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.891&r2=1.892)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add to TODO: > > * Have resource managers report the duration

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add to TODO:

> 
> * Have resource managers report the duration of their status changes
> 
>   http://archives.postgresql.org/pgsql-hackers/2007-10/msg01468.php

Modified Files:
--
pgsql/doc:
TODO (r1.2384 -> r1.2385)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2384&r2=1.2385)
pgsql/doc/src/FAQ:
TODO.html (r1.892 -> r1.893)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.892&r2=1.893)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add to TODO: > > * Move pgfoundry's xlogdump to /contrib and

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add to TODO:

> 
> * Move pgfoundry's xlogdump to /contrib and have it rely more closely
>   on the WAL backend code
> 
>   http://archives.postgresql.org/pgsql-hackers/2007-11/msg00035.php
>

Modified Files:
--
pgsql/doc:
TODO (r1.2385 -> r1.2386)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2385&r2=1.2386)
pgsql/doc/src/FAQ:
TODO.html (r1.893 -> r1.894)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.893&r2=1.894)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add to TODO: > > * Consider sorting entries before inserting

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add to TODO:

> 
> * Consider sorting entries before inserting into btree index
> 
>   http://archives.postgresql.org/pgsql-general/2008-01/msg01010.php

Modified Files:
--
pgsql/doc:
TODO (r1.2387 -> r1.2388)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2387&r2=1.2388)
pgsql/doc/src/FAQ:
TODO.html (r1.895 -> r1.896)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.895&r2=1.896)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add to TODO: > > * Improve detection of shared memory segments

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add to TODO:

> 
> * Improve detection of shared memory segments being used by other
>   FreeBSD jails
> 
>   http://archives.postgresql.org/pgsql-hackers/2008-01/msg00656.php

Modified Files:
--
pgsql/doc:
TODO (r1.2386 -> r1.2387)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2386&r2=1.2387)
pgsql/doc/src/FAQ:
TODO.html (r1.894 -> r1.895)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.894&r2=1.895)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add to TODO: > > o Fix port/rint.c to be spec-compliant > >

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add to TODO:

> 
>   o Fix port/rint.c to be spec-compliant
> 
> http://archives.postgresql.org/pgsql-hackers/2008-01/msg00808.php

Modified Files:
--
pgsql/doc:
TODO (r1.2388 -> r1.2389)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2388&r2=1.2389)
pgsql/doc/src/FAQ:
TODO.html (r1.896 -> r1.897)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.896&r2=1.897)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add to psql TODO: > > o Improve display if enums > >

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add to psql TODO:

> 
>   o Improve display if enums
> 
> http://archives.postgresql.org/pgsql-hackers/2008-01/msg00826.php
> 
>

Modified Files:
--
pgsql/doc:
TODO (r1.2389 -> r1.2390)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2389&r2=1.2390)
pgsql/doc/src/FAQ:
TODO.html (r1.897 -> r1.898)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.897&r2=1.898)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add to TODO: > * Detect deadlocks involving

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add to TODO:

> * Detect deadlocks involving LockBufferForCleanup()
> 
>   http://archives.postgresql.org/pgsql-hackers/2008-01/msg00873.php

Modified Files:
--
pgsql/doc:
TODO (r1.2390 -> r1.2391)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2390&r2=1.2391)
pgsql/doc/src/FAQ:
TODO.html (r1.898 -> r1.899)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.898&r2=1.899)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add to TODO: > > * Add more cross-data-type operators > >

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add to TODO:

> 
> * Add more cross-data-type operators
> 
>   http://archives.postgresql.org/pgsql-bugs/2008-01/msg00189.php

Modified Files:
--
pgsql/doc:
TODO (r1.2391 -> r1.2392)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2391&r2=1.2392)
pgsql/doc/src/FAQ:
TODO.html (r1.899 -> r1.900)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.899&r2=1.900)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: Add to TODO: > > * Add more cross-data-type operators > >

2008-03-24 Thread Bruce Momjian

Who is this 'momjian' who keeps spamming the lists.  ;-)

---

Bruce Momjian wrote:
> Log Message:
> ---
> Add to TODO:
> 
> > 
> > * Add more cross-data-type operators
> > 
> >   http://archives.postgresql.org/pgsql-bugs/2008-01/msg00189.php
> 
> Modified Files:
> --
> pgsql/doc:
> TODO (r1.2391 -> r1.2392)
> 
> (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2391&r2=1.2392)
> pgsql/doc/src/FAQ:
> TODO.html (r1.899 -> r1.900)
> 
> (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.899&r2=1.900)
> 
> -- 
> Sent via pgsql-committers mailing list ([email protected])
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-committers

-- 
  Bruce Momjian  <[EMAIL PROTECTED]>http://momjian.us
  EnterpriseDB http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add to pl/pgsql TODO: > > o Consider invalidating the cache or

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add to pl/pgsql TODO:

> 
>   o Consider invalidating the cache or keeping seperate cached
> copies when search_path changes
> 
> http://archives.postgresql.org/pgsql-hackers/2008-01/msg01009.php

Modified Files:
--
pgsql/doc:
TODO (r1.2392 -> r1.2393)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2392&r2=1.2393)
pgsql/doc/src/FAQ:
TODO.html (r1.900 -> r1.901)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.900&r2=1.901)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add to TODO: > > * Add SQL-standard array_agg() and unnest()

2008-03-24 Thread Bruce Momjian
Log Message:
---
Add to TODO:

> 
> * Add SQL-standard array_agg() and unnest() array functions
> 
>   http://archives.postgresql.org/pgsql-hackers/2008-01/msg01017.php
>

Modified Files:
--
pgsql/doc:
TODO (r1.2393 -> r1.2394)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2393&r2=1.2394)
pgsql/doc/src/FAQ:
TODO.html (r1.901 -> r1.902)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.901&r2=1.902)

-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers