Re: [COMMITTERS] PgFoundry mailings

2005-07-01 Thread Marc G. Fournier
Let me look into it ... I can't see it set anywhere, but will get it fixed ASAP ... On Fri, 1 Jul 2005, Tom Lane wrote: Peter Eisentraut <[EMAIL PROTECTED]> writes: Devrim GUNDUZ wrote: I think this has been discussed before. The default is that the commit e-mails are sent to this list. H

[COMMITTERS] pgsql: Fix platform-dependency in recently added regression tests.

2005-07-01 Thread Tom Lane
Log Message: --- Fix platform-dependency in recently added regression tests. Per buildfarm results. Modified Files: -- pgsql/src/test/regress/sql: create_index.sql (r1.15 -> r1.16) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/creat

[COMMITTERS] pgsql: Add code to pg_dump to use E'' strings when backslashes are used

2005-07-01 Thread Bruce Momjian
Log Message: --- Add code to pg_dump to use E'' strings when backslashes are used in dump files. Modified Files: -- pgsql/src/bin/pg_dump: dumputils.c (r1.17 -> r1.18) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/dumputils.c.diff?r1=1.1

[COMMITTERS] bizgres - bizgres: Modified source to remove mentions of "DeepGreen" and

2005-07-01 Thread User Aglio
Log Message: --- Modified source to remove mentions of "DeepGreen" and replace them with Bizgres. Modified Files: -- bizgres: INSTALL (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/INSTALL.diff?r1=1.2&r2=1.3) README (r1.

Re: [COMMITTERS] pgsql: Clarify code to double \\ and '.

2005-07-01 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > Clarify code to double \\ and '. > > You missed (at least) two places in ruleutils.c. > > Also, I'm not sure it's a good idea to be folding the \ and ' cases > together like this, as we'll just have to separate them again soon. I th

Re: [COMMITTERS] pgsql: Clarify code to double \\ and '.

2005-07-01 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > Clarify code to double \\ and '. You missed (at least) two places in ruleutils.c. Also, I'm not sure it's a good idea to be folding the \ and ' cases together like this, as we'll just have to separate them again soon. regards, t

[COMMITTERS] pgsql: Avoid function name conflict when plpgsql and rangefuncs

2005-07-01 Thread Tom Lane
Log Message: --- Avoid function name conflict when plpgsql and rangefuncs regression tests execute in parallel. Spotted by Peter. Modified Files: -- pgsql/src/test/regress/sql: plpgsql.sql (r1.31 -> r1.32) (http://developer.postgresql.org/cvsweb.cgi/pgsql/

Re: [COMMITTERS] pgsql: Update for roles: < * Prevent default re-use

2005-07-01 Thread Tom Lane
Bruce Momjian writes: > The problem is this used in pg_dumpall --clean: > DELETE FROM pg_shadow WHERE usesysid <> (SELECT datdba FROM pg_database > WHERE datname = 'template0'); Hmm. I haven't gotten around to looking at pg_dumpall issues, but we might have to add an ON DELETE rule to th

Re: [COMMITTERS] pgsql: Update for roles: < * Allow limits on per-db/user connections >

2005-07-01 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > < * Prevent default re-use of sysids for dropped users and roles > < > < Currently, if a user is removed while he still owns objects, a new > < user given might be given their user id and inherit the > < previous users objects. > < It's a bit pre

[COMMITTERS] pgsql: Remove contrib version of rtree_gist --- now in core system.

2005-07-01 Thread Tom Lane
Log Message: --- Remove contrib version of rtree_gist --- now in core system. Modified Files: -- pgsql/contrib: Makefile (r1.56 -> r1.57) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/Makefile.diff?r1=1.56&r2=1.57) README (r1.78 -> r1.79

[COMMITTERS] pgsql: Migrate rtree_gist functionality into the core system, and add

2005-07-01 Thread Tom Lane
Log Message: --- Migrate rtree_gist functionality into the core system, and add some basic regression tests for GiST to the standard regression tests. I took the opportunity to add an rtree-equivalent gist opclass for circles; the contrib version only covered boxes and polygons, but indexi

[COMMITTERS] pgestraier - pgestraier: subversion revision 26 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 26 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.26 -> r1.27) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.26&r2=1.27) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: Imported Sources

