[COMMITTERS] pgsql: Assorted message fixes and improvements

2014-09-04 Thread Peter Eisentraut
Assorted message fixes and improvements Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a6283f97069e6f747bdc2052e9f755a9136a5edc Modified Files -- contrib/test_decoding/expected/ddl.out |2 +- src/backend/access/heap/rewriteheap.c

[COMMITTERS] pgsql: Assorted message fixes and improvements

2014-09-04 Thread Peter Eisentraut
Assorted message fixes and improvements Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/303f4d1012a20102d9fec6f486da0b381184a718 Modified Files -- contrib/test_decoding/expected/ddl.out |2 +- src/backend/access/heap/rewriteheap.c |

[COMMITTERS] pgsql: Add tab-completion for reloptions like user_catalog_table.

2014-09-04 Thread Fujii Masao
Add tab-completion for reloptions like user_catalog_table. Back-patch to 9.4 where user_catalog_table was added. Review by Michael Paquier Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/7695f9701a8bf46bf385c96bce2e216ee2ccf93e Modified Files --

[COMMITTERS] pgsql: Add tab-completion for reloptions like user_catalog_table.

2014-09-04 Thread Fujii Masao
Add tab-completion for reloptions like user_catalog_table. Back-patch to 9.4 where user_catalog_table was added. Review by Michael Paquier Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/d85e7fac415722bccc83dc96baccdb398ea5a2f4 Modified Files -- src/bin

[COMMITTERS] pgsql: doc: Remove dead link

2014-09-04 Thread Peter Eisentraut
doc: Remove dead link The link to the NIST web page about DES standards leads to nowhere, and according to archive.org has been forwarded to an unrelated page for many years. Therefore, just remove that link. More up to date information can be found via Wikipedia, for example. Branch -- REL

[COMMITTERS] pgsql: doc: Remove dead link

2014-09-04 Thread Peter Eisentraut
doc: Remove dead link The link to the NIST web page about DES standards leads to nowhere, and according to archive.org has been forwarded to an unrelated page for many years. Therefore, just remove that link. More up to date information can be found via Wikipedia, for example. Branch -- mas

[COMMITTERS] pgsql: Fix segmentation fault that an empty prepared statement could ca

2014-09-04 Thread Fujii Masao
Fix segmentation fault that an empty prepared statement could cause. Back-patch to all supported branches. Per bug #11335 from Haruka Takatsuka Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/857a5d6b59e0104ff0200723e617e5e9743d5532 Modified Files --

[COMMITTERS] pgsql: Fix segmentation fault that an empty prepared statement could ca

2014-09-04 Thread Fujii Masao
Fix segmentation fault that an empty prepared statement could cause. Back-patch to all supported branches. Per bug #11335 from Haruka Takatsuka Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/52eed3d4267faf671dae0450d99982cb9ba1ac52 Modified Files --

[COMMITTERS] pgsql: Fix segmentation fault that an empty prepared statement could ca

2014-09-04 Thread Fujii Masao
Fix segmentation fault that an empty prepared statement could cause. Back-patch to all supported branches. Per bug #11335 from Haruka Takatsuka Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/78b1228efeb5d2615f7e844cb4fe8ad8ff335e29 Modified Files --

[COMMITTERS] pgsql: Fix segmentation fault that an empty prepared statement could ca

2014-09-04 Thread Fujii Masao
Fix segmentation fault that an empty prepared statement could cause. Back-patch to all supported branches. Per bug #11335 from Haruka Takatsuka Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/81bffe63c09aac9e64932250082df86bbdc9fd13 Modified Files --

[COMMITTERS] pgsql: Fix segmentation fault that an empty prepared statement could ca

2014-09-04 Thread Fujii Masao
Fix segmentation fault that an empty prepared statement could cause. Back-patch to all supported branches. Per bug #11335 from Haruka Takatsuka Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/6da740e72ebfe22cb2a40bf9ebd775531a2294a6 Modified Files --

[COMMITTERS] pgsql: Fix segmentation fault that an empty prepared statement could ca

2014-09-04 Thread Fujii Masao
Fix segmentation fault that an empty prepared statement could cause. Back-patch to all supported branches. Per bug #11335 from Haruka Takatsuka Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/a73c9dbab0165b3395dfe8a44a7dfd16166963c4 Modified Files -- sr

[COMMITTERS] pgsql: Update comment to reflect commit 1d41739e5a04b0e93304d24d864b6bf

2014-09-04 Thread Robert Haas
Update comment to reflect commit 1d41739e5a04b0e93304d24d864b6bfa3efc45f2. Peter Geoghegan Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/d8d4965dc29263462932be03d4206aa694e2cd7e Modified Files -- src/include/utils/sortsupport.h |4 ++-- 1 file chang