Re: HISTORY file - Mailing list pgsql-hackers

From Tom Lane
Subject Re: HISTORY file
Date
Msg-id 21512.1009094828@sss.pgh.pa.us
Whole thread Raw
In response to HISTORY file  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> [ mostly excellent HISTORY updates ]

>     * The "pg_hba.conf" configuration is now only reloaded after receiving a
>       SIGHUP signal, not with each connection.

That applies to pg_ident.conf too, no?

> Btw., the item "Fire INSERT rules after statement" doesn't sound right.
> Rules generally don't "fire", to name one thing.

"Execute", "process"?

>   Remove VACUUM warning about index tuples fewer than heap (Martijn van Oosterhout)

It's not "removed", it's only limited to the cases where it applies,
viz, indexes that are not partial and include NULLs.



Overall, it's slightly astonishing how much we've gotten done since 7.1.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Jussi Mikkola
Date:
Subject: Re: 7.2 is slow?
Next
From: Michael Meskes
Date:
Subject: ECPG changes