2005-07-01 Thread User Dpavlin
Update of /cvsroot/pgestraier/pgestraier/misc In directory pgfoundry.org:/tmp/cvs-serv66781 Log Message: removed obsolete implementeation without attribute specification which was also slower according to benchmarks. Status: Vendor Tag: svn Release Tags: r25 N pgestraier/m

[COMMITTERS] pgestraier - pgestraier: subversion revision 24 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 24 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.24 -> r1.25) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.24&r2=1.25) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: New Directory

2005-07-01 Thread User Dpavlin
Update of /cvsroot/pgestraier/pgestraier/misc In directory pgfoundry.org:/tmp/cvs-serv66746/misc Log Message: Directory /cvsroot/pgestraier/pgestraier/misc added to the repository ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands g

[COMMITTERS] pgestraier - pgestraier: subversion revision 28 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 28 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.28 -> r1.29) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.28&r2=1.29) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: test new function instead of old one

2005-07-01 Thread User Dpavlin
Log Message: --- test new function instead of old one Modified Files: -- pgestraier/t: pgest.t (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/t/pgest.t.diff?r1=1.4&r2=1.5) ---(end of broadcast)

[COMMITTERS] pgestraier - pgestraier: subversion revision 21 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 21 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.21 -> r1.22) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.21&r2=1.22) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: subversion revision 27 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 27 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.27 -> r1.28) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.27&r2=1.28) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: Generate dumps of used years, titles and

2005-07-01 Thread User Dpavlin
Log Message: --- Generate dumps of used years, titles and quotes. Some parsing fixes Modified Files: -- pgestraier/data: convert.pl (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/data/convert.pl.diff?r1=1.5&r2=1.6) --

[COMMITTERS] pgestraier - pgestraier:

2005-07-01 Thread User Dpavlin
Log Message: --- Modified Files: -- pgestraier: .svnrev (r1.18 -> r1.19) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.18&r2=1.19) ---(end of broadcast)--- TIP 5: Have

[COMMITTERS] pgestraier - pgestraier: added small snippet of documentation

2005-07-01 Thread User Dpavlin
Log Message: --- added small snippet of documentation Modified Files: -- pgestraier: Makefile (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/Makefile.diff?r1=1.4&r2=1.5) test.sql (r1.8 -> r1.9) (http://cvs

[COMMITTERS] pgestraier - pgestraier: subversion revision 20 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 20 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.20 -> r1.21) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.20&r2=1.21) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: subversion revision 25 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 25 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.25 -> r1.26) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.25&r2=1.26) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: removed obsolete implementeation without

2005-07-01 Thread User Dpavlin
Log Message: --- removed obsolete implementeation without attribute specification which was also slower according to benchmarks. Modified Files: -- pgestraier: test.sql (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/test

[COMMITTERS] pgestraier - pgestraier: cvs target for pgfoundry

2005-07-01 Thread User Dpavlin
Log Message: --- cvs target for pgfoundry Modified Files: -- pgestraier: Makefile (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/Makefile.diff?r1=1.5&r2=1.6) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: rewrite benchmark to use just new function, add

2005-07-01 Thread User Dpavlin
Log Message: --- rewrite benchmark to use just new function, add bits of documentation Modified Files: -- pgestraier/misc: bench.pl (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/misc/bench.pl.diff?r1=1.1.1.1&r2=1.2)

[COMMITTERS] pgestraier - pgestraier: fix for compilation on PostgreSQL 8.0

2005-07-01 Thread User Dpavlin
Log Message: --- fix for compilation on PostgreSQL 8.0 Modified Files: -- pgestraier: pgest.c (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/pgest.c.diff?r1=1.13&r2=1.14) ---(end of broadcast)---

[COMMITTERS] pgestraier - pgestraier: subversion revision 22 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 22 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.22 -> r1.23) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.22&r2=1.23) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: fix path to index

2005-07-01 Thread User Dpavlin
Log Message: --- fix path to index Modified Files: -- pgestraier: test.sql (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/test.sql.diff?r1=1.9&r2=1.10) ---(end of broadcast)---

[COMMITTERS] pgestraier - pgestraier: subversion revision 23 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 23 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.23 -> r1.24) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.23&r2=1.24) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: subversion revision 19 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 19 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.19&r2=1.20) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: Created new function which allows users to

