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
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:
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
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
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
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
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
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
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
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
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.
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.
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
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
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
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
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
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
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
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
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
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
[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
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
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:
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
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
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
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
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
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
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
32 matches
Mail list logo