[COMMITTERS] pgsql: Fix logical errors in tsquery selectivity estimation for prefix

2012-09-11 Thread Tom Lane
Fix logical errors in tsquery selectivity estimation for prefix queries. I made multiple errors in commit 97532f7c29468010b87e40a04f8daa3eb097f654, stemming mostly from failure to think about the available frequency data as being element frequencies not value frequencies (so that occurrences of di

[COMMITTERS] pgsql: Fix logical errors in tsquery selectivity estimation for prefix

2012-09-11 Thread Tom Lane
Fix logical errors in tsquery selectivity estimation for prefix queries. I made multiple errors in commit 97532f7c29468010b87e40a04f8daa3eb097f654, stemming mostly from failure to think about the available frequency data as being element frequencies not value frequencies (so that occurrences of di

[COMMITTERS] pgsql: Fix logical errors in tsquery selectivity estimation for prefix

2012-09-11 Thread Tom Lane
Fix logical errors in tsquery selectivity estimation for prefix queries. I made multiple errors in commit 97532f7c29468010b87e40a04f8daa3eb097f654, stemming mostly from failure to think about the available frequency data as being element frequencies not value frequencies (so that occurrences of di

[COMMITTERS] pgsql: Fix typo: lexemes misspelled in full text search docs.

2012-09-11 Thread Kevin Grittner
Fix typo: lexemes misspelled in full text search docs. Dan Scott Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4bc0d2e2cfa8ac523524dccf6f849989c6739083 Modified Files -- doc/src/sgml/textsearch.sgml |2 +- 1 files changed, 1 insertions(+), 1 deletio

[COMMITTERS] pgtcl - libpgtcl: Clean up compiler warnings.

2012-09-11 Thread User Karl
Log Message: --- Clean up compiler warnings. Modified Files: -- libpgtcl: ChangeLog (r1.69 -> r1.70) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/ChangeLog?r1=1.69&r2=1.70) libpgtcl/generic: pgtclCmds.c (r1.89 -> r1.90) (

[COMMITTERS] pgtcl - libpgtcl: * Added new command, pg_set_single_row_mode aka

2012-09-11 Thread User Karl
Log Message: --- * Added new command, pg_set_single_row_mode aka ::pg::set_single_row_mode to enable retrieving query results row-by-row. * Add subcommands for direct execution of connection handles for conndefaults, set_single_row_mode, is_busy, blocking and cancel_request. * Make

[COMMITTERS] pgtcl - libpgtcl: Add -nodotfields option to pg_select.

2012-09-11 Thread User Karl
Log Message: --- Add -nodotfields option to pg_select. if set it will inhibit the creation of the .tupno, .numcols and .headers fields in pg_select results. Modified Files: -- libpgtcl: ChangeLog (r1.67 -> r1.68) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.c