[COMMITTERS] pgsql: Revert timeline following in replication slots

2016-05-04 Thread Alvaro Herrera
Revert timeline following in replication slots This reverts commits f07d18b6e94d, 82c83b337202, 3a3b309041b0, and 24c5f1a103ce. This feature has shown enough immaturity that it was deemed better to rip it out before rushing some more fixes at the last minute. There are discussions on larger chan

[COMMITTERS] pgsql: doc: Fix more typos

2016-05-04 Thread Peter Eisentraut
doc: Fix more typos From: Alexander Law Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/b94906f2d3222d56bf0935be565c2a94a84e858f Modified Files -- doc/src/sgml/ecpg.sgml | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) -- Sent v

[COMMITTERS] pgsql: doc: Fix more typos

2016-05-04 Thread Peter Eisentraut
doc: Fix more typos From: Alexander Law Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/dabd745f3d2a265dff2b6c7621a2959c236c633b Modified Files -- doc/src/sgml/ecpg.sgml | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) -- Sent v

[COMMITTERS] pgsql: doc: Fix more typos

2016-05-04 Thread Peter Eisentraut
doc: Fix more typos From: Alexander Law Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/6535bf399894db3597d257486062fe17311c642e Modified Files -- doc/src/sgml/ecpg.sgml| 10 +- doc/src/sgml/ref/pg_xlogdump.sgml | 2 +- 2 files change

[COMMITTERS] pgsql: doc: Fix more typos

2016-05-04 Thread Peter Eisentraut
doc: Fix more typos From: Alexander Law Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/74324092a41707413ee529a789d53c166a0e2543 Modified Files -- doc/src/sgml/ecpg.sgml| 10 +- doc/src/sgml/pg_xlogdump.sgml | 2 +- 2 files changed

[COMMITTERS] pgsql: doc: Fix more typos

2016-05-04 Thread Peter Eisentraut
doc: Fix more typos From: Alexander Law Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/db5999a92755289bd97990f9a081a6d73f4f2015 Modified Files -- doc/src/sgml/ecpg.sgml| 10 +- doc/src/sgml/pg_xlogdump.sgml | 2 +- 2 files changed

[COMMITTERS] pgsql: doc: Fix more typos

2016-05-04 Thread Peter Eisentraut
doc: Fix more typos From: Alexander Law Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/c792440fe0770fb6dfcb478fe70b00c326021f8f Modified Files -- doc/src/sgml/ecpg.sgml| 10 +- doc/src/sgml/ref/pg_xlogdump.sgml | 2 +- 2 files

[COMMITTERS] pgsql: Fix crash of filter(tsvector)

2016-05-04 Thread Teodor Sigaev
Fix crash of filter(tsvector) Variable storing a position of lexeme, had a wrong type: char, it's obviously not enough to store 2^14 possible positions. Stas Kelvich Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4bbc1a7ea351f235eb9a4475ceb17d7e37a36473 Modified F

[COMMITTERS] pgsql: Fix transient mdsync() errors of truncated relations due to 72a9

2016-05-04 Thread Andres Freund
Fix transient mdsync() errors of truncated relations due to 72a98a6395. Unfortunately the segment size checks from 72a98a6395 had the negative side-effect of breaking a corner case in mdsync(): When processing a fsync request for a truncated away segment mdsync() could fail with "could not fsync f