[COMMITTERS] textsearch-ja - textsearch_senna: Add alternative installer script that

2010-09-26 Thread User Itagaki
Log Message: --- Add alternative installer script that installs all types and functions to pg_catalog so that pg_dump can dump database safely with textsearch_senna modules. The script *MUST* be run in template1 before CREATE DATABASE. Added Files: --- textsearch_senna:

[COMMITTERS] pgsql: Improve git_changelog as per discussion with Robert Haas.

2010-09-26 Thread Tom Lane
Improve git_changelog as per discussion with Robert Haas. 1. Resurrect the behavior where old commits on master will have Branch: labels for branches sprouted after the commit was made. I'm still dubious about this mode, but if you want it, say --post-date or -p. 2. Annotate the Branch: labels w

[COMMITTERS] pgsql: Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE

2010-09-26 Thread Peter Eisentraut
Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE Like with tables, this also requires allowing the existence of composite types with zero attributes. reviewed by KaiGai Kohei Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=e440e12c562432a2

Re: [COMMITTERS] pgsql: Fix another join removal bug: the check on PlaceHolderVars was w

2010-09-26 Thread Andres Freund
On Sunday 26 September 2010 02:29:16 David Fetter wrote: > On Sat, Sep 25, 2010 at 11:04:28PM +, Tom Lane wrote: > > Fix another join removal bug: the check on PlaceHolderVars was > > wrong. > > > > The previous coding would decide that join removal was unsafe upon > > finding a PlaceHolderVar