2005-07-01 Thread User Dpavlin
Log Message: --- Created new function which allows users to specify attributes which should be returned like this: select * from pgest('/index/path', 'query', '@title ISTRINC foo', limit, offset, {'@id','@title','@size'}) as (id text, title text, size text); Modified Files: -

[COMMITTERS] pgestraier - pgestraier: moved all debug output to DEBUG1 instead of

2005-07-01 Thread User Dpavlin
Log Message: --- moved all debug output to DEBUG1 instead of INFO, fixed compilation warning Modified Files: -- pgestraier: pgest.c (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/pgest.c.diff?r1=1.11&r2=1.12) --

[COMMITTERS] pgsql: Update to autoconf 2.59 as well as updates of related scripts

2005-07-01 Thread Peter Eisentraut
Log Message: --- Update to autoconf 2.59 as well as updates of related scripts Modified Files: -- pgsql: configure (r1.440 -> r1.441) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.440&r2=1.441) configure.in (r1.413 -> r1.414)

[COMMITTERS] pgestraier - pgestraier: Imported Sources

2005-07-01 Thread User Dpavlin
Update of /cvsroot/pgestraier/pgestraier/estseek In directory pgfoundry.org:/tmp/cvs-serv56962 Log Message: simple estseek configuration for testing searches Status: Vendor Tag: svn Release Tags: r18 U pgestraier/estseek/estseek.conf U pgestraier/estseek/estseek.tmpl U pge

[COMMITTERS] pgestraier - pgestraier: Imported Sources

2005-07-01 Thread User Dpavlin
Update of /cvsroot/pgestraier/pgestraier/estseek In directory pgfoundry.org:/tmp/cvs-serv56638 Log Message: simple estseek configuration for testing searches Status: Vendor Tag: svn Release Tags: r18 U pgestraier/estseek/estseek.conf U pgestraier/estseek/estseek.tmpl U pge

[COMMITTERS] pgestraier - pgestraier: Imported Sources

2005-07-01 Thread User Dpavlin
Update of /cvsroot/pgestraier/pgestraier/estseek In directory pgfoundry.org:/tmp/cvs-serv56521 Log Message: simple estseek configuration for testing searches Status: Vendor Tag: svn Release Tags: r18 U pgestraier/estseek/estseek.conf U pgestraier/estseek/estseek.tmpl U pge

[COMMITTERS] pgestraier - pgestraier: Imported Sources

2005-07-01 Thread User Dpavlin
Update of /cvsroot/pgestraier/pgestraier/estseek In directory pgfoundry.org:/tmp/cvs-serv55115 Log Message: simple estseek configuration for testing searches Status: Vendor Tag: svn Release Tags: r18 U pgestraier/estseek/estseek.conf U pgestraier/estseek/estseek.tmpl U pge

[COMMITTERS] pgsql: Clarify code to double \\ and '.

2005-07-01 Thread Bruce Momjian
Log Message: --- Clarify code to double \\ and '. Modified Files: -- pgsql/src/bin/initdb: initdb.c (r1.88 -> r1.89) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.88&r2=1.89) pgsql/src/bin/psql: describe.c (

Re: [COMMITTERS] pgsql: Update for roles: < * Prevent default re-use of sysids for

2005-07-01 Thread Stephen Frost
* Bruce Momjian ([email protected]) wrote: > The problem is this used in pg_dumpall --clean: > > DELETE FROM pg_shadow WHERE usesysid <> (SELECT datdba FROM pg_database > WHERE datname = 'template0'); Oh, wow. Hrmm. That certainly won't work now. It seems to me that the correct thi

[COMMITTERS] pgsql: Clarify: < o Replace crude DELETE FROM method of pg_dumpall for

2005-07-01 Thread Bruce Momjian
Log Message: --- Clarify: < o Replace crude DELETE FROM method of pg_dumpall for cleaning of < roles with separate DROP commands > o Replace crude DELETE FROM method of pg_dumpall --clean for > cleaning of roles with separate DROP commands Modified Files: --

Re: [COMMITTERS] pgsql: Update for roles: < * Prevent default re-use

2005-07-01 Thread Bruce Momjian
Stephen Frost wrote: -- Start of PGP signed section. > * Bruce Momjian ([EMAIL PROTECTED]) wrote: > > < * Prevent default re-use of sysids for dropped users and groups > > > * Prevent default re-use of sysids for dropped users and roles > > sysids are gone, roles have Oids, so I don't think this i

