[COMMITTERS] pgsql: Improve SECURITY LABEL tab completion

2015-12-25 Thread Fujii Masao
Improve SECURITY LABEL tab completion Add DATABASE, EVENT TRIGGER, FOREIGN TABLE, ROLE, and TABLESPACE to tab completion for SECURITY LABEL. Kyotaro Horiguchi Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/8014c44e8275b2fedfc4740c911577c6f1668b56 Modified Files --

[COMMITTERS] pgsql: Improve the gin index scan performance in pg_trgm.

2015-12-25 Thread Teodor Sigaev
Improve the gin index scan performance in pg_trgm. Previous coding assumes too pessimistic upper bound of similarity in consistent method of GIN. Author: Fornaroli Christophe with comments by me. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/25bfa7efd037a3c44d6a29