[COMMITTERS] python - be: Implement array(MD) interfaces.

2005-12-12 Thread James William Pye
Log Message: --- Implement array(MD) interfaces. Provides a very convenient mechanism for creating arrays from sequences of sequences. This allows users to create arrays without having to use the array syntax(avoids annoying escaping). Partially incomplete; the slicing interface seems odd

[COMMITTERS] pgsql: Remove unused HAVE_STRUCT_SOCKCRED code, which was causing a

2005-12-12 Thread Tom Lane
Log Message: --- Remove unused HAVE_STRUCT_SOCKCRED code, which was causing a duplicate- variable-definition error on recent FreeBSDen (evidently, that platform also HAS_STRUCT_CMSGCRED). Backport of 7.4 fix dated 2003-10-25. Tags: REL7_3_STABLE Modified Files: -- pg

[COMMITTERS] mysqlcompat - mysqlcompat: add a README

2005-12-12 Thread User Swm
Log Message: --- add a README Added Files: --- mysqlcompat/tools: README (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/mysqlcompat/mysqlcompat/tools/README?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of broadcast)--

[COMMITTERS] mysqlcompat - mysqlcompat: add basic shell scripts which generate

2005-12-12 Thread User Swm
Log Message: --- add basic shell scripts which generate make_set() Added Files: --- mysqlcompat/tools: makesetbld.sh (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/mysqlcompat/mysqlcompat/tools/makesetbld.sh?rev=1.1&content-type=text/x-cvsweb-markup)

[COMMITTERS] mysqlcompat - mysqlcompat: New Directory

2005-12-12 Thread User Swm
Update of /cvsroot/mysqlcompat/mysqlcompat/tools In directory pgfoundry.org:/tmp/cvs-serv61209/tools Log Message: Directory /cvsroot/mysqlcompat/mysqlcompat/tools added to the repository ---(end of broadcast)--- TIP 1: if posting/reading through Us

[COMMITTERS] wikipedia - wikipgedia: bugfixes for searchText: - searchText filters

2005-12-12 Thread User Sven
Log Message: --- bugfixes for searchText: - searchText filters character that to_tsquery does not like - searchText aborts if the searchstring is empty after conversion Modified Files: -- wikipgedia/includes: SearchTsearch2.php (r1.2 -> r1.3) (http://cvs.

[COMMITTERS] psqlodbc - psqlodbc: Arrangement of a release note.

2005-12-12 Thread User H-saito
Log Message: --- Arrangement of a release note. and next preparation(08.01.02.xx). Modified Files: -- psqlodbc/docs: release.html (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/docs/release.html.diff?r1=1.5&r2=1.6) --

[COMMITTERS] mysqlcompat - mysqlcompat: Update comment

2005-12-12 Thread User Swm
Log Message: --- Update comment Modified Files: -- mysqlcompat: string.sql (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/mysqlcompat/mysqlcompat/string.sql.diff?r1=1.10&r2=1.11) ---(end of broadcast)-

[COMMITTERS] wikipedia - wikipgedia: bugfix for broken revision date in rss feed

2005-12-12 Thread User Sven
Log Message: --- bugfix for broken revision date in rss feed Modified Files: -- wikipgedia/includes: SpecialRecentchanges.php (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/wikipedia/wikipgedia/includes/SpecialRecentchanges.php.diff?r1=1.1.

[COMMITTERS] pgsql: Use a proper enum for tri-valued variables.

2005-12-12 Thread Bruce Momjian
Log Message: --- Use a proper enum for tri-valued variables. Modified Files: -- pgsql/src/bin/scripts: createuser.c (r1.22 -> r1.23) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/createuser.c.diff?r1=1.22&r2=1.23) --

[COMMITTERS] pgsql: Document tri-valued variables in createdb, +1, -1, 0.

2005-12-12 Thread Bruce Momjian
Log Message: --- Document tri-valued variables in createdb, +1, -1, 0. Modified Files: -- pgsql/src/bin/scripts: createuser.c (r1.21 -> r1.22) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/createuser.c.diff?r1=1.21&r2=1.22)

[COMMITTERS] wikipedia - wikipgedia: Generate passwords long enough for

2005-12-12 Thread User Sven
Log Message: --- Generate passwords long enough for $wgMinimalPasswordLength Modified Files: -- wikipgedia/includes: User.php (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/wikipedia/wikipgedia/includes/User.php.diff?r1=1.2&r2=1.3) ---

[COMMITTERS] pgsql: Update wording, query -> statement: < * %Allow pooled

2005-12-12 Thread Bruce Momjian
Log Message: --- Update wording, query -> statement: < * %Allow pooled connections to list all prepared queries > * %Allow pooled connections to list all prepared statements 28c28 < the queries prepared in the current session. > the statements prepared in the current session. 143c143 <

[COMMITTERS] mysqlcompat - mysqlcompat: Implement make_set().

2005-12-12 Thread User Swm
Log Message: --- Implement make_set(). Note: we don't support NULL arguments to make_set(). This is because we use arrays underneath make_set() to ease implementation. We wont have NULL array element support until 8.2 Modified Files: -- mysqlcompat: README (r1.7 ->

[COMMITTERS] pgsql: Improve support of multibyte encoding: - tsvector_(in|out) -

2005-12-12 Thread Teodor Sigaev
Log Message: --- Improve support of multibyte encoding: - tsvector_(in|out) - tsquery_(in|out) - to_tsvector - to_tsquery, plainto_tsquery - 'simple' dictionary Modified Files: -- pgsql/contrib/tsearch2: dict.h (r1.4 -> r1.5) (http://developer.postgre

[COMMITTERS] mysqlcompat - mysqlcompat: Guard against negative argument to sleep().

2005-12-12 Thread User Swm
Log Message: --- Guard against negative argument to sleep(). Not strictly necessary but makes the code clearer, I guess. Modified Files: -- mysqlcompat: misc.sql (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/mysqlcompat/mysqlcompat/misc.sql.d

[COMMITTERS] dbsamples - dbsamples: Add Dell Store 2 port

2005-12-12 Thread User Chriskl
Log Message: --- Add Dell Store 2 port Added Files: --- dbsamples/dellstore2: LICENSE (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbsamples/dbsamples/dellstore2/LICENSE?rev=1.1&content-type=text/x-cvsweb-markup) README (r1.1) (http://cv

[COMMITTERS] dbsamples - dbsamples: New Directory

2005-12-12 Thread User Chriskl
Update of /cvsroot/dbsamples/dbsamples/dellstore2 In directory pgfoundry.org:/tmp/cvs-serv31463/dellstore2 Log Message: Directory /cvsroot/dbsamples/dbsamples/dellstore2 added to the repository ---(end of broadcast)--- TIP 3: Have you checked our e