[COMMITTERS] pgsql: Update for roles: < * Allow limits on per-db/user connections >

2005-07-01 Thread Bruce Momjian
Log Message: --- Update for roles: < * Allow limits on per-db/user connections > * Allow limits on per-db/role connections < * Prevent default re-use of sysids for dropped users and roles < < Currently, if a user is removed while he still owns objects, a new < user given might be give

Re: [COMMITTERS] pgsql: Update for roles: < * Prevent default re-use of sysids for

2005-07-01 Thread Stephen Frost
* Bruce Momjian ([EMAIL PROTECTED]) wrote: > < * Prevent default re-use of sysids for dropped users and groups > > * Prevent default re-use of sysids for dropped users and roles sysids are gone, roles have Oids, so I don't think this is an issue anymore... Users are gone too... > 450c450 > < * A

[COMMITTERS] pgsql: Update for roles: < * Prevent default re-use of sysids for

2005-07-01 Thread Bruce Momjian
Log Message: --- Update for roles: < * Prevent default re-use of sysids for dropped users and groups > * Prevent default re-use of sysids for dropped users and roles 450c450 < * Add COMMENT ON for all cluster global objects (users, groups, databases > * Add COMMENT ON for all cluster globa

[COMMITTERS] pgsql: Item superceeded now that groups exist: < * Add group object

2005-07-01 Thread Bruce Momjian
Log Message: --- Item superceeded now that groups exist: < * Add group object ownership, so groups can rename/drop/grant on objects, < so we can implement roles Modified Files: -- pgsql/doc: TODO (r1.1582 -> r1.1583) (http://developer.postgresql.org/cvsw

[COMMITTERS] tablelog - tablelog: test restore of one of two concurrent transactions

2005-07-01 Thread User Kimhanse
Log Message: --- test restore of one of two concurrent transactions Added Files: --- tablelog/test: sleep-1.sql (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/test/sleep-1.sql?rev=1.1&content-type=text/x-cvsweb-markup) sleep-2.sql

[COMMITTERS] pgsql: Done: > o -Add dumping and restoring of LOB comments

2005-07-01 Thread Bruce Momjian
Log Message: --- Done: > o -Add dumping and restoring of LOB comments Modified Files: -- pgsql/doc: TODO (r1.1581 -> r1.1582) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1581&r2=1.1582) pgsql/doc/src/FAQ: TODO.htm

[COMMITTERS] tablelog - tablelog: Multiple timestamps in testing

2005-07-01 Thread User Kimhanse
Log Message: --- Multiple timestamps in testing Modified Files: -- tablelog/test: create.sql (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/test/create.sql.diff?r1=1.2&r2=1.3) delete.sql (r1.2 -> r1.3) (http:/

[COMMITTERS] pgsql: Fixes from Janko Richter <[EMAIL PROTECTED]> - Fix wrong

2005-07-01 Thread Teodor Sigaev
Log Message: --- Fixes from Janko Richter <[EMAIL PROTECTED]> - Fix wrong index results on text, char, varchar for multibyte strings - Fix some SIGFPE signals - Add support for infinite timestamps - Because of locale settings, btree_gist can not be a prefix index anymore (for text). Eac

Re: [COMMITTERS] PgFoundry mailings

2005-07-01 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Devrim GUNDUZ wrote: >> I think this has been discussed before. The default is that the >> commit e-mails are sent to this list. However each project may change >> this behaviour by adding some files to CVS repo. We did it in >> pgsqlrpms project. > B

[COMMITTERS] tablelog - tablelog: Rename test and benchmark tables and schemas

2005-07-01 Thread User Kimhanse
Log Message: --- Rename test and benchmark tables and schemas Modified Files: -- tablelog/test: create.sql (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/test/create.sql.diff?r1=1.1&r2=1.2) delete.sql (r1.1 -> r1.2)

[COMMITTERS] pgsql: Clarify documentation about log_min_duration_statement.

2005-07-01 Thread Bruce Momjian
Log Message: --- Clarify documentation about log_min_duration_statement. Modified Files: -- pgsql/doc/src/sgml: runtime.sgml (r1.332 -> r1.333) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml.diff?r1=1.332&r2=1.333) pgsql/src

[COMMITTERS] pgestraier - pgestraier: Imported Sources

2005-07-01 Thread User Dpavlin
Update of /cvsroot/pgestraier/pgestraier/estseek In directory pgfoundry.org:/tmp/cvs-serv7976 Log Message: simple estseek configuration for testing searches Status: Vendor Tag: svn Release Tags: r18 U pgestraier/estseek/estseek.conf U pgestraier/estseek/estseek.tmpl U pges

[COMMITTERS] pgsql: Improve error messages and add comment

2005-07-01 Thread Teodor Sigaev
Log Message: --- Improve error messages and add comment Modified Files: -- pgsql/src/backend/access/gist: gistxlog.c (r1.6 -> r1.7) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistxlog.c.diff?r1=1.6&r2=1.7) ---

