[COMMITTERS] pgsql: Fix omission of locations in outfuncs/readfuncs partitioning nod

2017-05-30 Thread Tom Lane
Fix omission of locations in outfuncs/readfuncs partitioning node support. We could have limped along without this for v10, which was my intention when I annotated the bug in commit 76a3df6e5. But consensus is that it's better to fix it now and take the cost of a post-beta1 initdb (which is neede

[COMMITTERS] pgsql: doc: Fix ALTER PUBLICATION details

2017-05-30 Thread Peter Eisentraut
doc: Fix ALTER PUBLICATION details Some of the text was made nonsensical by commit e9500240661c03750923e6f539bfa2d75cfaa32a. Fix that and make some other minor changes. Reported-by: Jeff Janes Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/185364b161512806d23ca3

[COMMITTERS] pgsql: Fix wording in amvalidate error messages

2017-05-30 Thread Alvaro Herrera
Fix wording in amvalidate error messages Remove some gratuituous message differences by making the AM name previously embedded in each message be a %s instead. While at it, get rid of terminology that's unclear and unnecessary in one message. Discussion: https://postgr.es/m/20170523001557.bq2hbq

[COMMITTERS] pgsql: Fix wording in amvalidate error messages

2017-05-30 Thread Alvaro Herrera
Fix wording in amvalidate error messages Remove some gratuituous message differences by making the AM name previously embedded in each message be a %s instead. While at it, get rid of terminology that's unclear and unnecessary in one message. Discussion: https://postgr.es/m/20170523001557.bq2hbq

[COMMITTERS] pgsql: brin: Don't crash on auto-summarization

2017-05-30 Thread Alvaro Herrera
brin: Don't crash on auto-summarization We were trying to free a pointer into a shared buffer, which never works; and we were failing to release the buffer lock appropriately. Fix those omissions. While at it, improve documentation for brinGetTupleForHeapBlock, the inadequacy of which evidently c

[COMMITTERS] pgsql: Sort syscache identifiers into alphabetical order.

2017-05-30 Thread Tom Lane
Sort syscache identifiers into alphabetical order. Not much point in having a convention about this if we don't enforce it. Mark Dilger Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/5