[COMMITTERS] pgsql: Update TODO: < o Consider invalidating the cache or keeping

2008-03-25 Thread Bruce Momjian
Log Message: --- Update TODO: < o Consider invalidating the cache or keeping seperate cached < copies when search_path changes > o Consider keeping seperate cached copies when search_path changes Modified Files: -- pgsql/doc: TODO (r1.2399 -> r1

[COMMITTERS] pgsql: Added to TODO: > > * Consider transaction start/end performance

2008-03-25 Thread Bruce Momjian
Log Message: --- Added to TODO: > > * Consider transaction start/end performance improvements > > http://archives.postgresql.org/pgsql-hackers/2007-07/msg00948.php > http://archives.postgresql.org/pgsql-hackers/2008-03/msg00361.php Modified Files: -- pgsql/doc:

[COMMITTERS] npgsql - Npgsql2: Better support for the edmgen tool and other tools

2008-03-25 Thread User Jbcooley
Log Message: --- Better support for the edmgen tool and other tools that use the manifest and metadata api Modified Files: -- Npgsql2/src/Npgsql/SqlGenerators: SqlBaseGenerator.cs (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/s

[COMMITTERS] npgsql - Npgsql2: Better support for the edmgen tool and other tools

2008-03-25 Thread User Jbcooley
Log Message: --- Better support for the edmgen tool and other tools that use the manifest and metadata api Modified Files: -- Npgsql2/src/Npgsql: NpgsqlProviderManifest.cs (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsq

[COMMITTERS] npgsql - Npgsql2: Better support for the edmgen tool and other tools

2008-03-25 Thread User Jbcooley
Log Message: --- Better support for the edmgen tool and other tools that use the manifest and metadata api Modified Files: -- Npgsql2/src: Npgsql2008.csproj (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql2008.csproj.di

[COMMITTERS] pgsql: Fix core dump in contrib/xml2's xpath_table() when the input

2008-03-25 Thread Tom Lane
Log Message: --- Fix core dump in contrib/xml2's xpath_table() when the input query returns a NULL value. Per bug #4058. Tags: REL8_0_STABLE Modified Files: -- pgsql/contrib/xml2: xpath.c (r1.6 -> r1.6.4.1) (http://anoncvs.postgresql.org/cvsweb.cgi/p

[COMMITTERS] pgsql: Fix core dump in contrib/xml2's xpath_table() when the input

2008-03-25 Thread Tom Lane
Log Message: --- Fix core dump in contrib/xml2's xpath_table() when the input query returns a NULL value. Per bug #4058. Tags: REL8_1_STABLE Modified Files: -- pgsql/contrib/xml2: xpath.c (r1.8 -> r1.8.2.1) (http://anoncvs.postgresql.org/cvsweb.cgi/p

[COMMITTERS] pgsql: Fix core dump in contrib/xml2's xpath_table() when the input

2008-03-25 Thread Tom Lane
Log Message: --- Fix core dump in contrib/xml2's xpath_table() when the input query returns a NULL value. Per bug #4058. Tags: REL8_2_STABLE Modified Files: -- pgsql/contrib/xml2: xpath.c (r1.14 -> r1.14.2.1) (http://anoncvs.postgresql.org/cvsweb.cgi

[COMMITTERS] pgsql: Fix core dump in contrib/xml2's xpath_table() when the input

2008-03-25 Thread Tom Lane
Log Message: --- Fix core dump in contrib/xml2's xpath_table() when the input query returns a NULL value. Per bug #4058. Tags: REL8_3_STABLE Modified Files: -- pgsql/contrib/xml2: xpath.c (r1.16 -> r1.16.2.1) (http://anoncvs.postgresql.org/cvsweb.cgi

[COMMITTERS] pgsql: Fix core dump in contrib/xml2's xpath_table() when the input

2008-03-25 Thread Tom Lane
Log Message: --- Fix core dump in contrib/xml2's xpath_table() when the input query returns a NULL value. Per bug #4058. Modified Files: -- pgsql/contrib/xml2: xpath.c (r1.17 -> r1.18) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/xpath.c?r1

[COMMITTERS] pgsql: Update documentation for recent DTrace changes.

2008-03-25 Thread Neil Conway
Log Message: --- Update documentation for recent DTrace changes. Patch from Robert Lor. Modified Files: -- pgsql/doc/src/sgml: installation.sgml (r1.304 -> r1.305) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml?r1=1.304&r2=1.

[COMMITTERS] pgsql: Simplify and standardize conversions between TEXT datums and

2008-03-25 Thread Tom Lane
Log Message: --- Simplify and standardize conversions between TEXT datums and ordinary C strings. This patch introduces four support functions cstring_to_text, cstring_to_text_with_len, text_to_cstring, and text_to_cstring_buffer, and two macros CStringGetTextDatum and TextDatumGetCString.

Re: [COMMITTERS] pgsql: Added ECPGget_PGconn() function to ecpglib, courtesy of Mike

2008-03-25 Thread Andrew Dunstan
Michael Meskes wrote: 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

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

2008-03-25 Thread Bruce Momjian
Log Message: --- Done: > * -Avoid tuple some tuple copying in sort routines Modified Files: -- pgsql/doc: TODO (r1.2397 -> r1.2398) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2397&r2=1.2398) pgsql/doc/src/FAQ: TODO.html (r1.9

[COMMITTERS] pgsql: Adjust DatumGetBool macro so that it isn't fooled by garbage in

2008-03-25 Thread Tom Lane
Log Message: --- Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum to the left of the actual bool value. While in most cases there won't be any, our support for old-style user-defined functions violates the C spec to the extent of calling functions that might return

[COMMITTERS] pgsql: Adjust DatumGetBool macro so that it isn't fooled by garbage in

2008-03-25 Thread Tom Lane
Log Message: --- Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum to the left of the actual bool value. While in most cases there won't be any, our support for old-style user-defined functions violates the C spec to the extent of calling functions that might return

[COMMITTERS] pgsql: Adjust DatumGetBool macro so that it isn't fooled by garbage in

2008-03-25 Thread Tom Lane
Log Message: --- Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum to the left of the actual bool value. While in most cases there won't be any, our support for old-style user-defined functions violates the C spec to the extent of calling functions that might return

[COMMITTERS] pgsql: Adjust DatumGetBool macro so that it isn't fooled by garbage in

2008-03-25 Thread Tom Lane
Log Message: --- Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum to the left of the actual bool value. While in most cases there won't be any, our support for old-style user-defined functions violates the C spec to the extent of calling functions that might return

[COMMITTERS] pgsql: Add a new tuplestore API function, tuplestore_putvalues().

2008-03-25 Thread Neil Conway
Log Message: --- Add a new tuplestore API function, tuplestore_putvalues(). This is identical to tuplestore_puttuple(), except it operates on arrays of Datums + nulls rather than a fully-formed HeapTuple. In several places that use the tuplestore API, this means we can avoid creating a Heap

[COMMITTERS] pllua - pllua: Added raw datum support, "fromstring" function, and type

2008-03-25 Thread User Carvalho
Log Message: --- Added raw datum support, "fromstring" function, and type caching. Updated docs. A few small bug fixes. Modified Files: -- pllua: pllua.c (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllua/pllua/pllua.c.diff?r1=1.13&r2=1.14

[COMMITTERS] prefix - prefix: Use union instead of greater_prefix in gpr_picksplit()

2008-03-25 Thread User Dim
Log Message: --- Use union instead of greater_prefix in gpr_picksplit() Modified Files: -- prefix: prefix.c (r1.25 -> r1.26) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/prefix/prefix/prefix.c.diff?r1=1.25&r2=1.26) -- Sent via pgsql-committers mailing lis

Re: [COMMITTERS] pgsql: Reword Win32 rint() item, per Tom.

2008-03-25 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Alvaro Herrera) writes: > > Reword Win32 rint() item, per Tom. > > Just FYI, I believe that TODO.html is the master file not TODO. TODO is the master, TODO.html is built from it. > Whichever it is, you need to update both or your changes are likely > to be lo

Re: [COMMITTERS] pgsql: Reword Win32 rint() item, per Tom.

2008-03-25 Thread Tom Lane
[EMAIL PROTECTED] (Alvaro Herrera) writes: > Reword Win32 rint() item, per Tom. Just FYI, I believe that TODO.html is the master file not TODO. Whichever it is, you need to update both or your changes are likely to be lost in Bruce's next commit. regards, tom lane -- Sen

[COMMITTERS] npgsql - Npgsql2: Some more commenting

2008-03-25 Thread User Talliesin
Log Message: --- Some more commenting Modified Files: -- Npgsql2/src/Npgsql: NpgsqlDataReader.cs (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlDataReader.cs.diff?r1=1.10&r2=1.11) -- Sent via pgsql-committers

[COMMITTERS] pgsql: Update TODO wording: * Simplify integer cross-data-type

2008-03-25 Thread Bruce Momjian
Log Message: --- Update TODO wording: * Simplify integer cross-data-type operators Modified Files: -- pgsql/doc: TODO (r1.2396 -> r1.2397) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2396&r2=1.2397) pgsql/doc/src/FAQ:

[COMMITTERS] pgsql: Reword Win32 rint() item, per Tom.

2008-03-25 Thread Alvaro Herrera
Log Message: --- Reword Win32 rint() item, per Tom. Modified Files: -- pgsql/doc: TODO (r1.2395 -> r1.2396) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2395&r2=1.2396) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresq

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

2008-03-25 Thread Alvaro Herrera
Simon Riggs wrote: > With these URLs also > > http://archives.postgresql.org/pgsql-hackers/2004-07/msg01075.php > http://archives.postgresql.org/pgsql-hackers/2005-04/msg00556.php Added. -- Alvaro Herrerahttp://www.CommandPrompt.com/ The PostgreSQL Company - Com

[COMMITTERS] pgsql: Add URLs to previous discussions, per Simon.

2008-03-25 Thread Alvaro Herrera
Log Message: --- Add URLs to previous discussions, per Simon. Modified Files: -- pgsql/doc: TODO (r1.2394 -> r1.2395) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2394&r2=1.2395) -- Sent via pgsql-committers mailing list (pgsql-committers

[COMMITTERS] pgsql: added ECPGget_PGconn to exports.txt

2008-03-25 Thread Michael Meskes
Log Message: --- added ECPGget_PGconn to exports.txt Tags: REL8_3_STABLE Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.370.2.4 -> r1.370.2.5) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog?r1=1.370.2.4&r2=1

[COMMITTERS] pgsql: added ECPGget_PGconn to exports.txt

2008-03-25 Thread Michael Meskes
Log Message: --- added ECPGget_PGconn to exports.txt Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.377 -> r1.378) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog?r1=1.377&r2=1.378) pgsql/src/interfaces/ecpg/ec

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

2008-03-25 Thread Magnus Hagander
Bruce Momjian wrote: Who is this 'momjian' who keeps spamming the lists. ;-) You'd better watch it, the bayes filters will start picking you up soon... //Magnus -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgr

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

2008-03-25 Thread Simon Riggs
On Tue, 2008-03-25 at 00:14 +, Bruce Momjian wrote: > Log Message: > --- > Add to TODO: > > > > > * Be more aggressive about creating WAL files > > > > http://archives.postgresql.org/pgsql-hackers/2007-10/msg01325.php > With these URLs also http://archives.postgresql.org/pgsql-h