[COMMITTERS] tablelog - tablelog: Test and benchmark seperated

2005-07-01 Thread User Kimhanse
Log Message: --- Test and benchmark seperated Modified Files: -- tablelog/test/benchmark: run.sh (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/test/benchmark/run.sh.diff?r1=1.4&r2=1.5) Added Files: --- tablelog/t

[COMMITTERS] pgestraier - pgestraier: Imported Sources

2005-07-01 Thread User Dpavlin
Update of /cvsroot/pgestraier/pgestraier/estseek In directory pgfoundry.org:/tmp/cvs-serv3170 Log Message: simple estseek configuration for testing searches Status: Vendor Tag: svn Release Tags: r18 U pgestraier/estseek/estseek.conf U pgestraier/estseek/estseek.tmpl U pges

[COMMITTERS] pgestraier - pgestraier: subversion revision 16 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 16 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.16&r2=1.17) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: subversion revision 11 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 11 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.11&r2=1.12) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: example how to find references to Blade Runner

2005-07-01 Thread User Dpavlin
Log Message: --- example how to find references to Blade Runner in other movies :-) Modified Files: -- pgestraier: test.sql (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/test.sql.diff?r1=1.5&r2=1.6) -

[COMMITTERS] pgestraier - pgestraier: subversion revision 13 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 13 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.13&r2=1.14) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: added size of each trivia to index (and back to

2005-07-01 Thread User Dpavlin
Log Message: --- added size of each trivia to index (and back to output) Modified Files: -- pgestraier/data: convert.pl (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/data/convert.pl.diff?r1=1.3&r2=1.4) pgestraier:

[COMMITTERS] pgestraier - pgestraier: Imported Sources

2005-07-01 Thread User Dpavlin
Update of /cvsroot/pgestraier/pgestraier/data In directory pgfoundry.org:/tmp/cvs-serv92446 Log Message: make test database from IMDB's trivia Status: Vendor Tag: svn Release Tags: r6 U pgestraier/data/Makefile U pgestraier/data/convert.pl No conflicts created by this imp

[COMMITTERS] pgestraier - pgestraier: subversion revision 8 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 8 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.8&r2=1.9) ---(end of broadcast)---

[COMMITTERS] pgestraier - pgestraier: New Directory

2005-07-01 Thread User Dpavlin
Update of /cvsroot/pgestraier/pgestraier/estseek In directory pgfoundry.org:/tmp/cvs-serv92999/estseek Log Message: Directory /cvsroot/pgestraier/pgestraier/estseek added to the repository ---(end of broadcast)--- TIP 3: if posting/reading through

[COMMITTERS] pgestraier - pgestraier: subversion revision 17 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 17 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.17 -> r1.18) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.17&r2=1.18) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: added NULL handling for optional arguments

2005-07-01 Thread User Dpavlin
Log Message: --- added NULL handling for optional arguments Modified Files: -- pgestraier: test.sql (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/test.sql.diff?r1=1.4&r2=1.5) pgest.sql (r1.3 -> r1.4) (htt

[COMMITTERS] pgestraier - pgestraier: tests and fix for limit and offset bug

2005-07-01 Thread User Dpavlin
Log Message: --- tests and fix for limit and offset bug introduced with null handling Modified Files: -- pgestraier: pgest.c (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/pgest.c.diff?r1=1.8&r2=1.9) pgestraier/t:

[COMMITTERS] pgestraier - pgestraier: subversion revision 15 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 15 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.15 -> r1.16) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.15&r2=1.16) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: subversion revision 10 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 10 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.10&r2=1.11) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: added year to index data

