[COMMITTERS] pgsql: Reserve some pg_statistic "kind" codes for use by the ESRI

2007-05-08 Thread Tom Lane
Log Message: --- Reserve some pg_statistic "kind" codes for use by the ESRI ST_Geometry datatype project. Per request from Ale Raza (araza at esri.com). Modified Files: -- pgsql/src/include/catalog: pg_statistic.h (r1.32 -> r1.33) (http://developer.postgre

[COMMITTERS] pgsql: Add a hash function for "numeric".

2007-05-08 Thread Neil Conway
Log Message: --- Add a hash function for "numeric". Mark the equality operator for numerics as "oprcanhash", and make the corresponding system catalog updates. As a result, hash indexes, hashed aggregation, and hash joins can now be used with the numeric type. Bump the catversion. The only

[COMMITTERS] snapshot - drivers: Missing BASE_SCHEMA placeholder

2007-05-08 Thread User Cunha17
Log Message: --- Missing BASE_SCHEMA placeholder Modified Files: -- drivers/pg: snapshot.template.sql (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/drivers/pg/snapshot.template.sql.diff?r1=1.1&r2=1.2) ---(end

[COMMITTERS] pgsql: Add an explicit comment about POSIX time zone names having the

2007-05-08 Thread Tom Lane
Log Message: --- Add an explicit comment about POSIX time zone names having the reverse sign convention from everyplace else in Postgres. I don't suppose that this will stop people from being confused, but at least we can say that it's documented. Modified Files: -- pgsql/

[COMMITTERS] pgsql: The appended patch addresses the outstanding issues of the recent

2007-05-08 Thread Peter Eisentraut
Log Message: --- The appended patch addresses the outstanding issues of the recent guc patch. It makes PGCLIENTENCODING work again and uses bsearch() instead of iterating over the array of guc variables in guc_get_index(). Joachim Wieland Modified Files: -- pgsql/src/backe

Re: [COMMITTERS] psqlodbc - psqlodbc: Put Autotools-generated files into subdirectory

2007-05-08 Thread Peter Eisentraut
Am Dienstag, 8. Mai 2007 01:45 schrieb Hiroshi Inoue: > Must I mail them directly to you in the first place ? Yes. > Please note that the question is to your recent sudden change to > psqlodbc. These are the same files that psqlodbc has been shipping for years. Just now they are in the CVS rep

[COMMITTERS] stackbuilder - wizard: Use HKEY_CURRENT_USER to store config values to

2007-05-08 Thread User Dpage
Log Message: --- Use HKEY_CURRENT_USER to store config values to avoid errors. Modified Files: -- wizard: DownloadPage.cpp (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/DownloadPage.cpp.diff?r1=1.9&r2=1.10) ProxyDi

[COMMITTERS] stackbuilder - wizard: Updated translation from Andrey Repko

2007-05-08 Thread User Dpage
Log Message: --- Updated translation from Andrey Repko Modified Files: -- wizard/i18n/ru_RU: StackBuilder.mo (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/ru_RU/StackBuilder.mo.diff?r1=1.2&r2=1.3) StackBuilder.

[COMMITTERS] stackbuilder - wizard: Translation update from Harald Armin Massa

2007-05-08 Thread User Dpage
Log Message: --- Translation update from Harald Armin Massa Modified Files: -- wizard/i18n/de_DE: StackBuilder.mo (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/de_DE/StackBuilder.mo.diff?r1=1.1&r2=1.2) StackBui

Re: [COMMITTERS] psqlodbc - psqlodbc: Put Autotools-generated files into subdirectory

2007-05-08 Thread Peter Eisentraut
Hiroshi Inoue wrote: > I've not seen your reply yet. You keep sending your emails to randomly invented addresses, so I don't get them. I think your questions have been answered in the meantime. If not, please address them to me. -- Peter Eisentraut http://developer.postgresql.org/~petere/ -

Re: [HACKERS] Re: [COMMITTERS] psqlodbc - psqlodbc: Put Autotools-generated files into subdirectory

2007-05-08 Thread Joshua D. Drake
Hiroshi Inoue wrote: Joshua D. Drake wrote: Andrew Dunstan wrote: Hiroshi Inoue wrote: Maybe it's BSD which is different from the license of psqlodbc (LGPL). Is there no problem with their coexistence ? Or is it possible for psqlodbc to be LGPL entirely ? I am having difficulty in unders