[COMMITTERS] pgsql: Fix bug in the tsvector stats collection function, which caused a

2008-11-27 Thread Heikki Linnakangas
Log Message: --- Fix bug in the tsvector stats collection function, which caused a crash if the sample contains just a one tsvector, containing only one lexeme. Modified Files: -- pgsql/src/backend/tsearch: ts_typanalyze.c (r1.2 -> r1.3) (http://anoncvs.pos

[COMMITTERS] pgsql: Fix obsolete comment regarding FSM truncation.

2008-11-27 Thread Heikki Linnakangas
Log Message: --- Fix obsolete comment regarding FSM truncation. Modified Files: -- pgsql/src/backend/catalog: heap.c (r1.345 -> r1.346) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/heap.c?r1=1.345&r2=1.346) -- Sent via pgsql-committ

[COMMITTERS] pgsql: Don't force creation of the FSM on searches.

2008-11-27 Thread Heikki Linnakangas
Log Message: --- Don't force creation of the FSM on searches. It will still be created as soon as the first page fills up, and is marked as (almost) full, though. Modified Files: -- pgsql/src/backend/storage/freespace: freespace.c (r1.68 -> r1.69) (http://a

[COMMITTERS] pgsql: Add that PL/Java is an implementation of SQL/JRT, and drop claim

2008-11-27 Thread Peter Eisentraut
Log Message: --- Add that PL/Java is an implementation of SQL/JRT, and drop claim that PL/pgSQL has much to do with SQL/PSM. Modified Files: -- pgsql/doc/src/sgml: features.sgml (r2.28 -> r2.29) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/f

[COMMITTERS] pgsql: Drop CLI related features from the list, since we don't track the

2008-11-27 Thread Peter Eisentraut
Log Message: --- Drop CLI related features from the list, since we don't track the ODBC business in core. Modified Files: -- pgsql/src/backend/catalog: sql_features.txt (r1.35 -> r1.36) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/sql

[COMMITTERS] pgsql: Mark features related to WITH/SELECT as supported.

2008-11-27 Thread Peter Eisentraut
Log Message: --- Mark features related to WITH/SELECT as supported. Modified Files: -- pgsql/src/backend/catalog: sql_features.txt (r1.34 -> r1.35) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/sql_features.txt?r1=1.34&r2=1.35) -- Se