2005-07-01 Thread User Dpavlin
Log Message: --- added year to index data Modified Files: -- pgestraier: test.sql (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/test.sql.diff?r1=1.6&r2=1.7) pgestraier/data: convert.pl (r1.4 -> r1.5)

[COMMITTERS] pgestraier - pgestraier: Imported Sources

2005-07-01 Thread User Dpavlin
Update of /cvsroot/pgestraier/pgestraier/estseek In directory pgfoundry.org:/tmp/cvs-serv93145 Log Message: simple estseek configuration for testing searches Status: Vendor Tag: svn Release Tags: r18 N pgestraier/estseek/estseek.top N pgestraier/estseek/estseek.conf N pges

[COMMITTERS] pgestraier - pgestraier: decrease memory usage to 64Mb (useful when

2005-07-01 Thread User Dpavlin
Log Message: --- decrease memory usage to 64Mb (useful when running from tmpfs) Modified Files: -- pgestraier/data: Makefile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/data/Makefile.diff?r1=1.2&r2=1.3) ---

[COMMITTERS] pgestraier - pgestraier: subversion revision 12 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 12 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.12&r2=1.13) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: add html target to re-generate ChangeLog.html

2005-07-01 Thread User Dpavlin
Log Message: --- add html target to re-generate ChangeLog.html Modified Files: -- pgestraier: Makefile (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/Makefile.diff?r1=1.3&r2=1.4) ---(end of broadca

[COMMITTERS] pgestraier - pgestraier: subversion revision 14 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 14 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.14&r2=1.15) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: subversion revision 7 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 7 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.7&r2=1.8) ---(end of broadcast)---

[COMMITTERS] pgestraier - pgestraier: tests, some of which fail (which is whole point

2005-07-01 Thread User Dpavlin
Log Message: --- tests, some of which fail (which is whole point of having tests, I guess) Added Files: --- pgestraier/t: pgest.t (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/t/pgest.t?rev=1.1&content-type=text/x-cvsweb-markup) ---

[COMMITTERS] pgestraier - pgestraier: support query in which only attribute is

2005-07-01 Thread User Dpavlin
Log Message: --- support query in which only attribute is specified Modified Files: -- pgestraier: pgest.c (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/pgest.c.diff?r1=1.6&r2=1.7) pgestraier/t: pgest.t (r1.1

[COMMITTERS] pgestraier - pgestraier: add title rank to 3, small fix in index

2005-07-01 Thread User Dpavlin
Log Message: --- add title rank to 3, small fix in index generation Modified Files: -- pgestraier/data: convert.pl (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/data/convert.pl.diff?r1=1.2&r2=1.3) ---

[COMMITTERS] pgestraier - pgestraier: subversion revision 9 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 9 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.9&r2=1.10) ---(end of broadcast)-

[COMMITTERS] pgestraier - pgestraier: more work on testing framework

2005-07-01 Thread User Dpavlin
Log Message: --- more work on testing framework Modified Files: -- pgestraier: Makefile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/Makefile.diff?r1=1.2&r2=1.3) test.sql (r1.3 -> r1.4) (http://cvs.pgfou

[COMMITTERS] pgestraier - pgestraier: subversion revision 6 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 6 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.6&r2=1.7) ---(end of broadcast)---

[COMMITTERS] pgestraier - pgestraier: make test database from IMDB's trivia

2005-07-01 Thread User Dpavlin
Log Message: --- make test database from IMDB's trivia Modified Files: -- pgestraier: Makefile (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/Makefile.diff?r1=1.1&r2=1.2) ---(end of broadcast)-

[COMMITTERS] pgestraier - pgestraier: subversion revision 5 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 5 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.5&r2=1.6) ---(end of broadcast)---

[COMMITTERS] python - be: Move exceptions to the Postgres.exceptions "module".

2005-07-01 Thread James William Pye
Log Message: --- Move exceptions to the Postgres.exceptions "module". Do so to avoid the clutter of the many, many exceptions that maiden provides. This will, hopefully, be reflected in the interface protocol at some point, as it provides a way to easily identify the exceptions associated w

