Log Message:
---
Add server side lo_import(filename, oid) function.
Modified Files:
--
pgsql/src/backend/libpq:
be-fsstubs.c (r1.87 -> r1.88)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/be-fsstubs.c?r1=1.87&r2=1.88)
pgsql/src/inclu
Log Message:
---
Add URL for:
* Simplify ability to create partitioned tables
> http://archives.postgresql.org/pgsql-hackers/2008-01/msg00387.php
Modified Files:
--
pgsql/doc:
TODO (r1.2356 -> r1.2357)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc
Log Message:
---
Add URL for:
* Simplify ability to create partitioned tables
> http://archives.postgresql.org/pgsql-hackers/2008-01/msg00248.php
Modified Files:
--
pgsql/doc:
TODO (r1.2355 -> r1.2356)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc
Log Message:
---
Add TODO:
>
> * Improve performance of shared invalidation queue for multiple CPUs
>
> http://archives.postgresql.org/pgsql-performance/2008-01/msg00023.php
Modified Files:
--
pgsql/doc:
TODO (r1.2354 -> r1.2355)
(http://anoncvs.postgr
Log Message:
---
Add URLs for:
* Simplify ability to create partitioned tables
This would allow creation of partitioned tables without requiring
creation of triggers or rules for INSERT/UPDATE/DELETE, and constraints
for rapid partition selection. Options could include range and ha
Log Message:
---
Remove TypeName struct's timezone flag, which has been write-only storage
for a very long time --- in current usage it's entirely redundant with the
name field.
Modified Files:
--
pgsql/src/backend/nodes:
copyfuncs.c (r1.389 -> r1.390)
(htt
Log Message:
---
Give an explicit error for serial[], rather than silently ignoring
the array decoration as the code had been doing.
Modified Files:
--
pgsql/src/backend/parser:
parse_utilcmd.c (r2.9 -> r2.10)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql
Log Message:
---
Report the current queries of all backends involved in a deadlock
(if they'd be visible to the current user in pg_stat_activity).
This might look like it's subject to race conditions, but it's actually
pretty safe because at the time DeadLockReport() is constructing the
re
Log Message:
---
fix DatumGetPrefixRange usage
Modified Files:
--
prefix:
prefix.c (r1.24 -> r1.25)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/prefix/prefix/prefix.c.diff?r1=1.24&r2=1.25)
--
Sent via pgsql-committers mailing list (pgsql-committers@postg
Log Message:
---
Add:
>
> * Convert single quotes to apostrophes in the PDF documentation
>
> http://archives.postgresql.org/pgsql-docs/2007-12/msg00059.php
>
Modified Files:
--
pgsql/doc:
TODO (r1.2352 -> r1.2353)
(http://anoncvs.postgresql.org/cvsweb
Log Message:
---
Add:
>
> * Fix inconsistent precedence of =, >, and < compared to <>, >=, and <=
>
> http://archives.postgresql.org/pgsql-bugs/2007-12/msg00145.php
Modified Files:
--
pgsql/doc:
TODO (r1.2351 -> r1.2352)
(http://anoncvs.postgresql.org/
Log Message:
---
Add:
>
> o Prevent SSL from sending network packets to avoid interference
> with Win32 signal emulation
>
> http://archives.postgresql.org/pgsql-hackers/2007-12/msg00455.php
Modified Files:
--
pgsql/doc:
TODO (r1.2350 -> r1.
On Fri, Mar 21, 2008 at 10:30:18AM -0400, Tom Lane wrote:
> It's not the extra function that I object to so much as the library
> version number bump. That's going to create problems for packagers.
Ah, I didn't think far enough. Sorry, your definitely right on this one.
Reverted.
Michael
--
Mic
Log Message:
---
Corrected version number.
Modified Files:
--
pgsql/src/interfaces/ecpg/ecpglib:
Makefile (r1.57 -> r1.58)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/Makefile?r1=1.57&r2=1.58)
--
Sent via pgsql-committers m
Log Message:
---
Corrected version number.
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql/src/interfaces/ecpg/ecpglib:
Makefile (r1.54.2.1 -> r1.54.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/Makefile?r1=1.54.2.1&r2=
Michael Meskes <[EMAIL PROTECTED]> writes:
> On Thu, Mar 20, 2008 at 04:36:15PM -0400, Tom Lane wrote:
>> This should absolutely *not* have been done in a stable release branch.
> I thought about this for a while before committing but failed to see
> where an additional function could harm the sta
Log Message:
---
Document that soft-mounting NFS is not recommended.
Modified Files:
--
pgsql/doc/src/sgml:
runtime.sgml (r1.409 -> r1.410)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml?r1=1.409&r2=1.410)
--
Sent via pgsql-comm
On Thu, Mar 20, 2008 at 04:36:15PM -0400, Tom Lane wrote:
> This should absolutely *not* have been done in a stable release branch.
I thought about this for a while before committing but failed to see
where an additional function could harm the stable release. There is
however an advantage, namely
Log Message:
---
More README src cleanups.
Modified Files:
--
pgsql/src/backend/access/heap:
README.HOT (r1.2 -> r1.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/README.HOT?r1=1.2&r2=1.3)
pgsql/src/backend/access/nbtree:
19 matches
Mail list logo