[COMMITTERS] pgsql: Correct tiny inaccuracy in strxfrm cache comment.

2015-11-03 Thread Robert Haas
Correct tiny inaccuracy in strxfrm cache comment. Peter Geoghegan Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/0279f62fdca7ff19ef34a836f5201935dc7f627c Modified Files -- src/backend/utils/adt/varlena.c |2 +- 1 file changed, 1 insertion(+), 1 delet

[COMMITTERS] pgsql: shm_mq: Third attempt at fixing nowait behavior in shm_mq_receiv

2015-11-03 Thread Robert Haas
shm_mq: Third attempt at fixing nowait behavior in shm_mq_receive. Commit a1480ec1d3bacb9acb08ec09f22bc25bc033115b purported to fix the problems with commit b2ccb5f4e6c81305386edb34daf7d1d1e1ee112a, but it didn't completely fix them. The problem is that the checks were performed in the wrong orde

[COMMITTERS] pgsql: shm_mq: Third attempt at fixing nowait behavior in shm_mq_receiv

2015-11-03 Thread Robert Haas
shm_mq: Third attempt at fixing nowait behavior in shm_mq_receive. Commit a1480ec1d3bacb9acb08ec09f22bc25bc033115b purported to fix the problems with commit b2ccb5f4e6c81305386edb34daf7d1d1e1ee112a, but it didn't completely fix them. The problem is that the checks were performed in the wrong orde

[COMMITTERS] pgsql: shm_mq: Third attempt at fixing nowait behavior in shm_mq_receiv

2015-11-03 Thread Robert Haas
shm_mq: Third attempt at fixing nowait behavior in shm_mq_receive. Commit a1480ec1d3bacb9acb08ec09f22bc25bc033115b purported to fix the problems with commit b2ccb5f4e6c81305386edb34daf7d1d1e1ee112a, but it didn't completely fix them. The problem is that the checks were performed in the wrong orde

[COMMITTERS] pgsql: Code + docs review for unicode linestyle patch.

2015-11-03 Thread Tom Lane
Code + docs review for unicode linestyle patch. Fix some brain fade in commit a2dabf0e1dda93c8: erroneous variable names in docs, rearrangements that made sentences less clear not more so, undocumented and poorly-chosen-anyway API behaviors of subroutines, bad grammar in error messages, copy-and-p

[COMMITTERS] pgsql: Code + docs review for unicode linestyle patch.

2015-11-03 Thread Tom Lane
Code + docs review for unicode linestyle patch. Fix some brain fade in commit a2dabf0e1dda93c8: erroneous variable names in docs, rearrangements that made sentences less clear not more so, undocumented and poorly-chosen-anyway API behaviors of subroutines, bad grammar in error messages, copy-and-p

[COMMITTERS] pgsql: Remove obsolete advice about doubling backslashes in regex escap

2015-11-03 Thread Tom Lane
Remove obsolete advice about doubling backslashes in regex escapes. Standard-conforming literals have been the default for long enough that it no longer seems necessary to go out of our way to tell people to write regex escapes illegibly. Branch -- REL9_5_STABLE Details --- http://git.po

[COMMITTERS] pgsql: Remove obsolete advice about doubling backslashes in regex escap

2015-11-03 Thread Tom Lane
Remove obsolete advice about doubling backslashes in regex escapes. Standard-conforming literals have been the default for long enough that it no longer seems necessary to go out of our way to tell people to write regex escapes illegibly. Branch -- master Details --- http://git.postgresq

[COMMITTERS] pgsql: postgres_fdw: Add ORDER BY to some remote SQL queries.

2015-11-03 Thread Robert Haas
postgres_fdw: Add ORDER BY to some remote SQL queries. If the join problem's entire ORDER BY clause can be pushed to the remote server, consider a path that adds this ORDER BY clause. If use_remote_estimate is on, we cost this path using an additional remote EXPLAIN. If not, we just estimate tha

[COMMITTERS] pgsql: Improve comments about abbreviation abort.

2015-11-03 Thread Robert Haas
Improve comments about abbreviation abort. Peter Geoghegan Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ee44cb7566ffafc0144535e1f966f5e3bb7d384b Modified Files -- src/backend/utils/sort/tuplesort.c | 30 -- 1 file changed,

[COMMITTERS] pgsql: Improve comments about abbreviation abort.

2015-11-03 Thread Robert Haas
Improve comments about abbreviation abort. Peter Geoghegan Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/1d97b25501470716f5b93b1083d865bb5508b880 Modified Files -- src/backend/utils/sort/tuplesort.c | 30 -- 1 file c

[COMMITTERS] pgsql: Allow postgres_fdw to ship extension funcs/operators for remote

2015-11-03 Thread Tom Lane
Allow postgres_fdw to ship extension funcs/operators for remote execution. The user can whitelist specified extension(s) in the foreign server's options, whereupon we will treat immutable functions and operators of those extensions as candidates to be sent for remote execution. Whitelisting an ex