[COMMITTERS] pgestraier - pgestraier: bugfix: return null for 0 sized attributes

2005-07-01 Thread User Dpavlin
Log Message: --- bugfix: return null for 0 sized attributes Modified Files: -- pgestraier: pgest.c (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/pgest.c.diff?r1=1.3&r2=1.4) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: Imported Sources

2005-07-01 Thread User Dpavlin
Update of /cvsroot/pgestraier/pgestraier In directory pgfoundry.org:/tmp/cvs-serv68330 Log Message: new CVS module Status: Vendor Tag: svn2cvs Release Tags: r0 N pgestraier/.svnrev No conflicts created by this import ---(end of broadcast)

[COMMITTERS] pgestraier - pgestraier: added attribute to function, fixed warnings,

2005-07-01 Thread User Dpavlin
Log Message: --- added attribute to function, fixed warnings, fixed limit and offset Modified Files: -- pgestraier: test.sql (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/test.sql.diff?r1=1.2&r2=1.3) pgest.sql (r1

[COMMITTERS] pgestraier - pgestraier: changed debug level, ignore some files

2005-07-01 Thread User Dpavlin
Log Message: --- changed debug level, ignore some files Modified Files: -- pgestraier: pgest.c (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/pgest.c.diff?r1=1.1&r2=1.2) ---(end of broadcast)--

[COMMITTERS] pgestraier - pgestraier: subversion revision 1 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 1 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.1.1.1&r2=1.2) ---(end of broadcast

[COMMITTERS] pgestraier - pgestraier: added limit and offset

2005-07-01 Thread User Dpavlin
Log Message: --- added limit and offset Modified Files: -- pgestraier: test.sql (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/test.sql.diff?r1=1.1&r2=1.2) pgest.sql (r1.1 -> r1.2) (http://cvs.pgfoundry.or

[COMMITTERS] pgestraier - pgestraier: New Directory

2005-07-01 Thread User Dpavlin
Update of /cvsroot/pgestraier/pgestraier/data In directory pgfoundry.org:/tmp/cvs-serv68773/data Log Message: Directory /cvsroot/pgestraier/pgestraier/data added to the repository ---(end of broadcast)--- TIP 8: explain analyze is your friend

[COMMITTERS] pgestraier - pgestraier: subversion revision 4 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 4 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.4&r2=1.5) ---(end of broadcast)---

[COMMITTERS] pgestraier - pgestraier: Imported Sources

2005-07-01 Thread User Dpavlin
Update of /cvsroot/pgestraier/pgestraier/data In directory pgfoundry.org:/tmp/cvs-serv68819 Log Message: make test database from IMDB's trivia Status: Vendor Tag: svn Release Tags: r6 N pgestraier/data/convert.pl N pgestraier/data/Makefile No conflicts created by this imp

[COMMITTERS] pgestraier - pgestraier: initial import of API between Estraier and

2005-07-01 Thread User Dpavlin
Log Message: --- initial import of API between Estraier and PostgreSQL Added Files: --- pgestraier: Makefile (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/Makefile?rev=1.1&content-type=text/x-cvsweb-markup) test.sql (r1.1)

[COMMITTERS] pgestraier - pgestraier: subversion revision 3 commited to CVS

2005-07-01 Thread User Dpavlin
Log Message: --- subversion revision 3 commited to CVS Modified Files: -- pgestraier: .svnrev (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgestraier/pgestraier/.svnrev.diff?r1=1.3&r2=1.4) ---(end of broadcast)---

[COMMITTERS] pgestraier - pgestraier: Imported Sources

2005-07-01 Thread User Dpavlin
Update of /cvsroot/pgestraier/pgestraier/t In directory pgfoundry.org:/tmp/cvs-serv68544 Log Message: added limit and offset Status: Vendor Tag: svn Release Tags: r3 U pgestraier/t/limit_offset.sh No conflicts created by this import ---(end of br

[COMMITTERS] pgestraier - pgestraier: Imported Sources

2005-07-01 Thread User Dpavlin
Update of /cvsroot/pgestraier/pgestraier/t In directory pgfoundry.org:/tmp/cvs-serv68501 Log Message: added limit and offset Status: Vendor Tag: svn Release Tags: r3 N pgestraier/t/limit_offset.sh No conflicts created by this import ---(end of br

  1   2   >