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
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
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
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
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)
(
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
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