[COMMITTERS] pgsql: Add: >

2008-03-22 Thread Bruce Momjian
Log Message: --- Add: > http://archives.postgresql.org/pgsql-patches/2008-02/msg00176.php Modified Files: -- pgsql/doc: TODO (r1.2368 -> r1.2369) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2368&r2=1.2369) pgsql/doc/src/FAQ:

[COMMITTERS] pgsql: Re-add: > > * Avoid tuple some tuple copying in sort routines >

2008-03-22 Thread Bruce Momjian
Log Message: --- Re-add: > > * Avoid tuple some tuple copying in sort routines > > http://archives.postgresql.org/pgsql-hackers/2008-02/msg01206.php Modified Files: -- pgsql/doc: TODO (r1.2367 -> r1.2368) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql

[COMMITTERS] pgsql: Add: > > * Sort large UPDATE/DELETEs so it is done in heap

2008-03-22 Thread Bruce Momjian
Log Message: --- Add: > > * Sort large UPDATE/DELETEs so it is done in heap order > > http://archives.postgresql.org/pgsql-hackers/2008-01/msg01119.php Modified Files: -- pgsql/doc: TODO (r1.2366 -> r1.2367) (http://anoncvs.postgresql.org/cvsweb.cgi/pg

[COMMITTERS] pgsql: Add URL for: * Do async I/O for faster random read-ahead of data

2008-03-22 Thread Bruce Momjian
Log Message: --- Add URL for: * Do async I/O for faster random read-ahead of data Async I/O allows multiple I/O requests to be sent to the disk with results coming back asynchronously. > http://archives.postgresql.org/pgsql-patches/2008-01/msg00170.php Modified Files:

[COMMITTERS] pgsql: Done: < < * Avoid tuple some tuple copying in sort routines

2008-03-22 Thread Bruce Momjian
Log Message: --- Done: < < * Avoid tuple some tuple copying in sort routines < < http://archives.postgresql.org/pgsql-hackers/2008-02/msg01206.php Modified Files: -- pgsql/doc: TODO (r1.2364 -> r1.2365) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/d

[COMMITTERS] pgsql: Avoid a useless tuple copy within nodeMaterial.

2008-03-22 Thread Tom Lane
Log Message: --- Avoid a useless tuple copy within nodeMaterial. Neil Conway Modified Files: -- pgsql/src/backend/executor: nodeMaterial.c (r1.61 -> r1.62) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeMaterial.c?r1=1.61&r2=1.62)

[COMMITTERS] pgsql: Add to pg_dump TODO: > o Allow pre/data/post files when dumping

2008-03-22 Thread Bruce Momjian
Log Message: --- Add to pg_dump TODO: > o Allow pre/data/post files when dumping a single object, for > performance reasons > > http://archives.postgresql.org/pgsql-hackers/2008-02/msg00205.php > Modified Files: -- pgsql/doc: TODO (r1.2363 ->

[COMMITTERS] pgsql: Create a function quote_nullable(), which works the same as

2008-03-22 Thread Tom Lane
Log Message: --- Create a function quote_nullable(), which works the same as quote_literal() except that it returns the string 'NULL', rather than a SQL null, when called with a null argument. This is often a much more useful behavior for constructing dynamic queries. Add more discussion

[COMMITTERS] pgsql: Add to Win3 TODO: > > o Fix MSVC NLS support, like for

2008-03-22 Thread Bruce Momjian
Log Message: --- Add to Win3 TODO: > > o Fix MSVC NLS support, like for to_char() > > http://archives.postgresql.org/pgsql-hackers/2008-02/msg00485.php > http://archives.postgresql.org/pgsql-patches/2008-02/msg00038.php Modified Files: -- pgsql/doc:

[COMMITTERS] pgsql: Add to TODO: > > * Improve WAL concurrency by increasing lock

2008-03-22 Thread Bruce Momjian
Log Message: --- Add to TODO: > > * Improve WAL concurrency by increasing lock granularity > > http://archives.postgresql.org/pgsql-hackers/2008-02/msg00556.php > Modified Files: -- pgsql/doc: TODO (r1.2361 -> r1.2362) (http://anoncvs.postgresql.org/cv

[COMMITTERS] pgsql: Add to Win32 TODO > > o Support pgxs

2008-03-22 Thread Bruce Momjian
Log Message: --- Add to Win32 TODO > > o Support pgxs Modified Files: -- pgsql/doc: TODO (r1.2360 -> r1.2361) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2360&r2=1.2361) pgsql/doc/src/FAQ: TODO.html (r1.868 -> r1.869)

[COMMITTERS] pgsql: Add to TODO: > > * Avoid tuple some tuple copying in sort

2008-03-22 Thread Bruce Momjian
Log Message: --- Add to TODO: > > * Avoid tuple some tuple copying in sort routines > > http://archives.postgresql.org/pgsql-hackers/2008-02/msg01206.php Modified Files: -- pgsql/doc: TODO (r1.2359 -> r1.2360) (http://anoncvs.postgresql.org/cvsweb.cgi/

[COMMITTERS] npgsql - Npgsql2: Added a notice to not use execute a command inside a

2008-03-22 Thread User Fxjr
Log Message: --- Added a notice to not use execute a command inside a notification handler. Thanks Xavier Thomas (xavie dot .thomas dot 1980 at gmail dot com) for heads up. Modified Files: -- Npgsql2/docs: UserManual.html (r1.6 -> r1.7) (http://cvs.pgfou

[COMMITTERS] pgsql: Add URL for TODO: o Add checks to prevent a CREATE RULE

2008-03-22 Thread Bruce Momjian
Log Message: --- Add URL for TODO: o Add checks to prevent a CREATE RULE views on inherited tables > http://archives.postgresql.org/pgsql-general/2008-03/msg00077.php Modified Files: -- pgsql/doc: TODO (r1.2358 -> r1.2359) (http://anoncvs.

[COMMITTERS] pgsql: Refactor to_char/to_date formatting code; primarily, replace

2008-03-22 Thread Tom Lane
Log Message: --- Refactor to_char/to_date formatting code; primarily, replace DCH_processor with two new functions DCH_to_char and DCH_from_char that have less confusing APIs. Brendan Jurd Modified Files: -- pgsql/src/backend/utils/adt: formatting.c (r1.137 -> r1.1

[COMMITTERS] pgsql: Add to TODO: > > o Add checks to prevent a CREATE RULE views

2008-03-22 Thread Bruce Momjian
Log Message: --- Add to TODO: > > o Add checks to prevent a CREATE RULE views on inherited tables > > http://archives.postgresql.org/pgsql-general/2008-02/msg01420.php Modified Files: -- pgsql/doc: TODO (r1.2357 -> r1.2358) (http://anoncvs.