[COMMITTERS] pgsql: MSVC: Include modules of src/test/modules in build

2015-04-16 Thread Alvaro Herrera
MSVC: Include modules of src/test/modules in build commit_ts, being only a module used for test purposes, is ignored in the process for now. Author: Michael Paquier Reviewed by: Andrew Dunstan Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/90898af30bb287a512bef7432

[COMMITTERS] pgsql: Fix assertion failure in logical decoding.

2015-04-16 Thread Heikki Linnakangas
Fix assertion failure in logical decoding. Logical decoding set SnapshotData's regd_count field to avoid the snapshot manager from prematurely freeing snapshots that are generated by the decoding system. That was always an abuse of the field, as it was never supposed to be used outside the snapsho

[COMMITTERS] pgsql: MSVC: install src/test/modules together with contrib

2015-04-16 Thread Alvaro Herrera
MSVC: install src/test/modules together with contrib These modules have to be installed so that the testing module can access them. (We don't have that yet, but will soon have it.) Author: Michael Paquier Reviewed by: Andrew Dunstan Branch -- master Details --- http://git.postgresql.or

[COMMITTERS] pgsql: pg_upgrade: document need for text search files to be copied

2015-04-16 Thread Bruce Momjian
pg_upgrade: document need for text search files to be copied Report by CJ Estel Backpatch through 9.4 Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/2e5d52a644a4cad9f37a1b2a1e61be8eb631b901 Modified Files -- doc/src/sgml/ref/pgupgrade.sgml |2 ++ 1

[COMMITTERS] pgsql: pg_upgrade: document need for text search files to be copied

2015-04-16 Thread Bruce Momjian
pg_upgrade: document need for text search files to be copied Report by CJ Estel Backpatch through 9.4 Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/7f2bfebfa75804b060a9ff4968711743e5450829 Modified Files -- doc/src/sgml/pgupgrade.sgml |2 +

[COMMITTERS] pgsql: Add new target modulescheck in vcregress.pl

2015-04-16 Thread Alvaro Herrera
Add new target modulescheck in vcregress.pl This allows an MSVC build to run regression tests related to modules in src/test/modules. Author: Michael Paquier Reviewed by: Andrew Dunstan Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4cb7d671fddc8855c8def2de51fb23df