[COMMITTERS] pgbulkload - pgbulkload: Support build for 32bit and 64bit binaries for

2011-01-19 Thread User Itagaki
Log Message: --- Support build for 32bit and 64bit binaries for Windows with Visual C++ 2010 Express with Windows SDK 7.1. Modified Files: -- pgbulkload: Makefile (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/Makefile?r1=

[COMMITTERS] reorg - pg_reorg: Added project configuration files for MSVC 2010

2011-01-24 Thread User Itagaki
Log Message: --- Added project configuration files for MSVC 2010 32/64bit. Modified Files: -- pg_reorg/bin/pgut: pgut-fe.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/pgut/pgut-fe.c?r1=1.4&r2=1.5) pg_reorg/lib:

[COMMITTERS] orafce - orafce: New Directory

2011-01-26 Thread User Itagaki
Update of /cvsroot/orafce/orafce/msvc In directory pgfoundry.org:/tmp/cvs-serv57382/msvc Log Message: Directory /cvsroot/orafce/orafce/msvc added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgr

[COMMITTERS] orafce - orafce: Support build for 32bit and 64bit binaries for Windows

2011-01-26 Thread User Itagaki
Log Message: --- Support build for 32bit and 64bit binaries for Windows with Visual C++ 2010 Express with Windows SDK 7.1. plvlex.tokens() is not supproted there because gram.h is not installed by Windows installers. Modified Files: -- orafce: Makefile (r1.34 -> r1

[COMMITTERS] textsearch-ja - textsearch_senna: textsearch_senna 9.0.0.

2011-02-01 Thread User Itagaki
Log Message: --- textsearch_senna 9.0.0. Use PGXS in default and add project files for MSVC. Modified Files: -- textsearch_senna: COPYRIGHT.textsearch_senna (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_senna/COPYRIGHT

[COMMITTERS] textsearch-ja - eudc: eudc version 1.1.0.

2011-02-02 Thread User Itagaki
Log Message: --- eudc version 1.1.0. Add MSVC project files for PG 8.3/8.4/9.0 32bit and 9.0 64bit. Modified Files: -- eudc: COPYRIGHT (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/eudc/COPYRIGHT?r1=1.1.1.1&r2=1.2) eu

[COMMITTERS] textsearch-ja - textsearch-ja: Added MSVC 2010 solution files.

2011-02-10 Thread User Itagaki
Log Message: --- Added MSVC 2010 solution files. Modified Files: -- textsearch-ja: encoding_eucjp.c (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/encoding_eucjp.c?r1=1.8&r2=1.9) encoding_utf8.c (r1.9 -> r1.1

[COMMITTERS] textsearch-ja - textsearch_senna: Fix query generator for AND-ed %%

2011-02-22 Thread User Itagaki
Log Message: --- Fix query generator for AND-ed %% operators. Reported by Masahiro Kato. Modified Files: -- textsearch_senna: textsearch_senna.c (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_senna/textsearch_senna.c

[COMMITTERS] reorg - pg_reorg: work around for 9.1.

2011-03-02 Thread User Itagaki
Log Message: --- work around for 9.1. Modified Files: -- pg_reorg/lib: reorg.c (r1.21 -> r1.22) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/lib/reorg.c?r1=1.21&r2=1.22) pg_reorg/lib/pgut: pgut-be.h (r1.7 -> r1.8) (http:/

[COMMITTERS] textsearch-ja - textsearch_senna: Hotfix for expression indexes.

2011-04-18 Thread User Itagaki
Log Message: --- Hotfix for expression indexes. Modified Files: -- textsearch_senna: textsearch_senna.c (r1.17 -> r1.18) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_senna/textsearch_senna.c?r1=1.17&r2=1.18) -- Sent via pgsql-comm

[COMMITTERS] textsearch-ja - textsearch-ja: Fix a bug in text normalization when a

2011-04-26 Thread User Itagaki
Log Message: --- Fix a bug in text normalization when a document begins with a single byte character followed by multibyte characters. Modified Files: -- textsearch-ja: textsearch_ja.c (r1.15 -> r1.16) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch

[COMMITTERS] textsearch-ja - textsearch-ja: Added pure-mecab text parser and

2011-04-26 Thread User Itagaki
Log Message: --- Added pure-mecab text parser and configuration as "mecab". It is good at some composite words, but has issues with numerics and HTML document. Modified Files: -- textsearch-ja: textsearch_ja.c (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi

[COMMITTERS] reorg - pg_reorg: Fixed database corruption when target tables have

2011-04-28 Thread User Itagaki
Log Message: --- Fixed database corruption when target tables have dropped columns, and there are views or functions depending on columns after dropped ones. The issue was reported by depesz, and original patch by Denish Patel. Improved documentation how to build binaries from source. COP

[COMMITTERS] pgbulkload - pgbulkload: Support PostgreSQL 9.1 and 9.2dev.

2011-07-18 Thread User Itagaki
Log Message: --- Support PostgreSQL 9.1 and 9.2dev. Modified Files: -- pgbulkload/include: reader.h (r1.22 -> r1.23) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/include/reader.h?r1=1.22&r2=1.23) pgbulkload/lib: parser_bina

[COMMITTERS] reorg - pg_reorg: version 1.1.7.

2011-08-06 Thread User Itagaki
Log Message: --- version 1.1.7. Supports 9.2dev. Modified Files: -- pg_reorg/bin: pg_reorg.c (r1.18 -> r1.19) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/pg_reorg.c?r1=1.18&r2=1.19) pg_reorg/doc: pg_reorg-ja.html (r1.12 -> r1

[COMMITTERS] reorg - pg_reorg: Fix docs.

2011-08-06 Thread User Itagaki
Log Message: --- Fix docs. Modified Files: -- pg_reorg/doc: pg_reorg.html (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/doc/pg_reorg.html?r1=1.13&r2=1.14) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresq

[COMMITTERS] textsearch-ja - textsearch-ja: Support EXTENSION for PostgreSQL 9.1.

2011-09-16 Thread User Itagaki
Log Message: --- Support EXTENSION for PostgreSQL 9.1. Modified Files: -- textsearch-ja: Makefile (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/Makefile?r1=1.7&r2=1.8) textsearch-ja/expected: init.out (r

[COMMITTERS] textsearch-ja - textsearch-ja: Update pgut-be libraries.

2011-10-03 Thread User Itagaki
Log Message: --- Update pgut-be libraries. Modified Files: -- textsearch-ja/pgut: pgut-be.c (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/pgut/pgut-be.c?r1=1.1&r2=1.2) pgut-be.h (r1.2 -> r1.3) (http

[COMMITTERS] textsearch-ja - eudc: Support 9.1 and 9.2dev.

2011-10-03 Thread User Itagaki
Log Message: --- Support 9.1 and 9.2dev. Modified Files: -- eudc: eudc.c (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/eudc/eudc.c?r1=1.2&r2=1.3) eudc/pgut: pgut-be.h (r1.2 -> r1.3) (http://cvs.pgfoundry.org/

[COMMITTERS] textsearch-ja - textsearch_groonga: Support server version 9.1 and

2011-10-03 Thread User Itagaki
Log Message: --- Support server version 9.1 and 9.2dev. Modified Files: -- textsearch_groonga: COPYING (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_groonga/COPYING?r1=1.2&r2=1.3) groonga_types.c (r1.3 -> r1.4)

[COMMITTERS] textsearch-ja - textsearch_senna: Support server version 9.1 and 9.2dev.

2011-10-14 Thread User Itagaki
Log Message: --- Support server version 9.1 and 9.2dev. Modified Files: -- textsearch_senna: Makefile (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_senna/Makefile?r1=1.6&r2=1.7) textsearch_senna.c (r1.18 -> r1.

[COMMITTERS] textsearch-ja - textsearch_senna: Revert wrong codes for 9.1 support.

2011-10-18 Thread User Itagaki
Log Message: --- Revert wrong codes for 9.1 support. Modified Files: -- textsearch_senna: textsearch_senna.c (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_senna/textsearch_senna.c?r1=1.19&r2=1.20) textsearch_senn

[COMMITTERS] orafce - orafce: [dbms_output] - Fix enable(NULL) to enable the module

2008-09-25 Thread User Itagaki
Log Message: --- [dbms_output] - Fix enable(NULL) to enable the module with 1MB buffer. - Fix put_line() to be restricted by only buffer size, not 2kB. - Fix get_line() to return 0 as status when succeeded. - Add a regression test for dbms_output. [utl_file] - Fix fclose() and fclose_all(

[COMMITTERS] orafce - orafce: Added regression test for dbms_output

2008-09-25 Thread User Itagaki
Log Message: --- Added regression test for dbms_output Added Files: --- orafce/expected: dbms_output.out (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/expected/dbms_output.out?rev=1.1&content-type=text/x-cvsweb-markup) orafce/sql:

[COMMITTERS] orafce - orafce: Add uninstall script.

2008-09-25 Thread User Itagaki
Log Message: --- Add uninstall script. Added Files: --- orafce: uninstall_orafunc.sql (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/uninstall_orafunc.sql?rev=1.1&content-type=text/x-cvsweb-markup) -- Sent via pgsql-committers mailing list

[COMMITTERS] orafce - orafce: Install uninstall_orafunc.sql on pgsql/share/contrib

2008-09-26 Thread User Itagaki
Log Message: --- Install uninstall_orafunc.sql on pgsql/share/contrib Modified Files: -- orafce: Makefile (r1.27 -> r1.28) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/Makefile.diff?r1=1.27&r2=1.28) -- Sent via pgsql-committers mailing list

[COMMITTERS] orafce - orafce: Fix bus error in DBMS_PIPE.

2008-10-01 Thread User Itagaki
Log Message: --- Fix bus error in DBMS_PIPE. There were unaligned structure data and 32/64bit CPU issues. Modified Files: -- orafce: orafunc.h (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/orafunc.h.diff?r1=1.12&r2=1.13)

[COMMITTERS] orafce - orafce: Add regression tests for utl_file.

2008-10-03 Thread User Itagaki
Log Message: --- Add regression tests for utl_file. Modified Files: -- orafce/expected: files.out (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/expected/files.out.diff?r1=1.3&r2=1.4) orafce/sql: files.sql (r1.3 -> r1.

[COMMITTERS] orafce - orafce: Fix out-of-range access in dbms_pipe.db_pipes.

2008-10-05 Thread User Itagaki
Log Message: --- Fix out-of-range access in dbms_pipe.db_pipes. Modified Files: -- orafce: pipe.c (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/pipe.c.diff?r1=1.19&r2=1.20) orafce/expected: orafunc.out (r1.11 -> r1.

[COMMITTERS] orafce - orafce: Add bitand() and fix regression tests.

2008-10-06 Thread User Itagaki
Log Message: --- Add bitand() and fix regression tests. Modified Files: -- orafce: README.orafunc (r1.28 -> r1.29) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/README.orafunc.diff?r1=1.28&r2=1.29) orafunc.sql.in (r1.43 -> r1.44)

[COMMITTERS] orafce - orafce: Add sinh, cosh, tanh and nanvl.

2008-10-07 Thread User Itagaki
Log Message: --- Add sinh, cosh, tanh and nanvl. Modified Files: -- orafce: README.orafunc (r1.29 -> r1.30) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/README.orafunc.diff?r1=1.29&r2=1.30) orafunc.sql.in (r1.44 -> r1.45) (htt

[COMMITTERS] orafce - orafce: Function prototype of errstart() is changed in 8.4dev.

2008-10-14 Thread User Itagaki
Log Message: --- Function prototype of errstart() is changed in 8.4dev. Modified Files: -- orafce: utility.c (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/utility.c.diff?r1=1.6&r2=1.7) -- Sent via pgsql-committers mailing list

[COMMITTERS] orafce - orafce: Adjust platform dependent regression test.

2008-10-14 Thread User Itagaki
Log Message: --- Adjust platform dependent regression test. Modified Files: -- orafce/expected: orafunc.out (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/expected/orafunc.out.diff?r1=1.16&r2=1.17) orafce/sql: orafun

[COMMITTERS] pgbulkload - pgbulkload: Imported Sources

2008-10-20 Thread User Itagaki
Update of /cvsroot/pgbulkload/pgbulkload In directory pgfoundry.org:/tmp/cvs-serv39345 Log Message: first import Status: Vendor Tag: NTTOSS Release Tags: start N pgbulkload/Makefile N pgbulkload/README.pg_bulkload N pgbulkload/sample_bin.ctl N pgbulkload/sample_csv.ctl N p

[COMMITTERS] orafce - orafce: Now works on 8.2; remove concat() overloads on 8.2.

2008-10-27 Thread User Itagaki
Log Message: --- Now works on 8.2; remove concat() overloads on 8.2. Modified Files: -- orafce: INSTALL.orafunc (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/INSTALL.orafunc.diff?r1=1.3&r2=1.4) orafunc.sql.in (r1.45 -> r1

[COMMITTERS] orafce - orafce: - Add utl_file.fremove().

2008-10-29 Thread User Itagaki
Log Message: --- - Add utl_file.fremove(). - Add utl_file.tmpdir(). (Not exists in Oracle) - Fix utl_file regression test to work on Windows. - Fix unreliable regression test. (current_timestamp was used) - Fix instr() on single byte encoding. Modified Files: -- orafce:

[COMMITTERS] orafce - orafce: Add frename and fgetattr in utl_file.

2008-11-04 Thread User Itagaki
Log Message: --- Add frename and fgetattr in utl_file. Modified Files: -- orafce: file.c (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/file.c.diff?r1=1.10&r2=1.11) orafunc.sql.in (r1.47 -> r1.48) (http://cvs.pg

[COMMITTERS] orafce - orafce: Cleanup white spaces and indentations.

2008-11-12 Thread User Itagaki
Log Message: --- Cleanup white spaces and indentations. Modified Files: -- orafce: alert.c (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/alert.c.diff?r1=1.14&r2=1.15) assert.c (r1.3 -> r1.4) (http://cvs.pgfound

[COMMITTERS] orafce - orafce: Optimize decode() by caching equality operator

2008-11-19 Thread User Itagaki
Log Message: --- Optimize decode() by caching equality operator functions and add a special version for bpchar type. Modified Files: -- orafce: orafunc.sql.in (r1.48 -> r1.49) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/orafunc.sql.in.diff?r

[COMMITTERS] orafce - orafce: Bugfix in ora_set_nls_sort.

2008-11-30 Thread User Itagaki
Log Message: --- Bugfix in ora_set_nls_sort. Fix compiler warnings and typos. Modified Files: -- orafce: file.c (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/file.c.diff?r1=1.12&r2=1.13) others.c (r1.13 -> r1.14)

[COMMITTERS] textsearch-ja - textsearch-ja: New Directory

2008-12-03 Thread User Itagaki
Update of /cvsroot/textsearch-ja/textsearch-ja/sql In directory pgfoundry.org:/tmp/cvs-serv43043/sql Log Message: Directory /cvsroot/textsearch-ja/textsearch-ja/sql added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscr

[COMMITTERS] textsearch-ja - textsearch-ja: New Directory

2008-12-03 Thread User Itagaki
Update of /cvsroot/textsearch-ja/textsearch-ja/expected In directory pgfoundry.org:/tmp/cvs-serv43043/expected Log Message: Directory /cvsroot/textsearch-ja/textsearch-ja/expected added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes

[COMMITTERS] textsearch-ja - textsearch-ja: Add fillwidth 'l' to conversion table.

2008-12-03 Thread User Itagaki
Log Message: --- Add fillwidth 'l' to conversion table. Reported by nob.nish-san. Modified Files: -- textsearch-ja: Makefile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/Makefile.diff?r1=1.2&r2=1.3) encodin

[COMMITTERS] textsearch-ja - textsearch-ja: Verbs are indexed in basic forms.

2008-12-04 Thread User Itagaki
Log Message: --- Verbs are indexed in basic forms. Add regression tests. Add utility functions: hiragana(), katakana(), furigana(). Modified Files: -- textsearch-ja: Makefile (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsear

[COMMITTERS] pgbulkload - pgbulkload: Adjust to 8.4dev.

2008-12-04 Thread User Itagaki
Log Message: --- Adjust to 8.4dev. Modified Files: -- pgbulkload/bin: pg_bulkload.c (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/bin/pg_bulkload.c.diff?r1=1.1.1.1&r2=1.2) pg_bulkload_win32.c (r1.1.1.1 -> r1.2

[COMMITTERS] reorg - pg_reorg: Imported Sources

2008-12-07 Thread User Itagaki
Update of /cvsroot/reorg/pg_reorg In directory pgfoundry.org:/tmp/cvs-serv26067 Log Message: pg_reorg initial import Status: Vendor Tag: NTTOSS Release Tags: v1_0 N pg_reorg/Makefile N pg_reorg/bin/Makefile N pg_reorg/bin/pg_reorg.c N pg_reorg/doc/index-ja.html N pg_reorg/

[COMMITTERS] textsearch-ja - textsearch-ja: workaround for 8.3.

2008-12-15 Thread User Itagaki
Log Message: --- workaround for 8.3. Modified Files: -- textsearch-ja: README.textsearch_ja (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/README.textsearch_ja.diff?r1=1.6&r2=1.7) textsearch_ja.c (r1.5 -> r1.

[COMMITTERS] pgbulkload - pgbulkload: Accept CR+LF text files in CSV mode.

2008-12-16 Thread User Itagaki
Log Message: --- Accept CR+LF text files in CSV mode. Modified Files: -- pgbulkload/lib: pg_input_csv.c (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/lib/pg_input_csv.c.diff?r1=1.1.1.1&r2=1.2) -- Sent via pgsql-comm

[COMMITTERS] orafce - orafce: Add utl_file_fcopy().

2008-12-18 Thread User Itagaki
Log Message: --- Add utl_file_fcopy(). Modified Files: -- orafce: README.orafunc (r1.30 -> r1.31) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/README.orafunc.diff?r1=1.30&r2=1.31) file.c (r1.13 -> r1.14) (http://cvs.pgfoundry.

[COMMITTERS] textsearch-ja - textsearch-ja: Update copyright and add documentation.

2009-01-06 Thread User Itagaki
Log Message: --- Update copyright and add documentation. Modified Files: -- textsearch-ja: COPYRIGHT.textsearch_ja (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/COPYRIGHT.textsearch_ja.diff?r1=1.1&r2=1.2) RE

[COMMITTERS] orafce - orafce: workaround for executor/spi.h in 8.4.

2009-01-18 Thread User Itagaki
Log Message: --- workaround for executor/spi.h in 8.4. Modified Files: -- orafce: alert.c (r1.15 -> r1.16) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/alert.c.diff?r1=1.15&r2=1.16) file.c (r1.14 -> r1.15) (http://cvs.pgfoundr

[COMMITTERS] reorg - pg_reorg: Move drop function calls to another transaction which

2009-01-18 Thread User Itagaki
Log Message: --- Move drop function calls to another transaction which doesn't have execlusive locks. Modified Files: -- pg_reorg: Makefile (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/Makefile.diff?r1=1.1.1.1&r2=1.2)

[COMMITTERS] reorg - pg_reorg: New Directory

2009-01-21 Thread User Itagaki
Update of /cvsroot/reorg/pg_reorg/bin/sql In directory pgfoundry.org:/tmp/cvs-serv60608/sql Log Message: Directory /cvsroot/reorg/pg_reorg/bin/sql added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www

[COMMITTERS] reorg - pg_reorg: New Directory

2009-01-21 Thread User Itagaki
Update of /cvsroot/reorg/pg_reorg/bin/expected In directory pgfoundry.org:/tmp/cvs-serv60669/expected Log Message: Directory /cvsroot/reorg/pg_reorg/bin/expected added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscript

[COMMITTERS] reorg - pg_reorg: workaround for toast tables.

2009-01-21 Thread User Itagaki
Log Message: --- workaround for toast tables. The bug is reported by Kenny Gorman. Modified Files: -- pg_reorg: Makefile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/Makefile.diff?r1=1.2&r2=1.3) pg_reorg/bin: Makefi

[COMMITTERS] reorg - pg_reorg: Fixed a bug reorganizing tables without toast tables.

2009-01-22 Thread User Itagaki
Log Message: --- Fixed a bug reorganizing tables without toast tables. Modified Files: -- pg_reorg/bin/expected: reorg.out (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/expected/reorg.out.diff?r1=1.1&r2=1.2) pg_reorg/bin

[COMMITTERS] reorg - pg_reorg: workaround with 8.2.

2009-01-26 Thread User Itagaki
Log Message: --- workaround with 8.2. Modified Files: -- pg_reorg/bin: pg_reorg.c (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/pg_reorg.c.diff?r1=1.3&r2=1.4) pg_reorg/bin/expected: reorg.out (r1.2 -> r1.3)

[COMMITTERS] orafce - orafce: Fix bugs reported by tushar.

2009-02-01 Thread User Itagaki
Log Message: --- Fix bugs reported by tushar. - Fix crash in plvsubst.string() - Add to_date(datestr) Modified Files: -- orafce: Makefile (r1.28 -> r1.29) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/Makefile.diff?r1=1.28&r2=1.29) aler

[COMMITTERS] orafce - orafce: workaround for 8.1.

2009-02-03 Thread User Itagaki
Log Message: --- workaround for 8.1. Modified Files: -- orafce: file.c (r1.15 -> r1.16) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/file.c.diff?r1=1.15&r2=1.16) magic.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.

[COMMITTERS] orafce - orafce: Add decode(date, date, ...).

2009-02-04 Thread User Itagaki
Log Message: --- Add decode(date, date, ...). Modified Files: -- orafce: orafunc.sql.in (r1.52 -> r1.53) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/orafunc.sql.in.diff?r1=1.52&r2=1.53) uninstall_orafunc.sql (r1.3 -> r1.4) (h

[COMMITTERS] orafce - orafce: Add uninstaller for decode(bpchar).

2009-02-04 Thread User Itagaki
Log Message: --- Add uninstaller for decode(bpchar). Modified Files: -- orafce: orafunc.sql.in (r1.53 -> r1.54) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/orafunc.sql.in.diff?r1=1.53&r2=1.54) uninstall_orafunc.sql (r1.4 -> r1.5)

[COMMITTERS] orafce - orafce: 8.1 doesn't provide PG_VERSION_NUM.

2009-02-04 Thread User Itagaki
Log Message: --- 8.1 doesn't provide PG_VERSION_NUM. Assume the source is built on 8.1 if PG_VERSION_NUM doesn't exist. Modified Files: -- orafce: orafunc.h (r1.15 -> r1.16) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/orafunc.h.diff?r1=1.15&

[COMMITTERS] orafce - orafce: Update Makefile to use bison directly in 8.4dev.

2009-02-04 Thread User Itagaki
Log Message: --- Update Makefile to use bison directly in 8.4dev. Suggested by Bruce Momjian. Modified Files: -- orafce: Makefile (r1.29 -> r1.30) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/Makefile.diff?r1=1.29&r2=1.30) -- Sent via pgsql-

[COMMITTERS] orafce - orafce: Don't use #if in a macro.

2009-02-05 Thread User Itagaki
Log Message: --- Don't use #if in a macro. Modified Files: -- orafce: putline.c (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/putline.c.diff?r1=1.13&r2=1.14) -- Sent via pgsql-committers mailing list (pgsql-committers@postgre

[COMMITTERS] orafce - orafce: Uninstall the dual table with DROP VIEW.

2009-02-11 Thread User Itagaki
Log Message: --- Uninstall the dual table with DROP VIEW. Modified Files: -- orafce: uninstall_orafunc.sql (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/uninstall_orafunc.sql.diff?r1=1.5&r2=1.6) -- Sent via pgsql-committers mai

[COMMITTERS] orafce - orafce: Change not to return float8 but to return numeric to

2009-02-17 Thread User Itagaki
Log Message: --- Change not to return float8 but to return numeric to avoid '-0'. Oracle always uses NUMBER and it is more similar to number than float8. Modified Files: -- orafce: assert.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce

[COMMITTERS] textsearch-ja - textsearch-ja: Fix normalization routine for full-width

2009-03-02 Thread User Itagaki
Log Message: --- Fix normalization routine for full-width handaku and hiragana + (dakuten or handakuten). (reported by BERO) Add encoding check between database and mecab. Modified Files: -- textsearch-ja: encoding_eucjp.c (r1.4 -> r1.5) (http://cvs.pgfoun

[COMMITTERS] textsearch-ja - textsearch-ja: Use appropriate error codes.

2009-03-02 Thread User Itagaki
Log Message: --- Use appropriate error codes. Modified Files: -- textsearch-ja: textsearch_ja.c (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/textsearch_ja.c.diff?r1=1.8&r2=1.9) -- Sent via pgsql-committers mailin

[COMMITTERS] textsearch-ja - textsearch_senna: Imported Sources

2009-03-20 Thread User Itagaki
Update of /cvsroot/textsearch-ja/textsearch_senna In directory pgfoundry.org:/tmp/cvs-serv50705 Log Message: textsearch with senna Status: Vendor Tag: itagaki Release Tags: textsearch_senna_0_1 N textsearch_senna/Makefile N textsearch_senna/textsearch_senna.c N textsearch_

[COMMITTERS] textsearch-ja - textsearch_senna: New Directory

2009-03-29 Thread User Itagaki
Update of /cvsroot/textsearch-ja/textsearch_senna/doc In directory pgfoundry.org:/tmp/cvs-serv44796/doc Log Message: Directory /cvsroot/textsearch-ja/textsearch_senna/doc added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your

[COMMITTERS] textsearch-ja - textsearch_senna: initial beta release.

2009-03-29 Thread User Itagaki
Log Message: --- initial beta release. Modified Files: -- textsearch_senna: textsearch_senna.c (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_senna/textsearch_senna.c.diff?r1=1.1.1.1&r2=1.2) textsearch_senna

[COMMITTERS] textsearch-ja - textsearch-ja: Remove trailing dashes for 4 charactor

2009-04-05 Thread User Itagaki
Log Message: --- Remove trailing dashes for 4 charactor or more words. Modified Files: -- textsearch-ja: encoding_eucjp.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/encoding_eucjp.c.diff?r1=1.5&r2=1.6) e

[COMMITTERS] textsearch-ja - textsearch_senna: workaround for 8.2 and 8.3.

2009-04-12 Thread User Itagaki
Log Message: --- workaround for 8.2 and 8.3. Modified Files: -- textsearch_senna: Makefile (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_senna/Makefile.diff?r1=1.1.1.1&r2=1.2) textsearch_senna.c (r1.2 -> r1

[COMMITTERS] pgbulkload - pgbulkload: Fix profiling framework.

2009-04-15 Thread User Itagaki
Log Message: --- Fix profiling framework. Modified Files: -- pgbulkload: Makefile (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/Makefile.diff?r1=1.1.1.1&r2=1.2) README.pg_bulkload (r1.1.1.1 -> r1.2) (

[COMMITTERS] reorg - pg_reorg: Modify LOCK to LOCK-NOWAIT-and-loop at swap tables to

2009-04-15 Thread User Itagaki
Log Message: --- Modify LOCK to LOCK-NOWAIT-and-loop at swap tables to avoid holding exclusive locks long time. Suggested by Kenny Gorman. Modified Files: -- pg_reorg/bin: pg_reorg.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reor

[COMMITTERS] pgbulkload - pgbulkload: Preparing Release 2.4.0.

2009-04-20 Thread User Itagaki
Log Message: --- Preparing Release 2.4.0. [features] - Ability to skip parsing error. - Don't use CRC in LSF (Load Status File). Instead, write in sector unit (512 bytes) - Accepts more rows than 2G. [bugfix] - Add PG_BINARY when opening files. - Fix alignment issues in recovery. - Refa

[COMMITTERS] pgbulkload - pgbulkload: Report conflicted values for duplicate keys.

2009-04-20 Thread User Itagaki
Log Message: --- Report conflicted values for duplicate keys. (ported from report_dupkey patch for 8.5) Modified Files: -- pgbulkload/include: pg_bulkload.h (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/include/pg_bulkloa

[COMMITTERS] pgbulkload - pgbulkload: New Directory

2009-04-21 Thread User Itagaki
Update of /cvsroot/pgbulkload/pgbulkload/bin/sql In directory pgfoundry.org:/tmp/cvs-serv76288/sql Log Message: Directory /cvsroot/pgbulkload/pgbulkload/bin/sql added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscripti

[COMMITTERS] pgbulkload - pgbulkload: New Directory

2009-04-21 Thread User Itagaki
Update of /cvsroot/pgbulkload/pgbulkload/bin/expected In directory pgfoundry.org:/tmp/cvs-serv76288/expected Log Message: Directory /cvsroot/pgbulkload/pgbulkload/bin/expected added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to

[COMMITTERS] pgbulkload - pgbulkload: New Directory

2009-04-21 Thread User Itagaki
Update of /cvsroot/pgbulkload/pgbulkload/bin/data In directory pgfoundry.org:/tmp/cvs-serv76288/data Log Message: Directory /cvsroot/pgbulkload/pgbulkload/bin/data added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscri

[COMMITTERS] pgbulkload - pgbulkload: New Directory

2009-04-21 Thread User Itagaki
Update of /cvsroot/pgbulkload/pgbulkload/bin/pgut In directory pgfoundry.org:/tmp/cvs-serv76288/pgut Log Message: Directory /cvsroot/pgbulkload/pgbulkload/bin/pgut added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscri

[COMMITTERS] pgbulkload - pgbulkload: add regression tests.

2009-04-21 Thread User Itagaki
Log Message: --- add regression tests. Modified Files: -- pgbulkload: Makefile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/Makefile.diff?r1=1.2&r2=1.3) pgbulkload/bin: Makefile (r1.3 -> r1.4) (http:

[COMMITTERS] orafce - orafce: Use AllocateFile and FreeFile instead of fopen and

2009-04-21 Thread User Itagaki
Log Message: --- Use AllocateFile and FreeFile instead of fopen and fclose. Modified Files: -- orafce: file.c (r1.17 -> r1.18) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/file.c.diff?r1=1.17&r2=1.18) others.c (r1.16 -> r1.17)

[COMMITTERS] pgbulkload - pgbulkload: Use AllocateFile and FreeFile instead of fopen

2009-04-21 Thread User Itagaki
Log Message: --- Use AllocateFile and FreeFile instead of fopen and fclose. Modified Files: -- pgbulkload/lib: pg_controlinfo.c (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/lib/pg_controlinfo.c.diff?r1=1.6&r2=1.7) -- S

[COMMITTERS] reorg - pg_reorg: New Directory

2009-04-22 Thread User Itagaki
Update of /cvsroot/reorg/pg_reorg/bin/pgut In directory pgfoundry.org:/tmp/cvs-serv53370/pgut Log Message: Directory /cvsroot/reorg/pg_reorg/bin/pgut added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://

[COMMITTERS] reorg - pg_reorg: Support PGXS.

2009-04-22 Thread User Itagaki
Log Message: --- Support PGXS. Modified Files: -- pg_reorg/bin: Makefile (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/Makefile.diff?r1=1.3&r2=1.4) pg_reorg.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin

[COMMITTERS] pgbulkload - pgbulkload: Partial support for PGXS, because

2009-04-22 Thread User Itagaki
Log Message: --- Partial support for PGXS, because nbtree/nbtsort.c is required to build the library. Modified Files: -- pgbulkload: README.pg_bulkload (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/README.pg_bulkload.dif

[COMMITTERS] reorg - pg_reorg: Fix compile errors on Linux.

2009-04-22 Thread User Itagaki
Log Message: --- Fix compile errors on Linux. Modified Files: -- pg_reorg/bin/pgut: pgut.c (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/pgut/pgut.c.diff?r1=1.1&r2=1.2) pg_reorg/lib: reorg.c (r1.5 -> r1.6)

[COMMITTERS] pgbulkload - pgbulkload: Fix compile errors on Linux.

2009-04-22 Thread User Itagaki
Log Message: --- Fix compile errors on Linux. Modified Files: -- pgbulkload/bin: pg_bulkload.c (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/bin/pg_bulkload.c.diff?r1=1.6&r2=1.7) pgbulkload/bin/pgut: pgut.c (r

[COMMITTERS] pgbulkload - pgbulkload: New Directory

2009-04-26 Thread User Itagaki
Update of /cvsroot/pgbulkload/pgbulkload/lib/nbtree In directory pgfoundry.org:/tmp/cvs-serv78171/nbtree Log Message: Directory /cvsroot/pgbulkload/pgbulkload/lib/nbtree added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your s

[COMMITTERS] pgbulkload - pgbulkload: pg_bulkload 2.4beta2.

2009-04-26 Thread User Itagaki
Log Message: --- pg_bulkload 2.4beta2. - Fix pg_bulkload to return bigint. - Add nbtsort.c files for USE_PGXS. Modified Files: -- pgbulkload/lib: Makefile (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/lib/Makefile.diff?r1

[COMMITTERS] orafce - orafce: Prepare to release 3.0RC1.

2009-04-27 Thread User Itagaki
Log Message: --- Prepare to release 3.0RC1. - Add to_multi_byte(text) RETURNS text. - Modify regression test to work on SQL_ASCII encoding. - Move pg_catalog.dump() to public.dump(). Modified Files: -- orafce: convert.c (r1.4 -> r1.5) (http://cvs.pgfoundry

[COMMITTERS] textsearch-ja - textsearch_senna: Add include files for Linux.

2009-04-28 Thread User Itagaki
Log Message: --- Add include files for Linux. Modified Files: -- textsearch_senna: textsearch_senna.c (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_senna/textsearch_senna.c.diff?r1=1.3&r2=1.4) Added Files: ---

[COMMITTERS] textsearch-ja - textsearch-ja: Prepare to release 8.4.1.

2009-04-28 Thread User Itagaki
Log Message: --- Prepare to release 8.4.1. Modified Files: -- textsearch-ja: README.textsearch_ja (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/README.textsearch_ja.diff?r1=1.8&r2=1.9) -- Sent via pgsql-committers

[COMMITTERS] pgbulkload - pgbulkload: Split bulkload into bulkread and bulkwrite.

2009-05-01 Thread User Itagaki
Log Message: --- Split bulkload into bulkread and bulkwrite. They can be used sepalately. Modified Files: -- pgbulkload/include: pg_bulkload.h (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/include/pg_bulkload.h.diff?r1=1.

[COMMITTERS] orafce - orafce: PG_EUC_JIS_2004 is an enum value, not a macro.

2009-05-06 Thread User Itagaki
Log Message: --- PG_EUC_JIS_2004 is an enum value, not a macro. Modified Files: -- orafce: convert.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/convert.c.diff?r1=1.5&r2=1.6) datefce.c (r1.15 -> r1.16) (http://

[COMMITTERS] textsearch-ja - textsearch_senna: Implements restrict selectivity

2009-05-07 Thread User Itagaki
Log Message: --- Implements restrict selectivity function for %% and @@ operators. The result records are cached in planner, and reused in executor. There are no additonal index scans as long as index scan is used (not seq scan). Modified Files: -- textsearch_senna:

[COMMITTERS] pgbulkload - pgbulkload: Fix a broken printf-format for an error

2009-05-10 Thread User Itagaki
Log Message: --- Fix a broken printf-format for an error message. Modified Files: -- pgbulkload/bin: pg_bulkload.c (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/bin/pg_bulkload.c.diff?r1=1.7&r2=1.8) pgbulkload/bin/pgu

[COMMITTERS] textsearch-ja - textsearch_senna: Support LIKE-compatible search with

2009-05-13 Thread User Itagaki
Log Message: --- Support LIKE-compatible search with like_ops operator class. Usage is: CREATE INDEX idx_like ON tbl USING senna (t like_ops); SELECT * FROM tbl WHERE t LIKE '%foo%'; -- it can use index! We can use LIKE (~~) operator for 8.4 and ~~% operator for all versions. LIKE oper

[COMMITTERS] reorg - pg_reorg: New Directory

2009-05-13 Thread User Itagaki
Update of /cvsroot/reorg/pg_reorg/lib/pgut In directory pgfoundry.org:/tmp/cvs-serv23443/pgut Log Message: Directory /cvsroot/reorg/pg_reorg/lib/pgut added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://

  1   2   3   >