[COMMITTERS] pgtreelib - pgtreelib:

2007-10-10 Thread User Kostas
Log Message: --- Modified Files: -- pgtreelib/src/main: crud_tree.psql (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtreelib/pgtreelib/src/main/crud_tree.psql.diff?r1=1.2&r2=1.3) user_access.psql (r1.3 -> r1.4) (http://cvs.

[COMMITTERS] aupg - aupg_src: Discovered that the text types were not easily

2007-10-10 Thread User Rlucas
Log Message: --- Discovered that the text types were not easily converible back into the compound PK types. Ended up having to create wrapper operators for the standard "row" comparison operators. Modified Files: -- aupg_src/sql: _test_setup.sql (r1.2 -> r1.3)

[COMMITTERS] pgsql: Whitespace cleanup.

2007-10-10 Thread Bruce Momjian
Log Message: --- Whitespace cleanup. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.399 -> r1.400) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.399&r2=1.400) ---(end of broadcast)--

[COMMITTERS] pgsql: Minor correction for full-text search limitations docs.

2007-10-10 Thread Neil Conway
Log Message: --- Minor correction for full-text search limitations docs. Heikki Linnakangas. Modified Files: -- pgsql/doc/src/sgml: textsearch.sgml (r1.17 -> r1.18) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/textsearch.sgml?r1=1.17&r2=1.

[COMMITTERS] pgsql: Fix typo in REVOKE reference page.

2007-10-10 Thread Neil Conway
Log Message: --- Fix typo in REVOKE reference page. Guillaume Lelarge. Modified Files: -- pgsql/doc/src/sgml/ref: revoke.sgml (r1.44 -> r1.45) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/revoke.sgml?r1=1.44&r2=1.45) -

[COMMITTERS] aupg - aupg_src: Added a rudimentary testing infrastructure.

2007-10-10 Thread User Rlucas
Log Message: --- Added a rudimentary testing infrastructure. If this were SVN I would move files around and rename them to clarify, but for now we'll keep the structure as is. In a nutshell, alltest.pl uses Test::Harness to run all the *.t files in the current dir. You make a *.t file by

[COMMITTERS] npgsql - Npgsql2: Updated BSD License

2007-10-10 Thread User Fxjr
Log Message: --- Updated BSD License Modified Files: -- Npgsql2/src/Npgsql: NpgsqlCommandBuilder.cs (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlCommandBuilder.cs.diff?r1=1.8&r2=1.9) -

[COMMITTERS] npgsql - Npgsql2: Complete nunit tests added.

2007-10-10 Thread User Fxjr
Log Message: --- Complete nunit tests added. Thanks Kalle Hallivuori for patch! Modified Files: -- Npgsql2/testsuite/noninteractive: add_tables.sql (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/testsuite/noninteractive/add_tabl

[COMMITTERS] npgsql - Npgsql2: Updated BSD License text in all files.

2007-10-10 Thread User Fxjr
Log Message: --- Updated BSD License text in all files. NpgsqlCopyIn.cs, NpgsqlCopyInState.cs, NpgsqlCopyInStream.cs, NpgsqlCopyOut.cs, NpgsqlCopyOutState.cs, NpgsqlCopyOutStream.cs: A buffer overflow fix. Errors are now hopefully handled correctly. Thanks Kalle Hallivuori for patch!

[COMMITTERS] pgsql: Back out release changes that weren't ready for commit.

2007-10-10 Thread Bruce Momjian
Log Message: --- Back out release changes that weren't ready for commit. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.516 -> r1.517) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.516&r2=1.517) -

[COMMITTERS] pgsql: Update Japanese FAQ.

2007-10-10 Thread Bruce Momjian
Log Message: --- Update Japanese FAQ. Jun Kuwamura Modified Files: -- pgsql/doc: FAQ_japanese (r1.44 -> r1.45) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_japanese?r1=1.44&r2=1.45) pgsql/doc/src/FAQ: FAQ_japanese.html (r1.44 -> r1

[COMMITTERS] pgsql: Add missing codepage numbers for Windows.

2007-10-10 Thread Magnus Hagander
Log Message: --- Add missing codepage numbers for Windows. Dave Page Modified Files: -- pgsql/src/port: chklocale.c (r1.4 -> r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/chklocale.c?r1=1.4&r2=1.5) ---(end of bro

Re: [COMMITTERS] Inserting an Encrypted file into DB

2007-10-10 Thread Heikki Linnakangas
Smita Vijayakumar wrote: > I want to put into the postgres DB, a file which is an encrypted file > (say, the PKCS# files). > I have used a bytea column for storing this file. So the operations with > regard to the file at my end are: > Filesystem > DB --> Filesystem > What I need to know i

[COMMITTERS] Inserting an Encrypted file into DB

2007-10-10 Thread Smita Vijayakumar
Hi, I want to put into the postgres DB, a file which is an encrypted file (say, the PKCS# files). I have used a bytea column for storing this file. So the operations with regard to the file at my end are: Filesystem > DB --> Filesystem What I need to know is: 1. Is there any information lo