{"format": 1, "mode": "release", "from_release": null, "to_release": {"date": "2026-08-13", "build": "17.11", "major": "17", "minor": 11, "manual": "17", "status": "stable", "doc_git": "", "version": "17.11", "eol_date": "2029-11-08", "date_text": "2026-08-13", "supported": true, "manual_url": "/docs/17/release-17-11.html", "source_url": "/docs/release/17.11/", "entry_count": 109, "placeholder": false, "content_hash": "e2c91d61e036874b6e8f8d413d78c1712888ed2069141c9010dd5d344d925bce", "manual_build": "17.11", "source_as_of": "", "changes_count": 109, "doc_loaded_at": "2026-09-26T02:56:35.922301", "migration_html": "<p>对于运行 17.X 的用户，无需执行转储/恢复。</p>\n<p>但是，下面前三个安全条目描述了更新后可能需要进行的配置调整和数据清理。</p>\n<p>此外，如果使用 <code>contrib/btree_gist</code> 或 <code>contrib/ltree</code>，可能需要为这些扩展创建的索引重建索引；请参见下面的相关条目。</p>\n<p>此外，如果是从早于 17.6 的版本升级，请参见<a href=\"/docs/17/release-17-6.html\" title=\"E.6. 17.6 发布\">第 E.6 节</a>。</p>", "compatibility_count": 0, "label": "17.11", "status_label": "受支持版本", "eol": "2029-11-08", "age_days": 44, "support_days": 1139}, "groups": [{"date": "2026-08-13", "build": "17.11", "major": "17", "minor": 11, "manual": "17", "status": "stable", "doc_git": "", "version": "17.11", "eol_date": "2029-11-08", "date_text": "2026-08-13", "supported": true, "manual_url": "/docs/17/release-17-11.html", "source_url": "/docs/release/17.11/", "entry_count": 109, "placeholder": false, "content_hash": "e2c91d61e036874b6e8f8d413d78c1712888ed2069141c9010dd5d344d925bce", "manual_build": "17.11", "source_as_of": "", "changes_count": 109, "doc_loaded_at": "2026-09-26T02:56:35.922301", "migration_html": "<p>对于运行 17.X 的用户，无需执行转储/恢复。</p>\n<p>但是，下面前三个安全条目描述了更新后可能需要进行的配置调整和数据清理。</p>\n<p>此外，如果使用 <code>contrib/btree_gist</code> 或 <code>contrib/ltree</code>，可能需要为这些扩展创建的索引重建索引；请参见下面的相关条目。</p>\n<p>此外，如果是从早于 17.6 的版本升级，请参见<a href=\"/docs/17/release-17-6.html\" title=\"E.6. 17.6 发布\">第 E.6 节</a>。</p>", "compatibility_count": 0, "label": "17.11", "status_label": "受支持版本", "eol": "2029-11-08", "age_days": 44, "support_days": 1139, "entries": [{"id": "17.11-ccab0c809e14d029", "cves": ["CVE-2026-6471"], "html": "<p>将逻辑解码输出插件限制为新服务器参数 <code>output_plugin_libraries</code> 指定的集合（Jacob Champion）<a href=\"https://postgr.es/c/01992176e\">§</a> <a href=\"https://postgr.es/c/4fcccea97\">§</a></p>\n<p>此前，复制用户可以为逻辑解码选择任意可加载库，从而实施各种攻击。为了在不破坏原有可用配置的情况下收紧这一限制，现引入一份允许使用的输出插件列表。</p>\n<p>默认情况下，只有随 <span>PostgreSQL</span> 提供的输出插件（<code>pgoutput</code> 和 <code>test_decoding</code>）会包含在 <code>output_plugin_libraries</code> 中。使用其他输出插件的安装必须在更新服务器后将其加入该参数，例如：</p>\n<pre>output_plugin_libraries = 'pgoutput, test_decoding, my_trusted_decoder'\n</pre>\n<p>此外，从版本 17 或更高版本迁移时，如果 <code>pg_upgrade --check</code> 发现新集簇的 <code>output_plugin_libraries</code> 参数不允许旧集簇逻辑复制槽所使用的插件，检查将会失败。请在执行 <span>pg_upgrade</span> 前对新集簇的设置作必要补充。</p>\n<p><span>PostgreSQL</span> 项目感谢 Vladimir Tokarev 和 Yu Kunpeng 报告此问题。（CVE-2026-6471）</p>", "text": "将逻辑解码输出插件限制为新服务器参数 output_plugin_libraries 指定的集合（Jacob Champion）§ § 此前，复制用户可以为逻辑解码选择任意可加载库，从而实施各种攻击。为了在不破坏原有可用配置的情况下收紧这一限制，现引入一份允许使用的输出插件列表。 默认情况下，只有随 PostgreSQL 提供的输出插件（pgoutput 和 test_decoding）会包含在 output_plugin_libraries 中。使用其他输出插件的安装必须在更新服务器后将其加入该参数，例如： output_plugin_libraries = 'pgoutput, test_decoding, my_trusted_decoder' 此外，从版本 17 或更高版本迁移时，如果 pg_upgrade --check 发现新集簇的 output_plugin_libraries 参数不允许旧集簇逻辑复制槽所使用的插件，检查将会失败。请在执行 pg_upgrade 前对新集簇的设置作必要补充。 PostgreSQL 项目感谢 Vladimir Tokarev 和 Yu Kunpeng 报告此问题。（CVE-2026-6471）", "title": "将逻辑解码输出插件限制为新服务器参数 output_plugin_libraries 指定的集合", "commits": ["01992176e", "4fcccea97"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "e647da816fe9b0fcbfcecd952c47187db1a2be508ae8f7d1877872c29d0f7de6", "section_path": ["变更"], "commit_groups": [["01992176e", "226e49cbe", "2a29b607d", "4e1252ee5", "5d47df21e", "99f205407", "bf3842a64"], ["20e9dcefd", "4fcccea97", "7082ce248", "82fd68801"]], "identity_text": "Restrict logical decoding output plugins to the set specified by a new server parameter output_plugin_libraries (Jacob Champion) Previously, a replication user could select any loadable library for logical decoding, allowing exploits of various sorts. To allow locking this down without breaking setups that worked before, introduce a whitelist of allowed output plugins. By default, only the output plugins shipped as part of PostgreSQL (pgoutput and test_decoding) are included in output_plugin_libraries. Installations that rely on other output plugins must add them after updating the server, for example output_plugin_libraries = 'pgoutput, test_decoding, my_trusted_decoder' Additionally, pg_upgrade --check will fail if the output_plugin_libraries parameter on the new cluster does not permit the plugins of logical replication slots on the old cluster, when migrating from versions 17 and later. Make necessary additions to the new cluster's setting before performing pg_upgrade. The PostgreSQL Project thanks Vladimir Tokarev and Yu Kunpeng for reporting this problem. (CVE-2026-6471)", "commit_aliases": ["01992176e", "20e9dcefd", "226e49cbe", "2a29b607d", "4e1252ee5", "4fcccea97", "5d47df21e", "7082ce248", "82fd68801", "99f205407", "bf3842a64"], "source_commits": ["01992176e", "4fcccea97"], "source_entry_id": "17.11/changes/001", "db_id": "549fb97375289bbc21d70209d1e5e9a8", "patch_ids": ["29a8e1db1536ed40c71312e7d2015c9e", "bcbaedd0455bfc84b87ba56b7f4aba2c"], "statement_hash": "66cffd63e622afc809ffcea154c77acb7025871176da7689b08b6db15ff40212", "relations": [{"rule": 2, "type": "equivalent", "target": "2ed41f6adf451dd977da156f72190023", "evidence": {"same_day": true, "patch_ids": ["29a8e1db1536ed40c71312e7d2015c9e", "bcbaedd0455bfc84b87ba56b7f4aba2c"], "statement_hash": "66cffd63e622afc809ffcea154c77acb7025871176da7689b08b6db15ff40212"}}, {"rule": 2, "type": "equivalent", "target": "7007806ed1d8192364b7ef102e45e7ef", "evidence": {"same_day": true, "patch_ids": ["29a8e1db1536ed40c71312e7d2015c9e", "bcbaedd0455bfc84b87ba56b7f4aba2c"], "statement_hash": "66cffd63e622afc809ffcea154c77acb7025871176da7689b08b6db15ff40212"}}, {"rule": 2, "type": "equivalent", "target": "b5e7e2e2c6e0c744c28da7990822970a", "evidence": {"same_day": true, "patch_ids": ["29a8e1db1536ed40c71312e7d2015c9e", "bcbaedd0455bfc84b87ba56b7f4aba2c"], "statement_hash": "66cffd63e622afc809ffcea154c77acb7025871176da7689b08b6db15ff40212"}}, {"rule": 2, "type": "equivalent", "target": "bbf53e61656864929954589e1f777019", "evidence": {"same_day": true, "patch_ids": ["29a8e1db1536ed40c71312e7d2015c9e", "bcbaedd0455bfc84b87ba56b7f4aba2c"], "statement_hash": "66cffd63e622afc809ffcea154c77acb7025871176da7689b08b6db15ff40212"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "2ed41f6adf451dd977da156f72190023", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "将逻辑解码输出插件限制为新服务器参数 output_plugin_libraries 指定的集合", "evidence": {"same_day": true, "patch_ids": ["29a8e1db1536ed40c71312e7d2015c9e", "bcbaedd0455bfc84b87ba56b7f4aba2c"], "statement_hash": "66cffd63e622afc809ffcea154c77acb7025871176da7689b08b6db15ff40212"}, "url": "/docs/compare/?release=18.6#18.6-76e8d95ade6e17d6", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "b5e7e2e2c6e0c744c28da7990822970a", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "将逻辑解码输出插件限制为新服务器参数 output_plugin_libraries 指定的集合", "evidence": {"same_day": true, "patch_ids": ["29a8e1db1536ed40c71312e7d2015c9e", "bcbaedd0455bfc84b87ba56b7f4aba2c"], "statement_hash": "66cffd63e622afc809ffcea154c77acb7025871176da7689b08b6db15ff40212"}, "url": "/docs/compare/?release=16.15#16.15-d023ef134eea5c3e", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "7007806ed1d8192364b7ef102e45e7ef", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "将逻辑解码输出插件限制为新服务器参数 output_plugin_libraries 指定的集合", "evidence": {"same_day": true, "patch_ids": ["29a8e1db1536ed40c71312e7d2015c9e", "bcbaedd0455bfc84b87ba56b7f4aba2c"], "statement_hash": "66cffd63e622afc809ffcea154c77acb7025871176da7689b08b6db15ff40212"}, "url": "/docs/compare/?release=15.19#15.19-b1dbeb58e5a6c437", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "bbf53e61656864929954589e1f777019", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "将逻辑解码输出插件限制为新服务器参数 output_plugin_libraries 指定的集合", "evidence": {"same_day": true, "patch_ids": ["29a8e1db1536ed40c71312e7d2015c9e", "bcbaedd0455bfc84b87ba56b7f4aba2c"], "statement_hash": "66cffd63e622afc809ffcea154c77acb7025871176da7689b08b6db15ff40212"}, "url": "/docs/compare/?release=14.24#14.24-ee721afe6731e1ce", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-165fa935d28df7f1", "cves": ["CVE-2026-14663"], "html": "<p>修复 <code>contrib/pgcrypto</code> 的 PGP 加密，使其能够检测不受支持的密码算法（Daniel Gustafsson）<a href=\"https://postgr.es/c/b05cfc693\">§</a> <a href=\"https://postgr.es/c/7eed42aa8\">§</a></p>\n<p>此前，如果 OpenSSL 拒绝所请求的密码算法（例如，因为它正以 FIPS 模式运行，或尚未加载 legacy provider），<span>pgcrypto</span> 无法发现这一失败，只会将未经加密的块与明文进行异或，使这种<span>“<span>加密</span>”</span>轻易即可破解。这通常发生在已弃用或不符合 FIPS 的密码算法上（cipher-algo=blowfish/bf、twofish、cast5 或 3des）。</p>\n<p>默认情况下，<span>pgcrypto</span> 现在将无法解密以这种方式受影响的任何消息。为了能够取回这类数据，现新增选项 <code>ignore-cipher-failure</code>，用于 <code>pgp_pub_decrypt()</code> 和 <code>pgp_sym_decrypt()</code>。设置 <code>ignore-cipher-failure=1</code> 将恢复此前的行为，从而可以移除有缺陷的加密封装：</p>\n<pre>pgp_sym_decrypt(encrypted_column, <em><code>any key</code></em>, 'ignore-cipher-failure=1')\n</pre>\n<p>识别出受影响的消息并移除其封装后，即可使用现代算法重新加密。不过，OpenSSL 的行为必须与创建这些有缺陷消息时相同：如果不受支持的算法集合并不相同，这种方法将无法奏效。请参阅 <code>ignore-cipher-failure</code> 的文档。</p>\n<p><span>PostgreSQL</span> 项目感谢 Shishir Sharma 报告此问题。（CVE-2026-14663）</p>", "text": "修复 contrib/pgcrypto 的 PGP 加密，使其能够检测不受支持的密码算法（Daniel Gustafsson）§ § 此前，如果 OpenSSL 拒绝所请求的密码算法（例如，因为它正以 FIPS 模式运行，或尚未加载 legacy provider），pgcrypto 无法发现这一失败，只会将未经加密的块与明文进行异或，使这种“加密”轻易即可破解。这通常发生在已弃用或不符合 FIPS 的密码算法上（cipher-algo=blowfish/bf、twofish、cast5 或 3des）。 默认情况下，pgcrypto 现在将无法解密以这种方式受影响的任何消息。为了能够取回这类数据，现新增选项 ignore-cipher-failure，用于 pgp_pub_decrypt() 和 pgp_sym_decrypt()。设置 ignore-cipher-failure=1 将恢复此前的行为，从而可以移除有缺陷的加密封装： pgp_sym_decrypt(encrypted_column, any key, 'ignore-cipher-failure=1') 识别出受影响的消息并移除其封装后，即可使用现代算法重新加密。不过，OpenSSL 的行为必须与创建这些有缺陷消息时相同：如果不受支持的算法集合并不相同，这种方法将无法奏效。请参阅 ignore-cipher-failure 的文档。 PostgreSQL 项目感谢 Shishir Sharma 报告此问题。（CVE-2026-14663）", "title": "修复 contrib/pgcrypto 的 PGP 加密，使其能够检测不受支持的密码算法", "commits": ["7eed42aa8", "b05cfc693"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "c131d453f626b34f3771dc3dfb482d0d12e4d08421871d685142d70b7b145c7e", "section_path": ["变更"], "commit_groups": [["472ef7e4a", "6ca6023ca", "7e29eb6f4", "b05cfc693", "ba207f58f", "d0ecee6de", "fe32b10fc"], ["49e795414", "4c5128ca0", "7eed42aa8", "953be116c", "ba2a63faf", "d97b3f58c", "e2c48c81f"]], "identity_text": "Fix contrib/pgcrypto's PGP encryption to detect unsupported ciphers (Daniel Gustafsson) Previously, if OpenSSL rejected the requested cipher (for example, because it is running in FIPS mode, or the legacy provider hasn't been loaded), pgcrypto failed to notice the failure and simply XOR'd the non-encrypted block with the plaintext, rendering the encryption trivially breakable. This will typically occur with deprecated or non-FIPS cipher algorithms (cipher-algo=blowfish/bf, twofish, cast5, or 3des). By default, pgcrypto will now fail to decrypt any messages that were affected in this way. To allow retrieval of such data, a new option ignore-cipher-failure has been added to pgp_pub_decrypt() and pgp_sym_decrypt(). Setting ignore-cipher-failure=1 will restore their previous behavior, allowing the faulty encryption wrapper to be stripped off: pgp_sym_decrypt(encrypted_column, any key, 'ignore-cipher-failure=1') Once the affected messages are identified and stripped of their wrappers, they can then be re-encrypted with a modern algorithm. It is important however that the behavior of OpenSSL be the same as it was when the faulty messages were created: if the set of unsupported algorithms is not the same, this approach will not work. See the documentation for ignore-cipher-failure. The PostgreSQL Project thanks Shishir Sharma for reporting this problem. (CVE-2026-14663)", "commit_aliases": ["472ef7e4a", "49e795414", "4c5128ca0", "6ca6023ca", "7e29eb6f4", "7eed42aa8", "953be116c", "b05cfc693", "ba207f58f", "ba2a63faf", "d0ecee6de", "d97b3f58c", "e2c48c81f", "fe32b10fc"], "source_commits": ["7eed42aa8", "b05cfc693"], "source_entry_id": "17.11/changes/002", "db_id": "379745809d65e827e6739e3818394675", "patch_ids": ["0c0f3075fa6d42cb4f237a14111f3f86", "94579ce6ea64094f97312d8046fcb082"], "statement_hash": "f9b50dfe772a85830e7ce5570ba2e751618ceca0e1ebf0653490632965de190f", "relations": [{"rule": 2, "type": "equivalent", "target": "28125c4ed11f62e12267d5aa58f29ab4", "evidence": {"same_day": true, "patch_ids": ["0c0f3075fa6d42cb4f237a14111f3f86", "94579ce6ea64094f97312d8046fcb082"], "statement_hash": "f9b50dfe772a85830e7ce5570ba2e751618ceca0e1ebf0653490632965de190f"}}, {"rule": 2, "type": "equivalent", "target": "5487cefec946cc3b492ec90f8407bbc0", "evidence": {"same_day": true, "patch_ids": ["0c0f3075fa6d42cb4f237a14111f3f86", "94579ce6ea64094f97312d8046fcb082"], "statement_hash": "f9b50dfe772a85830e7ce5570ba2e751618ceca0e1ebf0653490632965de190f"}}, {"rule": 2, "type": "equivalent", "target": "a686eb51b6b69a27a6ba670a1473120d", "evidence": {"same_day": true, "patch_ids": ["0c0f3075fa6d42cb4f237a14111f3f86", "94579ce6ea64094f97312d8046fcb082"], "statement_hash": "f9b50dfe772a85830e7ce5570ba2e751618ceca0e1ebf0653490632965de190f"}}, {"rule": 2, "type": "equivalent", "target": "e8d5337224696bc194016b8a5269940d", "evidence": {"same_day": true, "patch_ids": ["0c0f3075fa6d42cb4f237a14111f3f86", "94579ce6ea64094f97312d8046fcb082"], "statement_hash": "f9b50dfe772a85830e7ce5570ba2e751618ceca0e1ebf0653490632965de190f"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "e8d5337224696bc194016b8a5269940d", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 contrib/pgcrypto 的 PGP 加密，使其能够检测不受支持的密码算法", "evidence": {"same_day": true, "patch_ids": ["0c0f3075fa6d42cb4f237a14111f3f86", "94579ce6ea64094f97312d8046fcb082"], "statement_hash": "f9b50dfe772a85830e7ce5570ba2e751618ceca0e1ebf0653490632965de190f"}, "url": "/docs/compare/?release=18.6#18.6-bfaa3421904d3a41", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "5487cefec946cc3b492ec90f8407bbc0", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 contrib/pgcrypto 的 PGP 加密，使其能够检测不受支持的密码算法", "evidence": {"same_day": true, "patch_ids": ["0c0f3075fa6d42cb4f237a14111f3f86", "94579ce6ea64094f97312d8046fcb082"], "statement_hash": "f9b50dfe772a85830e7ce5570ba2e751618ceca0e1ebf0653490632965de190f"}, "url": "/docs/compare/?release=16.15#16.15-8ceb116fc33c62af", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "28125c4ed11f62e12267d5aa58f29ab4", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 contrib/pgcrypto 的 PGP 加密，使其能够检测不受支持的密码算法", "evidence": {"same_day": true, "patch_ids": ["0c0f3075fa6d42cb4f237a14111f3f86", "94579ce6ea64094f97312d8046fcb082"], "statement_hash": "f9b50dfe772a85830e7ce5570ba2e751618ceca0e1ebf0653490632965de190f"}, "url": "/docs/compare/?release=15.19#15.19-09644d5ff1559695", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "a686eb51b6b69a27a6ba670a1473120d", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 contrib/pgcrypto 的 PGP 加密，使其能够检测不受支持的密码算法", "evidence": {"same_day": true, "patch_ids": ["0c0f3075fa6d42cb4f237a14111f3f86", "94579ce6ea64094f97312d8046fcb082"], "statement_hash": "f9b50dfe772a85830e7ce5570ba2e751618ceca0e1ebf0653490632965de190f"}, "url": "/docs/compare/?release=14.24#14.24-fdda567fdb9d909d", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-8dd81897faaffe37", "cves": ["CVE-2026-6464"], "html": "<p>修复 <span>psql</span>：跳过脚本中的 <code>COPY ... FROM STDIN</code> 命令后面的内联数据，即使 <code>COPY</code> 在发送 <code>PGRES_COPY_IN</code> 前失败（Tom Lane）<a href=\"https://postgr.es/c/46fa1f6f3\">§</a> <a href=\"https://postgr.es/c/dca6627de\">§</a></p>\n<p>此前，如果 <code>COPY</code> 命令在开始执行时失败（例如目标表不存在）， <span>psql</span> 无法意识到这一点，会继续把随后的内联数据当作 SQL 命令读取。即使在最好的情况下这也是错误的，在最坏的情况下则会构成 SQL 注入风险。现在，<span>psql</span> 会识别语法有效的 <code>COPY ... FROM STDIN</code> 命令，并在服务器没有返回 <code>PGRES_COPY_IN</code> 时自行跳过数据。</p>\n<p>此修复不太可能影响生产 SQL 脚本，但测试脚本可能会有意测试失败的 <code>COPY ... FROM STDIN</code> 命令。此类脚本需要在每条这样的命令后增加一行 <code>\\.</code> 数据终止符。</p>\n<p><span>PostgreSQL</span> 项目感谢 Alexander Lakhin 报告此问题。（CVE-2026-6464）</p>", "text": "修复 psql：跳过脚本中的 COPY ... FROM STDIN 命令后面的内联数据，即使 COPY 在发送 PGRES_COPY_IN 前失败（Tom Lane）§ § 此前，如果 COPY 命令在开始执行时失败（例如目标表不存在）， psql 无法意识到这一点，会继续把随后的内联数据当作 SQL 命令读取。即使在最好的情况下这也是错误的，在最坏的情况下则会构成 SQL 注入风险。现在，psql 会识别语法有效的 COPY ... FROM STDIN 命令，并在服务器没有返回 PGRES_COPY_IN 时自行跳过数据。 此修复不太可能影响生产 SQL 脚本，但测试脚本可能会有意测试失败的 COPY ... FROM STDIN 命令。此类脚本需要在每条这样的命令后增加一行 \\. 数据终止符。 PostgreSQL 项目感谢 Alexander Lakhin 报告此问题。（CVE-2026-6464）", "title": "修复 psql：跳过脚本中的 COPY ... FROM STDIN 命令后面的内联数据，即使 COPY 在发送 PGRES_COPY_IN 前失败", "commits": ["46fa1f6f3", "dca6627de"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "b3f28a7521c132d0240d2e41137917fd177fc3a94e6b3acb5bd0a9630eb7a4b2", "section_path": ["变更"], "commit_groups": [["29921259e", "2bdfd5cdc", "3045a25ba", "3fdcfa8f7", "46fa1f6f3", "5c51ae455", "d6ab88d37"], ["7215c7e96", "8cdbabea7", "8cf01e213", "900894d35", "cf754f741", "db96e87f9", "dca6627de"]], "identity_text": "Fix psql to skip in-line data following a scripted COPY ... FROM STDIN command, even if the COPY fails before sending PGRES_COPY_IN (Tom Lane) Previously, if a COPY command failed at startup (for instance, because the target table doesn't exist) psql would not realize that and would proceed to read the following in-line data as SQL commands. In the best case that's wrong and in the worst case it's a SQL-injection hazard. Teach psql to recognize syntactically-valid COPY ... FROM STDIN commands and to skip data on its own authority if the server doesn't respond with PGRES_COPY_IN. While this fix is unlikely to affect any production SQL scripts, test scripts might intentionally exercise failing COPY ... FROM STDIN commands. Those will need to gain a \\. data terminator line after each such command. The PostgreSQL Project thanks Alexander Lakhin for reporting this problem. (CVE-2026-6464)", "commit_aliases": ["29921259e", "2bdfd5cdc", "3045a25ba", "3fdcfa8f7", "46fa1f6f3", "5c51ae455", "7215c7e96", "8cdbabea7", "8cf01e213", "900894d35", "cf754f741", "d6ab88d37", "db96e87f9", "dca6627de"], "source_commits": ["46fa1f6f3", "dca6627de"], "source_entry_id": "17.11/changes/003", "db_id": "df55d2444f4fc088a4a59341aed77733", "patch_ids": ["bb5ab12243a3045680f47ff1cb2c8480", "ecf5b4358ac3d55d48e5c5a6cf618bc5"], "statement_hash": "76e8147c7ad5a98f52d6ef02172b79adbee8009366c00ae89f0a205215b4b225", "relations": [{"rule": 2, "type": "equivalent", "target": "3c7601286aa0c9239f3cd6933eeddc1f", "evidence": {"same_day": true, "patch_ids": ["bb5ab12243a3045680f47ff1cb2c8480", "ecf5b4358ac3d55d48e5c5a6cf618bc5"], "statement_hash": "76e8147c7ad5a98f52d6ef02172b79adbee8009366c00ae89f0a205215b4b225"}}, {"rule": 2, "type": "equivalent", "target": "3fc8822e02c16e254582e2877b732705", "evidence": {"same_day": true, "patch_ids": ["bb5ab12243a3045680f47ff1cb2c8480", "ecf5b4358ac3d55d48e5c5a6cf618bc5"], "statement_hash": "76e8147c7ad5a98f52d6ef02172b79adbee8009366c00ae89f0a205215b4b225"}}, {"rule": 2, "type": "equivalent", "target": "a4c84c6885a3a330efb43a5e79c7eeca", "evidence": {"same_day": true, "patch_ids": ["bb5ab12243a3045680f47ff1cb2c8480", "ecf5b4358ac3d55d48e5c5a6cf618bc5"], "statement_hash": "76e8147c7ad5a98f52d6ef02172b79adbee8009366c00ae89f0a205215b4b225"}}, {"rule": 2, "type": "equivalent", "target": "ea96c547a98f3910bcd150ec7a9bb871", "evidence": {"same_day": true, "patch_ids": ["bb5ab12243a3045680f47ff1cb2c8480", "ecf5b4358ac3d55d48e5c5a6cf618bc5"], "statement_hash": "76e8147c7ad5a98f52d6ef02172b79adbee8009366c00ae89f0a205215b4b225"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "3c7601286aa0c9239f3cd6933eeddc1f", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 psql：跳过脚本中的 COPY ... FROM STDIN 命令后面的内联数据，即使 COPY 在发送 PGRES_COPY_IN 前失败", "evidence": {"same_day": true, "patch_ids": ["bb5ab12243a3045680f47ff1cb2c8480", "ecf5b4358ac3d55d48e5c5a6cf618bc5"], "statement_hash": "76e8147c7ad5a98f52d6ef02172b79adbee8009366c00ae89f0a205215b4b225"}, "url": "/docs/compare/?release=18.6#18.6-7711e8f6ad16c5dd", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "3fc8822e02c16e254582e2877b732705", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 psql：跳过脚本中的 COPY ... FROM STDIN 命令后面的内联数据，即使 COPY 在发送 PGRES_COPY_IN 前失败", "evidence": {"same_day": true, "patch_ids": ["bb5ab12243a3045680f47ff1cb2c8480", "ecf5b4358ac3d55d48e5c5a6cf618bc5"], "statement_hash": "76e8147c7ad5a98f52d6ef02172b79adbee8009366c00ae89f0a205215b4b225"}, "url": "/docs/compare/?release=16.15#16.15-2edf36c62c37ac67", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "ea96c547a98f3910bcd150ec7a9bb871", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 psql：跳过脚本中的 COPY ... FROM STDIN 命令后面的内联数据，即使 COPY 在发送 PGRES_COPY_IN 前失败", "evidence": {"same_day": true, "patch_ids": ["bb5ab12243a3045680f47ff1cb2c8480", "ecf5b4358ac3d55d48e5c5a6cf618bc5"], "statement_hash": "76e8147c7ad5a98f52d6ef02172b79adbee8009366c00ae89f0a205215b4b225"}, "url": "/docs/compare/?release=15.19#15.19-69623f56c9e9722f", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "a4c84c6885a3a330efb43a5e79c7eeca", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 psql：跳过脚本中的 COPY ... FROM STDIN 命令后面的内联数据，即使 COPY 在发送 PGRES_COPY_IN 前失败", "evidence": {"same_day": true, "patch_ids": ["bb5ab12243a3045680f47ff1cb2c8480", "ecf5b4358ac3d55d48e5c5a6cf618bc5"], "statement_hash": "76e8147c7ad5a98f52d6ef02172b79adbee8009366c00ae89f0a205215b4b225"}, "url": "/docs/compare/?release=14.24#14.24-6d095df52bb23c05", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-b9a0ccf8cc602cca", "cves": ["CVE-2026-16239"], "html": "<p>交叉检查运行 <code>EXECUTE</code> 或 <code>FETCH</code> 的 portal 的输出行类型（Robert Haas）<a href=\"https://postgr.es/c/60887d348\">§</a></p>\n<p><code>EXECUTE</code> 和 <code>FETCH</code> 使用两个 portal：外层 portal 用于语句本身，内层 portal 则代其运行实际查询。此前可以使两个 portal 声明的行类型不一致，从而导致服务器内存泄露和任意代码执行。</p>\n<p><span>PostgreSQL</span> 项目感谢 Ben Morris（与 Claude 和 Anthropic Research 协作）和 Peter Geoghegan 报告此问题。（CVE-2026-16239）</p>", "text": "交叉检查运行 EXECUTE 或 FETCH 的 portal 的输出行类型（Robert Haas）§ EXECUTE 和 FETCH 使用两个 portal：外层 portal 用于语句本身，内层 portal 则代其运行实际查询。此前可以使两个 portal 声明的行类型不一致，从而导致服务器内存泄露和任意代码执行。 PostgreSQL 项目感谢 Ben Morris（与 Claude 和 Anthropic Research 协作）和 Peter Geoghegan 报告此问题。（CVE-2026-16239）", "title": "交叉检查运行 EXECUTE 或 FETCH 的 portal 的输出行类型", "commits": ["60887d348"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "d4a4a73c08aaccd5e19ce6f5b5e250a10e4ef195435dfd65da03edd9f7b7915c", "section_path": ["变更"], "commit_groups": [["1f49beef2", "37b8f3b0e", "60887d348", "64a65ead1", "7d150b5c9", "9e02e2e18", "fc933ce00"]], "identity_text": "Cross-check the output row type of a portal running EXECUTE or FETCH (Robert Haas) EXECUTE and FETCH use two portals: an outer one for the statement itself, and an inner one running the query being executed on its behalf. It was previously possible to make the declared row types of the two portals diverge, leading to server memory disclosure and arbitrary code execution. The PostgreSQL Project thanks Ben Morris (in collaboration with Claude and Anthropic Research) and Peter Geoghegan for reporting this problem. (CVE-2026-16239)", "commit_aliases": ["1f49beef2", "37b8f3b0e", "60887d348", "64a65ead1", "7d150b5c9", "9e02e2e18", "fc933ce00"], "source_commits": ["60887d348"], "source_entry_id": "17.11/changes/004", "db_id": "3ec84f87545930ce1036d071dad3e665", "patch_ids": ["bca9a8aea055bf40b974631f891c3459"], "statement_hash": "6bfdff724b157ff6ff7a59fd5879e05c524cc0a5a96ac58a33fa9750cc2db073", "relations": [{"rule": 2, "type": "equivalent", "target": "35f9a631aba647241e1c1fe3a3c4c269", "evidence": {"same_day": true, "patch_ids": ["bca9a8aea055bf40b974631f891c3459"], "statement_hash": "6bfdff724b157ff6ff7a59fd5879e05c524cc0a5a96ac58a33fa9750cc2db073"}}, {"rule": 2, "type": "equivalent", "target": "5b8818230400246029db8b181a69938c", "evidence": {"same_day": true, "patch_ids": ["bca9a8aea055bf40b974631f891c3459"], "statement_hash": "6bfdff724b157ff6ff7a59fd5879e05c524cc0a5a96ac58a33fa9750cc2db073"}}, {"rule": 2, "type": "equivalent", "target": "e2286cb0c701bb465fa540c1d4a45071", "evidence": {"same_day": true, "patch_ids": ["bca9a8aea055bf40b974631f891c3459"], "statement_hash": "6bfdff724b157ff6ff7a59fd5879e05c524cc0a5a96ac58a33fa9750cc2db073"}}, {"rule": 2, "type": "equivalent", "target": "e9fc65bf1c23945887e9b1904d08b935", "evidence": {"same_day": true, "patch_ids": ["bca9a8aea055bf40b974631f891c3459"], "statement_hash": "6bfdff724b157ff6ff7a59fd5879e05c524cc0a5a96ac58a33fa9750cc2db073"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "5b8818230400246029db8b181a69938c", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "交叉检查运行 EXECUTE 或 FETCH 的 portal 的输出行类型", "evidence": {"same_day": true, "patch_ids": ["bca9a8aea055bf40b974631f891c3459"], "statement_hash": "6bfdff724b157ff6ff7a59fd5879e05c524cc0a5a96ac58a33fa9750cc2db073"}, "url": "/docs/compare/?release=18.6#18.6-cdf902a8952d780f", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "35f9a631aba647241e1c1fe3a3c4c269", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "交叉检查运行 EXECUTE 或 FETCH 的 portal 的输出行类型", "evidence": {"same_day": true, "patch_ids": ["bca9a8aea055bf40b974631f891c3459"], "statement_hash": "6bfdff724b157ff6ff7a59fd5879e05c524cc0a5a96ac58a33fa9750cc2db073"}, "url": "/docs/compare/?release=16.15#16.15-82e9952b24a8b230", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "e2286cb0c701bb465fa540c1d4a45071", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "交叉检查运行 EXECUTE 或 FETCH 的 portal 的输出行类型", "evidence": {"same_day": true, "patch_ids": ["bca9a8aea055bf40b974631f891c3459"], "statement_hash": "6bfdff724b157ff6ff7a59fd5879e05c524cc0a5a96ac58a33fa9750cc2db073"}, "url": "/docs/compare/?release=15.19#15.19-1912ca9b594fe54f", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "e9fc65bf1c23945887e9b1904d08b935", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "交叉检查运行 EXECUTE 或 FETCH 的 portal 的输出行类型", "evidence": {"same_day": true, "patch_ids": ["bca9a8aea055bf40b974631f891c3459"], "statement_hash": "6bfdff724b157ff6ff7a59fd5879e05c524cc0a5a96ac58a33fa9750cc2db073"}, "url": "/docs/compare/?release=14.24#14.24-741f9481441d702d", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-9aaf551ddc6d8e1b", "cves": ["CVE-2026-14669"], "html": "<p>修复 <code>to_char()</code> 处理过长时区缩写时发生的缓冲区越界写入（Tom Lane）<a href=\"https://postgr.es/c/12a620686\">§</a></p>\n<p>这很容易导致服务器崩溃，并且已有报告表明可利用该问题执行任意代码。</p>\n<p><span>PostgreSQL</span> 项目感谢 Hcamael、Amjad Shahzad、AntAISecurityLab 的 Tan Zhen、Tomer Fichman、Zheng Yu、Amy Burnett（OpenAI Codex Security）、Rick de Jager、Heewon Song、Sylvie Mayer、Aleksander Alekseev 和 Hillai Ben Sasson 报告此问题。（CVE-2026-14669）</p>", "text": "修复 to_char() 处理过长时区缩写时发生的缓冲区越界写入（Tom Lane）§ 这很容易导致服务器崩溃，并且已有报告表明可利用该问题执行任意代码。 PostgreSQL 项目感谢 Hcamael、Amjad Shahzad、AntAISecurityLab 的 Tan Zhen、Tomer Fichman、Zheng Yu、Amy Burnett（OpenAI Codex Security）、Rick de Jager、Heewon Song、Sylvie Mayer、Aleksander Alekseev 和 Hillai Ben Sasson 报告此问题。（CVE-2026-14669）", "title": "修复 to_char() 处理过长时区缩写时发生的缓冲区越界写入", "commits": ["12a620686"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "e48e09d9e3c9a825e6ba8cae1c58c126b12b0aa1fb2f25d571ebc8683cc7915c", "section_path": ["变更"], "commit_groups": [["12a620686", "3294ab839", "3d724bf4f", "4fafe2380"], ["2cf28d1b9", "331016322", "5dbeb69bc", "5fb3c6389", "8f64cc83f", "b614de487", "bef46aed3"]], "identity_text": "Fix buffer overrun with long time zone abbreviation in to_char() (Tom Lane) This can easily crash the server, and exploits leading to arbitrary code execution have been reported. The PostgreSQL Project thanks Hcamael, Amjad Shahzad, Tan Zhen of AntAISecurityLab, Tomer Fichman, Zheng Yu, Amy Burnett (OpenAI Codex Security), Rick de Jager, Heewon Song, Sylvie Mayer, Aleksander Alekseev, and Hillai Ben Sasson for reporting this problem. (CVE-2026-14669)", "commit_aliases": ["12a620686", "2cf28d1b9", "3294ab839", "331016322", "3d724bf4f", "4fafe2380", "5dbeb69bc", "5fb3c6389", "8f64cc83f", "b614de487", "bef46aed3"], "source_commits": ["12a620686", "5dbeb69bc"], "source_entry_id": "17.11/changes/005", "db_id": "bf82a2510c4dfe4309435e9bce0ab3a4", "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9", "f6e281e04c97bcdc5fa29a25f60517ca"], "statement_hash": "07a38d896c94ef2711ebb1c7c66bf1537f00d81b7488271a922229ab5b8f1962", "relations": [{"rule": 2, "type": "equivalent", "target": "027ccc17f71deb2b38e14fc8cc82dccd", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9", "f6e281e04c97bcdc5fa29a25f60517ca"], "statement_hash": "07a38d896c94ef2711ebb1c7c66bf1537f00d81b7488271a922229ab5b8f1962", "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}}, {"rule": 2, "type": "equivalent", "target": "1b34d3e2b18d75096fd2914d3673446c", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9", "f6e281e04c97bcdc5fa29a25f60517ca"], "statement_hash": "07a38d896c94ef2711ebb1c7c66bf1537f00d81b7488271a922229ab5b8f1962", "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}}, {"rule": 2, "type": "related", "target": "1ba572e4a9f5584ecce320e293d4b258", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}}, {"rule": 2, "type": "equivalent", "target": "70897dba323af27792543b2311799668", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9", "f6e281e04c97bcdc5fa29a25f60517ca"], "statement_hash": "07a38d896c94ef2711ebb1c7c66bf1537f00d81b7488271a922229ab5b8f1962", "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}}, {"rule": 2, "type": "related", "target": "771fa954f9b22168a0764dc12074dadb", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}}, {"rule": 2, "type": "related", "target": "b17ef22f538327cabf0726e1b3f902cc", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}}, {"rule": 2, "type": "related", "target": "bfa74492dd2c8ed5f4b0a4321cb63c85", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}}, {"rule": 2, "type": "equivalent", "target": "bfa88fa3d381bbc9b7ee7a8614ea363c", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9", "f6e281e04c97bcdc5fa29a25f60517ca"], "statement_hash": "07a38d896c94ef2711ebb1c7c66bf1537f00d81b7488271a922229ab5b8f1962", "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}}, {"rule": 2, "type": "related", "target": "ea24770278021c00f25a8b13bceb2a2c", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "1ba572e4a9f5584ecce320e293d4b258", "kind": "related", "version": "18.6", "label": "18.6", "title": "修复回退到归档后级联备库无法重新连接的问题", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}, "url": "/docs/compare/?release=18.6#18.6-e75bd84b8c02b997", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "1b34d3e2b18d75096fd2914d3673446c", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 to_char() 处理过长时区缩写时发生的缓冲区越界写入", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9", "f6e281e04c97bcdc5fa29a25f60517ca"], "statement_hash": "07a38d896c94ef2711ebb1c7c66bf1537f00d81b7488271a922229ab5b8f1962", "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}, "url": "/docs/compare/?release=18.6#18.6-251aba36d837c523", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "b17ef22f538327cabf0726e1b3f902cc", "kind": "related", "version": "17.11", "label": "17.11", "title": "修复回退到归档后级联备库无法重新连接的问题", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}, "url": "/docs/compare/?release=17.11#17.11-8291f394c20dacdc", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES"}, {"db_id": "bfa74492dd2c8ed5f4b0a4321cb63c85", "kind": "related", "version": "16.15", "label": "16.15", "title": "修复回退到归档后级联备库无法重新连接的问题", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}, "url": "/docs/compare/?release=16.15#16.15-f0ba58d9c922a403-2", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "70897dba323af27792543b2311799668", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 to_char() 处理过长时区缩写时发生的缓冲区越界写入", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9", "f6e281e04c97bcdc5fa29a25f60517ca"], "statement_hash": "07a38d896c94ef2711ebb1c7c66bf1537f00d81b7488271a922229ab5b8f1962", "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}, "url": "/docs/compare/?release=16.15#16.15-f0ba58d9c922a403-1", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "bfa88fa3d381bbc9b7ee7a8614ea363c", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 to_char() 处理过长时区缩写时发生的缓冲区越界写入", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9", "f6e281e04c97bcdc5fa29a25f60517ca"], "statement_hash": "07a38d896c94ef2711ebb1c7c66bf1537f00d81b7488271a922229ab5b8f1962", "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}, "url": "/docs/compare/?release=15.19#15.19-4395db3387c7cd38-1", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "771fa954f9b22168a0764dc12074dadb", "kind": "related", "version": "15.19", "label": "15.19", "title": "修复回退到归档后级联备库无法重新连接的问题", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}, "url": "/docs/compare/?release=15.19#15.19-4395db3387c7cd38-2", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "ea24770278021c00f25a8b13bceb2a2c", "kind": "related", "version": "14.24", "label": "14.24", "title": "修复回退到归档后级联备库无法重新连接的问题", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}, "url": "/docs/compare/?release=14.24#14.24-744489dc4872d6f1-2", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}, {"db_id": "027ccc17f71deb2b38e14fc8cc82dccd", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 to_char() 处理过长时区缩写时发生的缓冲区越界写入", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9", "f6e281e04c97bcdc5fa29a25f60517ca"], "statement_hash": "07a38d896c94ef2711ebb1c7c66bf1537f00d81b7488271a922229ab5b8f1962", "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}, "url": "/docs/compare/?release=14.24#14.24-744489dc4872d6f1-1", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-cb1b743a0208c3c0", "cves": ["CVE-2026-14664"], "html": "<p>修复正则表达式匹配/拆分函数中的缓冲区越界写入（Masahiko Sawada）<a href=\"https://postgr.es/c/e91dcfcca\">§</a></p>\n<p>如果传入编码无效的数据，这些函数可能会在转换缓冲区末尾之外写入数据。</p>\n<p><span>PostgreSQL</span> 项目感谢 Francesco Verardi 报告此问题。（CVE-2026-14664）</p>", "text": "修复正则表达式匹配/拆分函数中的缓冲区越界写入（Masahiko Sawada）§ 如果传入编码无效的数据，这些函数可能会在转换缓冲区末尾之外写入数据。 PostgreSQL 项目感谢 Francesco Verardi 报告此问题。（CVE-2026-14664）", "title": "修复正则表达式匹配/拆分函数中的缓冲区越界写入", "commits": ["e91dcfcca"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "bf5c77bf66898797fd437c8fb0f97f830ad88679a21767983bbe1e8a9b0d2940", "section_path": ["变更"], "commit_groups": [["127a0673f", "3179253c2", "343aabf1d", "7df2aa8ef", "890327639", "b7e5c3f63", "e91dcfcca"]], "identity_text": "Fix buffer overrun in regexp match/split functions (Masahiko Sawada) If passed invalidly-encoded data, these functions could write past the end of their conversion buffer. The PostgreSQL Project thanks Francesco Verardi for reporting this problem. (CVE-2026-14664)", "commit_aliases": ["127a0673f", "3179253c2", "343aabf1d", "7df2aa8ef", "890327639", "b7e5c3f63", "e91dcfcca"], "source_commits": ["e91dcfcca"], "source_entry_id": "17.11/changes/006", "db_id": "ee60c1b700f965a0913e70294c9927f5", "patch_ids": ["0cfa785ead8bfc886613fffe5a36e1bc"], "statement_hash": "966f554e1e936775481250a24075b22027e89685eec1e0c08a9bfd4f761ad444", "relations": [{"rule": 2, "type": "equivalent", "target": "2dff40febce19283ae38aa647816cd73", "evidence": {"same_day": true, "patch_ids": ["0cfa785ead8bfc886613fffe5a36e1bc"], "statement_hash": "966f554e1e936775481250a24075b22027e89685eec1e0c08a9bfd4f761ad444"}}, {"rule": 2, "type": "equivalent", "target": "31c6d0327b9be4008171a2064e268f6c", "evidence": {"same_day": true, "patch_ids": ["0cfa785ead8bfc886613fffe5a36e1bc"], "statement_hash": "966f554e1e936775481250a24075b22027e89685eec1e0c08a9bfd4f761ad444"}}, {"rule": 2, "type": "equivalent", "target": "8e5a5f5c59f91019e7f4f9160ae97951", "evidence": {"same_day": true, "patch_ids": ["0cfa785ead8bfc886613fffe5a36e1bc"], "statement_hash": "966f554e1e936775481250a24075b22027e89685eec1e0c08a9bfd4f761ad444"}}, {"rule": 2, "type": "equivalent", "target": "ee22496a80ac478c7a0e734782b86377", "evidence": {"same_day": true, "patch_ids": ["0cfa785ead8bfc886613fffe5a36e1bc"], "statement_hash": "966f554e1e936775481250a24075b22027e89685eec1e0c08a9bfd4f761ad444"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "31c6d0327b9be4008171a2064e268f6c", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复正则表达式匹配/拆分函数中的缓冲区越界写入", "evidence": {"same_day": true, "patch_ids": ["0cfa785ead8bfc886613fffe5a36e1bc"], "statement_hash": "966f554e1e936775481250a24075b22027e89685eec1e0c08a9bfd4f761ad444"}, "url": "/docs/compare/?release=18.6#18.6-94204615ddc5390c", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "2dff40febce19283ae38aa647816cd73", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复正则表达式匹配/拆分函数中的缓冲区越界写入", "evidence": {"same_day": true, "patch_ids": ["0cfa785ead8bfc886613fffe5a36e1bc"], "statement_hash": "966f554e1e936775481250a24075b22027e89685eec1e0c08a9bfd4f761ad444"}, "url": "/docs/compare/?release=16.15#16.15-81cf49bd6b870f85", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "ee22496a80ac478c7a0e734782b86377", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复正则表达式匹配/拆分函数中的缓冲区越界写入", "evidence": {"same_day": true, "patch_ids": ["0cfa785ead8bfc886613fffe5a36e1bc"], "statement_hash": "966f554e1e936775481250a24075b22027e89685eec1e0c08a9bfd4f761ad444"}, "url": "/docs/compare/?release=15.19#15.19-8a672df6043ea295", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "8e5a5f5c59f91019e7f4f9160ae97951", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复正则表达式匹配/拆分函数中的缓冲区越界写入", "evidence": {"same_day": true, "patch_ids": ["0cfa785ead8bfc886613fffe5a36e1bc"], "statement_hash": "966f554e1e936775481250a24075b22027e89685eec1e0c08a9bfd4f761ad444"}, "url": "/docs/compare/?release=14.24#14.24-e8fecccd48726ac8", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-e6de3d1ea5ee5a52", "cves": ["CVE-2026-18024"], "html": "<p>增强 <code>ascii()</code> 函数对无效输入的防护（Michael Paquier）<a href=\"https://postgr.es/c/849da8210\">§</a></p>\n<p>通过提供编码无效的输入，可以诱使此函数读取并返回几个不应访问的数据字节。在启用断言的构建中，还可能触发其断言。</p>\n<p><span>PostgreSQL</span> 项目感谢 Hcamael 报告此问题。（CVE-2026-18024）</p>", "text": "增强 ascii() 函数对无效输入的防护（Michael Paquier）§ 通过提供编码无效的输入，可以诱使此函数读取并返回几个不应访问的数据字节。在启用断言的构建中，还可能触发其断言。 PostgreSQL 项目感谢 Hcamael 报告此问题。（CVE-2026-18024）", "title": "增强 ascii() 函数对无效输入的防护", "commits": ["849da8210"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "4b6d84db9304a6c8fbc7182e7b84611ba213108b7e06f7b9941c114487a2e63f", "section_path": ["变更"], "commit_groups": [["08e812c02", "3b925133b", "42d333a78", "80ce920a5", "849da8210", "a16c31d39", "ac450853d"]], "identity_text": "Harden the ascii() function against invalid input (Michael Paquier) By supplying invalidly-encoded input, this function could be coaxed to read and return a few bytes of data that it shouldn't. In assert-enabled builds, its assertions could be triggered too. The PostgreSQL Project thanks Hcamael for reporting this problem. (CVE-2026-18024)", "commit_aliases": ["08e812c02", "3b925133b", "42d333a78", "80ce920a5", "849da8210", "a16c31d39", "ac450853d"], "source_commits": ["849da8210"], "source_entry_id": "17.11/changes/007", "db_id": "12383fa89e42b03b68791e4222af5d42", "patch_ids": ["55b264296776b9b13ab6e5f986e375f2"], "statement_hash": "30f93fe9d01d5c3e7f51b7ee86b38f0ddd66109774cc7f5bd732db874c26c1a3", "relations": [{"rule": 2, "type": "equivalent", "target": "28116a0caca0f02980e6eaa33ad62878", "evidence": {"same_day": true, "patch_ids": ["55b264296776b9b13ab6e5f986e375f2"], "statement_hash": "30f93fe9d01d5c3e7f51b7ee86b38f0ddd66109774cc7f5bd732db874c26c1a3"}}, {"rule": 2, "type": "equivalent", "target": "3fcea79a14fe4f9b97afbae1d619ffdf", "evidence": {"same_day": true, "patch_ids": ["55b264296776b9b13ab6e5f986e375f2"], "statement_hash": "30f93fe9d01d5c3e7f51b7ee86b38f0ddd66109774cc7f5bd732db874c26c1a3"}}, {"rule": 2, "type": "equivalent", "target": "5a7d1cc5fb2e41a7a2acbb0c59894992", "evidence": {"same_day": true, "patch_ids": ["55b264296776b9b13ab6e5f986e375f2"], "statement_hash": "30f93fe9d01d5c3e7f51b7ee86b38f0ddd66109774cc7f5bd732db874c26c1a3"}}, {"rule": 2, "type": "equivalent", "target": "776c34393ca8da3ea9c128e3d7219ad3", "evidence": {"same_day": true, "patch_ids": ["55b264296776b9b13ab6e5f986e375f2"], "statement_hash": "30f93fe9d01d5c3e7f51b7ee86b38f0ddd66109774cc7f5bd732db874c26c1a3"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "28116a0caca0f02980e6eaa33ad62878", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "增强 ascii() 函数对无效输入的防护", "evidence": {"same_day": true, "patch_ids": ["55b264296776b9b13ab6e5f986e375f2"], "statement_hash": "30f93fe9d01d5c3e7f51b7ee86b38f0ddd66109774cc7f5bd732db874c26c1a3"}, "url": "/docs/compare/?release=18.6#18.6-4a45e658fb69cefb", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "5a7d1cc5fb2e41a7a2acbb0c59894992", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "增强 ascii() 函数对无效输入的防护", "evidence": {"same_day": true, "patch_ids": ["55b264296776b9b13ab6e5f986e375f2"], "statement_hash": "30f93fe9d01d5c3e7f51b7ee86b38f0ddd66109774cc7f5bd732db874c26c1a3"}, "url": "/docs/compare/?release=16.15#16.15-483eebd2875e58ea", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "3fcea79a14fe4f9b97afbae1d619ffdf", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "增强 ascii() 函数对无效输入的防护", "evidence": {"same_day": true, "patch_ids": ["55b264296776b9b13ab6e5f986e375f2"], "statement_hash": "30f93fe9d01d5c3e7f51b7ee86b38f0ddd66109774cc7f5bd732db874c26c1a3"}, "url": "/docs/compare/?release=15.19#15.19-7d22c46c0b1e985e", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "776c34393ca8da3ea9c128e3d7219ad3", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "增强 ascii() 函数对无效输入的防护", "evidence": {"same_day": true, "patch_ids": ["55b264296776b9b13ab6e5f986e375f2"], "statement_hash": "30f93fe9d01d5c3e7f51b7ee86b38f0ddd66109774cc7f5bd732db874c26c1a3"}, "url": "/docs/compare/?release=14.24#14.24-7c4016acc1446315", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-5d9a6f9f262886ec", "cves": ["CVE-2026-16238"], "html": "<p>修复 <code>pg_restore_attribute_stats()</code> 对多范围类型的处理（OpenAI Security Research Team）</p>\n<p><code>pg_restore_attribute_stats()</code> 将多范围类型当作其底层范围类型处理。对于边界直方图，这是正确的，但对于其他所有统计信息类型都是错误的。</p>\n<p><span>PostgreSQL</span> 项目感谢 Amy Burnett（OpenAI Codex Security）报告此问题。（CVE-2026-16238）</p>", "text": "修复 pg_restore_attribute_stats() 对多范围类型的处理（OpenAI Security Research Team） pg_restore_attribute_stats() 将多范围类型当作其底层范围类型处理。对于边界直方图，这是正确的，但对于其他所有统计信息类型都是错误的。 PostgreSQL 项目感谢 Amy Burnett（OpenAI Codex Security）报告此问题。（CVE-2026-16238）", "title": "修复 pg_restore_attribute_stats() 对多范围类型的处理", "commits": [], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "307fae39b42e66fdb916abdaa0d4a62270ca6fbb1038040ff752f2c348b63a99", "section_path": ["变更"], "commit_groups": [["08454e8b2", "57835938f", "b3d9262bb"], ["8d428c6e6"]], "identity_text": "Fix multirange type handling in pg_restore_attribute_stats() (OpenAI Security Research Team) pg_restore_attribute_stats() treated multirange types just like their underlying range type. This works correctly for the bounds histogram, but it was wrong for all the other statistics kinds. The PostgreSQL Project thanks Amy Burnett (OpenAI Codex Security) for reporting this problem. (CVE-2026-16238)", "commit_aliases": ["08454e8b2", "57835938f", "8d428c6e6", "b3d9262bb"], "source_commits": ["57835938f", "8d428c6e6"], "source_entry_id": "17.11/changes/008", "db_id": "c02d2730726a9bba001c3dcad007a406", "patch_ids": ["d27616df77f838ec6d65ceac3dab4d29", "e919d719afc48bf0f48ebde0e7586d45"], "statement_hash": "6c702ad16b71228cee81cbc85de20c25fe06c4ec29202dc0be958c9f409a702d", "relations": [{"rule": 2, "type": "equivalent", "target": "23063a48b3c2ddae3e3c1623fd1552b5", "evidence": {"same_day": true, "patch_ids": ["d27616df77f838ec6d65ceac3dab4d29", "e919d719afc48bf0f48ebde0e7586d45"], "statement_hash": "6c702ad16b71228cee81cbc85de20c25fe06c4ec29202dc0be958c9f409a702d"}}, {"rule": 2, "type": "equivalent", "target": "7cdf19717697008d9621e1145ea725cc", "evidence": {"same_day": true, "patch_ids": ["d27616df77f838ec6d65ceac3dab4d29", "e919d719afc48bf0f48ebde0e7586d45"], "statement_hash": "6c702ad16b71228cee81cbc85de20c25fe06c4ec29202dc0be958c9f409a702d"}}, {"rule": 2, "type": "equivalent", "target": "b73333feb74980fc954bc5f235124549", "evidence": {"same_day": true, "patch_ids": ["d27616df77f838ec6d65ceac3dab4d29", "e919d719afc48bf0f48ebde0e7586d45"], "statement_hash": "6c702ad16b71228cee81cbc85de20c25fe06c4ec29202dc0be958c9f409a702d"}}, {"rule": 2, "type": "equivalent", "target": "e8b2ed03b7135b067945fe6134a48d0c", "evidence": {"same_day": true, "patch_ids": ["d27616df77f838ec6d65ceac3dab4d29", "e919d719afc48bf0f48ebde0e7586d45"], "statement_hash": "6c702ad16b71228cee81cbc85de20c25fe06c4ec29202dc0be958c9f409a702d"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "b73333feb74980fc954bc5f235124549", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 pg_restore_attribute_stats() 对多范围类型的处理", "evidence": {"same_day": true, "patch_ids": ["d27616df77f838ec6d65ceac3dab4d29", "e919d719afc48bf0f48ebde0e7586d45"], "statement_hash": "6c702ad16b71228cee81cbc85de20c25fe06c4ec29202dc0be958c9f409a702d"}, "url": "/docs/compare/?release=18.6#18.6-61ef917ba36ebc0f", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "e8b2ed03b7135b067945fe6134a48d0c", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 pg_restore_attribute_stats() 对多范围类型的处理", "evidence": {"same_day": true, "patch_ids": ["d27616df77f838ec6d65ceac3dab4d29", "e919d719afc48bf0f48ebde0e7586d45"], "statement_hash": "6c702ad16b71228cee81cbc85de20c25fe06c4ec29202dc0be958c9f409a702d"}, "url": "/docs/compare/?release=16.15#16.15-5d9a6f9f262886ec", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "7cdf19717697008d9621e1145ea725cc", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 pg_restore_attribute_stats() 对多范围类型的处理", "evidence": {"same_day": true, "patch_ids": ["d27616df77f838ec6d65ceac3dab4d29", "e919d719afc48bf0f48ebde0e7586d45"], "statement_hash": "6c702ad16b71228cee81cbc85de20c25fe06c4ec29202dc0be958c9f409a702d"}, "url": "/docs/compare/?release=15.19#15.19-5d9a6f9f262886ec", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "23063a48b3c2ddae3e3c1623fd1552b5", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 pg_restore_attribute_stats() 对多范围类型的处理", "evidence": {"same_day": true, "patch_ids": ["d27616df77f838ec6d65ceac3dab4d29", "e919d719afc48bf0f48ebde0e7586d45"], "statement_hash": "6c702ad16b71228cee81cbc85de20c25fe06c4ec29202dc0be958c9f409a702d"}, "url": "/docs/compare/?release=14.24#14.24-5d9a6f9f262886ec", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-3000fb5c37bacd7b", "cves": ["CVE-2026-14668"], "html": "<p>让 <code>scalarineqsel()</code> 检查预期为 <code>tid</code> 类型的常量是否确实属于该类型（Tom Lane）<a href=\"https://postgr.es/c/0ebf896f4\">§</a></p>\n<p>对于所有使用此估算器的内置操作符，这一预期都会成立，但恶意构造的操作符可能违反该预期，从而导致崩溃或服务器内存泄露。</p>\n<p><span>PostgreSQL</span> 项目感谢 Hcamael 报告此问题。（CVE-2026-14668）</p>", "text": "让 scalarineqsel() 检查预期为 tid 类型的常量是否确实属于该类型（Tom Lane）§ 对于所有使用此估算器的内置操作符，这一预期都会成立，但恶意构造的操作符可能违反该预期，从而导致崩溃或服务器内存泄露。 PostgreSQL 项目感谢 Hcamael 报告此问题。（CVE-2026-14668）", "title": "让 scalarineqsel() 检查预期为 tid 类型的常量是否确实属于该类型", "commits": ["0ebf896f4"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "fea9adf48b6705a5dee73365d4727814d5833aa6308cbeefe9a3ec34e67e1f78", "section_path": ["变更"], "commit_groups": [["005ffaa7f", "0d60ee717", "0ebf896f4", "591192e2e", "59205c7e9", "8f0c3d2fe", "a2cb5a1cf"]], "identity_text": "Make scalarineqsel() check that a constant it expects to be of type tid actually is (Tom Lane) This expectation will hold for all the built-in operators that use this estimator, but a maliciously-constructed operator could violate it, leading to a crash or server memory disclosure. The PostgreSQL Project thanks Hcamael for reporting this problem. (CVE-2026-14668)", "commit_aliases": ["005ffaa7f", "0d60ee717", "0ebf896f4", "591192e2e", "59205c7e9", "8f0c3d2fe", "a2cb5a1cf"], "source_commits": ["0ebf896f4"], "source_entry_id": "17.11/changes/009", "db_id": "7cbf7cb5e5571e3fde38e116219b7ff1", "patch_ids": ["de7610ed8a59864556ff1fc7a996e26b"], "statement_hash": "9af3f49dfa69a353a456c0aa2751b844ae492634dd94bd7ac2ae7a38d22121ba", "relations": [{"rule": 2, "type": "equivalent", "target": "0c4b36600df59cbe54ae892784279e12", "evidence": {"same_day": true, "patch_ids": ["de7610ed8a59864556ff1fc7a996e26b"], "statement_hash": "9af3f49dfa69a353a456c0aa2751b844ae492634dd94bd7ac2ae7a38d22121ba"}}, {"rule": 2, "type": "equivalent", "target": "8e21096b01a0beb228febdc9d9b21e1a", "evidence": {"same_day": true, "patch_ids": ["de7610ed8a59864556ff1fc7a996e26b"], "statement_hash": "9af3f49dfa69a353a456c0aa2751b844ae492634dd94bd7ac2ae7a38d22121ba"}}, {"rule": 2, "type": "equivalent", "target": "97ac47be877760addc2f5b0afd4a077b", "evidence": {"same_day": true, "patch_ids": ["de7610ed8a59864556ff1fc7a996e26b"], "statement_hash": "9af3f49dfa69a353a456c0aa2751b844ae492634dd94bd7ac2ae7a38d22121ba"}}, {"rule": 2, "type": "equivalent", "target": "9bd6480c825dec4b7dd7e98d8eca9b8f", "evidence": {"same_day": true, "patch_ids": ["de7610ed8a59864556ff1fc7a996e26b"], "statement_hash": "9af3f49dfa69a353a456c0aa2751b844ae492634dd94bd7ac2ae7a38d22121ba"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "97ac47be877760addc2f5b0afd4a077b", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "让 scalarineqsel() 检查预期为 tid 类型的常量是否确实属于该类型", "evidence": {"same_day": true, "patch_ids": ["de7610ed8a59864556ff1fc7a996e26b"], "statement_hash": "9af3f49dfa69a353a456c0aa2751b844ae492634dd94bd7ac2ae7a38d22121ba"}, "url": "/docs/compare/?release=18.6#18.6-d63d1269e786113b", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "8e21096b01a0beb228febdc9d9b21e1a", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "让 scalarineqsel() 检查预期为 tid 类型的常量是否确实属于该类型", "evidence": {"same_day": true, "patch_ids": ["de7610ed8a59864556ff1fc7a996e26b"], "statement_hash": "9af3f49dfa69a353a456c0aa2751b844ae492634dd94bd7ac2ae7a38d22121ba"}, "url": "/docs/compare/?release=16.15#16.15-ae6cefffe2c19e7b", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "0c4b36600df59cbe54ae892784279e12", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "让 scalarineqsel() 检查预期为 tid 类型的常量是否确实属于该类型", "evidence": {"same_day": true, "patch_ids": ["de7610ed8a59864556ff1fc7a996e26b"], "statement_hash": "9af3f49dfa69a353a456c0aa2751b844ae492634dd94bd7ac2ae7a38d22121ba"}, "url": "/docs/compare/?release=15.19#15.19-e5c6e044e35ae26d", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "9bd6480c825dec4b7dd7e98d8eca9b8f", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "让 scalarineqsel() 检查预期为 tid 类型的常量是否确实属于该类型", "evidence": {"same_day": true, "patch_ids": ["de7610ed8a59864556ff1fc7a996e26b"], "statement_hash": "9af3f49dfa69a353a456c0aa2751b844ae492634dd94bd7ac2ae7a38d22121ba"}, "url": "/docs/compare/?release=14.24#14.24-5956eea8fb565470", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-730aec962ef92894", "cves": ["CVE-2026-14662"], "html": "<p>增强 <code>tsvector</code> 和 <code>tsquery</code> 代码对超长值的防护（包括单个词位以及向量/查询的总长度）（Tom Lane）<a href=\"https://postgr.es/c/fe0b5bd6d\">§</a> <a href=\"https://postgr.es/c/8e87bd473\">§</a></p>\n<p>文档所述限制并未在所有代码路径上强制执行。</p>\n<p><span>PostgreSQL</span> 项目感谢 Yuhang Wu、Zhenpeng Lin、Zheng Yu 和 Hcamael 报告这些问题。（CVE-2026-14662）</p>", "text": "增强 tsvector 和 tsquery 代码对超长值的防护（包括单个词位以及向量/查询的总长度）（Tom Lane）§ § 文档所述限制并未在所有代码路径上强制执行。 PostgreSQL 项目感谢 Yuhang Wu、Zhenpeng Lin、Zheng Yu 和 Hcamael 报告这些问题。（CVE-2026-14662）", "title": "增强 tsvector 和 tsquery 代码对超长值的防护（包括单个词位以及向量/查询的总长度）", "commits": ["8e87bd473", "fe0b5bd6d"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "8f281fd686eb18875b2d4525794b394e15f384a5b767df44ee9619280eb6c55c", "section_path": ["变更"], "commit_groups": [["1e3014f37", "3b2238fbe", "4f8b37b6b", "84b6a7a06", "8e87bd473", "90649b6f8", "dddc8a69f"], ["23d9ad771", "7c1a8805a", "7c2ba321d", "cb947ca31", "e25135057", "f443d0a0a", "fe0b5bd6d"]], "identity_text": "Harden tsvector and tsquery code against overly long values (both individual lexemes and total vector/query length) (Tom Lane) The documented limits were not enforced in all code paths. The PostgreSQL Project thanks Yuhang Wu, Zhenpeng Lin, Zheng Yu, and Hcamael for reporting these problems. (CVE-2026-14662)", "commit_aliases": ["1e3014f37", "23d9ad771", "3b2238fbe", "4f8b37b6b", "7c1a8805a", "7c2ba321d", "84b6a7a06", "8e87bd473", "90649b6f8", "cb947ca31", "dddc8a69f", "e25135057", "f443d0a0a", "fe0b5bd6d"], "source_commits": ["8e87bd473", "fe0b5bd6d"], "source_entry_id": "17.11/changes/010", "db_id": "aa4dcca3c56a82ca052b2bdbc7e68c1b", "patch_ids": ["5d937de349e172af32f322b84994627c", "8594911de53a70a64ff7a92a7e2e7410"], "statement_hash": "58ee7f5cd2b407484897fe1a7e956c16ce0212b7ffe535ead9c50c21ba819c1e", "relations": [{"rule": 2, "type": "equivalent", "target": "3d26273adc446717f1dd7040f0311025", "evidence": {"same_day": true, "patch_ids": ["5d937de349e172af32f322b84994627c", "8594911de53a70a64ff7a92a7e2e7410"], "statement_hash": "58ee7f5cd2b407484897fe1a7e956c16ce0212b7ffe535ead9c50c21ba819c1e"}}, {"rule": 2, "type": "equivalent", "target": "728b5628883585075c121bd29db0affe", "evidence": {"same_day": true, "patch_ids": ["5d937de349e172af32f322b84994627c", "8594911de53a70a64ff7a92a7e2e7410"], "statement_hash": "58ee7f5cd2b407484897fe1a7e956c16ce0212b7ffe535ead9c50c21ba819c1e"}}, {"rule": 2, "type": "equivalent", "target": "e8daa5e986b5139aa334ffb65fe716c9", "evidence": {"same_day": true, "patch_ids": ["5d937de349e172af32f322b84994627c", "8594911de53a70a64ff7a92a7e2e7410"], "statement_hash": "58ee7f5cd2b407484897fe1a7e956c16ce0212b7ffe535ead9c50c21ba819c1e"}}, {"rule": 2, "type": "equivalent", "target": "f4f98b5e09530fc0d9eabe85409d03ef", "evidence": {"same_day": true, "patch_ids": ["5d937de349e172af32f322b84994627c", "8594911de53a70a64ff7a92a7e2e7410"], "statement_hash": "58ee7f5cd2b407484897fe1a7e956c16ce0212b7ffe535ead9c50c21ba819c1e"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "e8daa5e986b5139aa334ffb65fe716c9", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "增强 tsvector 和 tsquery 代码对超长值的防护（包括单个词位以及向量/查询的总长度）", "evidence": {"same_day": true, "patch_ids": ["5d937de349e172af32f322b84994627c", "8594911de53a70a64ff7a92a7e2e7410"], "statement_hash": "58ee7f5cd2b407484897fe1a7e956c16ce0212b7ffe535ead9c50c21ba819c1e"}, "url": "/docs/compare/?release=18.6#18.6-774bcf033add5976", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "f4f98b5e09530fc0d9eabe85409d03ef", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "增强 tsvector 和 tsquery 代码对超长值的防护（包括单个词位以及向量/查询的总长度）", "evidence": {"same_day": true, "patch_ids": ["5d937de349e172af32f322b84994627c", "8594911de53a70a64ff7a92a7e2e7410"], "statement_hash": "58ee7f5cd2b407484897fe1a7e956c16ce0212b7ffe535ead9c50c21ba819c1e"}, "url": "/docs/compare/?release=16.15#16.15-60c62245c66747ba", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "3d26273adc446717f1dd7040f0311025", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "增强 tsvector 和 tsquery 代码对超长值的防护（包括单个词位以及向量/查询的总长度）", "evidence": {"same_day": true, "patch_ids": ["5d937de349e172af32f322b84994627c", "8594911de53a70a64ff7a92a7e2e7410"], "statement_hash": "58ee7f5cd2b407484897fe1a7e956c16ce0212b7ffe535ead9c50c21ba819c1e"}, "url": "/docs/compare/?release=15.19#15.19-17c179b4d9e41496", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "728b5628883585075c121bd29db0affe", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "增强 tsvector 和 tsquery 代码对超长值的防护（包括单个词位以及向量/查询的总长度）", "evidence": {"same_day": true, "patch_ids": ["5d937de349e172af32f322b84994627c", "8594911de53a70a64ff7a92a7e2e7410"], "statement_hash": "58ee7f5cd2b407484897fe1a7e956c16ce0212b7ffe535ead9c50c21ba819c1e"}, "url": "/docs/compare/?release=14.24#14.24-60bda94b8310bec9", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-dd9a429d3ce13500", "cves": ["CVE-2026-14679"], "html": "<p>修复多处错误地假定无需处理超过 <code>FUNC_MAX_ARGS</code> 个函数参数的问题（Tom Lane）<a href=\"https://postgr.es/c/797e3cc4c\">§</a> <a href=\"https://postgr.es/c/8a40f4b09\">§</a></p>\n<p>特别是，服务器对聚合函数参数数量的实际限制是 <code>FUNC_MAX_ARGS - 1</code>，但解析器未强制执行这一限制，给后续处理带来隐患。</p>\n<p><span>PostgreSQL</span> 项目感谢 Zheng Yu、ylwangtju 和 Masahiko Sawada 报告这些问题。（CVE-2026-14679）</p>", "text": "修复多处错误地假定无需处理超过 FUNC_MAX_ARGS 个函数参数的问题（Tom Lane）§ § 特别是，服务器对聚合函数参数数量的实际限制是 FUNC_MAX_ARGS - 1，但解析器未强制执行这一限制，给后续处理带来隐患。 PostgreSQL 项目感谢 Zheng Yu、ylwangtju 和 Masahiko Sawada 报告这些问题。（CVE-2026-14679）", "title": "修复多处错误地假定无需处理超过 FUNC_MAX_ARGS 个函数参数的问题", "commits": ["797e3cc4c", "8a40f4b09"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "f57d4abf105f0fec4b0d28877da96f907aef7d6bddae32943cf12a3d8be703af", "section_path": ["变更"], "commit_groups": [["2a03f21da", "32e0d25d4", "42d9749b7", "60e7329b9", "8a40f4b09", "c7f462838", "eb2fa2704"], ["797e3cc4c", "7bd56f7a3", "7f0e1aac7", "8c67c4cf5", "92972e815", "b417744a7", "cf44ff5e6"]], "identity_text": "Fix various places that mistakenly assumed they would not have to deal with more than FUNC_MAX_ARGS function arguments (Tom Lane) Notably, the server's actual limit on the number of arguments to an aggregate function is FUNC_MAX_ARGS - 1, but the parser failed to enforce that, creating hazards downstream. The PostgreSQL Project thanks Zheng Yu, ylwangtju, and Masahiko Sawada for reporting these problems. (CVE-2026-14679)", "commit_aliases": ["2a03f21da", "32e0d25d4", "42d9749b7", "60e7329b9", "797e3cc4c", "7bd56f7a3", "7f0e1aac7", "8a40f4b09", "8c67c4cf5", "92972e815", "b417744a7", "c7f462838", "cf44ff5e6", "eb2fa2704"], "source_commits": ["797e3cc4c", "8a40f4b09"], "source_entry_id": "17.11/changes/011", "db_id": "349adc6ad9cc12d1c04aad6e3d659917", "patch_ids": ["9c4aca692d373e760403997525c9e073", "ea0a783b3715942dc32c661399220cb1"], "statement_hash": "41c4e79daa1ea65508b91d04fa5138fb9c313606a4ceade697072cb89843941f", "relations": [{"rule": 2, "type": "equivalent", "target": "41c6f110168cdb7324811a04a2654cf2", "evidence": {"same_day": true, "patch_ids": ["9c4aca692d373e760403997525c9e073", "ea0a783b3715942dc32c661399220cb1"], "statement_hash": "41c4e79daa1ea65508b91d04fa5138fb9c313606a4ceade697072cb89843941f"}}, {"rule": 2, "type": "equivalent", "target": "4a55b4d9f252330dd0f0f94102631952", "evidence": {"same_day": true, "patch_ids": ["9c4aca692d373e760403997525c9e073", "ea0a783b3715942dc32c661399220cb1"], "statement_hash": "41c4e79daa1ea65508b91d04fa5138fb9c313606a4ceade697072cb89843941f"}}, {"rule": 2, "type": "equivalent", "target": "b48c4a1b729ca10627402a86238f5a19", "evidence": {"same_day": true, "patch_ids": ["9c4aca692d373e760403997525c9e073", "ea0a783b3715942dc32c661399220cb1"], "statement_hash": "41c4e79daa1ea65508b91d04fa5138fb9c313606a4ceade697072cb89843941f"}}, {"rule": 2, "type": "equivalent", "target": "bea7e191e30a8a238690f6d536666b13", "evidence": {"same_day": true, "patch_ids": ["9c4aca692d373e760403997525c9e073", "ea0a783b3715942dc32c661399220cb1"], "statement_hash": "41c4e79daa1ea65508b91d04fa5138fb9c313606a4ceade697072cb89843941f"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "4a55b4d9f252330dd0f0f94102631952", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复多处错误地假定无需处理超过 FUNC_MAX_ARGS 个函数参数的问题", "evidence": {"same_day": true, "patch_ids": ["9c4aca692d373e760403997525c9e073", "ea0a783b3715942dc32c661399220cb1"], "statement_hash": "41c4e79daa1ea65508b91d04fa5138fb9c313606a4ceade697072cb89843941f"}, "url": "/docs/compare/?release=18.6#18.6-fe89a6f688a29e60", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "bea7e191e30a8a238690f6d536666b13", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复多处错误地假定无需处理超过 FUNC_MAX_ARGS 个函数参数的问题", "evidence": {"same_day": true, "patch_ids": ["9c4aca692d373e760403997525c9e073", "ea0a783b3715942dc32c661399220cb1"], "statement_hash": "41c4e79daa1ea65508b91d04fa5138fb9c313606a4ceade697072cb89843941f"}, "url": "/docs/compare/?release=16.15#16.15-4e4499530e41620f", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "41c6f110168cdb7324811a04a2654cf2", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复多处错误地假定无需处理超过 FUNC_MAX_ARGS 个函数参数的问题", "evidence": {"same_day": true, "patch_ids": ["9c4aca692d373e760403997525c9e073", "ea0a783b3715942dc32c661399220cb1"], "statement_hash": "41c4e79daa1ea65508b91d04fa5138fb9c313606a4ceade697072cb89843941f"}, "url": "/docs/compare/?release=15.19#15.19-a19bdbedae40aee8", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "b48c4a1b729ca10627402a86238f5a19", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复多处错误地假定无需处理超过 FUNC_MAX_ARGS 个函数参数的问题", "evidence": {"same_day": true, "patch_ids": ["9c4aca692d373e760403997525c9e073", "ea0a783b3715942dc32c661399220cb1"], "statement_hash": "41c4e79daa1ea65508b91d04fa5138fb9c313606a4ceade697072cb89843941f"}, "url": "/docs/compare/?release=14.24#14.24-573a25e391fc116a", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-ea70ef62a58da283", "cves": ["CVE-2026-14680"], "html": "<p>拒绝从 SQL 调用接受或返回 <code>internal</code> 类型的函数（Tom Lane）<a href=\"https://postgr.es/c/eb9e55297\">§</a> <a href=\"https://postgr.es/c/83d0a083f\">§</a></p>\n<p>现有防护已被证明不足，因此添加更明确的检查。</p>\n<p><span>PostgreSQL</span> 项目感谢 Amy Burnett（OpenAI Codex Security）报告此问题。（CVE-2026-14680）</p>", "text": "拒绝从 SQL 调用接受或返回 internal 类型的函数（Tom Lane）§ § 现有防护已被证明不足，因此添加更明确的检查。 PostgreSQL 项目感谢 Amy Burnett（OpenAI Codex Security）报告此问题。（CVE-2026-14680）", "title": "拒绝从 SQL 调用接受或返回 internal 类型的函数", "commits": ["83d0a083f", "eb9e55297"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "ae4171aaf8d9bbcd124f261add6cee148e157d2e18be17150cce5df8f8e0a3d0", "section_path": ["变更"], "commit_groups": [["155dacbc5", "21a00de43", "4c0c1b2cd", "54649de65", "8f7e35b08", "e926a9aac", "eb9e55297"], ["1aa601b4f", "21d8cfb18", "722695db1", "7f308dd7c", "83d0a083f", "913fe0c31", "d6e861e19"]], "identity_text": "Reject calls from SQL to functions that take or return type internal (Tom Lane) The existing defenses against doing this have been shown to be insufficient, so add more explicit checks. The PostgreSQL Project thanks Amy Burnett (OpenAI Codex Security) for reporting this problem. (CVE-2026-14680)", "commit_aliases": ["155dacbc5", "1aa601b4f", "21a00de43", "21d8cfb18", "4c0c1b2cd", "54649de65", "722695db1", "7f308dd7c", "83d0a083f", "8f7e35b08", "913fe0c31", "d6e861e19", "e926a9aac", "eb9e55297"], "source_commits": ["83d0a083f", "eb9e55297"], "source_entry_id": "17.11/changes/012", "db_id": "42aa2e3353b4536c48a5271f47f0eb90", "patch_ids": ["8b623dad3bf883bcb9bd41023fc8f168", "b94f9935e7be4a2be88c49eae8a6ae70"], "statement_hash": "713f97bceae2187dec2f42b397097077fb7eec20b6eddb9a6fb32f8878d44f9f", "relations": [{"rule": 2, "type": "equivalent", "target": "02bb5a11139923dd7f170a94556495c3", "evidence": {"same_day": true, "patch_ids": ["8b623dad3bf883bcb9bd41023fc8f168", "b94f9935e7be4a2be88c49eae8a6ae70"], "statement_hash": "713f97bceae2187dec2f42b397097077fb7eec20b6eddb9a6fb32f8878d44f9f"}}, {"rule": 2, "type": "equivalent", "target": "97ff2029068cd51a1802927b5b54f2d3", "evidence": {"same_day": true, "patch_ids": ["8b623dad3bf883bcb9bd41023fc8f168", "b94f9935e7be4a2be88c49eae8a6ae70"], "statement_hash": "713f97bceae2187dec2f42b397097077fb7eec20b6eddb9a6fb32f8878d44f9f"}}, {"rule": 2, "type": "equivalent", "target": "b56373871b3aaa929aaba36a65e4eb45", "evidence": {"same_day": true, "patch_ids": ["8b623dad3bf883bcb9bd41023fc8f168", "b94f9935e7be4a2be88c49eae8a6ae70"], "statement_hash": "713f97bceae2187dec2f42b397097077fb7eec20b6eddb9a6fb32f8878d44f9f"}}, {"rule": 2, "type": "equivalent", "target": "e54c1abdbc2feb1d5c81f31cc4a073f8", "evidence": {"same_day": true, "patch_ids": ["8b623dad3bf883bcb9bd41023fc8f168", "b94f9935e7be4a2be88c49eae8a6ae70"], "statement_hash": "713f97bceae2187dec2f42b397097077fb7eec20b6eddb9a6fb32f8878d44f9f"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "02bb5a11139923dd7f170a94556495c3", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "拒绝从 SQL 调用接受或返回 internal 类型的函数", "evidence": {"same_day": true, "patch_ids": ["8b623dad3bf883bcb9bd41023fc8f168", "b94f9935e7be4a2be88c49eae8a6ae70"], "statement_hash": "713f97bceae2187dec2f42b397097077fb7eec20b6eddb9a6fb32f8878d44f9f"}, "url": "/docs/compare/?release=18.6#18.6-a8d1f97d70d85295", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "e54c1abdbc2feb1d5c81f31cc4a073f8", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "拒绝从 SQL 调用接受或返回 internal 类型的函数", "evidence": {"same_day": true, "patch_ids": ["8b623dad3bf883bcb9bd41023fc8f168", "b94f9935e7be4a2be88c49eae8a6ae70"], "statement_hash": "713f97bceae2187dec2f42b397097077fb7eec20b6eddb9a6fb32f8878d44f9f"}, "url": "/docs/compare/?release=16.15#16.15-34c662185f18a805", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "97ff2029068cd51a1802927b5b54f2d3", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "拒绝从 SQL 调用接受或返回 internal 类型的函数", "evidence": {"same_day": true, "patch_ids": ["8b623dad3bf883bcb9bd41023fc8f168", "b94f9935e7be4a2be88c49eae8a6ae70"], "statement_hash": "713f97bceae2187dec2f42b397097077fb7eec20b6eddb9a6fb32f8878d44f9f"}, "url": "/docs/compare/?release=15.19#15.19-945b15baee4c22d6", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "b56373871b3aaa929aaba36a65e4eb45", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "拒绝从 SQL 调用接受或返回 internal 类型的函数", "evidence": {"same_day": true, "patch_ids": ["8b623dad3bf883bcb9bd41023fc8f168", "b94f9935e7be4a2be88c49eae8a6ae70"], "statement_hash": "713f97bceae2187dec2f42b397097077fb7eec20b6eddb9a6fb32f8878d44f9f"}, "url": "/docs/compare/?release=14.24#14.24-d4901f423633ca69", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-50a00c5a01592c04", "cves": ["CVE-2026-6469"], "html": "<p>在 <code>ALTER TABLE</code> 重建扩展统计信息对象时保留其所有权（Masahiko Sawada）<a href=\"https://postgr.es/c/75a03c569\">§</a></p>\n<p>此前，执行 <code>ALTER TABLE</code> 的角色会取得这类对象的所有权，这并不合适。</p>\n<p><span>PostgreSQL</span> 项目感谢 Noah Misch 报告此问题。（CVE-2026-6469）</p>", "text": "在 ALTER TABLE 重建扩展统计信息对象时保留其所有权（Masahiko Sawada）§ 此前，执行 ALTER TABLE 的角色会取得这类对象的所有权，这并不合适。 PostgreSQL 项目感谢 Noah Misch 报告此问题。（CVE-2026-6469）", "title": "在 ALTER TABLE 重建扩展统计信息对象时保留其所有权", "commits": ["75a03c569"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "b343ca503a0d824e36e767e15a33bd5faea3c4e58b41fa64d84f9b10e771142d", "section_path": ["变更"], "commit_groups": [["6713a6e04", "70a3b4e18", "75a03c569", "7c3367ab5", "93b93f28f", "a1fa24127", "fb6d1ca8d"]], "identity_text": "Preserve the ownership of extended statistics objects when they are rebuilt by ALTER TABLE (Masahiko Sawada) Previously, the role running ALTER TABLE gained ownership of such objects, but that seems inappropriate. The PostgreSQL Project thanks Noah Misch for reporting this problem. (CVE-2026-6469)", "commit_aliases": ["6713a6e04", "70a3b4e18", "75a03c569", "7c3367ab5", "93b93f28f", "a1fa24127", "fb6d1ca8d"], "source_commits": ["75a03c569"], "source_entry_id": "17.11/changes/013", "db_id": "a511c71fb1c56e7bba21699bf176d02f", "patch_ids": ["c847f131eaad282f5fa724ff040f1fc2"], "statement_hash": "855872db5602ac9ec63e8c9b362b906eef0f29c2ae3da9a0473220149fc815a6", "relations": [{"rule": 2, "type": "equivalent", "target": "4ce18d2a1cf23ef6c7ff55c667d59eae", "evidence": {"same_day": true, "patch_ids": ["c847f131eaad282f5fa724ff040f1fc2"], "statement_hash": "855872db5602ac9ec63e8c9b362b906eef0f29c2ae3da9a0473220149fc815a6"}}, {"rule": 2, "type": "equivalent", "target": "a45d7275fb35413aaeeb017f13dfbf83", "evidence": {"same_day": true, "patch_ids": ["c847f131eaad282f5fa724ff040f1fc2"], "statement_hash": "855872db5602ac9ec63e8c9b362b906eef0f29c2ae3da9a0473220149fc815a6"}}, {"rule": 2, "type": "equivalent", "target": "ddb05610c858789527b1369d30b4bb1c", "evidence": {"same_day": true, "patch_ids": ["c847f131eaad282f5fa724ff040f1fc2"], "statement_hash": "855872db5602ac9ec63e8c9b362b906eef0f29c2ae3da9a0473220149fc815a6"}}, {"rule": 2, "type": "equivalent", "target": "f73abeba4ef827229ec4b724b2dbde1b", "evidence": {"same_day": true, "patch_ids": ["c847f131eaad282f5fa724ff040f1fc2"], "statement_hash": "855872db5602ac9ec63e8c9b362b906eef0f29c2ae3da9a0473220149fc815a6"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "4ce18d2a1cf23ef6c7ff55c667d59eae", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "在 ALTER TABLE 重建扩展统计信息对象时保留其所有权", "evidence": {"same_day": true, "patch_ids": ["c847f131eaad282f5fa724ff040f1fc2"], "statement_hash": "855872db5602ac9ec63e8c9b362b906eef0f29c2ae3da9a0473220149fc815a6"}, "url": "/docs/compare/?release=18.6#18.6-c42539c16ee68f2f", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "a45d7275fb35413aaeeb017f13dfbf83", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "在 ALTER TABLE 重建扩展统计信息对象时保留其所有权", "evidence": {"same_day": true, "patch_ids": ["c847f131eaad282f5fa724ff040f1fc2"], "statement_hash": "855872db5602ac9ec63e8c9b362b906eef0f29c2ae3da9a0473220149fc815a6"}, "url": "/docs/compare/?release=16.15#16.15-e8ff71640bff6e1b", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "ddb05610c858789527b1369d30b4bb1c", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "在 ALTER TABLE 重建扩展统计信息对象时保留其所有权", "evidence": {"same_day": true, "patch_ids": ["c847f131eaad282f5fa724ff040f1fc2"], "statement_hash": "855872db5602ac9ec63e8c9b362b906eef0f29c2ae3da9a0473220149fc815a6"}, "url": "/docs/compare/?release=15.19#15.19-b4f58a948680ef82", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "f73abeba4ef827229ec4b724b2dbde1b", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "在 ALTER TABLE 重建扩展统计信息对象时保留其所有权", "evidence": {"same_day": true, "patch_ids": ["c847f131eaad282f5fa724ff040f1fc2"], "statement_hash": "855872db5602ac9ec63e8c9b362b906eef0f29c2ae3da9a0473220149fc815a6"}, "url": "/docs/compare/?release=14.24#14.24-dd4b41945f77ff4b", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-2bafbd49437d6dde", "cves": ["CVE-2026-15741"], "html": "<p>逆解析 <code>EXTRACT()</code> 函数调用时，按需为字段名加引号（Nathan Bossart）<a href=\"https://postgr.es/c/5981fe370\">§</a></p>\n<p>解析器接受 <code>EXTRACT()</code> 中的任意字符串字面量作为字段名，并将验证推迟到执行阶段。如果该调用被存储后再逆解析（例如在 <span>pg_dump</span> 期间），字符串正文会被原样输出，从而造成 SQL 注入。</p>\n<p><span>PostgreSQL</span> 项目感谢 Ben Morris（与 Claude 和 Anthropic Research 协作）报告此问题。（CVE-2026-15741）</p>", "text": "逆解析 EXTRACT() 函数调用时，按需为字段名加引号（Nathan Bossart）§ 解析器接受 EXTRACT() 中的任意字符串字面量作为字段名，并将验证推迟到执行阶段。如果该调用被存储后再逆解析（例如在 pg_dump 期间），字符串正文会被原样输出，从而造成 SQL 注入。 PostgreSQL 项目感谢 Ben Morris（与 Claude 和 Anthropic Research 协作）报告此问题。（CVE-2026-15741）", "title": "逆解析 EXTRACT() 函数调用时，按需为字段名加引号", "commits": ["5981fe370"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "d70a69903555490b6f656724c94b3a0adbc04a328180d90cacd3913e5c170033", "section_path": ["变更"], "commit_groups": [["0ddd9098a", "44ea6764b", "5981fe370", "5e5ea74e3", "967acab87", "a3832a757", "f9729b507"]], "identity_text": "When deparsing an EXTRACT() function call, quote the field name if needed (Nathan Bossart) The parser accepts any string literal as a field name in EXTRACT(), deferring validation to execution. If the call is stored and deparsed (for example during pg_dump), the string body was regurgitated verbatim, allowing SQL injection. The PostgreSQL Project thanks Ben Morris (in collaboration with Claude and Anthropic Research) for reporting this problem. (CVE-2026-15741)", "commit_aliases": ["0ddd9098a", "44ea6764b", "5981fe370", "5e5ea74e3", "967acab87", "a3832a757", "f9729b507"], "source_commits": ["5981fe370"], "source_entry_id": "17.11/changes/014", "db_id": "9677e1d0e314b1250191bf908cc27099", "patch_ids": ["f0b1d31c8ffb5349b650b0e3b88706ad"], "statement_hash": "8fb62033eeb6ede7911fce4b990d20a94bf88226d146867552627bcce9f533ef", "relations": [{"rule": 2, "type": "equivalent", "target": "0b6c8ce7fe6e116e2bb99be5e53dff29", "evidence": {"same_day": true, "patch_ids": ["f0b1d31c8ffb5349b650b0e3b88706ad"], "statement_hash": "8fb62033eeb6ede7911fce4b990d20a94bf88226d146867552627bcce9f533ef"}}, {"rule": 2, "type": "equivalent", "target": "46e3e259f29471b862d3a1eeaae97525", "evidence": {"same_day": true, "patch_ids": ["f0b1d31c8ffb5349b650b0e3b88706ad"], "statement_hash": "8fb62033eeb6ede7911fce4b990d20a94bf88226d146867552627bcce9f533ef"}}, {"rule": 2, "type": "equivalent", "target": "57a69063ff0b7f44b253f158536bbc64", "evidence": {"same_day": true, "patch_ids": ["f0b1d31c8ffb5349b650b0e3b88706ad"], "statement_hash": "8fb62033eeb6ede7911fce4b990d20a94bf88226d146867552627bcce9f533ef"}}, {"rule": 2, "type": "equivalent", "target": "7c6c8c33a06891c077c2444b81e229fb", "evidence": {"same_day": true, "patch_ids": ["f0b1d31c8ffb5349b650b0e3b88706ad"], "statement_hash": "8fb62033eeb6ede7911fce4b990d20a94bf88226d146867552627bcce9f533ef"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "57a69063ff0b7f44b253f158536bbc64", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "逆解析 EXTRACT() 函数调用时，按需为字段名加引号", "evidence": {"same_day": true, "patch_ids": ["f0b1d31c8ffb5349b650b0e3b88706ad"], "statement_hash": "8fb62033eeb6ede7911fce4b990d20a94bf88226d146867552627bcce9f533ef"}, "url": "/docs/compare/?release=18.6#18.6-323a1fc7b03b6859", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "46e3e259f29471b862d3a1eeaae97525", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "逆解析 EXTRACT() 函数调用时，按需为字段名加引号", "evidence": {"same_day": true, "patch_ids": ["f0b1d31c8ffb5349b650b0e3b88706ad"], "statement_hash": "8fb62033eeb6ede7911fce4b990d20a94bf88226d146867552627bcce9f533ef"}, "url": "/docs/compare/?release=16.15#16.15-b95737c58db91b67", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "0b6c8ce7fe6e116e2bb99be5e53dff29", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "逆解析 EXTRACT() 函数调用时，按需为字段名加引号", "evidence": {"same_day": true, "patch_ids": ["f0b1d31c8ffb5349b650b0e3b88706ad"], "statement_hash": "8fb62033eeb6ede7911fce4b990d20a94bf88226d146867552627bcce9f533ef"}, "url": "/docs/compare/?release=15.19#15.19-a14e35e1025f9ddc", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "7c6c8c33a06891c077c2444b81e229fb", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "逆解析 EXTRACT() 函数调用时，按需为字段名加引号", "evidence": {"same_day": true, "patch_ids": ["f0b1d31c8ffb5349b650b0e3b88706ad"], "statement_hash": "8fb62033eeb6ede7911fce4b990d20a94bf88226d146867552627bcce9f533ef"}, "url": "/docs/compare/?release=14.24#14.24-6222e3f0de511b22", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-575634f97737603c", "cves": ["CVE-2026-6470"], "html": "<p>在此前漏检的场景中检查数据类型的 <code>USAGE</code> 权限（Nathan Bossart）<a href=\"https://postgr.es/c/fd6d3e7e9\">§</a> <a href=\"https://postgr.es/c/671359605\">§</a> <a href=\"https://postgr.es/c/d1c8aa0b0\">§</a></p>\n<p><code>CREATE TYPE AS RANGE</code>、<code>ALTER TABLE OF</code> 以及创建存储表达式的命令此前都没有执行这一检查。这些遗漏使没有 <code>USAGE</code> 权限的角色仍能创建依赖该类型的对象，并可能阻止类型所有者日后更改该类型。</p>\n<p><span>PostgreSQL</span> 项目感谢 Jingzhou Fu 报告此问题。（CVE-2026-6470）</p>", "text": "在此前漏检的场景中检查数据类型的 USAGE 权限（Nathan Bossart）§ § § CREATE TYPE AS RANGE、ALTER TABLE OF 以及创建存储表达式的命令此前都没有执行这一检查。这些遗漏使没有 USAGE 权限的角色仍能创建依赖该类型的对象，并可能阻止类型所有者日后更改该类型。 PostgreSQL 项目感谢 Jingzhou Fu 报告此问题。（CVE-2026-6470）", "title": "在此前漏检的场景中检查数据类型的 USAGE 权限", "commits": ["671359605", "d1c8aa0b0", "fd6d3e7e9"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "c9caf2b030187d7cd06db477690c1a9948b3cc6e98cb1da81afc68603aea8eb1", "section_path": ["变更"], "commit_groups": [["1a358b8f2", "278053843", "424fb7160", "4fac4c108", "6dbedd48b", "7ce056b17", "d1c8aa0b0"], ["24855357c", "2e91f8548", "323af0a4e", "97e277402", "a9f6e768a", "efdb26072", "fd6d3e7e9"], ["53ed5ebd8", "57f59ca1d", "671359605", "7a761fe40", "b6e45b4f8", "bb1bc525d", "c062734cd"]], "identity_text": "Check for USAGE privilege on data types in places that formerly failed to check that (Nathan Bossart) CREATE TYPE AS RANGE did not check, nor did ALTER TABLE OF, nor did commands that create stored expressions. These omissions allowed roles without USAGE privilege to nonetheless create objects depending on the type, possibly blocking the type's owner from changing the type later. The PostgreSQL Project thanks Jingzhou Fu for reporting this problem. (CVE-2026-6470)", "commit_aliases": ["1a358b8f2", "24855357c", "278053843", "2e91f8548", "323af0a4e", "424fb7160", "4fac4c108", "53ed5ebd8", "57f59ca1d", "671359605", "6dbedd48b", "7a761fe40", "7ce056b17", "97e277402", "a9f6e768a", "b6e45b4f8", "bb1bc525d", "c062734cd", "d1c8aa0b0", "efdb26072", "fd6d3e7e9"], "source_commits": ["671359605", "d1c8aa0b0", "fd6d3e7e9"], "source_entry_id": "17.11/changes/015", "db_id": "e50027af5564cb33c0ec80ab0f86e1a9", "patch_ids": ["2470df146b9201b14de19f772c90d867", "2de75ceea92e216f0b0f3ec035342d7e", "76d1b8b6ad0cee83e43cc4a88d123867"], "statement_hash": "f6ec51b2de1a066951596511e998a5e51ac29a83e3c8e018df4d6e981ebe7068", "relations": [{"rule": 2, "type": "equivalent", "target": "56232d6e6345f5c09340b72ed581eb4d", "evidence": {"same_day": true, "patch_ids": ["2470df146b9201b14de19f772c90d867", "2de75ceea92e216f0b0f3ec035342d7e", "76d1b8b6ad0cee83e43cc4a88d123867"], "statement_hash": "f6ec51b2de1a066951596511e998a5e51ac29a83e3c8e018df4d6e981ebe7068"}}, {"rule": 2, "type": "equivalent", "target": "8c93b6ddad829461b98126755a87488f", "evidence": {"same_day": true, "patch_ids": ["2470df146b9201b14de19f772c90d867", "2de75ceea92e216f0b0f3ec035342d7e", "76d1b8b6ad0cee83e43cc4a88d123867"], "statement_hash": "f6ec51b2de1a066951596511e998a5e51ac29a83e3c8e018df4d6e981ebe7068"}}, {"rule": 2, "type": "equivalent", "target": "f2f63cd272a4e4c0c968eacb6779415b", "evidence": {"same_day": true, "patch_ids": ["2470df146b9201b14de19f772c90d867", "2de75ceea92e216f0b0f3ec035342d7e", "76d1b8b6ad0cee83e43cc4a88d123867"], "statement_hash": "f6ec51b2de1a066951596511e998a5e51ac29a83e3c8e018df4d6e981ebe7068"}}, {"rule": 2, "type": "equivalent", "target": "f44708d4a1d626e3b8656335ae598c69", "evidence": {"same_day": true, "patch_ids": ["2470df146b9201b14de19f772c90d867", "2de75ceea92e216f0b0f3ec035342d7e", "76d1b8b6ad0cee83e43cc4a88d123867"], "statement_hash": "f6ec51b2de1a066951596511e998a5e51ac29a83e3c8e018df4d6e981ebe7068"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "56232d6e6345f5c09340b72ed581eb4d", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "在此前漏检的场景中检查数据类型的 USAGE 权限", "evidence": {"same_day": true, "patch_ids": ["2470df146b9201b14de19f772c90d867", "2de75ceea92e216f0b0f3ec035342d7e", "76d1b8b6ad0cee83e43cc4a88d123867"], "statement_hash": "f6ec51b2de1a066951596511e998a5e51ac29a83e3c8e018df4d6e981ebe7068"}, "url": "/docs/compare/?release=18.6#18.6-0b5cda175039a2c3", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "f2f63cd272a4e4c0c968eacb6779415b", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "在此前漏检的场景中检查数据类型的 USAGE 权限", "evidence": {"same_day": true, "patch_ids": ["2470df146b9201b14de19f772c90d867", "2de75ceea92e216f0b0f3ec035342d7e", "76d1b8b6ad0cee83e43cc4a88d123867"], "statement_hash": "f6ec51b2de1a066951596511e998a5e51ac29a83e3c8e018df4d6e981ebe7068"}, "url": "/docs/compare/?release=16.15#16.15-0bb6468faf69c61b", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "8c93b6ddad829461b98126755a87488f", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "在此前漏检的场景中检查数据类型的 USAGE 权限", "evidence": {"same_day": true, "patch_ids": ["2470df146b9201b14de19f772c90d867", "2de75ceea92e216f0b0f3ec035342d7e", "76d1b8b6ad0cee83e43cc4a88d123867"], "statement_hash": "f6ec51b2de1a066951596511e998a5e51ac29a83e3c8e018df4d6e981ebe7068"}, "url": "/docs/compare/?release=15.19#15.19-680192fcb0e07883", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "f44708d4a1d626e3b8656335ae598c69", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "在此前漏检的场景中检查数据类型的 USAGE 权限", "evidence": {"same_day": true, "patch_ids": ["2470df146b9201b14de19f772c90d867", "2de75ceea92e216f0b0f3ec035342d7e", "76d1b8b6ad0cee83e43cc4a88d123867"], "statement_hash": "f6ec51b2de1a066951596511e998a5e51ac29a83e3c8e018df4d6e981ebe7068"}, "url": "/docs/compare/?release=14.24#14.24-045d18982c440e91", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-43977a837123cada", "cves": ["CVE-2026-14666"], "html": "<p>角色发生变更后使依赖角色的缓存计划失效（Ilya Staroverov、Shinya Kato、Nathan Bossart）<a href=\"https://postgr.es/c/1974acf23\">§</a></p>\n<p>角色成员关系、角色属性和数据库所有权的变更可能影响行级安全策略的预期行为，但此前系统仍会继续使用按旧状态生成的缓存计划。</p>\n<p><span>PostgreSQL</span> 项目感谢 Ilya Staroverov 和 Shinya Kato 报告此问题。（CVE-2026-14666）</p>", "text": "角色发生变更后使依赖角色的缓存计划失效（Ilya Staroverov、Shinya Kato、Nathan Bossart）§ 角色成员关系、角色属性和数据库所有权的变更可能影响行级安全策略的预期行为，但此前系统仍会继续使用按旧状态生成的缓存计划。 PostgreSQL 项目感谢 Ilya Staroverov 和 Shinya Kato 报告此问题。（CVE-2026-14666）", "title": "角色发生变更后使依赖角色的缓存计划失效", "commits": ["1974acf23"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "db95b8767b3fdb62db67d479cf3d6de2dfd9db45e0c156d1ccffa4b66d024f0b", "section_path": ["变更"], "commit_groups": [["0b12f56bf", "17b6083db", "1974acf23", "567286b76", "f4174aa84", "f5f2da795", "ffca23839"]], "identity_text": "Invalidate role-dependent cached plans after role changes (Ilya Staroverov, Shinya Kato, Nathan Bossart) Role membership, role attribute, and database ownership changes may impact the expected behavior of row-level security policies, but previously we'd continue to use cached plans that were made according to the old state of affairs. The PostgreSQL Project thanks Ilya Staroverov and Shinya Kato for reporting this problem. (CVE-2026-14666)", "commit_aliases": ["0b12f56bf", "17b6083db", "1974acf23", "567286b76", "f4174aa84", "f5f2da795", "ffca23839"], "source_commits": ["1974acf23"], "source_entry_id": "17.11/changes/016", "db_id": "49941507efa272e723ff0698b2236a6e", "patch_ids": ["7a5d6580a542a5467ce64bfd9ad2b724"], "statement_hash": "b27f8aace3b388937c6e28c9f1ede652d42059e6b0a2111846c88a4b39769432", "relations": [{"rule": 2, "type": "equivalent", "target": "043b1e2a717a3c7862402faa9c4b1f91", "evidence": {"same_day": true, "patch_ids": ["7a5d6580a542a5467ce64bfd9ad2b724"], "statement_hash": "b27f8aace3b388937c6e28c9f1ede652d42059e6b0a2111846c88a4b39769432"}}, {"rule": 2, "type": "equivalent", "target": "0e200ae2afa3db031ffa07314f2deab2", "evidence": {"same_day": true, "patch_ids": ["7a5d6580a542a5467ce64bfd9ad2b724"], "statement_hash": "b27f8aace3b388937c6e28c9f1ede652d42059e6b0a2111846c88a4b39769432"}}, {"rule": 2, "type": "equivalent", "target": "652fbbbd4aff8c1d5babff0cde01bc7f", "evidence": {"same_day": true, "patch_ids": ["7a5d6580a542a5467ce64bfd9ad2b724"], "statement_hash": "b27f8aace3b388937c6e28c9f1ede652d42059e6b0a2111846c88a4b39769432"}}, {"rule": 2, "type": "equivalent", "target": "c1425f2f64ac014a0d5ac494fbe66faf", "evidence": {"same_day": true, "patch_ids": ["7a5d6580a542a5467ce64bfd9ad2b724"], "statement_hash": "b27f8aace3b388937c6e28c9f1ede652d42059e6b0a2111846c88a4b39769432"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "0e200ae2afa3db031ffa07314f2deab2", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "角色发生变更后使依赖角色的缓存计划失效", "evidence": {"same_day": true, "patch_ids": ["7a5d6580a542a5467ce64bfd9ad2b724"], "statement_hash": "b27f8aace3b388937c6e28c9f1ede652d42059e6b0a2111846c88a4b39769432"}, "url": "/docs/compare/?release=18.6#18.6-ad01030c7fc964f1", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "c1425f2f64ac014a0d5ac494fbe66faf", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "角色发生变更后使依赖角色的缓存计划失效", "evidence": {"same_day": true, "patch_ids": ["7a5d6580a542a5467ce64bfd9ad2b724"], "statement_hash": "b27f8aace3b388937c6e28c9f1ede652d42059e6b0a2111846c88a4b39769432"}, "url": "/docs/compare/?release=16.15#16.15-c1ecfb608aa3193c", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "652fbbbd4aff8c1d5babff0cde01bc7f", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "角色发生变更后使依赖角色的缓存计划失效", "evidence": {"same_day": true, "patch_ids": ["7a5d6580a542a5467ce64bfd9ad2b724"], "statement_hash": "b27f8aace3b388937c6e28c9f1ede652d42059e6b0a2111846c88a4b39769432"}, "url": "/docs/compare/?release=15.19#15.19-90c7239f7a1b81bc", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "043b1e2a717a3c7862402faa9c4b1f91", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "角色发生变更后使依赖角色的缓存计划失效", "evidence": {"same_day": true, "patch_ids": ["7a5d6580a542a5467ce64bfd9ad2b724"], "statement_hash": "b27f8aace3b388937c6e28c9f1ede652d42059e6b0a2111846c88a4b39769432"}, "url": "/docs/compare/?release=14.24#14.24-6987bc0045f3c2c5", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-1d103f53312d0305", "cves": ["CVE-2026-14681"], "html": "<p>在直接 SSL 连接之后拒绝 GSSEncRequest（Michael Paquier）<a href=\"https://postgr.es/c/067a64d40\">§</a></p>\n<p>建立 TLS 加密连接后，服务器仍会接受 GSSAPI 加密请求。如果请求成功，连接仍会使用 TLS 加密，但在 <code>pg_hba</code> 规则看来却像 GSS 连接。因此，意图禁止 TLS 的 <code>pg_hba</code> 策略无法得到正确执行。</p>\n<p><span>PostgreSQL</span> 项目感谢 p4p3r 报告此问题。（CVE-2026-14681）</p>", "text": "在直接 SSL 连接之后拒绝 GSSEncRequest（Michael Paquier）§ 建立 TLS 加密连接后，服务器仍会接受 GSSAPI 加密请求。如果请求成功，连接仍会使用 TLS 加密，但在 pg_hba 规则看来却像 GSS 连接。因此，意图禁止 TLS 的 pg_hba 策略无法得到正确执行。 PostgreSQL 项目感谢 p4p3r 报告此问题。（CVE-2026-14681）", "title": "在直接 SSL 连接之后拒绝 GSSEncRequest", "commits": ["067a64d40"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "7dfebd0245b93195f1e31d3f04137c86b77a8c717e793ea8b7a75b2589d79c08", "section_path": ["变更"], "commit_groups": [["067a64d40", "203a48209", "3bf185b4b", "bf1bb7e29"]], "identity_text": "Reject GSSEncRequest after direct SSL connection (Michael Paquier) After establishing a TLS-encrypted connection, the server would still accept a request for GSSAPI encryption. If that succeeded, the connection would proceed using TLS encryption, but it would look like a GSS connection to the pg_hba rules. Thus, a pg_hba policy intending to disallow TLS would not be enforced correctly. The PostgreSQL Project thanks p4p3r for reporting this problem. (CVE-2026-14681)", "commit_aliases": ["067a64d40", "203a48209", "3bf185b4b", "bf1bb7e29"], "source_commits": ["067a64d40"], "source_entry_id": "17.11/changes/017", "db_id": "55da165c3ced2d17689a546cd13a10f8", "patch_ids": ["0a86d0c924c70e8b47408f823a77a964"], "statement_hash": "f08040a4f6b5dfe94a4b30090677fd13c199828e108149421fa23eaa60d5f620", "relations": [{"rule": 2, "type": "equivalent", "target": "bdd453999af206604b4ae0c623733bc5", "evidence": {"same_day": true, "patch_ids": ["0a86d0c924c70e8b47408f823a77a964"], "statement_hash": "f08040a4f6b5dfe94a4b30090677fd13c199828e108149421fa23eaa60d5f620"}}, {"rule": 2, "type": "equivalent", "target": "deae128594614e84894b8e7a7062759f", "evidence": {"same_day": true, "patch_ids": ["0a86d0c924c70e8b47408f823a77a964"], "statement_hash": "f08040a4f6b5dfe94a4b30090677fd13c199828e108149421fa23eaa60d5f620"}}, {"rule": 2, "type": "equivalent", "target": "efca948aece74421d5dff07ca459356e", "evidence": {"same_day": true, "patch_ids": ["0a86d0c924c70e8b47408f823a77a964"], "statement_hash": "f08040a4f6b5dfe94a4b30090677fd13c199828e108149421fa23eaa60d5f620"}}, {"rule": 2, "type": "equivalent", "target": "fae551c24851f8412783e17b85987136", "evidence": {"same_day": true, "patch_ids": ["0a86d0c924c70e8b47408f823a77a964"], "statement_hash": "f08040a4f6b5dfe94a4b30090677fd13c199828e108149421fa23eaa60d5f620"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "deae128594614e84894b8e7a7062759f", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "在直接 SSL 连接之后拒绝 GSSEncRequest", "evidence": {"same_day": true, "patch_ids": ["0a86d0c924c70e8b47408f823a77a964"], "statement_hash": "f08040a4f6b5dfe94a4b30090677fd13c199828e108149421fa23eaa60d5f620"}, "url": "/docs/compare/?release=18.6#18.6-ed40b113af1a65e3", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "fae551c24851f8412783e17b85987136", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "在直接 SSL 连接之后拒绝 GSSEncRequest", "evidence": {"same_day": true, "patch_ids": ["0a86d0c924c70e8b47408f823a77a964"], "statement_hash": "f08040a4f6b5dfe94a4b30090677fd13c199828e108149421fa23eaa60d5f620"}, "url": "/docs/compare/?release=16.15#16.15-f7c6e475d2ee5cf0", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "bdd453999af206604b4ae0c623733bc5", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "在直接 SSL 连接之后拒绝 GSSEncRequest", "evidence": {"same_day": true, "patch_ids": ["0a86d0c924c70e8b47408f823a77a964"], "statement_hash": "f08040a4f6b5dfe94a4b30090677fd13c199828e108149421fa23eaa60d5f620"}, "url": "/docs/compare/?release=15.19#15.19-f7c6e475d2ee5cf0", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "efca948aece74421d5dff07ca459356e", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "在直接 SSL 连接之后拒绝 GSSEncRequest", "evidence": {"same_day": true, "patch_ids": ["0a86d0c924c70e8b47408f823a77a964"], "statement_hash": "f08040a4f6b5dfe94a4b30090677fd13c199828e108149421fa23eaa60d5f620"}, "url": "/docs/compare/?release=14.24#14.24-f7c6e475d2ee5cf0", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-f319d2c2bdee8718", "cves": ["CVE-2026-14672"], "html": "<p>让模拟的 SCRAM secret 更可信（Nathan Bossart）<a href=\"https://postgr.es/c/dec60e8ad\">§</a></p>\n<p>如果尝试以 SCRAM 登录不存在或没有 SCRAM secret 的角色，系统会生成一个模拟 secret 并照常执行认证握手，以免向攻击者泄露这些事实。但模拟 secret 使用固定的迭代次数，这本身可能形成可观察的响应差异。现改用配置设置 <code>scram_iterations</code>，使模拟 secret 更接近该安装中的真实 secret。</p>\n<p><span>PostgreSQL</span> 项目感谢 Radim Marek 报告此问题。（CVE-2026-14672）</p>", "text": "让模拟的 SCRAM secret 更可信（Nathan Bossart）§ 如果尝试以 SCRAM 登录不存在或没有 SCRAM secret 的角色，系统会生成一个模拟 secret 并照常执行认证握手，以免向攻击者泄露这些事实。但模拟 secret 使用固定的迭代次数，这本身可能形成可观察的响应差异。现改用配置设置 scram_iterations，使模拟 secret 更接近该安装中的真实 secret。 PostgreSQL 项目感谢 Radim Marek 报告此问题。（CVE-2026-14672）", "title": "让模拟的 SCRAM secret 更可信", "commits": ["dec60e8ad"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "e234a260ae93da3adc54bf5aeceed9efbd11cfe39b1ad1732f19eacd17d41e4e", "section_path": ["变更"], "commit_groups": [["4d192fa16", "822143c4d", "dec60e8ad", "fadbe882d", "feb8b0182"]], "identity_text": "Make mock SCRAM authentication secrets more plausible (Nathan Bossart) If a SCRAM login is attempted against a role that doesn't exist or doesn't have a SCRAM secret, we generate a mock secret and carry out the authentication handshake anyway, to avoid revealing these facts to an attacker. But the mock secret was made with a fixed iteration count, which in itself can be an observable response discrepancy. Use the configuration setting scram_iterations instead, to make the mock secret look more like the installation's real secrets. The PostgreSQL Project thanks Radim Marek for reporting this problem. (CVE-2026-14672)", "commit_aliases": ["4d192fa16", "822143c4d", "dec60e8ad", "fadbe882d", "feb8b0182"], "source_commits": ["dec60e8ad"], "source_entry_id": "17.11/changes/018", "db_id": "465da641b2ad8e32d9b3eff9044cfd21", "patch_ids": ["b915b0f76ef63e3fd030de3a5e4052c7"], "statement_hash": "76daff375fab06e676eed2c7ce655a806a67e546c22e89cce3f2506387c91178", "relations": [{"rule": 2, "type": "equivalent", "target": "0b4b5a7457f7fbba0ac49362d4205d94", "evidence": {"same_day": true, "patch_ids": ["b915b0f76ef63e3fd030de3a5e4052c7"], "statement_hash": "76daff375fab06e676eed2c7ce655a806a67e546c22e89cce3f2506387c91178"}}, {"rule": 2, "type": "equivalent", "target": "328f985aab0b40a393740fb418be993c", "evidence": {"same_day": true, "patch_ids": ["b915b0f76ef63e3fd030de3a5e4052c7"], "statement_hash": "76daff375fab06e676eed2c7ce655a806a67e546c22e89cce3f2506387c91178"}}, {"rule": 2, "type": "equivalent", "target": "360618cf2b5023ffb07258f47a407319", "evidence": {"same_day": true, "patch_ids": ["b915b0f76ef63e3fd030de3a5e4052c7"], "statement_hash": "76daff375fab06e676eed2c7ce655a806a67e546c22e89cce3f2506387c91178"}}, {"rule": 2, "type": "equivalent", "target": "adc5092861582d88d34f6a1b1124f2eb", "evidence": {"same_day": true, "patch_ids": ["b915b0f76ef63e3fd030de3a5e4052c7"], "statement_hash": "76daff375fab06e676eed2c7ce655a806a67e546c22e89cce3f2506387c91178"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "360618cf2b5023ffb07258f47a407319", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "让模拟的 SCRAM secret 更可信", "evidence": {"same_day": true, "patch_ids": ["b915b0f76ef63e3fd030de3a5e4052c7"], "statement_hash": "76daff375fab06e676eed2c7ce655a806a67e546c22e89cce3f2506387c91178"}, "url": "/docs/compare/?release=18.6#18.6-bb742148aa1ab70a", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "adc5092861582d88d34f6a1b1124f2eb", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "让模拟的 SCRAM secret 更可信", "evidence": {"same_day": true, "patch_ids": ["b915b0f76ef63e3fd030de3a5e4052c7"], "statement_hash": "76daff375fab06e676eed2c7ce655a806a67e546c22e89cce3f2506387c91178"}, "url": "/docs/compare/?release=16.15#16.15-7aa6af5006f81e6f", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "328f985aab0b40a393740fb418be993c", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "让模拟的 SCRAM secret 更可信", "evidence": {"same_day": true, "patch_ids": ["b915b0f76ef63e3fd030de3a5e4052c7"], "statement_hash": "76daff375fab06e676eed2c7ce655a806a67e546c22e89cce3f2506387c91178"}, "url": "/docs/compare/?release=15.19#15.19-e106429efa4365f8", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "0b4b5a7457f7fbba0ac49362d4205d94", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "让模拟的 SCRAM secret 更可信", "evidence": {"same_day": true, "patch_ids": ["b915b0f76ef63e3fd030de3a5e4052c7"], "statement_hash": "76daff375fab06e676eed2c7ce655a806a67e546c22e89cce3f2506387c91178"}, "url": "/docs/compare/?release=14.24#14.24-e106429efa4365f8", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-368d04431d80a7fd", "cves": ["CVE-2026-16241"], "html": "<p>修复 <span>ecpg</span> 应用程序因接收服务器返回的无效 <code>bytea</code> 数据而发生的越界写入（Michael Paquier）<a href=\"https://postgr.es/c/c3c830272\">§</a></p>\n<p><span>ecpg</span> 未经检查便假定任何 <code>bytea</code> 值都必须以 <code>\\x</code> 开头。有缺陷或恶意的服务器可能发送短于 2 字节的字符串，从而破坏应用程序内存。</p>\n<p><span>PostgreSQL</span> 项目感谢 ylwangtju 报告此问题。（CVE-2026-16241）</p>", "text": "修复 ecpg 应用程序因接收服务器返回的无效 bytea 数据而发生的越界写入（Michael Paquier）§ ecpg 未经检查便假定任何 bytea 值都必须以 \\x 开头。有缺陷或恶意的服务器可能发送短于 2 字节的字符串，从而破坏应用程序内存。 PostgreSQL 项目感谢 ylwangtju 报告此问题。（CVE-2026-16241）", "title": "修复 ecpg 应用程序因接收服务器返回的无效 bytea 数据而发生的越界写入", "commits": ["c3c830272"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "248ee77755f6e301b2165ca0643d1f7f5718db2fb844272d0a7d31fbfed01d01", "section_path": ["变更"], "commit_groups": [["39f855e0e", "457b8737a", "5737110b6", "74c59d062", "a14ba29b1", "c3c830272", "c7da85fec"]], "identity_text": "Fix out-of-bounds writes in ecpg applications caused by invalid bytea data received from the server (Michael Paquier) ecpg assumed without checking that any bytea value must begin with \\x. A broken or malicious server might send a string shorter than 2 bytes, resulting in memory clobber in the application. The PostgreSQL Project thanks ylwangtju for reporting this problem. (CVE-2026-16241)", "commit_aliases": ["39f855e0e", "457b8737a", "5737110b6", "74c59d062", "a14ba29b1", "c3c830272", "c7da85fec"], "source_commits": ["c3c830272"], "source_entry_id": "17.11/changes/019", "db_id": "4fb7c5910a0436ce3e2bb2ab88b25a87", "patch_ids": ["eda4e515c03b7210bd33a13cc191c754"], "statement_hash": "ef3db74c8b626f19d33ecc7d3b8e292c1e11cd1089b59edbc38f72bd729fe946", "relations": [{"rule": 2, "type": "equivalent", "target": "18aec69fea13406451ddcbd0d4c23a88", "evidence": {"same_day": true, "patch_ids": ["eda4e515c03b7210bd33a13cc191c754"], "statement_hash": "ef3db74c8b626f19d33ecc7d3b8e292c1e11cd1089b59edbc38f72bd729fe946"}}, {"rule": 2, "type": "equivalent", "target": "7393e9b24b9abe3400e3f04577d58cba", "evidence": {"same_day": true, "patch_ids": ["eda4e515c03b7210bd33a13cc191c754"], "statement_hash": "ef3db74c8b626f19d33ecc7d3b8e292c1e11cd1089b59edbc38f72bd729fe946"}}, {"rule": 2, "type": "equivalent", "target": "c7e226410c72dad9c39b76d880e2f2a5", "evidence": {"same_day": true, "patch_ids": ["eda4e515c03b7210bd33a13cc191c754"], "statement_hash": "ef3db74c8b626f19d33ecc7d3b8e292c1e11cd1089b59edbc38f72bd729fe946"}}, {"rule": 2, "type": "equivalent", "target": "f5473f236236eb170503879999034ecc", "evidence": {"same_day": true, "patch_ids": ["eda4e515c03b7210bd33a13cc191c754"], "statement_hash": "ef3db74c8b626f19d33ecc7d3b8e292c1e11cd1089b59edbc38f72bd729fe946"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "c7e226410c72dad9c39b76d880e2f2a5", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 ecpg 应用程序因接收服务器返回的无效 bytea 数据而发生的越界写入", "evidence": {"same_day": true, "patch_ids": ["eda4e515c03b7210bd33a13cc191c754"], "statement_hash": "ef3db74c8b626f19d33ecc7d3b8e292c1e11cd1089b59edbc38f72bd729fe946"}, "url": "/docs/compare/?release=18.6#18.6-2d9ddb6163eca29a", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "f5473f236236eb170503879999034ecc", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 ecpg 应用程序因接收服务器返回的无效 bytea 数据而发生的越界写入", "evidence": {"same_day": true, "patch_ids": ["eda4e515c03b7210bd33a13cc191c754"], "statement_hash": "ef3db74c8b626f19d33ecc7d3b8e292c1e11cd1089b59edbc38f72bd729fe946"}, "url": "/docs/compare/?release=16.15#16.15-e48a8391a0609721", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "18aec69fea13406451ddcbd0d4c23a88", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 ecpg 应用程序因接收服务器返回的无效 bytea 数据而发生的越界写入", "evidence": {"same_day": true, "patch_ids": ["eda4e515c03b7210bd33a13cc191c754"], "statement_hash": "ef3db74c8b626f19d33ecc7d3b8e292c1e11cd1089b59edbc38f72bd729fe946"}, "url": "/docs/compare/?release=15.19#15.19-8ab80940f2e8c31e", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "7393e9b24b9abe3400e3f04577d58cba", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 ecpg 应用程序因接收服务器返回的无效 bytea 数据而发生的越界写入", "evidence": {"same_day": true, "patch_ids": ["eda4e515c03b7210bd33a13cc191c754"], "statement_hash": "ef3db74c8b626f19d33ecc7d3b8e292c1e11cd1089b59edbc38f72bd729fe946"}, "url": "/docs/compare/?release=14.24#14.24-a12e893b89f31441", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-7f417b32587acff8", "cves": ["CVE-2025-8714", "CVE-2026-18408"], "html": "<p>不要对 <span>psql</span> 的 <code>\\unrestrict</code> 命令参数执行反引号扩展（Nathan Bossart）<a href=\"https://postgr.es/c/0bfac9e1f\">§</a></p>\n<p>CVE-2025-8714 修复中的这一疏漏，使恶意服务器能够把 shell 命令注入纯文本转储输出，并在恢复时于运行 <span>psql</span> 的机器上执行；这正是 CVE-2025-8714 意图防止的场景。</p>\n<p><span>PostgreSQL</span> 项目感谢 Lucas Velgus、Filip Janus 和 Daniel Bakker 报告此问题。（CVE-2026-18408）</p>", "text": "不要对 psql 的 \\unrestrict 命令参数执行反引号扩展（Nathan Bossart）§ CVE-2025-8714 修复中的这一疏漏，使恶意服务器能够把 shell 命令注入纯文本转储输出，并在恢复时于运行 psql 的机器上执行；这正是 CVE-2025-8714 意图防止的场景。 PostgreSQL 项目感谢 Lucas Velgus、Filip Janus 和 Daniel Bakker 报告此问题。（CVE-2026-18408）", "title": "不要对 psql 的 \\unrestrict 命令参数执行反引号扩展", "commits": ["0bfac9e1f"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "0fcd9304aa4a7758c0fbb2a24b5eb84dfe82f1d90a8751cebdcffe819d246f50", "section_path": ["变更"], "commit_groups": [["0119aa30e", "086f6f176", "0bfac9e1f", "2006fca40", "33d0c63fb", "71ca694c7", "df245c374"]], "identity_text": "Do not do backquote expansion on the argument of psql's \\unrestrict command (Nathan Bossart) This oversight in the fix for CVE-2025-8714 allows a malicious server to inject shell commands into plain-text dump output that will be run at restore time on the machine running psql, the exact scenario that CVE-2025-8714 intended to prevent. The PostgreSQL Project thanks Lucas Velgus, Filip Janus, and Daniel Bakker for reporting this problem. (CVE-2026-18408)", "commit_aliases": ["0119aa30e", "086f6f176", "0bfac9e1f", "2006fca40", "33d0c63fb", "71ca694c7", "df245c374"], "source_commits": ["0bfac9e1f"], "source_entry_id": "17.11/changes/020", "db_id": "56ffc2f53e9a050b5de71327d3cef06f", "patch_ids": ["061af71132ccdfb4f1bbeed893be595c"], "statement_hash": "3a14df9ccfd7372d3dac771a23f52e41c3376ea71cf1946e2c9e95f97d2b5d3b", "relations": [{"rule": 2, "type": "equivalent", "target": "36ccc2b6f4b04376dc6bf74ae3d2f6de", "evidence": {"same_day": true, "patch_ids": ["061af71132ccdfb4f1bbeed893be595c"], "statement_hash": "3a14df9ccfd7372d3dac771a23f52e41c3376ea71cf1946e2c9e95f97d2b5d3b"}}, {"rule": 2, "type": "equivalent", "target": "49dd1006826cb5f529df97b64194c139", "evidence": {"same_day": true, "patch_ids": ["061af71132ccdfb4f1bbeed893be595c"], "statement_hash": "3a14df9ccfd7372d3dac771a23f52e41c3376ea71cf1946e2c9e95f97d2b5d3b"}}, {"rule": 2, "type": "equivalent", "target": "5221242491685338de78e8922e1f353a", "evidence": {"same_day": true, "patch_ids": ["061af71132ccdfb4f1bbeed893be595c"], "statement_hash": "3a14df9ccfd7372d3dac771a23f52e41c3376ea71cf1946e2c9e95f97d2b5d3b"}}, {"rule": 2, "type": "equivalent", "target": "7a747536f32a440151dcb2b04ac4e968", "evidence": {"same_day": true, "patch_ids": ["061af71132ccdfb4f1bbeed893be595c"], "statement_hash": "3a14df9ccfd7372d3dac771a23f52e41c3376ea71cf1946e2c9e95f97d2b5d3b"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "36ccc2b6f4b04376dc6bf74ae3d2f6de", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "不要对 psql 的 \\unrestrict 命令参数执行反引号扩展", "evidence": {"same_day": true, "patch_ids": ["061af71132ccdfb4f1bbeed893be595c"], "statement_hash": "3a14df9ccfd7372d3dac771a23f52e41c3376ea71cf1946e2c9e95f97d2b5d3b"}, "url": "/docs/compare/?release=18.6#18.6-2227ccac7ef5135c", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "7a747536f32a440151dcb2b04ac4e968", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "不要对 psql 的 \\unrestrict 命令参数执行反引号扩展", "evidence": {"same_day": true, "patch_ids": ["061af71132ccdfb4f1bbeed893be595c"], "statement_hash": "3a14df9ccfd7372d3dac771a23f52e41c3376ea71cf1946e2c9e95f97d2b5d3b"}, "url": "/docs/compare/?release=16.15#16.15-59649e9a46bbab2a", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "5221242491685338de78e8922e1f353a", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "不要对 psql 的 \\unrestrict 命令参数执行反引号扩展", "evidence": {"same_day": true, "patch_ids": ["061af71132ccdfb4f1bbeed893be595c"], "statement_hash": "3a14df9ccfd7372d3dac771a23f52e41c3376ea71cf1946e2c9e95f97d2b5d3b"}, "url": "/docs/compare/?release=15.19#15.19-1eaa89bc0932599c", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "49dd1006826cb5f529df97b64194c139", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "不要对 psql 的 \\unrestrict 命令参数执行反引号扩展", "evidence": {"same_day": true, "patch_ids": ["061af71132ccdfb4f1bbeed893be595c"], "statement_hash": "3a14df9ccfd7372d3dac771a23f52e41c3376ea71cf1946e2c9e95f97d2b5d3b"}, "url": "/docs/compare/?release=14.24#14.24-383244a3d19a3ddf", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-f6aaa44b60ea5479", "cves": ["CVE-2026-19385"], "html": "<p>移除 <span>pg_dump</span> 关于 <code>pg_proc</code>.<code>protrftypes</code> 不可能包含超过 <code>FUNC_MAX_ARGS</code> 个条目的假设（Tom Lane）<a href=\"https://postgr.es/c/c2b16f5d4\">§</a></p>\n<p>由于该数组可能同时包含输入和输出参数的条目，其长度完全可能超过 <code>FUNC_MAX_ARGS</code>（该值只限制输入参数）。即使并非如此， <span>pg_dump</span> 也不能假定服务器构建时使用的 <code>FUNC_MAX_ARGS</code> 值与自身相同。越界写入会导致 <span>pg_dump</span> 内部的内存被破坏。</p>\n<p><span>PostgreSQL</span> 项目感谢 Masahiko Sawada 报告此问题。（CVE-2026-19385）</p>", "text": "移除 pg_dump 关于 pg_proc.protrftypes 不可能包含超过 FUNC_MAX_ARGS 个条目的假设（Tom Lane）§ 由于该数组可能同时包含输入和输出参数的条目，其长度完全可能超过 FUNC_MAX_ARGS（该值只限制输入参数）。即使并非如此， pg_dump 也不能假定服务器构建时使用的 FUNC_MAX_ARGS 值与自身相同。越界写入会导致 pg_dump 内部的内存被破坏。 PostgreSQL 项目感谢 Masahiko Sawada 报告此问题。（CVE-2026-19385）", "title": "移除 pg_dump 关于 pg_proc.protrftypes 不可能包含超过 FUNC_MAX_ARGS 个条目的假设", "commits": ["c2b16f5d4"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "b69b3cc938ddb8801e1017e3d9249f848f7c98fe1e49ce6583576842ef58e7be", "section_path": ["变更"], "commit_groups": [["13bb73aeb", "3299c2ba0", "3392cce5c", "57aa21f69", "71ba5705d", "86cd82bf4", "c2b16f5d4"]], "identity_text": "Remove pg_dump's assumption that pg_proc.protrftypes cannot have more than FUNC_MAX_ARGS entries (Tom Lane) Since there could be entries for both input and output arguments, it's feasible for this array's length to exceed FUNC_MAX_ARGS (which constrains only input arguments). Even if that were not so, pg_dump cannot assume that the server was built with the same value of FUNC_MAX_ARGS that it has. An overrun would lead to a memory clobber inside pg_dump. The PostgreSQL Project thanks Masahiko Sawada for reporting this problem. (CVE-2026-19385)", "commit_aliases": ["13bb73aeb", "3299c2ba0", "3392cce5c", "57aa21f69", "71ba5705d", "86cd82bf4", "c2b16f5d4"], "source_commits": ["c2b16f5d4"], "source_entry_id": "17.11/changes/021", "db_id": "63fc39b2fe0a2553fb195650ae6915cb", "patch_ids": ["185500373cc27d3d610be991561eb522"], "statement_hash": "0503fb690855a4bf21f955b8b62af71583c422a4e69c4c228faea1f3e3f8b84b", "relations": [{"rule": 2, "type": "equivalent", "target": "5183659937548a24721c52721ce5656b", "evidence": {"same_day": true, "patch_ids": ["185500373cc27d3d610be991561eb522"], "statement_hash": "0503fb690855a4bf21f955b8b62af71583c422a4e69c4c228faea1f3e3f8b84b"}}, {"rule": 2, "type": "equivalent", "target": "6a0f92cad4fbbfe88adb2be733310a9b", "evidence": {"same_day": true, "patch_ids": ["185500373cc27d3d610be991561eb522"], "statement_hash": "0503fb690855a4bf21f955b8b62af71583c422a4e69c4c228faea1f3e3f8b84b"}}, {"rule": 2, "type": "equivalent", "target": "dce6c62e738d4e4801ee4cb45757968f", "evidence": {"same_day": true, "patch_ids": ["185500373cc27d3d610be991561eb522"], "statement_hash": "0503fb690855a4bf21f955b8b62af71583c422a4e69c4c228faea1f3e3f8b84b"}}, {"rule": 2, "type": "equivalent", "target": "f91d32a8c03492afba6d7ba835690a32", "evidence": {"same_day": true, "patch_ids": ["185500373cc27d3d610be991561eb522"], "statement_hash": "0503fb690855a4bf21f955b8b62af71583c422a4e69c4c228faea1f3e3f8b84b"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "f91d32a8c03492afba6d7ba835690a32", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "移除 pg_dump 关于 pg_proc.protrftypes 不可能包含超过 FUNC_MAX_ARGS 个条目的假设", "evidence": {"same_day": true, "patch_ids": ["185500373cc27d3d610be991561eb522"], "statement_hash": "0503fb690855a4bf21f955b8b62af71583c422a4e69c4c228faea1f3e3f8b84b"}, "url": "/docs/compare/?release=18.6#18.6-d40f8de8e21a4c6f", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "dce6c62e738d4e4801ee4cb45757968f", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "移除 pg_dump 关于 pg_proc.protrftypes 不可能包含超过 FUNC_MAX_ARGS 个条目的假设", "evidence": {"same_day": true, "patch_ids": ["185500373cc27d3d610be991561eb522"], "statement_hash": "0503fb690855a4bf21f955b8b62af71583c422a4e69c4c228faea1f3e3f8b84b"}, "url": "/docs/compare/?release=16.15#16.15-d0330343bf3a2bca", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "5183659937548a24721c52721ce5656b", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "移除 pg_dump 关于 pg_proc.protrftypes 不可能包含超过 FUNC_MAX_ARGS 个条目的假设", "evidence": {"same_day": true, "patch_ids": ["185500373cc27d3d610be991561eb522"], "statement_hash": "0503fb690855a4bf21f955b8b62af71583c422a4e69c4c228faea1f3e3f8b84b"}, "url": "/docs/compare/?release=15.19#15.19-fa846de81d1d3c18", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "6a0f92cad4fbbfe88adb2be733310a9b", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "移除 pg_dump 关于 pg_proc.protrftypes 不可能包含超过 FUNC_MAX_ARGS 个条目的假设", "evidence": {"same_day": true, "patch_ids": ["185500373cc27d3d610be991561eb522"], "statement_hash": "0503fb690855a4bf21f955b8b62af71583c422a4e69c4c228faea1f3e3f8b84b"}, "url": "/docs/compare/?release=14.24#14.24-f37e6003b995c6db", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-58243a045a5d2555", "cves": ["CVE-2026-14670"], "html": "<p>增强 <span>PL/Perl</span> 对 <span>“<span>tied</span>”</span> Perl 数组和 hash 的防护（Tom Lane）<a href=\"https://postgr.es/c/2d78c34f8\">§</a></p>\n<p>行为不符合常规的 tied 对象可能导致内存覆盖，或构造出损坏的结果数组（这很可能在之后引发问题）。</p>\n<p><span>PostgreSQL</span> 项目感谢 Hcamael 报告此问题。（CVE-2026-14670）</p>", "text": "增强 PL/Perl 对 “tied” Perl 数组和 hash 的防护（Tom Lane）§ 行为不符合常规的 tied 对象可能导致内存覆盖，或构造出损坏的结果数组（这很可能在之后引发问题）。 PostgreSQL 项目感谢 Hcamael 报告此问题。（CVE-2026-14670）", "title": "增强 PL/Perl 对 “tied” Perl 数组和 hash 的防护", "commits": ["2d78c34f8"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "c59b9a4c9f518a56661f6980580f4e6f93d911e4f39ce2ce6c335e80efe0d521", "section_path": ["变更"], "commit_groups": [["2d78c34f8", "477a6bdb0", "63cb15f40", "87c4b8219", "8c48cd615", "cf4ae7c3b", "d7fcfead3"]], "identity_text": "Harden PL/Perl against tied Perl arrays and hashes (Tom Lane) A tied object that doesn't behave like a regular one could lead to memory overwrite, or to constructing a corrupt result array (which would likely cause problems later). The PostgreSQL Project thanks Hcamael for reporting this problem. (CVE-2026-14670)", "commit_aliases": ["2d78c34f8", "477a6bdb0", "63cb15f40", "87c4b8219", "8c48cd615", "cf4ae7c3b", "d7fcfead3"], "source_commits": ["2d78c34f8"], "source_entry_id": "17.11/changes/022", "db_id": "59a40e9cc2306d6e115d10b26c7b6d9e", "patch_ids": ["5749c355b8bd5a5f2a0f8679d48902f9"], "statement_hash": "e681b36f925829491afb4aaf1536bea68f7b5021f6e0ea3fdb126ffd69367fa0", "relations": [{"rule": 2, "type": "equivalent", "target": "0caaa5502645631a657b97dc78add8c0", "evidence": {"same_day": true, "patch_ids": ["5749c355b8bd5a5f2a0f8679d48902f9"], "statement_hash": "e681b36f925829491afb4aaf1536bea68f7b5021f6e0ea3fdb126ffd69367fa0"}}, {"rule": 2, "type": "equivalent", "target": "45822fd5bc04f9bc7cd5310ebd922c61", "evidence": {"same_day": true, "patch_ids": ["5749c355b8bd5a5f2a0f8679d48902f9"], "statement_hash": "e681b36f925829491afb4aaf1536bea68f7b5021f6e0ea3fdb126ffd69367fa0"}}, {"rule": 2, "type": "equivalent", "target": "bd87bdc33bbf3c2a24631a385372b6ad", "evidence": {"same_day": true, "patch_ids": ["5749c355b8bd5a5f2a0f8679d48902f9"], "statement_hash": "e681b36f925829491afb4aaf1536bea68f7b5021f6e0ea3fdb126ffd69367fa0"}}, {"rule": 2, "type": "equivalent", "target": "f0c1fefb4fd60b97ad1a6420db84a85a", "evidence": {"same_day": true, "patch_ids": ["5749c355b8bd5a5f2a0f8679d48902f9"], "statement_hash": "e681b36f925829491afb4aaf1536bea68f7b5021f6e0ea3fdb126ffd69367fa0"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "45822fd5bc04f9bc7cd5310ebd922c61", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "增强 PL/Perl 对 “tied” Perl 数组和 hash 的防护", "evidence": {"same_day": true, "patch_ids": ["5749c355b8bd5a5f2a0f8679d48902f9"], "statement_hash": "e681b36f925829491afb4aaf1536bea68f7b5021f6e0ea3fdb126ffd69367fa0"}, "url": "/docs/compare/?release=18.6#18.6-6d183d795dd4fadd", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "0caaa5502645631a657b97dc78add8c0", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "增强 PL/Perl 对 “tied” Perl 数组和 hash 的防护", "evidence": {"same_day": true, "patch_ids": ["5749c355b8bd5a5f2a0f8679d48902f9"], "statement_hash": "e681b36f925829491afb4aaf1536bea68f7b5021f6e0ea3fdb126ffd69367fa0"}, "url": "/docs/compare/?release=16.15#16.15-9465542088e662ad", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "bd87bdc33bbf3c2a24631a385372b6ad", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "增强 PL/Perl 对“tied” Perl 数组和 hash 的防护", "evidence": {"same_day": true, "patch_ids": ["5749c355b8bd5a5f2a0f8679d48902f9"], "statement_hash": "e681b36f925829491afb4aaf1536bea68f7b5021f6e0ea3fdb126ffd69367fa0"}, "url": "/docs/compare/?release=15.19#15.19-31838acd743ddb41", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "f0c1fefb4fd60b97ad1a6420db84a85a", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "增强 PL/Perl 对“tied” Perl 数组和 hash 的防护", "evidence": {"same_day": true, "patch_ids": ["5749c355b8bd5a5f2a0f8679d48902f9"], "statement_hash": "e681b36f925829491afb4aaf1536bea68f7b5021f6e0ea3fdb126ffd69367fa0"}, "url": "/docs/compare/?release=14.24#14.24-00b84c1b83bd3d6b", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-7026dc1b76714418", "cves": ["CVE-2026-14677", "CVE-2026-6473"], "html": "<p>修复 <span>PL/Perl</span> 和 <span>PL/Tcl</span> 内存分配计算中的整数溢出（Heikki Linnakangas）<a href=\"https://postgr.es/c/b56cc7deb\">§</a></p>\n<p>该问题与 CVE-2026-6473 属于同一类型，只是出现在代码的不同部分，并采用相同方式修复。</p>\n<p><span>PostgreSQL</span> 项目感谢 Tulya Project（Team Dhiutsa、Bitecope Technologies Private Ltd）报告此问题。（CVE-2026-14677）</p>", "text": "修复 PL/Perl 和 PL/Tcl 内存分配计算中的整数溢出（Heikki Linnakangas）§ 该问题与 CVE-2026-6473 属于同一类型，只是出现在代码的不同部分，并采用相同方式修复。 PostgreSQL 项目感谢 Tulya Project（Team Dhiutsa、Bitecope Technologies Private Ltd）报告此问题。（CVE-2026-14677）", "title": "修复 PL/Perl 和 PL/Tcl 内存分配计算中的整数溢出", "commits": ["b56cc7deb"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "13f2c6dea82fedf9149d8a10b3ebcc76189f78ce75fd185d84fcbea134962fcb", "section_path": ["变更"], "commit_groups": [["028ee716a", "1eb0d5380", "776467301", "8bbdc0540", "a1c1727cb", "aff9dac1c", "b56cc7deb"]], "identity_text": "Fix integer overflows in memory-allocation calculations in PL/Perl and PL/Tcl (Heikki Linnakangas) This is the same type of problem as CVE-2026-6473, just in a different part of the code, and is fixed in the same way. The PostgreSQL Project thanks the Tulya Project (Team Dhiutsa, Bitecope Technologies Private Ltd) for reporting this problem. (CVE-2026-14677)", "commit_aliases": ["028ee716a", "1eb0d5380", "776467301", "8bbdc0540", "a1c1727cb", "aff9dac1c", "b56cc7deb"], "source_commits": ["b56cc7deb"], "source_entry_id": "17.11/changes/023", "db_id": "a110c06ad7fd7a9c4f063b051daf6836", "patch_ids": ["551a41f04d69f180135194c24f4907fb"], "statement_hash": "b56f55f83d652a2d7354185c8891454536092c27a727aecc0b21ea91949626f4", "relations": [{"rule": 2, "type": "equivalent", "target": "238a2ce678961ff0ad08154da3915f04", "evidence": {"same_day": true, "patch_ids": ["551a41f04d69f180135194c24f4907fb"], "statement_hash": "b56f55f83d652a2d7354185c8891454536092c27a727aecc0b21ea91949626f4"}}, {"rule": 2, "type": "equivalent", "target": "4cc223998ff4d5b7cf50efd21e2284b1", "evidence": {"same_day": true, "patch_ids": ["551a41f04d69f180135194c24f4907fb"], "statement_hash": "b56f55f83d652a2d7354185c8891454536092c27a727aecc0b21ea91949626f4"}}, {"rule": 2, "type": "equivalent", "target": "eaeb89e4752f46002fc91e3a83e9f683", "evidence": {"same_day": true, "patch_ids": ["551a41f04d69f180135194c24f4907fb"], "statement_hash": "b56f55f83d652a2d7354185c8891454536092c27a727aecc0b21ea91949626f4"}}, {"rule": 2, "type": "equivalent", "target": "f5ff50e89bc960e1e5bac3249477b995", "evidence": {"same_day": true, "patch_ids": ["551a41f04d69f180135194c24f4907fb"], "statement_hash": "b56f55f83d652a2d7354185c8891454536092c27a727aecc0b21ea91949626f4"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "238a2ce678961ff0ad08154da3915f04", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 PL/Perl 和 PL/Tcl 内存分配计算中的整数溢出", "evidence": {"same_day": true, "patch_ids": ["551a41f04d69f180135194c24f4907fb"], "statement_hash": "b56f55f83d652a2d7354185c8891454536092c27a727aecc0b21ea91949626f4"}, "url": "/docs/compare/?release=18.6#18.6-16cede7597f41368", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "f5ff50e89bc960e1e5bac3249477b995", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 PL/Perl 和 PL/Tcl 内存分配计算中的整数溢出", "evidence": {"same_day": true, "patch_ids": ["551a41f04d69f180135194c24f4907fb"], "statement_hash": "b56f55f83d652a2d7354185c8891454536092c27a727aecc0b21ea91949626f4"}, "url": "/docs/compare/?release=16.15#16.15-342fcd712e0eba5c", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "4cc223998ff4d5b7cf50efd21e2284b1", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 PL/Perl 和 PL/Tcl 内存分配计算中的整数溢出", "evidence": {"same_day": true, "patch_ids": ["551a41f04d69f180135194c24f4907fb"], "statement_hash": "b56f55f83d652a2d7354185c8891454536092c27a727aecc0b21ea91949626f4"}, "url": "/docs/compare/?release=15.19#15.19-d03175b8e62ca77d", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "eaeb89e4752f46002fc91e3a83e9f683", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 PL/Perl 和 PL/Tcl 内存分配计算中的整数溢出", "evidence": {"same_day": true, "patch_ids": ["551a41f04d69f180135194c24f4907fb"], "statement_hash": "b56f55f83d652a2d7354185c8891454536092c27a727aecc0b21ea91949626f4"}, "url": "/docs/compare/?release=14.24#14.24-cbf179d0fe218ed0", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-ee34ba8ba8f4fa3d", "cves": ["CVE-2026-14673"], "html": "<p>确保 <code>contrib/amcheck</code> 函数在执行索引表达式前限制 <code>search_path</code>（Noah Misch）<a href=\"https://postgr.es/c/e41c72aff\">§</a></p>\n<p>由于 amcheck 会以相关表所有者的身份运行这些索引表达式，调用者可能劫持依赖 <code>search_path</code> 的函数，以表所有者身份运行任意代码。默认情况下这并非漏洞，因为只有超级用户可以调用 amcheck 函数；但如果将该权限授予其他用户，造成的风险会比文档所述更大。</p>\n<p><span>PostgreSQL</span> 项目感谢 Yuelin Wang 和 Jacob Brazeal 报告此问题。（CVE-2026-14673）</p>", "text": "确保 contrib/amcheck 函数在执行索引表达式前限制 search_path（Noah Misch）§ 由于 amcheck 会以相关表所有者的身份运行这些索引表达式，调用者可能劫持依赖 search_path 的函数，以表所有者身份运行任意代码。默认情况下这并非漏洞，因为只有超级用户可以调用 amcheck 函数；但如果将该权限授予其他用户，造成的风险会比文档所述更大。 PostgreSQL 项目感谢 Yuelin Wang 和 Jacob Brazeal 报告此问题。（CVE-2026-14673）", "title": "确保 contrib/amcheck 函数在执行索引表达式前限制 search_path", "commits": ["e41c72aff"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "a8007a40ebe9e29c26d395f6106499df5eab5cae15827adc996ea56fab8e3b88", "section_path": ["变更"], "commit_groups": [["0a61fcde0", "0fbf785b1", "2cc147318", "39d792040", "557cc7186", "e41c72aff", "e43e74756"]], "identity_text": "Ensure that contrib/amcheck functions restrict search_path before executing index expressions (Noah Misch) Because amcheck will run such index expressions as the owner of their tables, a caller could potentially hijack search_path-dependent functions to run arbitrary code as the table owner. By default this is not a vulnerability because only superusers are allowed to call amcheck functions; but if that privilege was granted out, it created a larger hazard than the documentation suggests. The PostgreSQL Project thanks Yuelin Wang and Jacob Brazeal for reporting this problem. (CVE-2026-14673)", "commit_aliases": ["0a61fcde0", "0fbf785b1", "2cc147318", "39d792040", "557cc7186", "e41c72aff", "e43e74756"], "source_commits": ["e41c72aff"], "source_entry_id": "17.11/changes/024", "db_id": "2c238928eeda3326738ac133c3580936", "patch_ids": ["5c909624ee89c6ad2350bdeebaf3e414"], "statement_hash": "659077ecd2d4227788959afddf19d4e415449e3189a19ba0beb867937958bff6", "relations": [{"rule": 2, "type": "equivalent", "target": "465e8cabac386aa937b2b97c990e0a0f", "evidence": {"same_day": true, "patch_ids": ["5c909624ee89c6ad2350bdeebaf3e414"], "statement_hash": "659077ecd2d4227788959afddf19d4e415449e3189a19ba0beb867937958bff6"}}, {"rule": 2, "type": "equivalent", "target": "9ef4dc62946cbc0407d82f3a9b826f0e", "evidence": {"same_day": true, "patch_ids": ["5c909624ee89c6ad2350bdeebaf3e414"], "statement_hash": "659077ecd2d4227788959afddf19d4e415449e3189a19ba0beb867937958bff6"}}, {"rule": 2, "type": "equivalent", "target": "c016d6a0f320dafa02d0585b20842685", "evidence": {"same_day": true, "patch_ids": ["5c909624ee89c6ad2350bdeebaf3e414"], "statement_hash": "659077ecd2d4227788959afddf19d4e415449e3189a19ba0beb867937958bff6"}}, {"rule": 2, "type": "equivalent", "target": "cb5c4637df879fb88877a760ee0058f9", "evidence": {"same_day": true, "patch_ids": ["5c909624ee89c6ad2350bdeebaf3e414"], "statement_hash": "659077ecd2d4227788959afddf19d4e415449e3189a19ba0beb867937958bff6"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "cb5c4637df879fb88877a760ee0058f9", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "确保 contrib/amcheck 函数在执行索引表达式前限制 search_path", "evidence": {"same_day": true, "patch_ids": ["5c909624ee89c6ad2350bdeebaf3e414"], "statement_hash": "659077ecd2d4227788959afddf19d4e415449e3189a19ba0beb867937958bff6"}, "url": "/docs/compare/?release=18.6#18.6-64ea1ee53902ffcc", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "465e8cabac386aa937b2b97c990e0a0f", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "确保 contrib/amcheck 函数在执行索引表达式前限制 search_path", "evidence": {"same_day": true, "patch_ids": ["5c909624ee89c6ad2350bdeebaf3e414"], "statement_hash": "659077ecd2d4227788959afddf19d4e415449e3189a19ba0beb867937958bff6"}, "url": "/docs/compare/?release=16.15#16.15-20c54db9d1517bb1", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "c016d6a0f320dafa02d0585b20842685", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "确保 contrib/amcheck 函数在执行索引表达式前限制 search_path", "evidence": {"same_day": true, "patch_ids": ["5c909624ee89c6ad2350bdeebaf3e414"], "statement_hash": "659077ecd2d4227788959afddf19d4e415449e3189a19ba0beb867937958bff6"}, "url": "/docs/compare/?release=15.19#15.19-ab72faa7677e5388", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "9ef4dc62946cbc0407d82f3a9b826f0e", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "确保 contrib/amcheck 函数在执行索引表达式前限制 search_path", "evidence": {"same_day": true, "patch_ids": ["5c909624ee89c6ad2350bdeebaf3e414"], "statement_hash": "659077ecd2d4227788959afddf19d4e415449e3189a19ba0beb867937958bff6"}, "url": "/docs/compare/?release=14.24#14.24-e234967475d09d13", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-8ee281616fb9fd49", "cves": ["CVE-2026-15742"], "html": "<p>修复 <code>contrib/fuzzystrmatch</code> 的 <code>levenshtein()</code> 和 <code>levenshtein_less_equal()</code> 函数中的整数溢出（Nathan Bossart）<a href=\"https://postgr.es/c/c4d51b627\">§</a></p>\n<p>向这些函数传入很大的代价值可能引发整数溢出，从而产生无意义的结果，甚至在某些情况下导致越界写入。</p>\n<p><span>PostgreSQL</span> 项目感谢 Ben Morris（与 Claude 和 Anthropic Research 协作）报告此问题。（CVE-2026-15742）</p>", "text": "修复 contrib/fuzzystrmatch 的 levenshtein() 和 levenshtein_less_equal() 函数中的整数溢出（Nathan Bossart）§ 向这些函数传入很大的代价值可能引发整数溢出，从而产生无意义的结果，甚至在某些情况下导致越界写入。 PostgreSQL 项目感谢 Ben Morris（与 Claude 和 Anthropic Research 协作）报告此问题。（CVE-2026-15742）", "title": "修复 contrib/fuzzystrmatch 的 levenshtein() 和 levenshtein_less_equal() 函数中的整数溢出", "commits": ["c4d51b627"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "9e4881f79518e1eea0310ecee55fe49f8fdc9c422154651bfd317731be7a452a", "section_path": ["变更"], "commit_groups": [["61481aa0e", "62c31b490", "74916136f", "918683d12", "9505175f2", "c4d51b627", "e88eb4e76"]], "identity_text": "Fix integer overflows in contrib/fuzzystrmatch's levenshtein() and levenshtein_less_equal() functions (Nathan Bossart) Passing large cost values to these functions could cause integer overflows, thereby producing nonsensical results, and even causing out-of-bounds writes in some cases. The PostgreSQL Project thanks Ben Morris (in collaboration with Claude and Anthropic Research) for reporting this problem. (CVE-2026-15742)", "commit_aliases": ["61481aa0e", "62c31b490", "74916136f", "918683d12", "9505175f2", "c4d51b627", "e88eb4e76"], "source_commits": ["c4d51b627"], "source_entry_id": "17.11/changes/025", "db_id": "6cca8c3102c334bca04243a3114f48fe", "patch_ids": ["b6a4ec5efdc01505934fe024a8a4270f"], "statement_hash": "f6379cf73e457381cf432fa9add17bfe91f2d96391011c3fe8081ecbbd13eff5", "relations": [{"rule": 2, "type": "equivalent", "target": "1e5eda106e8fd11472d74f91bffc2ff0", "evidence": {"same_day": true, "patch_ids": ["b6a4ec5efdc01505934fe024a8a4270f"], "statement_hash": "f6379cf73e457381cf432fa9add17bfe91f2d96391011c3fe8081ecbbd13eff5"}}, {"rule": 2, "type": "equivalent", "target": "24d49d08ad8dddbb2e9b85283621ee67", "evidence": {"same_day": true, "patch_ids": ["b6a4ec5efdc01505934fe024a8a4270f"], "statement_hash": "f6379cf73e457381cf432fa9add17bfe91f2d96391011c3fe8081ecbbd13eff5"}}, {"rule": 2, "type": "equivalent", "target": "bc23bdcfa3cae705ffa99474b3b97aae", "evidence": {"same_day": true, "patch_ids": ["b6a4ec5efdc01505934fe024a8a4270f"], "statement_hash": "f6379cf73e457381cf432fa9add17bfe91f2d96391011c3fe8081ecbbd13eff5"}}, {"rule": 2, "type": "equivalent", "target": "f41b59ba5bf8ae6184895fe8e7bb8dc1", "evidence": {"same_day": true, "patch_ids": ["b6a4ec5efdc01505934fe024a8a4270f"], "statement_hash": "f6379cf73e457381cf432fa9add17bfe91f2d96391011c3fe8081ecbbd13eff5"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "1e5eda106e8fd11472d74f91bffc2ff0", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 contrib/fuzzystrmatch 的 levenshtein() 和 levenshtein_less_equal() 函数中的整数溢出", "evidence": {"same_day": true, "patch_ids": ["b6a4ec5efdc01505934fe024a8a4270f"], "statement_hash": "f6379cf73e457381cf432fa9add17bfe91f2d96391011c3fe8081ecbbd13eff5"}, "url": "/docs/compare/?release=18.6#18.6-9f4c551d8e885121", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "bc23bdcfa3cae705ffa99474b3b97aae", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 contrib/fuzzystrmatch 的 levenshtein() 和 levenshtein_less_equal() 函数中的整数溢出", "evidence": {"same_day": true, "patch_ids": ["b6a4ec5efdc01505934fe024a8a4270f"], "statement_hash": "f6379cf73e457381cf432fa9add17bfe91f2d96391011c3fe8081ecbbd13eff5"}, "url": "/docs/compare/?release=16.15#16.15-a51d10d5c2a5583d", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "f41b59ba5bf8ae6184895fe8e7bb8dc1", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 contrib/fuzzystrmatch 的 levenshtein() 和 levenshtein_less_equal() 函数中的整数溢出", "evidence": {"same_day": true, "patch_ids": ["b6a4ec5efdc01505934fe024a8a4270f"], "statement_hash": "f6379cf73e457381cf432fa9add17bfe91f2d96391011c3fe8081ecbbd13eff5"}, "url": "/docs/compare/?release=15.19#15.19-45fb139f005bf72d", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "24d49d08ad8dddbb2e9b85283621ee67", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 contrib/fuzzystrmatch 的 levenshtein() 和 levenshtein_less_equal() 函数中的整数溢出", "evidence": {"same_day": true, "patch_ids": ["b6a4ec5efdc01505934fe024a8a4270f"], "statement_hash": "f6379cf73e457381cf432fa9add17bfe91f2d96391011c3fe8081ecbbd13eff5"}, "url": "/docs/compare/?release=14.24#14.24-249a71765a38f726", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-c47a9a8863c0fc6e", "cves": ["CVE-2026-14676"], "html": "<p>修复 <code>contrib/pg_stat_statements</code> 中的缓冲区越界写入（Álvaro Herrera）</p>\n<p>查询规范化过程未准确计算规范化字符串所需的空间。</p>\n<p><span>PostgreSQL</span> 项目感谢 Sajeeb Lohani（与 TrendAI Zero Day Initiative 合作）和 Yuelin Wang 报告此问题。（CVE-2026-14676）</p>", "text": "修复 contrib/pg_stat_statements 中的缓冲区越界写入（Álvaro Herrera） 查询规范化过程未准确计算规范化字符串所需的空间。 PostgreSQL 项目感谢 Sajeeb Lohani（与 TrendAI Zero Day Initiative 合作）和 Yuelin Wang 报告此问题。（CVE-2026-14676）", "title": "修复 contrib/pg_stat_statements 中的缓冲区越界写入", "commits": [], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "ca48f4077f77c6c16b1f3b54ed2340924f89b69f65b4efb2a69cd24757c7f56b", "section_path": ["变更"], "commit_groups": [["1e2795dde", "8a31ffc2d", "bb02eba53"]], "identity_text": "Fix buffer overrun in contrib/pg_stat_statements (Álvaro Herrera) Query normalization didn't accurately account for the amount of space the normalized string would require. The PostgreSQL Project thanks Sajeeb Lohani (with TrendAI Zero Day Initiative) and Yuelin Wang for reporting this problem. (CVE-2026-14676)", "commit_aliases": ["1e2795dde", "8a31ffc2d", "bb02eba53"], "source_commits": ["1e2795dde"], "source_entry_id": "17.11/changes/026", "db_id": "d7011cf7f02dec0d6f5320d50f1060d7", "patch_ids": ["ff92e3cbebc5005b0bef45f9f1d8d30a"], "statement_hash": "9ccd331655eef445554d4bf3ba5a781e3ca80ec62b9fce48b4cf6f7177789b22", "relations": [{"rule": 2, "type": "equivalent", "target": "29895bb80ed2951a21b387b1a32fd0bf", "evidence": {"same_day": true, "patch_ids": ["ff92e3cbebc5005b0bef45f9f1d8d30a"], "statement_hash": "9ccd331655eef445554d4bf3ba5a781e3ca80ec62b9fce48b4cf6f7177789b22"}}, {"rule": 2, "type": "equivalent", "target": "aaa4509a01eb087a7c8dae3d3477599b", "evidence": {"same_day": true, "patch_ids": ["ff92e3cbebc5005b0bef45f9f1d8d30a"], "statement_hash": "9ccd331655eef445554d4bf3ba5a781e3ca80ec62b9fce48b4cf6f7177789b22"}}, {"rule": 2, "type": "equivalent", "target": "d8f3c95effa66c9d7648ed329303a70e", "evidence": {"same_day": true, "patch_ids": ["ff92e3cbebc5005b0bef45f9f1d8d30a"], "statement_hash": "9ccd331655eef445554d4bf3ba5a781e3ca80ec62b9fce48b4cf6f7177789b22"}}, {"rule": 2, "type": "equivalent", "target": "e84c1b71b1c15bae4e222a2f72d84864", "evidence": {"same_day": true, "patch_ids": ["ff92e3cbebc5005b0bef45f9f1d8d30a"], "statement_hash": "9ccd331655eef445554d4bf3ba5a781e3ca80ec62b9fce48b4cf6f7177789b22"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "e84c1b71b1c15bae4e222a2f72d84864", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 contrib/pg_stat_statements 中的缓冲区越界写入", "evidence": {"same_day": true, "patch_ids": ["ff92e3cbebc5005b0bef45f9f1d8d30a"], "statement_hash": "9ccd331655eef445554d4bf3ba5a781e3ca80ec62b9fce48b4cf6f7177789b22"}, "url": "/docs/compare/?release=18.6#18.6-c2bc95cc72b98750", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "d8f3c95effa66c9d7648ed329303a70e", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 contrib/pg_stat_statements 中的缓冲区越界写入", "evidence": {"same_day": true, "patch_ids": ["ff92e3cbebc5005b0bef45f9f1d8d30a"], "statement_hash": "9ccd331655eef445554d4bf3ba5a781e3ca80ec62b9fce48b4cf6f7177789b22"}, "url": "/docs/compare/?release=16.15#16.15-c47a9a8863c0fc6e", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "29895bb80ed2951a21b387b1a32fd0bf", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 contrib/pg_stat_statements 中的缓冲区越界写入", "evidence": {"same_day": true, "patch_ids": ["ff92e3cbebc5005b0bef45f9f1d8d30a"], "statement_hash": "9ccd331655eef445554d4bf3ba5a781e3ca80ec62b9fce48b4cf6f7177789b22"}, "url": "/docs/compare/?release=15.19#15.19-c47a9a8863c0fc6e", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "aaa4509a01eb087a7c8dae3d3477599b", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 contrib/pg_stat_statements 中的缓冲区越界写入", "evidence": {"same_day": true, "patch_ids": ["ff92e3cbebc5005b0bef45f9f1d8d30a"], "statement_hash": "9ccd331655eef445554d4bf3ba5a781e3ca80ec62b9fce48b4cf6f7177789b22"}, "url": "/docs/compare/?release=14.24#14.24-c47a9a8863c0fc6e", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-caca197ce0ba4b3f", "cves": ["CVE-2026-14678"], "html": "<p>修复 <code>contrib/pg_trgm</code> 的 GiST picksplit 函数中的数据类型错误（Heikki Linnakangas）<a href=\"https://postgr.es/c/1af08af69\">§</a></p>\n<p>此错误会导致缓冲区越界读取，通常造成不佳的页面分裂决策；在极少数情况下也可能导致崩溃。</p>\n<p><span>PostgreSQL</span> 项目感谢 Mehmet D. Ince 报告此问题。（CVE-2026-14678）</p>", "text": "修复 contrib/pg_trgm 的 GiST picksplit 函数中的数据类型错误（Heikki Linnakangas）§ 此错误会导致缓冲区越界读取，通常造成不佳的页面分裂决策；在极少数情况下也可能导致崩溃。 PostgreSQL 项目感谢 Mehmet D. Ince 报告此问题。（CVE-2026-14678）", "title": "修复 contrib/pg_trgm 的 GiST picksplit 函数中的数据类型错误", "commits": ["1af08af69"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "fee62153a84717bd66c9a2e86069663878d5ffec8dc78dd45171f81608712b1a", "section_path": ["变更"], "commit_groups": [["1af08af69", "24c88cd39", "66c2dbb20", "849019a50", "a74aa0854", "aa7b5815e", "c7c82a88c"]], "identity_text": "Fix datatype error in contrib/pg_trgm's GiST picksplit function (Heikki Linnakangas) This mistake resulted in reading past the end of the buffer, typically causing bad split decisions; but a crash could ensue if you're very unlucky. The PostgreSQL Project thanks Mehmet D. Ince for reporting this problem. (CVE-2026-14678)", "commit_aliases": ["1af08af69", "24c88cd39", "66c2dbb20", "849019a50", "a74aa0854", "aa7b5815e", "c7c82a88c"], "source_commits": ["1af08af69"], "source_entry_id": "17.11/changes/027", "db_id": "007e7b20002c9154a7b78500dad11fde", "patch_ids": ["e6003b6617841df26303992ba1215f03"], "statement_hash": "b75b9d4c297e71b80fedfe6eeb16417da2cd09f4baa7f5d2b7d3f4d2495f3474", "relations": [{"rule": 2, "type": "equivalent", "target": "0bc10887e786dd035f4571e42ea848b8", "evidence": {"same_day": true, "patch_ids": ["e6003b6617841df26303992ba1215f03"], "statement_hash": "b75b9d4c297e71b80fedfe6eeb16417da2cd09f4baa7f5d2b7d3f4d2495f3474"}}, {"rule": 2, "type": "equivalent", "target": "1dcffcddaa3ea6a57ebf8bf560e8c531", "evidence": {"same_day": true, "patch_ids": ["e6003b6617841df26303992ba1215f03"], "statement_hash": "b75b9d4c297e71b80fedfe6eeb16417da2cd09f4baa7f5d2b7d3f4d2495f3474"}}, {"rule": 2, "type": "equivalent", "target": "b9b08968a5deb7a55558cd0e3c3ecb91", "evidence": {"same_day": true, "patch_ids": ["e6003b6617841df26303992ba1215f03"], "statement_hash": "b75b9d4c297e71b80fedfe6eeb16417da2cd09f4baa7f5d2b7d3f4d2495f3474"}}, {"rule": 2, "type": "equivalent", "target": "c1b223f3527ab1382981f7ea6931f7ec", "evidence": {"same_day": true, "patch_ids": ["e6003b6617841df26303992ba1215f03"], "statement_hash": "b75b9d4c297e71b80fedfe6eeb16417da2cd09f4baa7f5d2b7d3f4d2495f3474"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "0bc10887e786dd035f4571e42ea848b8", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 contrib/pg_trgm 的 GiST picksplit 函数中的数据类型错误", "evidence": {"same_day": true, "patch_ids": ["e6003b6617841df26303992ba1215f03"], "statement_hash": "b75b9d4c297e71b80fedfe6eeb16417da2cd09f4baa7f5d2b7d3f4d2495f3474"}, "url": "/docs/compare/?release=18.6#18.6-b960de4f8267096f", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "1dcffcddaa3ea6a57ebf8bf560e8c531", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 contrib/pg_trgm 的 GiST picksplit 函数中的数据类型错误", "evidence": {"same_day": true, "patch_ids": ["e6003b6617841df26303992ba1215f03"], "statement_hash": "b75b9d4c297e71b80fedfe6eeb16417da2cd09f4baa7f5d2b7d3f4d2495f3474"}, "url": "/docs/compare/?release=16.15#16.15-0621542d439e129f", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "b9b08968a5deb7a55558cd0e3c3ecb91", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 contrib/pg_trgm 的 GiST picksplit 函数中的数据类型错误", "evidence": {"same_day": true, "patch_ids": ["e6003b6617841df26303992ba1215f03"], "statement_hash": "b75b9d4c297e71b80fedfe6eeb16417da2cd09f4baa7f5d2b7d3f4d2495f3474"}, "url": "/docs/compare/?release=15.19#15.19-057de36f6fc47ee3", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "c1b223f3527ab1382981f7ea6931f7ec", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 contrib/pg_trgm 的 GiST picksplit 函数中的数据类型错误", "evidence": {"same_day": true, "patch_ids": ["e6003b6617841df26303992ba1215f03"], "statement_hash": "b75b9d4c297e71b80fedfe6eeb16417da2cd09f4baa7f5d2b7d3f4d2495f3474"}, "url": "/docs/compare/?release=14.24#14.24-76522194454c0c43", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-9677b8014f265a17", "cves": ["CVE-2026-14671"], "html": "<p>移除 <code>contrib/refint</code> 中的计划缓存（Ayush Tiwari）<a href=\"https://postgr.es/c/66a5146dc\">§</a></p>\n<p>这种缓存行为存在几个严重缺陷，尤其是 <code>check_foreign_key()</code> 会把新键值嵌入其级联 UPDATE 查询，因此缓存计划会重复使用最初所需的值，而不是当前应使用的键值。最简单的解决办法是移除该缓存。</p>\n<p><span>PostgreSQL</span> 项目感谢 Hcamael 报告此问题。（CVE-2026-14671）</p>", "text": "移除 contrib/refint 中的计划缓存（Ayush Tiwari）§ 这种缓存行为存在几个严重缺陷，尤其是 check_foreign_key() 会把新键值嵌入其级联 UPDATE 查询，因此缓存计划会重复使用最初所需的值，而不是当前应使用的键值。最简单的解决办法是移除该缓存。 PostgreSQL 项目感谢 Hcamael 报告此问题。（CVE-2026-14671）", "title": "移除 contrib/refint 中的计划缓存", "commits": ["66a5146dc"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "52c4cc3dc614844c489b451015bc81f1f2dd42292c727b471d2a8d87081c49ba", "section_path": ["变更"], "commit_groups": [["1fbe2066d", "5b72d0279", "66a5146dc", "79a506228", "a572dd213", "b7b513d9a"]], "identity_text": "Remove the plan cache in contrib/refint (Ayush Tiwari) This caching behavior has several serious bugs, notably that check_foreign_key() embeds the new key values in its cascade-UPDATE queries, so a cached plan reuses the originally-needed values rather than the key values that should be used. The simplest solution is to remove it. The PostgreSQL Project thanks Hcamael for reporting this problem. (CVE-2026-14671)", "commit_aliases": ["1fbe2066d", "5b72d0279", "66a5146dc", "79a506228", "a572dd213", "b7b513d9a"], "source_commits": ["66a5146dc"], "source_entry_id": "17.11/changes/028", "db_id": "aca3bdc694388071f82dcc5eb7deb70d", "patch_ids": ["1a32666836cb434aea5b3cbd8282c9f7"], "statement_hash": "b8e6fe77ce440b33c793882e33b84a13458e57df19432239a74f731dbb6496f9", "relations": [{"rule": 2, "type": "equivalent", "target": "0edf0fe6be4ddcafd5c7d27addaa918f", "evidence": {"same_day": true, "patch_ids": ["1a32666836cb434aea5b3cbd8282c9f7"], "statement_hash": "b8e6fe77ce440b33c793882e33b84a13458e57df19432239a74f731dbb6496f9"}}, {"rule": 2, "type": "equivalent", "target": "139a1ada6baf2bae757b6a1a97ee7f41", "evidence": {"same_day": true, "patch_ids": ["1a32666836cb434aea5b3cbd8282c9f7"], "statement_hash": "b8e6fe77ce440b33c793882e33b84a13458e57df19432239a74f731dbb6496f9"}}, {"rule": 2, "type": "equivalent", "target": "7dbe14e2bbf06d93dd90088eae989b60", "evidence": {"same_day": true, "patch_ids": ["1a32666836cb434aea5b3cbd8282c9f7"], "statement_hash": "b8e6fe77ce440b33c793882e33b84a13458e57df19432239a74f731dbb6496f9"}}, {"rule": 2, "type": "equivalent", "target": "ddbe7d30f92efca35dca583745e7a91a", "evidence": {"same_day": true, "patch_ids": ["1a32666836cb434aea5b3cbd8282c9f7"], "statement_hash": "b8e6fe77ce440b33c793882e33b84a13458e57df19432239a74f731dbb6496f9"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "139a1ada6baf2bae757b6a1a97ee7f41", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "移除 contrib/refint 中的计划缓存", "evidence": {"same_day": true, "patch_ids": ["1a32666836cb434aea5b3cbd8282c9f7"], "statement_hash": "b8e6fe77ce440b33c793882e33b84a13458e57df19432239a74f731dbb6496f9"}, "url": "/docs/compare/?release=18.6#18.6-2fe39251a9e1874e", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "ddbe7d30f92efca35dca583745e7a91a", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "移除 contrib/refint 中的计划缓存", "evidence": {"same_day": true, "patch_ids": ["1a32666836cb434aea5b3cbd8282c9f7"], "statement_hash": "b8e6fe77ce440b33c793882e33b84a13458e57df19432239a74f731dbb6496f9"}, "url": "/docs/compare/?release=16.15#16.15-b2c274cdcaf4ba1b", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "0edf0fe6be4ddcafd5c7d27addaa918f", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "移除 contrib/refint 中的计划缓存", "evidence": {"same_day": true, "patch_ids": ["1a32666836cb434aea5b3cbd8282c9f7"], "statement_hash": "b8e6fe77ce440b33c793882e33b84a13458e57df19432239a74f731dbb6496f9"}, "url": "/docs/compare/?release=15.19#15.19-cf70552f3d82a213", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "7dbe14e2bbf06d93dd90088eae989b60", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "移除 contrib/refint 中的计划缓存", "evidence": {"same_day": true, "patch_ids": ["1a32666836cb434aea5b3cbd8282c9f7"], "statement_hash": "b8e6fe77ce440b33c793882e33b84a13458e57df19432239a74f731dbb6496f9"}, "url": "/docs/compare/?release=14.24#14.24-80251253da1ccc96", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-3e22bb5ab29aa62e", "cves": [], "html": "<p>修复重新扫描异步 Append 计划节点时异步读取处理不当的问题（Alexander Korotkov、Gleb Kashkin、Etsuro Fujita）<a href=\"https://postgr.es/c/3704870b2\">§</a></p>\n<p>当上层计划节点尚未读取完整的 Append 输出就重新扫描 Append 时，需要丢弃所有已发送到外部服务器且尚未完成的请求（例如由 <code>postgres_fdw</code> 发送的请求）。此前，当子计划的参数发生变化，或者在下一次扫描中被分区剪枝丢弃时，这项操作未能正确完成。这可能导致错误的查询结果、无限循环或断言失败。</p>", "text": "修复重新扫描异步 Append 计划节点时异步读取处理不当的问题（Alexander Korotkov、Gleb Kashkin、Etsuro Fujita）§ 当上层计划节点尚未读取完整的 Append 输出就重新扫描 Append 时，需要丢弃所有已发送到外部服务器且尚未完成的请求（例如由 postgres_fdw 发送的请求）。此前，当子计划的参数发生变化，或者在下一次扫描中被分区剪枝丢弃时，这项操作未能正确完成。这可能导致错误的查询结果、无限循环或断言失败。", "title": "修复重新扫描异步 Append 计划节点时异步读取处理不当的问题", "commits": ["3704870b2"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "cee4208dfae98b703b22ff8efe185c1821be0cb02e1215e5dfa484969b251c11", "section_path": ["变更"], "commit_groups": [["3704870b2", "4ea497a92", "7213cbfa0", "7d74b2644", "894da35b3", "cec48686a", "f57df2068"]], "identity_text": "Fix mis-handling of asynchronous reads when rescanning an asynchronous Append plan node (Alexander Korotkov, Gleb Kashkin, Etsuro Fujita) When an upper plan node rescans an Append before having read the entire Append output, we need to discard any in-flight requests sent to external servers (by postgres_fdw for example). This was not done correctly in cases where a subplan has parameter changes or is discarded by partition pruning in the next scan. The outcome could be incorrect query results, an infinite loop, or an assertion failure.", "commit_aliases": ["3704870b2", "4ea497a92", "7213cbfa0", "7d74b2644", "894da35b3", "cec48686a", "f57df2068"], "source_commits": ["3704870b2"], "source_entry_id": "17.11/changes/029", "db_id": "308bf9c42c99219ddb3217fdf72c3cc2", "patch_ids": ["9c0723170572c08606a9295f60002d24"], "statement_hash": "63920dc25b666a17f0abbbd9dbd5d73e39729a95414c23162e2eef52f54e0156", "relations": [{"rule": 2, "type": "equivalent", "target": "14a676aedb1f7035485b3957b6cdb1d3", "evidence": {"same_day": true, "patch_ids": ["9c0723170572c08606a9295f60002d24"], "statement_hash": "63920dc25b666a17f0abbbd9dbd5d73e39729a95414c23162e2eef52f54e0156"}}, {"rule": 2, "type": "equivalent", "target": "356859c6db4851d1f22713fc26ca208a", "evidence": {"same_day": true, "patch_ids": ["9c0723170572c08606a9295f60002d24"], "statement_hash": "63920dc25b666a17f0abbbd9dbd5d73e39729a95414c23162e2eef52f54e0156"}}, {"rule": 2, "type": "equivalent", "target": "4977c45c15376d01b25828041933e6ed", "evidence": {"same_day": true, "patch_ids": ["9c0723170572c08606a9295f60002d24"], "statement_hash": "63920dc25b666a17f0abbbd9dbd5d73e39729a95414c23162e2eef52f54e0156"}}, {"rule": 2, "type": "equivalent", "target": "d3c85d15eab520a6fbdb79e9d5b8db40", "evidence": {"same_day": true, "patch_ids": ["9c0723170572c08606a9295f60002d24"], "statement_hash": "63920dc25b666a17f0abbbd9dbd5d73e39729a95414c23162e2eef52f54e0156"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "14a676aedb1f7035485b3957b6cdb1d3", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复重新扫描异步 Append 计划节点时异步读取处理不当的问题", "evidence": {"same_day": true, "patch_ids": ["9c0723170572c08606a9295f60002d24"], "statement_hash": "63920dc25b666a17f0abbbd9dbd5d73e39729a95414c23162e2eef52f54e0156"}, "url": "/docs/compare/?release=18.6#18.6-ac95828b13f18d05", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "4977c45c15376d01b25828041933e6ed", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复重新扫描异步 Append 计划节点时异步读取处理不当的问题", "evidence": {"same_day": true, "patch_ids": ["9c0723170572c08606a9295f60002d24"], "statement_hash": "63920dc25b666a17f0abbbd9dbd5d73e39729a95414c23162e2eef52f54e0156"}, "url": "/docs/compare/?release=16.15#16.15-726d3c037f7a5f67", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "d3c85d15eab520a6fbdb79e9d5b8db40", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复重新扫描异步 Append 计划节点时异步读取处理不当的问题", "evidence": {"same_day": true, "patch_ids": ["9c0723170572c08606a9295f60002d24"], "statement_hash": "63920dc25b666a17f0abbbd9dbd5d73e39729a95414c23162e2eef52f54e0156"}, "url": "/docs/compare/?release=15.19#15.19-2115870724f13b57", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "356859c6db4851d1f22713fc26ca208a", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复重新扫描异步 Append 计划节点时异步读取处理不当的问题", "evidence": {"same_day": true, "patch_ids": ["9c0723170572c08606a9295f60002d24"], "statement_hash": "63920dc25b666a17f0abbbd9dbd5d73e39729a95414c23162e2eef52f54e0156"}, "url": "/docs/compare/?release=14.24#14.24-e91417bd4fbd5c30", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-ae4f5cd546a7dc28", "cves": [], "html": "<p>修复 RANGE 分区表的分区剪枝错误（David Rowley）<a href=\"https://postgr.es/c/31f2acde5\">§</a></p>\n<p>在某些情况下，本不应跳过的 DEFAULT 分区会被跳过，这可能导致查询结果中缺少行。</p>", "text": "修复 RANGE 分区表的分区剪枝错误（David Rowley）§ 在某些情况下，本不应跳过的 DEFAULT 分区会被跳过，这可能导致查询结果中缺少行。", "title": "修复 RANGE 分区表的分区剪枝错误", "commits": ["31f2acde5"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "49a261d1bad9a876ceb1047967d2ad2fb36b3e1348f6947c949ecf3ba15c31af", "section_path": ["变更"], "commit_groups": [["02e69be47", "31f2acde5", "5190732c9", "6098f35f4", "709dfd27f", "9a0cd8e73", "f9282a650"]], "identity_text": "Fix error in partition pruning for RANGE-partitioned tables (David Rowley) In some cases the DEFAULT partition would be skipped when it should not be, which could lead to rows missing from query results.", "commit_aliases": ["02e69be47", "31f2acde5", "5190732c9", "6098f35f4", "709dfd27f", "9a0cd8e73", "f9282a650"], "source_commits": ["31f2acde5"], "source_entry_id": "17.11/changes/030", "db_id": "199c05dd5ca242a1207113d841920d91", "patch_ids": ["07f80c898c23577b927785baf5699ba6"], "statement_hash": "e3e0e32dc70a802e15316cd723301dfb9165a361cfaaa3eaebb6138320570c23", "relations": [{"rule": 2, "type": "equivalent", "target": "128f5b0ef464d5fb3f9f8de9b62b5b0c", "evidence": {"same_day": true, "patch_ids": ["07f80c898c23577b927785baf5699ba6"], "statement_hash": "e3e0e32dc70a802e15316cd723301dfb9165a361cfaaa3eaebb6138320570c23"}}, {"rule": 2, "type": "equivalent", "target": "8e616a25980e478e4ba1d40fd43361c9", "evidence": {"same_day": true, "patch_ids": ["07f80c898c23577b927785baf5699ba6"], "statement_hash": "e3e0e32dc70a802e15316cd723301dfb9165a361cfaaa3eaebb6138320570c23"}}, {"rule": 2, "type": "equivalent", "target": "b1408f66d7e290909c80f8c2b9d6a6e6", "evidence": {"same_day": true, "patch_ids": ["07f80c898c23577b927785baf5699ba6"], "statement_hash": "e3e0e32dc70a802e15316cd723301dfb9165a361cfaaa3eaebb6138320570c23"}}, {"rule": 2, "type": "equivalent", "target": "c03487e8eed72def14469f629495faba", "evidence": {"same_day": true, "patch_ids": ["07f80c898c23577b927785baf5699ba6"], "statement_hash": "e3e0e32dc70a802e15316cd723301dfb9165a361cfaaa3eaebb6138320570c23"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "128f5b0ef464d5fb3f9f8de9b62b5b0c", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 RANGE 分区表的分区剪枝错误", "evidence": {"same_day": true, "patch_ids": ["07f80c898c23577b927785baf5699ba6"], "statement_hash": "e3e0e32dc70a802e15316cd723301dfb9165a361cfaaa3eaebb6138320570c23"}, "url": "/docs/compare/?release=18.6#18.6-1c1bf5522234d430", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "b1408f66d7e290909c80f8c2b9d6a6e6", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 RANGE 分区表的分区剪枝错误", "evidence": {"same_day": true, "patch_ids": ["07f80c898c23577b927785baf5699ba6"], "statement_hash": "e3e0e32dc70a802e15316cd723301dfb9165a361cfaaa3eaebb6138320570c23"}, "url": "/docs/compare/?release=16.15#16.15-cce23f53ca16684a", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "8e616a25980e478e4ba1d40fd43361c9", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 RANGE 分区表的分区剪枝错误", "evidence": {"same_day": true, "patch_ids": ["07f80c898c23577b927785baf5699ba6"], "statement_hash": "e3e0e32dc70a802e15316cd723301dfb9165a361cfaaa3eaebb6138320570c23"}, "url": "/docs/compare/?release=15.19#15.19-b3f92b81dd82f323", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "c03487e8eed72def14469f629495faba", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 RANGE 分区表的分区剪枝错误", "evidence": {"same_day": true, "patch_ids": ["07f80c898c23577b927785baf5699ba6"], "statement_hash": "e3e0e32dc70a802e15316cd723301dfb9165a361cfaaa3eaebb6138320570c23"}, "url": "/docs/compare/?release=14.24#14.24-b6f407b6d50bed97", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-0179d9549f7c629e", "cves": [], "html": "<p>修复规划器对 <code><em><code>value</code></em> IN (<em><code>array</code></em>)</code> 表达式所做的可空性和严格性检查（Ayush Tiwari）<a href=\"https://postgr.es/c/26d6b7dc9\">§</a></p>\n<p>只有在已知数组操作数非空时，这些检查才应成功，但此前遗漏了这项考虑，因而可能应用本不该采用的优化。如果数组实际为空，这可能导致查询结果错误。</p>", "text": "修复规划器对 value IN (array) 表达式所做的可空性和严格性检查（Ayush Tiwari）§ 只有在已知数组操作数非空时，这些检查才应成功，但此前遗漏了这项考虑，因而可能应用本不该采用的优化。如果数组实际为空，这可能导致查询结果错误。", "title": "修复规划器对 value IN (array) 表达式所做的可空性和严格性检查", "commits": ["26d6b7dc9"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "823d5a484e15b4b5bf44314b5c2ae24d9cec0e9be4afe1d31de6980f3782060a", "section_path": ["变更"], "commit_groups": [["13b627a3e", "239eabda4", "26d6b7dc9", "277122036", "53470ffba", "6fcee189b", "9740c68ff"]], "identity_text": "Fix planner's nullability and strictness checks for value IN (array) expressions (Ayush Tiwari) These checks should only succeed if the array operand is known to be non-empty, but that consideration was missed, allowing optimizations to be applied that should not be. This could result in wrong query answers if the array actually was empty.", "commit_aliases": ["13b627a3e", "239eabda4", "26d6b7dc9", "277122036", "53470ffba", "6fcee189b", "9740c68ff"], "source_commits": ["26d6b7dc9"], "source_entry_id": "17.11/changes/031", "db_id": "53fcc801e2a78a55196f6122abbd7a01", "patch_ids": ["df435503db83a1e14391340c77582135"], "statement_hash": "2d92bc3cfa84bb56afc5d1f1b3a42de958d5476b1ad5c8eeac46ecc8e878ca25", "relations": [{"rule": 2, "type": "equivalent", "target": "295b1a7da9077453b2e0fd1899e5c7e4", "evidence": {"same_day": true, "patch_ids": ["df435503db83a1e14391340c77582135"], "statement_hash": "2d92bc3cfa84bb56afc5d1f1b3a42de958d5476b1ad5c8eeac46ecc8e878ca25"}}, {"rule": 2, "type": "equivalent", "target": "8c22785dc1e64a0a8f07acd08ee8695d", "evidence": {"same_day": true, "patch_ids": ["df435503db83a1e14391340c77582135"], "statement_hash": "2d92bc3cfa84bb56afc5d1f1b3a42de958d5476b1ad5c8eeac46ecc8e878ca25"}}, {"rule": 2, "type": "equivalent", "target": "ad3ee3744d12ed87e41b743df908a973", "evidence": {"same_day": true, "patch_ids": ["df435503db83a1e14391340c77582135"], "statement_hash": "2d92bc3cfa84bb56afc5d1f1b3a42de958d5476b1ad5c8eeac46ecc8e878ca25"}}, {"rule": 2, "type": "equivalent", "target": "c4e4aedd211ab9a3cebe71bab9209dff", "evidence": {"same_day": true, "patch_ids": ["df435503db83a1e14391340c77582135"], "statement_hash": "2d92bc3cfa84bb56afc5d1f1b3a42de958d5476b1ad5c8eeac46ecc8e878ca25"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "ad3ee3744d12ed87e41b743df908a973", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复规划器对 value IN (array) 表达式所做的可空性和严格性检查", "evidence": {"same_day": true, "patch_ids": ["df435503db83a1e14391340c77582135"], "statement_hash": "2d92bc3cfa84bb56afc5d1f1b3a42de958d5476b1ad5c8eeac46ecc8e878ca25"}, "url": "/docs/compare/?release=18.6#18.6-7f07d942a2dc7fb3", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "c4e4aedd211ab9a3cebe71bab9209dff", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复规划器对 value IN (array) 表达式所做的可空性和严格性检查", "evidence": {"same_day": true, "patch_ids": ["df435503db83a1e14391340c77582135"], "statement_hash": "2d92bc3cfa84bb56afc5d1f1b3a42de958d5476b1ad5c8eeac46ecc8e878ca25"}, "url": "/docs/compare/?release=16.15#16.15-fa8b871fcf656789", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "8c22785dc1e64a0a8f07acd08ee8695d", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复规划器对 value IN (array) 表达式所做的可空性和严格性检查", "evidence": {"same_day": true, "patch_ids": ["df435503db83a1e14391340c77582135"], "statement_hash": "2d92bc3cfa84bb56afc5d1f1b3a42de958d5476b1ad5c8eeac46ecc8e878ca25"}, "url": "/docs/compare/?release=15.19#15.19-6f626d9b6541c108", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "295b1a7da9077453b2e0fd1899e5c7e4", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复规划器对 value IN (array) 表达式所做的可空性和严格性检查", "evidence": {"same_day": true, "patch_ids": ["df435503db83a1e14391340c77582135"], "statement_hash": "2d92bc3cfa84bb56afc5d1f1b3a42de958d5476b1ad5c8eeac46ecc8e878ca25"}, "url": "/docs/compare/?release=14.24#14.24-1f1442421fcf2295", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-8ac984b046b9e22d", "cves": [], "html": "<p>修复错误的连接移除逻辑（Matheus Alcantara、Richard Guo）<a href=\"https://postgr.es/c/cdcec567d\">§</a> <a href=\"https://postgr.es/c/b308eb366\">§</a></p>\n<p>在边缘情况下，来自外连接可空侧内部的常量输出值可能在应替换为 NULL 时未被替换。</p>", "text": "修复错误的连接移除逻辑（Matheus Alcantara、Richard Guo）§ § 在边缘情况下，来自外连接可空侧内部的常量输出值可能在应替换为 NULL 时未被替换。", "title": "修复错误的连接移除逻辑", "commits": ["b308eb366", "cdcec567d"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "f147f6d6798bd9d42cab88c16b04ca61a87728d1a38310f0f1bacfe10a8906ef", "section_path": ["变更"], "commit_groups": [["0da71d90d", "72457f1df", "9e40d07e1", "b308eb366", "d610d8e8b"], ["1df9e8d96", "21f5e659e", "3e1fe25e6", "8bc479627", "cdcec567d"]], "identity_text": "Fix incorrect join removal logic (Matheus Alcantara, Richard Guo) In edge cases, it was possible for a constant output value coming from within the nullable side of an outer join to not be replaced by NULL when it should be.", "commit_aliases": ["0da71d90d", "1df9e8d96", "21f5e659e", "3e1fe25e6", "72457f1df", "8bc479627", "9e40d07e1", "b308eb366", "cdcec567d", "d610d8e8b"], "source_commits": ["b308eb366", "cdcec567d"], "source_entry_id": "17.11/changes/032", "db_id": "d46715d5dbb4902eaecdcfe45967fd74", "patch_ids": ["1e12745a4a72c22047b3d9e8c13b8fb6", "dabc0be4437bfea2c9473e4b0cbd7ede"], "statement_hash": "66372d30c157ceb2f0f88f6e5275d315accebe006eebab6de4089f55d7597b5d", "relations": [{"rule": 2, "type": "equivalent", "target": "4f181419572dec31c7f8a0612a21f555", "evidence": {"same_day": true, "patch_ids": ["1e12745a4a72c22047b3d9e8c13b8fb6", "dabc0be4437bfea2c9473e4b0cbd7ede"], "statement_hash": "66372d30c157ceb2f0f88f6e5275d315accebe006eebab6de4089f55d7597b5d"}}, {"rule": 2, "type": "equivalent", "target": "86a9304ee897d487f2f08fdf6cd5a298", "evidence": {"same_day": true, "patch_ids": ["1e12745a4a72c22047b3d9e8c13b8fb6", "dabc0be4437bfea2c9473e4b0cbd7ede"], "statement_hash": "66372d30c157ceb2f0f88f6e5275d315accebe006eebab6de4089f55d7597b5d"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "4f181419572dec31c7f8a0612a21f555", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复错误的连接移除逻辑", "evidence": {"same_day": true, "patch_ids": ["1e12745a4a72c22047b3d9e8c13b8fb6", "dabc0be4437bfea2c9473e4b0cbd7ede"], "statement_hash": "66372d30c157ceb2f0f88f6e5275d315accebe006eebab6de4089f55d7597b5d"}, "url": "/docs/compare/?release=18.6#18.6-8445b59319518d4d", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "86a9304ee897d487f2f08fdf6cd5a298", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复错误的连接移除逻辑", "evidence": {"same_day": true, "patch_ids": ["1e12745a4a72c22047b3d9e8c13b8fb6", "dabc0be4437bfea2c9473e4b0cbd7ede"], "statement_hash": "66372d30c157ceb2f0f88f6e5275d315accebe006eebab6de4089f55d7597b5d"}, "url": "/docs/compare/?release=16.15#16.15-dbc5e51d45a37594", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}]}, {"id": "17.11-f6f35a5c24f27bf2", "cves": [], "html": "<p>补上对容器数据类型（数组、复合类型、范围类型）的等值比较是否支持 hash 运算的检查（Andrei Lepikhov、Tom Lane）<a href=\"https://postgr.es/c/19152e3c2\">§</a></p>\n<p>规划器在决定可以使用基于 hash 的计划类型之前，必须验证容器组成类型是否可进行 hash 运算。此前有些地方遗漏了这一步，导致执行时出现 <span>“<span>could not identify a hash function</span>”</span> 错误。</p>", "text": "补上对容器数据类型（数组、复合类型、范围类型）的等值比较是否支持 hash 运算的检查（Andrei Lepikhov、Tom Lane）§ 规划器在决定可以使用基于 hash 的计划类型之前，必须验证容器组成类型是否可进行 hash 运算。此前有些地方遗漏了这一步，导致执行时出现 “could not identify a hash function” 错误。", "title": "补上对容器数据类型（数组、复合类型、范围类型）的等值比较是否支持 hash 运算的检查", "commits": ["19152e3c2"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "ed1b083f70dd885d06cba5c3e3297dea257d7bf0de2cbfb69769fe833135afbc", "section_path": ["变更"], "commit_groups": [["06e94eccf", "11aed8d19", "19152e3c2", "64778fac7", "caebac5f1", "cf2bfe073"]], "identity_text": "Add missed checks for hashability of equality comparisons on container datatypes (arrays, composites, ranges) (Andrei Lepikhov, Tom Lane) The planner must verify hashability of the container's component type(s) before deciding it can use a hash-based plan type. This step was missed in some places, leading to could not identify a hash function failures at execution.", "commit_aliases": ["06e94eccf", "11aed8d19", "19152e3c2", "64778fac7", "caebac5f1", "cf2bfe073"], "source_commits": ["19152e3c2"], "source_entry_id": "17.11/changes/033", "db_id": "4de85f9df67410e6ee11d61a4934c2dd", "patch_ids": ["f162e2041e91d006f552b603fcf44b0b"], "statement_hash": "b7a7a5b48bc59370b10583c89b44b2318a828907126bcf1f7993377c9815a9e9", "relations": [{"rule": 2, "type": "equivalent", "target": "8f291081d50c65368eaa75ffccbfb916", "evidence": {"same_day": true, "patch_ids": ["f162e2041e91d006f552b603fcf44b0b"], "statement_hash": "b7a7a5b48bc59370b10583c89b44b2318a828907126bcf1f7993377c9815a9e9"}}, {"rule": 2, "type": "equivalent", "target": "b401153415d6c7495b085ccde803a0bc", "evidence": {"same_day": true, "patch_ids": ["f162e2041e91d006f552b603fcf44b0b"], "statement_hash": "b7a7a5b48bc59370b10583c89b44b2318a828907126bcf1f7993377c9815a9e9"}}, {"rule": 2, "type": "equivalent", "target": "f09d5370fd92cd8394d32a7c6a39f808", "evidence": {"same_day": true, "patch_ids": ["f162e2041e91d006f552b603fcf44b0b"], "statement_hash": "b7a7a5b48bc59370b10583c89b44b2318a828907126bcf1f7993377c9815a9e9"}}, {"rule": 2, "type": "equivalent", "target": "f1ae81ec65ad7eceb75ed5e3e0b2c543", "evidence": {"same_day": true, "patch_ids": ["f162e2041e91d006f552b603fcf44b0b"], "statement_hash": "b7a7a5b48bc59370b10583c89b44b2318a828907126bcf1f7993377c9815a9e9"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "b401153415d6c7495b085ccde803a0bc", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "补上对容器数据类型（数组、复合类型、范围类型）的等值比较是否支持 hash 运算的检查", "evidence": {"same_day": true, "patch_ids": ["f162e2041e91d006f552b603fcf44b0b"], "statement_hash": "b7a7a5b48bc59370b10583c89b44b2318a828907126bcf1f7993377c9815a9e9"}, "url": "/docs/compare/?release=18.6#18.6-7bb42265442bdc48", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "f09d5370fd92cd8394d32a7c6a39f808", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "补上对容器数据类型（数组、复合类型、范围类型）的等值比较是否支持 hash 运算的检查", "evidence": {"same_day": true, "patch_ids": ["f162e2041e91d006f552b603fcf44b0b"], "statement_hash": "b7a7a5b48bc59370b10583c89b44b2318a828907126bcf1f7993377c9815a9e9"}, "url": "/docs/compare/?release=16.15#16.15-0fac2f9a99aa0191", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "8f291081d50c65368eaa75ffccbfb916", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "补上对容器数据类型（数组、复合类型、范围类型）的等值比较是否支持 hash 运算的检查", "evidence": {"same_day": true, "patch_ids": ["f162e2041e91d006f552b603fcf44b0b"], "statement_hash": "b7a7a5b48bc59370b10583c89b44b2318a828907126bcf1f7993377c9815a9e9"}, "url": "/docs/compare/?release=15.19#15.19-af11d749ae05b88c", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "f1ae81ec65ad7eceb75ed5e3e0b2c543", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "补上对容器数据类型（数组、复合类型、范围类型）的等值比较是否支持 hash 运算的检查", "evidence": {"same_day": true, "patch_ids": ["f162e2041e91d006f552b603fcf44b0b"], "statement_hash": "b7a7a5b48bc59370b10583c89b44b2318a828907126bcf1f7993377c9815a9e9"}, "url": "/docs/compare/?release=14.24#14.24-16597bc3e22164d9", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-c7bededba93f5fa4", "cves": [], "html": "<p>修复 <code>COUNT</code> 窗口函数的错误优化：这些函数带有 <code>EXCLUDE</code> 子句或缺少 <code>ORDER BY</code>（Chengpeng Yan、David Rowley）<a href=\"https://postgr.es/c/be63b285e\">§</a></p>\n<p>这些窗口函数在不应被视为单调函数的情况下被当成单调函数处理，因而可能计算出错误答案。</p>", "text": "修复 COUNT 窗口函数的错误优化：这些函数带有 EXCLUDE 子句或缺少 ORDER BY（Chengpeng Yan、David Rowley）§ 这些窗口函数在不应被视为单调函数的情况下被当成单调函数处理，因而可能计算出错误答案。", "title": "修复 COUNT 窗口函数的错误优化：这些函数带有 EXCLUDE 子句或缺少 ORDER BY", "commits": ["be63b285e"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "6de80c9b10cf3770ebaace3062e8410a2e5aabc7e2c93e7048cd8a74d929c839", "section_path": ["变更"], "commit_groups": [["842e34efa", "a85732162", "be63b285e", "cf184ec77", "d007800f0", "fcd58c6d9"]], "identity_text": "Fix mis-optimization of COUNT window functions that have an EXCLUDE clause or lack ORDER BY (Chengpeng Yan, David Rowley) These window functions were treated as monotonic when they should not be, allowing wrong answers to be computed.", "commit_aliases": ["842e34efa", "a85732162", "be63b285e", "cf184ec77", "d007800f0", "fcd58c6d9"], "source_commits": ["be63b285e"], "source_entry_id": "17.11/changes/034", "db_id": "40a7c9c1b0ba3bb62e973869e4377d48", "patch_ids": ["28e51714721f6a824be654de7f6357bc"], "statement_hash": "6285e56236281de47720490e02f655ef1c492df7841c118242cef65b8c828aa3", "relations": [{"rule": 2, "type": "equivalent", "target": "28c2612bebf05e287b83343abb5a649a", "evidence": {"same_day": true, "patch_ids": ["28e51714721f6a824be654de7f6357bc"], "statement_hash": "6285e56236281de47720490e02f655ef1c492df7841c118242cef65b8c828aa3"}}, {"rule": 2, "type": "equivalent", "target": "ddf83605232b0de3c591e0caa7a88605", "evidence": {"same_day": true, "patch_ids": ["28e51714721f6a824be654de7f6357bc"], "statement_hash": "6285e56236281de47720490e02f655ef1c492df7841c118242cef65b8c828aa3"}}, {"rule": 2, "type": "equivalent", "target": "f36b3896971ebb704e9049fa9035f582", "evidence": {"same_day": true, "patch_ids": ["28e51714721f6a824be654de7f6357bc"], "statement_hash": "6285e56236281de47720490e02f655ef1c492df7841c118242cef65b8c828aa3"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "ddf83605232b0de3c591e0caa7a88605", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 COUNT 窗口函数的错误优化：这些函数带有 EXCLUDE 子句或缺少 ORDER BY", "evidence": {"same_day": true, "patch_ids": ["28e51714721f6a824be654de7f6357bc"], "statement_hash": "6285e56236281de47720490e02f655ef1c492df7841c118242cef65b8c828aa3"}, "url": "/docs/compare/?release=18.6#18.6-88417491cf3856e5", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "f36b3896971ebb704e9049fa9035f582", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 COUNT 窗口函数的错误优化：这些函数带有 EXCLUDE 子句或缺少 ORDER BY", "evidence": {"same_day": true, "patch_ids": ["28e51714721f6a824be654de7f6357bc"], "statement_hash": "6285e56236281de47720490e02f655ef1c492df7841c118242cef65b8c828aa3"}, "url": "/docs/compare/?release=16.15#16.15-771e23308af7ee5f", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "28c2612bebf05e287b83343abb5a649a", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 COUNT 窗口函数的错误优化：这些函数带有 EXCLUDE 子句或缺少 ORDER BY", "evidence": {"same_day": true, "patch_ids": ["28e51714721f6a824be654de7f6357bc"], "statement_hash": "6285e56236281de47720490e02f655ef1c492df7841c118242cef65b8c828aa3"}, "url": "/docs/compare/?release=15.19#15.19-b8bb580eb8de14f5", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}]}, {"id": "17.11-aa9ce164073e6fc7", "cves": [], "html": "<p>修复 <code>ALTER COLUMN ... DROP EXPRESSION</code> 在存在多级分区时无法正常工作的问题（Alberto Piai）<a href=\"https://postgr.es/c/18006c1bd\">§</a></p>", "text": "修复 ALTER COLUMN ... DROP EXPRESSION 在存在多级分区时无法正常工作的问题（Alberto Piai）§", "title": "修复 ALTER COLUMN ... DROP EXPRESSION 在存在多级分区时无法正常工作的问题", "commits": ["18006c1bd"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "fdb7bed2467064d6055ef15e2155f6cbef11a4b750d667bebbaa1a3e5f3e6f80", "section_path": ["变更"], "commit_groups": [["18006c1bd", "34785a0d5", "785289de0", "c374f2807", "cad17745e", "ce6e434ce", "fef160d8b"]], "identity_text": "Fix ALTER COLUMN ... DROP EXPRESSION to work when there are multiple levels of partitions (Alberto Piai)", "commit_aliases": ["18006c1bd", "34785a0d5", "785289de0", "c374f2807", "cad17745e", "ce6e434ce", "fef160d8b"], "source_commits": ["18006c1bd"], "source_entry_id": "17.11/changes/035", "db_id": "644f498dfc902b8478cebc735019df44", "patch_ids": ["eb3e04d63883499b6a42a7149830218b"], "statement_hash": "a9426a4c530fee747811532ad11a1324dac241e961f27f70d5a140fa9110019f", "relations": [{"rule": 2, "type": "equivalent", "target": "3e61c5e7800280c2d75348edca95b482", "evidence": {"same_day": true, "patch_ids": ["eb3e04d63883499b6a42a7149830218b"], "statement_hash": "a9426a4c530fee747811532ad11a1324dac241e961f27f70d5a140fa9110019f"}}, {"rule": 2, "type": "equivalent", "target": "481ba0dce2331491936d08937b509331", "evidence": {"same_day": true, "patch_ids": ["eb3e04d63883499b6a42a7149830218b"], "statement_hash": "a9426a4c530fee747811532ad11a1324dac241e961f27f70d5a140fa9110019f"}}, {"rule": 2, "type": "equivalent", "target": "bbd2e283343d80bbe36c5d10b0b7b8d9", "evidence": {"same_day": true, "patch_ids": ["eb3e04d63883499b6a42a7149830218b"], "statement_hash": "a9426a4c530fee747811532ad11a1324dac241e961f27f70d5a140fa9110019f"}}, {"rule": 2, "type": "equivalent", "target": "ff8123d6270256da139869a45dd3811f", "evidence": {"same_day": true, "patch_ids": ["eb3e04d63883499b6a42a7149830218b"], "statement_hash": "a9426a4c530fee747811532ad11a1324dac241e961f27f70d5a140fa9110019f"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "481ba0dce2331491936d08937b509331", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 ALTER COLUMN ... DROP EXPRESSION 在存在多级分区时无法正常工作的问题", "evidence": {"same_day": true, "patch_ids": ["eb3e04d63883499b6a42a7149830218b"], "statement_hash": "a9426a4c530fee747811532ad11a1324dac241e961f27f70d5a140fa9110019f"}, "url": "/docs/compare/?release=18.6#18.6-14a8792e9a6b6b0c", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "3e61c5e7800280c2d75348edca95b482", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 ALTER COLUMN ... DROP EXPRESSION 在存在多级分区时无法正常工作的问题", "evidence": {"same_day": true, "patch_ids": ["eb3e04d63883499b6a42a7149830218b"], "statement_hash": "a9426a4c530fee747811532ad11a1324dac241e961f27f70d5a140fa9110019f"}, "url": "/docs/compare/?release=16.15#16.15-91ab80f8ca5d7d2a", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "bbd2e283343d80bbe36c5d10b0b7b8d9", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 ALTER COLUMN ... DROP EXPRESSION 在存在多级分区时无法正常工作的问题", "evidence": {"same_day": true, "patch_ids": ["eb3e04d63883499b6a42a7149830218b"], "statement_hash": "a9426a4c530fee747811532ad11a1324dac241e961f27f70d5a140fa9110019f"}, "url": "/docs/compare/?release=15.19#15.19-7a11afed9ca0958b", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "ff8123d6270256da139869a45dd3811f", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 ALTER COLUMN ... DROP EXPRESSION 在存在多级分区时无法正常工作的问题", "evidence": {"same_day": true, "patch_ids": ["eb3e04d63883499b6a42a7149830218b"], "statement_hash": "a9426a4c530fee747811532ad11a1324dac241e961f27f70d5a140fa9110019f"}, "url": "/docs/compare/?release=14.24#14.24-d190dfadb5c7a779", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-82cead6257dcd50a", "cves": [], "html": "<p>修复为排他约束索引附加分区的问题（Japin Li）<a href=\"https://postgr.es/c/1d6c654c8\">§</a></p>\n<p>值得注意的是，这一疏漏破坏了分区排他约束的导出/恢复。</p>", "text": "修复为排他约束索引附加分区的问题（Japin Li）§ 值得注意的是，这一疏漏破坏了分区排他约束的导出/恢复。", "title": "修复为排他约束索引附加分区的问题", "commits": ["1d6c654c8"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "63d1e468487adae52c7f6fb6b69260eceaa16a0e63714653cd0ed8ce8013ae13", "section_path": ["变更"], "commit_groups": [["19e3aa704", "1d6c654c8", "2b2c2492c", "d049a31a4"]], "identity_text": "Fix attaching partitions of indexes that are exclusion constraints (Japin Li) Notably, this oversight broke dump/restore of partitioned exclusion constraints.", "commit_aliases": ["19e3aa704", "1d6c654c8", "2b2c2492c", "d049a31a4"], "source_commits": ["1d6c654c8"], "source_entry_id": "17.11/changes/036", "db_id": "93afcbc160733050810dc157756fa912", "patch_ids": ["32801b307162bd0744d51d9ca6c96a29"], "statement_hash": "a43e644386fbc7d5b0bbee11dd34413bc9867bd3e1172c28e5ef212327072aab", "relations": [{"rule": 2, "type": "equivalent", "target": "5c4182efd803f6d6d6537714c7bd42b7", "evidence": {"same_day": true, "patch_ids": ["32801b307162bd0744d51d9ca6c96a29"], "statement_hash": "a43e644386fbc7d5b0bbee11dd34413bc9867bd3e1172c28e5ef212327072aab"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "5c4182efd803f6d6d6537714c7bd42b7", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复为排他约束索引附加分区的问题", "evidence": {"same_day": true, "patch_ids": ["32801b307162bd0744d51d9ca6c96a29"], "statement_hash": "a43e644386fbc7d5b0bbee11dd34413bc9867bd3e1172c28e5ef212327072aab"}, "url": "/docs/compare/?release=18.6#18.6-e8b58d1d4a2ada71", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}]}, {"id": "17.11-d462466d836ceca5", "cves": [], "html": "<p>禁止将规则重命名为 <code>_RETURN</code>（Tom Lane）<a href=\"https://postgr.es/c/e99fb3262\">§</a></p>\n<p>该名称保留给视图的 <code>ON SELECT</code> 规则，但 <code>ALTER RULE</code> 允许将其他规则重命名为 <code>_RETURN</code>，从而引发后续问题。</p>", "text": "禁止将规则重命名为 _RETURN（Tom Lane）§ 该名称保留给视图的 ON SELECT 规则，但 ALTER RULE 允许将其他规则重命名为 _RETURN，从而引发后续问题。", "title": "禁止将规则重命名为 _RETURN", "commits": ["e99fb3262"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "f5edb2ee09b38edc6529b8fbfc681762178761259f48d639c03cc1302f940ad9", "section_path": ["变更"], "commit_groups": [["1b17a6e3c", "80c7f5467", "a69503fb1", "a7f7958ab", "a8c2547ea", "e99fb3262", "eada45dd8"]], "identity_text": "Disallow renaming a rule to _RETURN (Tom Lane) That name is reserved for a view's ON SELECT rule, but ALTER RULE allowed renaming other rules to _RETURN, causing trouble later.", "commit_aliases": ["1b17a6e3c", "80c7f5467", "a69503fb1", "a7f7958ab", "a8c2547ea", "e99fb3262", "eada45dd8"], "source_commits": ["e99fb3262"], "source_entry_id": "17.11/changes/037", "db_id": "9cce45b7be8c80c09abfde1a981ce88a", "patch_ids": ["f0349091818c90f9895303f6c726eb25"], "statement_hash": "b2ef150a28cd11b0518b82c8e6876301cd0c2355969ae6477b6742e468bce526", "relations": [{"rule": 2, "type": "equivalent", "target": "3569cc7b8d590ae9ed38d474e4657d07", "evidence": {"same_day": true, "patch_ids": ["f0349091818c90f9895303f6c726eb25"], "statement_hash": "b2ef150a28cd11b0518b82c8e6876301cd0c2355969ae6477b6742e468bce526"}}, {"rule": 2, "type": "equivalent", "target": "372d29ed3f3b1d47e4559294d1b39ef0", "evidence": {"same_day": true, "patch_ids": ["f0349091818c90f9895303f6c726eb25"], "statement_hash": "b2ef150a28cd11b0518b82c8e6876301cd0c2355969ae6477b6742e468bce526"}}, {"rule": 2, "type": "equivalent", "target": "5937327b4c46721ff43bb1e6390ab869", "evidence": {"same_day": true, "patch_ids": ["f0349091818c90f9895303f6c726eb25"], "statement_hash": "b2ef150a28cd11b0518b82c8e6876301cd0c2355969ae6477b6742e468bce526"}}, {"rule": 2, "type": "equivalent", "target": "7fcd70e80ad8fcb50e2d2e784c2f096a", "evidence": {"same_day": true, "patch_ids": ["f0349091818c90f9895303f6c726eb25"], "statement_hash": "b2ef150a28cd11b0518b82c8e6876301cd0c2355969ae6477b6742e468bce526"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "7fcd70e80ad8fcb50e2d2e784c2f096a", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "禁止将规则重命名为 _RETURN", "evidence": {"same_day": true, "patch_ids": ["f0349091818c90f9895303f6c726eb25"], "statement_hash": "b2ef150a28cd11b0518b82c8e6876301cd0c2355969ae6477b6742e468bce526"}, "url": "/docs/compare/?release=18.6#18.6-7007f0ab50735ceb", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "3569cc7b8d590ae9ed38d474e4657d07", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "禁止将规则重命名为 _RETURN", "evidence": {"same_day": true, "patch_ids": ["f0349091818c90f9895303f6c726eb25"], "statement_hash": "b2ef150a28cd11b0518b82c8e6876301cd0c2355969ae6477b6742e468bce526"}, "url": "/docs/compare/?release=16.15#16.15-2b73fd80a7001440", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "372d29ed3f3b1d47e4559294d1b39ef0", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "禁止将规则重命名为 _RETURN", "evidence": {"same_day": true, "patch_ids": ["f0349091818c90f9895303f6c726eb25"], "statement_hash": "b2ef150a28cd11b0518b82c8e6876301cd0c2355969ae6477b6742e468bce526"}, "url": "/docs/compare/?release=15.19#15.19-6d53c3bf09bfb5df", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "5937327b4c46721ff43bb1e6390ab869", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "禁止将规则重命名为 _RETURN", "evidence": {"same_day": true, "patch_ids": ["f0349091818c90f9895303f6c726eb25"], "statement_hash": "b2ef150a28cd11b0518b82c8e6876301cd0c2355969ae6477b6742e468bce526"}, "url": "/docs/compare/?release=14.24#14.24-a419187d2e34008b", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-3e140cc33315fc88", "cves": [], "html": "<p>修复 <code>DROP OWNED BY</code> 中角色成员资格授权未释放锁的问题（Jeff Davis）<a href=\"https://postgr.es/c/25e54cec7\">§</a></p>\n<p>这一疏漏会产生警告消息，随后成员资格授权上的锁会一直保留到事务结束。</p>", "text": "修复 DROP OWNED BY 中角色成员资格授权未释放锁的问题（Jeff Davis）§ 这一疏漏会产生警告消息，随后成员资格授权上的锁会一直保留到事务结束。", "title": "修复 DROP OWNED BY 中角色成员资格授权未释放锁的问题", "commits": ["25e54cec7"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "59a05a9bc2ca3c34ecdcb3aa6d6f22b6869e15248b1531518a147ab7d03eb571", "section_path": ["变更"], "commit_groups": [["25e54cec7", "9eccdae22", "a0daa0b41", "b48caa7df", "e61d44fde"]], "identity_text": "Fix missing lock release for role membership grants in DROP OWNED BY (Jeff Davis) This oversight resulted in a warning message, followed by retaining a lock on the membership grant until the end of the transaction.", "commit_aliases": ["25e54cec7", "9eccdae22", "a0daa0b41", "b48caa7df", "e61d44fde"], "source_commits": ["25e54cec7"], "source_entry_id": "17.11/changes/038", "db_id": "f38a9d64af080b972d55091afa2b7167", "patch_ids": ["366a54c27360ab3839f71c858dc847c7"], "statement_hash": "c3d8dda4db627322e27465f2a355faabf29a98b7c4ddfd870cf46d4fa9b704f9", "relations": [{"rule": 2, "type": "equivalent", "target": "0563a596791449f44372e96193722ea2", "evidence": {"same_day": true, "patch_ids": ["366a54c27360ab3839f71c858dc847c7"], "statement_hash": "c3d8dda4db627322e27465f2a355faabf29a98b7c4ddfd870cf46d4fa9b704f9"}}, {"rule": 2, "type": "equivalent", "target": "5ac990e6d8ae4f5c9facf9044c23d6c9", "evidence": {"same_day": true, "patch_ids": ["366a54c27360ab3839f71c858dc847c7"], "statement_hash": "c3d8dda4db627322e27465f2a355faabf29a98b7c4ddfd870cf46d4fa9b704f9"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "5ac990e6d8ae4f5c9facf9044c23d6c9", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 DROP OWNED BY 中角色成员资格授权未释放锁的问题", "evidence": {"same_day": true, "patch_ids": ["366a54c27360ab3839f71c858dc847c7"], "statement_hash": "c3d8dda4db627322e27465f2a355faabf29a98b7c4ddfd870cf46d4fa9b704f9"}, "url": "/docs/compare/?release=18.6#18.6-b6f7587292fb4dc6", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "0563a596791449f44372e96193722ea2", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 DROP OWNED BY 中角色成员资格授权未释放锁的问题", "evidence": {"same_day": true, "patch_ids": ["366a54c27360ab3839f71c858dc847c7"], "statement_hash": "c3d8dda4db627322e27465f2a355faabf29a98b7c4ddfd870cf46d4fa9b704f9"}, "url": "/docs/compare/?release=16.15#16.15-6fff16ad10712541", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}]}, {"id": "17.11-df483e133aa49926", "cves": [], "html": "<p>修复 <code>EXPLAIN</code> 在逆解析 <code>SQL/JSON</code> 聚合时失败的问题（Richard Guo）<a href=\"https://postgr.es/c/dcda1f07d\">§</a></p>\n<p>某些计划结构会导致 <span>“<span>invalid JsonConstructorExpr underlying node type</span>”</span> 错误。</p>", "text": "修复 EXPLAIN 在逆解析 SQL/JSON 聚合时失败的问题（Richard Guo）§ 某些计划结构会导致 “invalid JsonConstructorExpr underlying node type” 错误。", "title": "修复 EXPLAIN 在逆解析 SQL/JSON 聚合时失败的问题", "commits": ["dcda1f07d"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "4efe05a3106b28a4fe5a7dcb47b44c2d7a4e5ff745ca208c58dfbb535ee87289", "section_path": ["变更"], "commit_groups": [["45364e496", "485527190", "96ab9a990", "dcda1f07d", "eaa561fb6"]], "identity_text": "Fix failure of EXPLAIN when deparsing SQL/JSON aggregates (Richard Guo) Some plan structures resulted in invalid JsonConstructorExpr underlying node type errors.", "commit_aliases": ["45364e496", "485527190", "96ab9a990", "dcda1f07d", "eaa561fb6"], "source_commits": ["dcda1f07d"], "source_entry_id": "17.11/changes/039", "db_id": "76da1bf58091a36c27ddeecb07c72440", "patch_ids": ["60000a6e62ddc3ae0c3b7ef80802ee71"], "statement_hash": "6a7283c8b92d0663e05728d26d406516f01a522c2433821f328a072f69e8d6c2", "relations": [{"rule": 2, "type": "equivalent", "target": "9796917e37d7742de7735ae20dbc9e8c", "evidence": {"same_day": true, "patch_ids": ["60000a6e62ddc3ae0c3b7ef80802ee71"], "statement_hash": "6a7283c8b92d0663e05728d26d406516f01a522c2433821f328a072f69e8d6c2"}}, {"rule": 2, "type": "equivalent", "target": "9bd2c80a3ef9ebab0fa8c15b085cb9d4", "evidence": {"same_day": true, "patch_ids": ["60000a6e62ddc3ae0c3b7ef80802ee71"], "statement_hash": "6a7283c8b92d0663e05728d26d406516f01a522c2433821f328a072f69e8d6c2"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "9bd2c80a3ef9ebab0fa8c15b085cb9d4", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 EXPLAIN 在逆解析 SQL/JSON 聚合时失败的问题", "evidence": {"same_day": true, "patch_ids": ["60000a6e62ddc3ae0c3b7ef80802ee71"], "statement_hash": "6a7283c8b92d0663e05728d26d406516f01a522c2433821f328a072f69e8d6c2"}, "url": "/docs/compare/?release=18.6#18.6-604b807a12c59a87", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "9796917e37d7742de7735ae20dbc9e8c", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 EXPLAIN 在逆解析 SQL/JSON 聚合时失败的问题", "evidence": {"same_day": true, "patch_ids": ["60000a6e62ddc3ae0c3b7ef80802ee71"], "statement_hash": "6a7283c8b92d0663e05728d26d406516f01a522c2433821f328a072f69e8d6c2"}, "url": "/docs/compare/?release=16.15#16.15-355171a4f97e88f7", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}]}, {"id": "17.11-5f6921ca5abdfb75", "cves": [], "html": "<p>修复 <code>REINDEX CONCURRENTLY</code> 与可延迟唯一约束一起使用时的问题（Nitin Motiani）<a href=\"https://postgr.es/c/28269fed6\">§</a></p>\n<p>在 <code>REINDEX CONCURRENTLY</code> 期间创建的临时索引副本被错误地标记为强制立即满足唯一性，导致虚假的约束违例报告。</p>", "text": "修复 REINDEX CONCURRENTLY 与可延迟唯一约束一起使用时的问题（Nitin Motiani）§ 在 REINDEX CONCURRENTLY 期间创建的临时索引副本被错误地标记为强制立即满足唯一性，导致虚假的约束违例报告。", "title": "修复 REINDEX CONCURRENTLY 与可延迟唯一约束一起使用时的问题", "commits": ["28269fed6"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "3f188b9983730ccd16b059ec390b4fce171aaf6d02f675471061a2d81aa680cb", "section_path": ["变更"], "commit_groups": [["28269fed6", "55adef7ab", "5b3712e31", "74276e685", "9f6fb1191", "ac222bea5", "e4527519b"]], "identity_text": "Fix use of REINDEX CONCURRENTLY with a deferred uniqueness constraint (Nitin Motiani) The transient index copy created during REINDEX CONCURRENTLY was incorrectly marked as enforcing immediate uniqueness, causing spurious reports of constraint violation.", "commit_aliases": ["28269fed6", "55adef7ab", "5b3712e31", "74276e685", "9f6fb1191", "ac222bea5", "e4527519b"], "source_commits": ["28269fed6"], "source_entry_id": "17.11/changes/040", "db_id": "cb00c5a92a3128a4094b82f1499aa619", "patch_ids": ["aa2c8d3131ec8ded09af11b556aef077"], "statement_hash": "783702d713b28b6565831a41c965e36e4f1f58ce03f4dd140c2304c8f02a319e", "relations": [{"rule": 2, "type": "equivalent", "target": "69bafedd5508b393bd3564acfc03f161", "evidence": {"same_day": true, "patch_ids": ["aa2c8d3131ec8ded09af11b556aef077"], "statement_hash": "783702d713b28b6565831a41c965e36e4f1f58ce03f4dd140c2304c8f02a319e"}}, {"rule": 2, "type": "equivalent", "target": "8c14bd88ba60ce9fdffdf9d72dd6da15", "evidence": {"same_day": true, "patch_ids": ["aa2c8d3131ec8ded09af11b556aef077"], "statement_hash": "783702d713b28b6565831a41c965e36e4f1f58ce03f4dd140c2304c8f02a319e"}}, {"rule": 2, "type": "equivalent", "target": "d30d3b7b8ed23c31f3db15911611954c", "evidence": {"same_day": true, "patch_ids": ["aa2c8d3131ec8ded09af11b556aef077"], "statement_hash": "783702d713b28b6565831a41c965e36e4f1f58ce03f4dd140c2304c8f02a319e"}}, {"rule": 2, "type": "equivalent", "target": "e5eb6e313eecd9bd0c4062dcd9a34861", "evidence": {"same_day": true, "patch_ids": ["aa2c8d3131ec8ded09af11b556aef077"], "statement_hash": "783702d713b28b6565831a41c965e36e4f1f58ce03f4dd140c2304c8f02a319e"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "69bafedd5508b393bd3564acfc03f161", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 REINDEX CONCURRENTLY 与可延迟唯一约束一起使用时的问题", "evidence": {"same_day": true, "patch_ids": ["aa2c8d3131ec8ded09af11b556aef077"], "statement_hash": "783702d713b28b6565831a41c965e36e4f1f58ce03f4dd140c2304c8f02a319e"}, "url": "/docs/compare/?release=18.6#18.6-8283ac4f7a0c7e8e", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "d30d3b7b8ed23c31f3db15911611954c", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 REINDEX CONCURRENTLY 与可延迟唯一约束一起使用时的问题", "evidence": {"same_day": true, "patch_ids": ["aa2c8d3131ec8ded09af11b556aef077"], "statement_hash": "783702d713b28b6565831a41c965e36e4f1f58ce03f4dd140c2304c8f02a319e"}, "url": "/docs/compare/?release=16.15#16.15-1b1cda18e768032a", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "e5eb6e313eecd9bd0c4062dcd9a34861", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 REINDEX CONCURRENTLY 与可延迟唯一约束一起使用时的问题", "evidence": {"same_day": true, "patch_ids": ["aa2c8d3131ec8ded09af11b556aef077"], "statement_hash": "783702d713b28b6565831a41c965e36e4f1f58ce03f4dd140c2304c8f02a319e"}, "url": "/docs/compare/?release=15.19#15.19-9517c019b26b4a15", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "8c14bd88ba60ce9fdffdf9d72dd6da15", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 REINDEX CONCURRENTLY 与可延迟唯一约束一起使用时的问题", "evidence": {"same_day": true, "patch_ids": ["aa2c8d3131ec8ded09af11b556aef077"], "statement_hash": "783702d713b28b6565831a41c965e36e4f1f58ce03f4dd140c2304c8f02a319e"}, "url": "/docs/compare/?release=14.24#14.24-8d7d065f5b1eab43", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-8557fc5fb2204540", "cves": [], "html": "<p>修复 <code>to_date()</code> 对本地化月份名和星期名的匹配（Heikki Linnakangas）<a href=\"https://postgr.es/c/8acfaa12a\">§</a></p>\n<p>当大小写折叠改变字符串的字节长度时，匹配逻辑会出现错误行为。</p>", "text": "修复 to_date() 对本地化月份名和星期名的匹配（Heikki Linnakangas）§ 当大小写折叠改变字符串的字节长度时，匹配逻辑会出现错误行为。", "title": "修复 to_date() 对本地化月份名和星期名的匹配", "commits": ["8acfaa12a"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "348e3f6e7d65bcfa35e478707a8ff7f2a921b6fad5c9c645a9afc3aba7b4bad2", "section_path": ["变更"], "commit_groups": [["011384ba4", "0de744cd5", "49a712f32", "55ea76426", "8acfaa12a", "b594efe52", "fd2b89854"]], "identity_text": "Fix matching of localized month/day names in to_date() (Heikki Linnakangas) The matching logic misbehaved in cases where case-folding changes the byte length of the string.", "commit_aliases": ["011384ba4", "0de744cd5", "49a712f32", "55ea76426", "8acfaa12a", "b594efe52", "fd2b89854"], "source_commits": ["8acfaa12a"], "source_entry_id": "17.11/changes/041", "db_id": "b0d8986fede0f1216361d5a43a076e4e", "patch_ids": ["b8ca654311e23485845960b9d01e76fc"], "statement_hash": "ef6d4c6554fba5da9f815beec3f0b6e84e2334ba9bd093035db08b8e3c61e1da", "relations": [{"rule": 2, "type": "equivalent", "target": "0800233346f3a252c62d9a6f579d5573", "evidence": {"same_day": true, "patch_ids": ["b8ca654311e23485845960b9d01e76fc"], "statement_hash": "ef6d4c6554fba5da9f815beec3f0b6e84e2334ba9bd093035db08b8e3c61e1da"}}, {"rule": 2, "type": "equivalent", "target": "08bd69e7cd8f7b8bd4623958f924ac19", "evidence": {"same_day": true, "patch_ids": ["b8ca654311e23485845960b9d01e76fc"], "statement_hash": "ef6d4c6554fba5da9f815beec3f0b6e84e2334ba9bd093035db08b8e3c61e1da"}}, {"rule": 2, "type": "equivalent", "target": "d3800c6695b429dd746c574f0d0d93e5", "evidence": {"same_day": true, "patch_ids": ["b8ca654311e23485845960b9d01e76fc"], "statement_hash": "ef6d4c6554fba5da9f815beec3f0b6e84e2334ba9bd093035db08b8e3c61e1da"}}, {"rule": 2, "type": "related", "target": "eb74da46a95f0db0c15adface2feaffa", "evidence": {"same_day": true, "patch_ids": ["b8ca654311e23485845960b9d01e76fc"], "statement_hash": "ef6d4c6554fba5da9f815beec3f0b6e84e2334ba9bd093035db08b8e3c61e1da"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "eb74da46a95f0db0c15adface2feaffa", "kind": "related", "version": "18.6", "label": "18.6", "title": "修复 to_date() 对本地化月份名和星期名的匹配", "evidence": {"same_day": true, "patch_ids": ["b8ca654311e23485845960b9d01e76fc"], "statement_hash": "ef6d4c6554fba5da9f815beec3f0b6e84e2334ba9bd093035db08b8e3c61e1da"}, "url": "/docs/compare/?release=18.6#18.6-937d0b3149314116", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "08bd69e7cd8f7b8bd4623958f924ac19", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 to_date() 对本地化月份名和星期名的匹配", "evidence": {"same_day": true, "patch_ids": ["b8ca654311e23485845960b9d01e76fc"], "statement_hash": "ef6d4c6554fba5da9f815beec3f0b6e84e2334ba9bd093035db08b8e3c61e1da"}, "url": "/docs/compare/?release=16.15#16.15-6af7d41f64cafafa", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "0800233346f3a252c62d9a6f579d5573", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 to_date() 对本地化月份名和星期名的匹配", "evidence": {"same_day": true, "patch_ids": ["b8ca654311e23485845960b9d01e76fc"], "statement_hash": "ef6d4c6554fba5da9f815beec3f0b6e84e2334ba9bd093035db08b8e3c61e1da"}, "url": "/docs/compare/?release=15.19#15.19-a96cc8b4c22ffe2e", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "d3800c6695b429dd746c574f0d0d93e5", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 to_date() 对本地化月份名和星期名的匹配", "evidence": {"same_day": true, "patch_ids": ["b8ca654311e23485845960b9d01e76fc"], "statement_hash": "ef6d4c6554fba5da9f815beec3f0b6e84e2334ba9bd093035db08b8e3c61e1da"}, "url": "/docs/compare/?release=14.24#14.24-8ab3e783a00643a8", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-ed1426e8e931d4ba", "cves": [], "html": "<p>修复谚文 U+11A7 (TBASE) 的 NFC 重组错误（Diego Frias、Michael Paquier）<a href=\"https://postgr.es/c/0c9cbbfb5\">§</a></p>\n<p>该字符被当作有效的 T 音节，但实际上并非如此，因此在规范化过程中被悄然吞掉。</p>", "text": "修复谚文 U+11A7 (TBASE) 的 NFC 重组错误（Diego Frias、Michael Paquier）§ 该字符被当作有效的 T 音节，但实际上并非如此，因此在规范化过程中被悄然吞掉。", "title": "修复谚文 U+11A7 (TBASE) 的 NFC 重组错误", "commits": ["0c9cbbfb5"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "241cb4b168670c1d28f9f1ac0fe24db0eb422b121b343451a6ba6865e0e9e9f2", "section_path": ["变更"], "commit_groups": [["0c9cbbfb5", "273fe9485", "82116023e", "8bb935d61", "c391375ba", "f2ff15e4c"]], "identity_text": "Fix incorrect NFC recomposition for Hangul U+11A7 (TBASE) (Diego Frias, Michael Paquier) This character was treated as a valid T syllable, which it is not, and hence silently swallowed during normalization.", "commit_aliases": ["0c9cbbfb5", "273fe9485", "82116023e", "8bb935d61", "c391375ba", "f2ff15e4c"], "source_commits": ["0c9cbbfb5"], "source_entry_id": "17.11/changes/042", "db_id": "955b29dab0dd740875781e1df1992bdc", "patch_ids": ["725250db9eb55dab240d380ece2a835b"], "statement_hash": "0790cf6e3b0bbc225a449fee5cfdf5d70b4c6b23cc6777393156d83479c1c717", "relations": [{"rule": 2, "type": "equivalent", "target": "3a6050c2cb2fe8b496eaa4963a657d6a", "evidence": {"same_day": true, "patch_ids": ["725250db9eb55dab240d380ece2a835b"], "statement_hash": "0790cf6e3b0bbc225a449fee5cfdf5d70b4c6b23cc6777393156d83479c1c717"}}, {"rule": 2, "type": "equivalent", "target": "3ca62c531cc3952831a57b828ba3be6f", "evidence": {"same_day": true, "patch_ids": ["725250db9eb55dab240d380ece2a835b"], "statement_hash": "0790cf6e3b0bbc225a449fee5cfdf5d70b4c6b23cc6777393156d83479c1c717"}}, {"rule": 2, "type": "equivalent", "target": "aaef9ba320136440f8b0a3ec12c67f23", "evidence": {"same_day": true, "patch_ids": ["725250db9eb55dab240d380ece2a835b"], "statement_hash": "0790cf6e3b0bbc225a449fee5cfdf5d70b4c6b23cc6777393156d83479c1c717"}}, {"rule": 2, "type": "equivalent", "target": "b4da21230a332d29b7fdd0c30e5eb1b0", "evidence": {"same_day": true, "patch_ids": ["725250db9eb55dab240d380ece2a835b"], "statement_hash": "0790cf6e3b0bbc225a449fee5cfdf5d70b4c6b23cc6777393156d83479c1c717"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "3a6050c2cb2fe8b496eaa4963a657d6a", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复谚文 U+11A7 (TBASE) 的 NFC 重组错误", "evidence": {"same_day": true, "patch_ids": ["725250db9eb55dab240d380ece2a835b"], "statement_hash": "0790cf6e3b0bbc225a449fee5cfdf5d70b4c6b23cc6777393156d83479c1c717"}, "url": "/docs/compare/?release=18.6#18.6-bad72301bf213a01", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "b4da21230a332d29b7fdd0c30e5eb1b0", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复谚文 U+11A7 (TBASE) 的 NFC 重组错误", "evidence": {"same_day": true, "patch_ids": ["725250db9eb55dab240d380ece2a835b"], "statement_hash": "0790cf6e3b0bbc225a449fee5cfdf5d70b4c6b23cc6777393156d83479c1c717"}, "url": "/docs/compare/?release=16.15#16.15-b06391696fc6a94f", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "aaef9ba320136440f8b0a3ec12c67f23", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复谚文 U+11A7 (TBASE) 的 NFC 重组错误", "evidence": {"same_day": true, "patch_ids": ["725250db9eb55dab240d380ece2a835b"], "statement_hash": "0790cf6e3b0bbc225a449fee5cfdf5d70b4c6b23cc6777393156d83479c1c717"}, "url": "/docs/compare/?release=15.19#15.19-dab67300bc6bbe1f", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "3ca62c531cc3952831a57b828ba3be6f", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复谚文 U+11A7 (TBASE) 的 NFC 重组错误", "evidence": {"same_day": true, "patch_ids": ["725250db9eb55dab240d380ece2a835b"], "statement_hash": "0790cf6e3b0bbc225a449fee5cfdf5d70b4c6b23cc6777393156d83479c1c717"}, "url": "/docs/compare/?release=14.24#14.24-68c56e11fd51d378", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-a4695342e5fc0fc7", "cves": [], "html": "<p>避免不区分大小写的 <code>synonym</code> 词典可能截断输出词位（Jeff Davis）<a href=\"https://postgr.es/c/3805641cb\">§</a></p>\n<p>如果折叠为小写增加了词位的字节长度，输出时会错误地将其截断为原来的字节长度。</p>", "text": "避免不区分大小写的 synonym 词典可能截断输出词位（Jeff Davis）§ 如果折叠为小写增加了词位的字节长度，输出时会错误地将其截断为原来的字节长度。", "title": "避免不区分大小写的 synonym 词典可能截断输出词位", "commits": ["3805641cb"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "66e2b6adec42f13c510c1db797df58f5492f8a61a733f418ff93abfdf900b2c1", "section_path": ["变更"], "commit_groups": [["1e0458172", "3805641cb", "89e648498", "9234e3337", "a7e0e42a2", "b32df590c"]], "identity_text": "Avoid possible truncation of output lexemes in case-insensitive synonym dictionaries (Jeff Davis) If folding to lower case increased the byte length of a lexeme, it was incorrectly truncated to its original byte length when emitted.", "commit_aliases": ["1e0458172", "3805641cb", "89e648498", "9234e3337", "a7e0e42a2", "b32df590c"], "source_commits": ["3805641cb"], "source_entry_id": "17.11/changes/043", "db_id": "a4a88f042e4bc74a3646ee98fc6e3a95", "patch_ids": ["751e547292fa99c95c843d27d6c9593a"], "statement_hash": "c66911e6e36c7126e1b585143d9e9b87d38db4e29cfb38c6987eff4e2c4f70d3", "relations": [{"rule": 2, "type": "equivalent", "target": "0633548b5897af860062f0da29c48e44", "evidence": {"same_day": true, "patch_ids": ["751e547292fa99c95c843d27d6c9593a"], "statement_hash": "c66911e6e36c7126e1b585143d9e9b87d38db4e29cfb38c6987eff4e2c4f70d3"}}, {"rule": 2, "type": "equivalent", "target": "347d8e16786f9262348eddb4e4ab7132", "evidence": {"same_day": true, "patch_ids": ["751e547292fa99c95c843d27d6c9593a"], "statement_hash": "c66911e6e36c7126e1b585143d9e9b87d38db4e29cfb38c6987eff4e2c4f70d3"}}, {"rule": 2, "type": "equivalent", "target": "3af409a2d71c7fbd1a45975cdba31ea0", "evidence": {"same_day": true, "patch_ids": ["751e547292fa99c95c843d27d6c9593a"], "statement_hash": "c66911e6e36c7126e1b585143d9e9b87d38db4e29cfb38c6987eff4e2c4f70d3"}}, {"rule": 2, "type": "equivalent", "target": "ae43518b0809db4841928b42a3de5142", "evidence": {"same_day": true, "patch_ids": ["751e547292fa99c95c843d27d6c9593a"], "statement_hash": "c66911e6e36c7126e1b585143d9e9b87d38db4e29cfb38c6987eff4e2c4f70d3"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "347d8e16786f9262348eddb4e4ab7132", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "避免不区分大小写的 synonym 词典可能截断输出词位", "evidence": {"same_day": true, "patch_ids": ["751e547292fa99c95c843d27d6c9593a"], "statement_hash": "c66911e6e36c7126e1b585143d9e9b87d38db4e29cfb38c6987eff4e2c4f70d3"}, "url": "/docs/compare/?release=18.6#18.6-3c978527782bcd11", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "ae43518b0809db4841928b42a3de5142", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "避免不区分大小写的 synonym 词典可能截断输出词位", "evidence": {"same_day": true, "patch_ids": ["751e547292fa99c95c843d27d6c9593a"], "statement_hash": "c66911e6e36c7126e1b585143d9e9b87d38db4e29cfb38c6987eff4e2c4f70d3"}, "url": "/docs/compare/?release=16.15#16.15-2163d6f45ee0d876", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "0633548b5897af860062f0da29c48e44", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "避免不区分大小写的 synonym 词典可能截断输出词位", "evidence": {"same_day": true, "patch_ids": ["751e547292fa99c95c843d27d6c9593a"], "statement_hash": "c66911e6e36c7126e1b585143d9e9b87d38db4e29cfb38c6987eff4e2c4f70d3"}, "url": "/docs/compare/?release=15.19#15.19-28d4f1c94a8ecc1a", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "3af409a2d71c7fbd1a45975cdba31ea0", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "避免不区分大小写的 synonym 词典可能截断输出词位", "evidence": {"same_day": true, "patch_ids": ["751e547292fa99c95c843d27d6c9593a"], "statement_hash": "c66911e6e36c7126e1b585143d9e9b87d38db4e29cfb38c6987eff4e2c4f70d3"}, "url": "/docs/compare/?release=14.24#14.24-c33079f2a44ffdbd", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-650fe2adca4c15c7", "cves": [], "html": "<p>增强大小写转换逻辑对截断 UTF-8 字符的防护（Jeff Davis）<a href=\"https://postgr.es/c/5e78ebca5\">§</a></p>", "text": "增强大小写转换逻辑对截断 UTF-8 字符的防护（Jeff Davis）§", "title": "增强大小写转换逻辑对截断 UTF-8 字符的防护", "commits": ["5e78ebca5"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "48a51008dbe99f8b52625a5ae5387900f6f57b45d11f312d8b6b0bbfee67b74e", "section_path": ["变更"], "commit_groups": [["05da336dd", "21ffc271d", "5e78ebca5", "9021c8f3c"]], "identity_text": "Defend against truncated UTF-8 characters in case-conversion logic (Jeff Davis)", "commit_aliases": ["05da336dd", "21ffc271d", "5e78ebca5", "9021c8f3c"], "source_commits": ["5e78ebca5"], "source_entry_id": "17.11/changes/044", "db_id": "6587fa053296846f315df1024b486ffb", "patch_ids": ["70ade08782c5c0086629edb156a1a000"], "statement_hash": "b8ea4712aa3d1f59707ea58deb088497b6eb664982552c1833b1fdb40b14fc59", "relations": [{"rule": 2, "type": "equivalent", "target": "fbf07b5b0ddd47273177153e01d4ca58", "evidence": {"same_day": true, "patch_ids": ["70ade08782c5c0086629edb156a1a000"], "statement_hash": "b8ea4712aa3d1f59707ea58deb088497b6eb664982552c1833b1fdb40b14fc59"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "fbf07b5b0ddd47273177153e01d4ca58", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "增强大小写转换逻辑对截断 UTF-8 字符的防护", "evidence": {"same_day": true, "patch_ids": ["70ade08782c5c0086629edb156a1a000"], "statement_hash": "b8ea4712aa3d1f59707ea58deb088497b6eb664982552c1833b1fdb40b14fc59"}, "url": "/docs/compare/?release=18.6#18.6-fcede1358593efe6", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}]}, {"id": "17.11-f5ccad03da59d5de", "cves": [], "html": "<p>修复 <code>hash_record_extended()</code> 中的拼写错误（Man Zeng）<a href=\"https://postgr.es/c/203e238bb\">§</a></p>\n<p>代码未初始化传给 FunctionCallInvoke() 的第二个 isnull 参数。对于现有的核心内置扩展 hash 支持函数，这不会造成影响，因为它们不会检查该值。不过，如果扩展提供的 hash 函数检查 <code>PG_ARGISNULL(1)</code>，就可能受到影响。</p>", "text": "修复 hash_record_extended() 中的拼写错误（Man Zeng）§ 代码未初始化传给 FunctionCallInvoke() 的第二个 isnull 参数。对于现有的核心内置扩展 hash 支持函数，这不会造成影响，因为它们不会检查该值。不过，如果扩展提供的 hash 函数检查 PG_ARGISNULL(1)，就可能受到影响。", "title": "修复 hash_record_extended() 中的拼写错误", "commits": ["203e238bb"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "0e5e11d9cc03c9dcc0a06a3b37befd2adc81d3578abd89ed14cf31e24e75a290", "section_path": ["变更"], "commit_groups": [["203e238bb", "259b627d5", "273a3c776", "74d3482f4", "8b5580a05", "b3f13c032"]], "identity_text": "Fix typo in hash_record_extended() (Man Zeng) The code failed to initialize the second isnull argument passed to FunctionCallInvoke(). This is harmless for existing in-core extended hash support functions, which will not examine that value. However, extension-provided hash functions could be affected if they inspect PG_ARGISNULL(1).", "commit_aliases": ["203e238bb", "259b627d5", "273a3c776", "74d3482f4", "8b5580a05", "b3f13c032"], "source_commits": ["203e238bb"], "source_entry_id": "17.11/changes/045", "db_id": "5f9c74e8a3fc194bfa4ae79b3e4f07c7", "patch_ids": ["29a84f83d9835258ff987caab51900d5"], "statement_hash": "6a481541d5459f5a423fe86368ee4362d85dac47eaf33158755dd903beff8a30", "relations": [{"rule": 2, "type": "equivalent", "target": "1a54434973bf348ac56bbd357db25e7a", "evidence": {"same_day": true, "patch_ids": ["29a84f83d9835258ff987caab51900d5"], "statement_hash": "6a481541d5459f5a423fe86368ee4362d85dac47eaf33158755dd903beff8a30"}}, {"rule": 2, "type": "equivalent", "target": "25a4f41e6e86c5076cca107fea29ef1d", "evidence": {"same_day": true, "patch_ids": ["29a84f83d9835258ff987caab51900d5"], "statement_hash": "6a481541d5459f5a423fe86368ee4362d85dac47eaf33158755dd903beff8a30"}}, {"rule": 2, "type": "equivalent", "target": "3a78996c251f4fe686fe5fedcd3f9184", "evidence": {"same_day": true, "patch_ids": ["29a84f83d9835258ff987caab51900d5"], "statement_hash": "6a481541d5459f5a423fe86368ee4362d85dac47eaf33158755dd903beff8a30"}}, {"rule": 2, "type": "equivalent", "target": "ece2673fe4b30003bf5bf840a25f59a4", "evidence": {"same_day": true, "patch_ids": ["29a84f83d9835258ff987caab51900d5"], "statement_hash": "6a481541d5459f5a423fe86368ee4362d85dac47eaf33158755dd903beff8a30"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "1a54434973bf348ac56bbd357db25e7a", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 hash_record_extended() 中的拼写错误", "evidence": {"same_day": true, "patch_ids": ["29a84f83d9835258ff987caab51900d5"], "statement_hash": "6a481541d5459f5a423fe86368ee4362d85dac47eaf33158755dd903beff8a30"}, "url": "/docs/compare/?release=18.6#18.6-07aee184fcf9a835", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "ece2673fe4b30003bf5bf840a25f59a4", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 hash_record_extended() 中的拼写错误", "evidence": {"same_day": true, "patch_ids": ["29a84f83d9835258ff987caab51900d5"], "statement_hash": "6a481541d5459f5a423fe86368ee4362d85dac47eaf33158755dd903beff8a30"}, "url": "/docs/compare/?release=16.15#16.15-cb201ae319eda4b5", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "3a78996c251f4fe686fe5fedcd3f9184", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 hash_record_extended() 中的拼写错误", "evidence": {"same_day": true, "patch_ids": ["29a84f83d9835258ff987caab51900d5"], "statement_hash": "6a481541d5459f5a423fe86368ee4362d85dac47eaf33158755dd903beff8a30"}, "url": "/docs/compare/?release=15.19#15.19-366fd641b8a79f60", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "25a4f41e6e86c5076cca107fea29ef1d", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 hash_record_extended() 中的拼写错误", "evidence": {"same_day": true, "patch_ids": ["29a84f83d9835258ff987caab51900d5"], "statement_hash": "6a481541d5459f5a423fe86368ee4362d85dac47eaf33158755dd903beff8a30"}, "url": "/docs/compare/?release=14.24#14.24-fac08735b5c2435e", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-a3d6c74423b0a5d4", "cves": [], "html": "<p>修复 <code>pg_get_publication_tables()</code> 在可发布表被并发删除时失败的问题（Bharath Rupireddy）<a href=\"https://postgr.es/c/dcbc96685\">§</a></p>", "text": "修复 pg_get_publication_tables() 在可发布表被并发删除时失败的问题（Bharath Rupireddy）§", "title": "修复 pg_get_publication_tables() 在可发布表被并发删除时失败的问题", "commits": ["dcbc96685"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "82abf2597393ae8e291fc69cbec3681b2e311d999987c9bf58dc3ae0d65aa0ea", "section_path": ["变更"], "commit_groups": [["28c995948", "63e7a0d2c", "6c760f6b6", "73d63d1c1", "dcbc96685"]], "identity_text": "Fix pg_get_publication_tables() to not fail if a publishable table is dropped concurrently (Bharath Rupireddy)", "commit_aliases": ["28c995948", "63e7a0d2c", "6c760f6b6", "73d63d1c1", "dcbc96685"], "source_commits": ["dcbc96685"], "source_entry_id": "17.11/changes/046", "db_id": "e740f6073746bb56668a4a47edba21d2", "patch_ids": ["d3e55b796cea940a071bce62c2044e17"], "statement_hash": "ab1fb78f736632c66a87ee6397f802a5788855b6c355948e078a57aaab77b53e", "relations": [{"rule": 2, "type": "equivalent", "target": "14c82613c1589216a8ccd71f1db8822e", "evidence": {"same_day": true, "patch_ids": ["d3e55b796cea940a071bce62c2044e17"], "statement_hash": "ab1fb78f736632c66a87ee6397f802a5788855b6c355948e078a57aaab77b53e"}}, {"rule": 2, "type": "equivalent", "target": "5cf6a04270abb8d2d149dfad435adf07", "evidence": {"same_day": true, "patch_ids": ["d3e55b796cea940a071bce62c2044e17"], "statement_hash": "ab1fb78f736632c66a87ee6397f802a5788855b6c355948e078a57aaab77b53e"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "5cf6a04270abb8d2d149dfad435adf07", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 pg_get_publication_tables() 在可发布表被并发删除时失败的问题", "evidence": {"same_day": true, "patch_ids": ["d3e55b796cea940a071bce62c2044e17"], "statement_hash": "ab1fb78f736632c66a87ee6397f802a5788855b6c355948e078a57aaab77b53e"}, "url": "/docs/compare/?release=18.6#18.6-07cb6565704cd80c", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "14c82613c1589216a8ccd71f1db8822e", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 pg_get_publication_tables() 在可发布表被并发删除时失败的问题", "evidence": {"same_day": true, "patch_ids": ["d3e55b796cea940a071bce62c2044e17"], "statement_hash": "ab1fb78f736632c66a87ee6397f802a5788855b6c355948e078a57aaab77b53e"}, "url": "/docs/compare/?release=16.15#16.15-b265df5d8d8c9040", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}]}, {"id": "17.11-f0697d05fabe6ce7", "cves": [], "html": "<p>防止 <code>satisfies_hash_partition()</code> 在使用 <code>VARIADIC NULL</code> 时崩溃（Robert Haas）<a href=\"https://postgr.es/c/52af6fef4\">§</a></p>", "text": "防止 satisfies_hash_partition() 在使用 VARIADIC NULL 时崩溃（Robert Haas）§", "title": "防止 satisfies_hash_partition() 在使用 VARIADIC NULL 时崩溃", "commits": ["52af6fef4"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "a740d2584054edcb559e6e4a8b544b1d869f876c36c7e7b2f26f6fd29d0a1bc1", "section_path": ["变更"], "commit_groups": [["0115650de", "0c06ebf12", "2ddc45662", "52af6fef4", "6de480156", "d39b9eed0", "e8914ec22"]], "identity_text": "Prevent satisfies_hash_partition() from crashing with VARIADIC NULL (Robert Haas)", "commit_aliases": ["0115650de", "0c06ebf12", "2ddc45662", "52af6fef4", "6de480156", "d39b9eed0", "e8914ec22"], "source_commits": ["52af6fef4"], "source_entry_id": "17.11/changes/047", "db_id": "393be0bc06aa5c29057eb4def7239bd8", "patch_ids": ["a1fff8ec6956e6fe697219d698fc333c"], "statement_hash": "2c10eabfd2357642afd00af080282da33e338699d23c4fd63ebce1ed6b5d3de6", "relations": [{"rule": 2, "type": "equivalent", "target": "1fb3283adc95d5350d7e43a295bb846c", "evidence": {"same_day": true, "patch_ids": ["a1fff8ec6956e6fe697219d698fc333c"], "statement_hash": "2c10eabfd2357642afd00af080282da33e338699d23c4fd63ebce1ed6b5d3de6"}}, {"rule": 2, "type": "equivalent", "target": "250fe82e174ea43c46f699d38a0bc047", "evidence": {"same_day": true, "patch_ids": ["a1fff8ec6956e6fe697219d698fc333c"], "statement_hash": "2c10eabfd2357642afd00af080282da33e338699d23c4fd63ebce1ed6b5d3de6"}}, {"rule": 2, "type": "equivalent", "target": "588ad857d225574ba2a655f6d141dfd0", "evidence": {"same_day": true, "patch_ids": ["a1fff8ec6956e6fe697219d698fc333c"], "statement_hash": "2c10eabfd2357642afd00af080282da33e338699d23c4fd63ebce1ed6b5d3de6"}}, {"rule": 2, "type": "equivalent", "target": "aca7b7cc0c6297fb6f870b60ad6c6eb2", "evidence": {"same_day": true, "patch_ids": ["a1fff8ec6956e6fe697219d698fc333c"], "statement_hash": "2c10eabfd2357642afd00af080282da33e338699d23c4fd63ebce1ed6b5d3de6"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "aca7b7cc0c6297fb6f870b60ad6c6eb2", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "防止 satisfies_hash_partition() 在使用 VARIADIC NULL 时崩溃", "evidence": {"same_day": true, "patch_ids": ["a1fff8ec6956e6fe697219d698fc333c"], "statement_hash": "2c10eabfd2357642afd00af080282da33e338699d23c4fd63ebce1ed6b5d3de6"}, "url": "/docs/compare/?release=18.6#18.6-8e6a8684fc76928f", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "588ad857d225574ba2a655f6d141dfd0", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "防止 satisfies_hash_partition() 在使用 VARIADIC NULL 时崩溃", "evidence": {"same_day": true, "patch_ids": ["a1fff8ec6956e6fe697219d698fc333c"], "statement_hash": "2c10eabfd2357642afd00af080282da33e338699d23c4fd63ebce1ed6b5d3de6"}, "url": "/docs/compare/?release=16.15#16.15-1645ee8abe170a88", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "250fe82e174ea43c46f699d38a0bc047", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "防止 satisfies_hash_partition() 在使用 VARIADIC NULL 时崩溃", "evidence": {"same_day": true, "patch_ids": ["a1fff8ec6956e6fe697219d698fc333c"], "statement_hash": "2c10eabfd2357642afd00af080282da33e338699d23c4fd63ebce1ed6b5d3de6"}, "url": "/docs/compare/?release=15.19#15.19-e8e1f41131f43e88", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "1fb3283adc95d5350d7e43a295bb846c", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "防止 satisfies_hash_partition() 在使用 VARIADIC NULL 时崩溃", "evidence": {"same_day": true, "patch_ids": ["a1fff8ec6956e6fe697219d698fc333c"], "statement_hash": "2c10eabfd2357642afd00af080282da33e338699d23c4fd63ebce1ed6b5d3de6"}, "url": "/docs/compare/?release=14.24#14.24-4654d9de568816b5", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-39600e2a322b65b2", "cves": [], "html": "<p>使 <code>tsvector_filter()</code> 及相关函数以更清晰且一致的方式报告无效权重错误（Ewan Young）<a href=\"https://postgr.es/c/0626fbfeb\">§</a></p>\n<p>特别是，以八进制形式（<code>\\<em><code>nnn</code></em></code>）报告不是可打印 ASCII 字符的权重字符，就像 <code>charout()</code> 对它们的呈现方式一样。这可以避免生成编码无效的错误消息。</p>", "text": "使 tsvector_filter() 及相关函数以更清晰且一致的方式报告无效权重错误（Ewan Young）§ 特别是，以八进制形式（\\nnn）报告不是可打印 ASCII 字符的权重字符，就像 charout() 对它们的呈现方式一样。这可以避免生成编码无效的错误消息。", "title": "使 tsvector_filter() 及相关函数以更清晰且一致的方式报告无效权重错误", "commits": ["0626fbfeb"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "3d9467190f4f836c7fff815a907772cef40d1acd40ce980ec5edeb0cfe0c2574", "section_path": ["变更"], "commit_groups": [["0626fbfeb", "262cc4df2", "b3a86eb6d", "c5194139c", "ce6bf3cd1", "ed5ca5828"]], "identity_text": "Report invalid-weight errors more cleanly and consistently in tsvector_filter() and allied functions (Ewan Young) In particular, report weight characters that are not printable ASCII in octal form (\\nnn), as charout() would render them. This avoids possibly producing an invalidly-encoded error message.", "commit_aliases": ["0626fbfeb", "262cc4df2", "b3a86eb6d", "c5194139c", "ce6bf3cd1", "ed5ca5828"], "source_commits": ["0626fbfeb"], "source_entry_id": "17.11/changes/048", "db_id": "4d393fd29403237b560622e62e4ee4e1", "patch_ids": ["108ef859ecda6eaa371bc79609379d31"], "statement_hash": "b23812182f466ab2843cf43ee7c0e1ecacecfe15dece91513947714713458af8", "relations": [{"rule": 2, "type": "equivalent", "target": "1b9097ec2e33d310c015aacb80137ff1", "evidence": {"same_day": true, "patch_ids": ["108ef859ecda6eaa371bc79609379d31"], "statement_hash": "b23812182f466ab2843cf43ee7c0e1ecacecfe15dece91513947714713458af8"}}, {"rule": 2, "type": "equivalent", "target": "7d5a91e54ac5103d6bf03024f3af935e", "evidence": {"same_day": true, "patch_ids": ["108ef859ecda6eaa371bc79609379d31"], "statement_hash": "b23812182f466ab2843cf43ee7c0e1ecacecfe15dece91513947714713458af8"}}, {"rule": 2, "type": "equivalent", "target": "7e8ee08fd9d07b25538b838699962287", "evidence": {"same_day": true, "patch_ids": ["108ef859ecda6eaa371bc79609379d31"], "statement_hash": "b23812182f466ab2843cf43ee7c0e1ecacecfe15dece91513947714713458af8"}}, {"rule": 2, "type": "equivalent", "target": "bdf6d20897614c30387f78e16ddf9d3d", "evidence": {"same_day": true, "patch_ids": ["108ef859ecda6eaa371bc79609379d31"], "statement_hash": "b23812182f466ab2843cf43ee7c0e1ecacecfe15dece91513947714713458af8"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "7d5a91e54ac5103d6bf03024f3af935e", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "使 tsvector_filter() 及相关函数以更清晰且一致的方式报告无效权重错误", "evidence": {"same_day": true, "patch_ids": ["108ef859ecda6eaa371bc79609379d31"], "statement_hash": "b23812182f466ab2843cf43ee7c0e1ecacecfe15dece91513947714713458af8"}, "url": "/docs/compare/?release=18.6#18.6-9981c3dd5925e5fe", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "bdf6d20897614c30387f78e16ddf9d3d", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "使 tsvector_filter() 及相关函数以更清晰且一致的方式报告无效权重错误", "evidence": {"same_day": true, "patch_ids": ["108ef859ecda6eaa371bc79609379d31"], "statement_hash": "b23812182f466ab2843cf43ee7c0e1ecacecfe15dece91513947714713458af8"}, "url": "/docs/compare/?release=16.15#16.15-e53a6b90ce1c01cf", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "1b9097ec2e33d310c015aacb80137ff1", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "使 tsvector_filter() 及相关函数以更清晰且一致的方式报告无效权重错误", "evidence": {"same_day": true, "patch_ids": ["108ef859ecda6eaa371bc79609379d31"], "statement_hash": "b23812182f466ab2843cf43ee7c0e1ecacecfe15dece91513947714713458af8"}, "url": "/docs/compare/?release=15.19#15.19-302634f0f7a6cdc8", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "7e8ee08fd9d07b25538b838699962287", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "使 tsvector_filter() 及相关函数以更清晰且一致的方式报告无效权重错误", "evidence": {"same_day": true, "patch_ids": ["108ef859ecda6eaa371bc79609379d31"], "statement_hash": "b23812182f466ab2843cf43ee7c0e1ecacecfe15dece91513947714713458af8"}, "url": "/docs/compare/?release=14.24#14.24-bcb42ee3c83ec50e", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-aea52062a31be5cf", "cves": [], "html": "<p>修复 <code>xpath()</code> 对命名空间节点处理不当的问题（Michael Paquier）<a href=\"https://postgr.es/c/6c08cbb7a\">§</a> <a href=\"https://postgr.es/c/940916549\">§</a></p>\n<p>此修复避免了意外的 <span>“<span>could not copy node</span>”</span> 错误。</p>", "text": "修复 xpath() 对命名空间节点处理不当的问题（Michael Paquier）§ § 此修复避免了意外的 “could not copy node” 错误。", "title": "修复 xpath() 对命名空间节点处理不当的问题", "commits": ["6c08cbb7a", "940916549"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "3da81505d192ba36c6aad7605ecf403ed2f7cca793a8b78dd2ad9c1cdc52ec2f", "section_path": ["变更"], "commit_groups": [["0b74df66f", "0d145be2c", "940916549", "9618e790c", "a17f39aa2", "fac26fd41"], ["174076601", "1d8c72b2e", "41876c8d7", "4c777d6dd", "6c08cbb7a", "8bf257aeb"]], "identity_text": "Fix mishandling of namespace nodes in xpath() (Michael Paquier) This fix avoids an unexpected could not copy node error.", "commit_aliases": ["0b74df66f", "0d145be2c", "174076601", "1d8c72b2e", "41876c8d7", "4c777d6dd", "6c08cbb7a", "8bf257aeb", "940916549", "9618e790c", "a17f39aa2", "fac26fd41"], "source_commits": ["6c08cbb7a", "940916549"], "source_entry_id": "17.11/changes/049", "db_id": "a3cd7c73a5609ef9df5a2f2035307742", "patch_ids": ["702367d070cdeca227ba0e4197a518e9", "7df9ed5e8663765f5ca836c89d33f03d"], "statement_hash": "2ab954d63190bf0ecdc409c287a734a5049667a3d9db9dc5337f82a35275db37", "relations": [{"rule": 2, "type": "equivalent", "target": "9d61a6c023f441c2a3883f44804564ca", "evidence": {"same_day": true, "patch_ids": ["702367d070cdeca227ba0e4197a518e9", "7df9ed5e8663765f5ca836c89d33f03d"], "statement_hash": "2ab954d63190bf0ecdc409c287a734a5049667a3d9db9dc5337f82a35275db37"}}, {"rule": 2, "type": "equivalent", "target": "c9299f10a2be68af64d82e072893d1fa", "evidence": {"same_day": true, "patch_ids": ["702367d070cdeca227ba0e4197a518e9", "7df9ed5e8663765f5ca836c89d33f03d"], "statement_hash": "2ab954d63190bf0ecdc409c287a734a5049667a3d9db9dc5337f82a35275db37"}}, {"rule": 2, "type": "equivalent", "target": "d35a51c2f2bcdba360c287240fa92b7a", "evidence": {"same_day": true, "patch_ids": ["702367d070cdeca227ba0e4197a518e9", "7df9ed5e8663765f5ca836c89d33f03d"], "statement_hash": "2ab954d63190bf0ecdc409c287a734a5049667a3d9db9dc5337f82a35275db37"}}, {"rule": 2, "type": "equivalent", "target": "da05c3ee44af186be3d4b5b7c6f0afe4", "evidence": {"same_day": true, "patch_ids": ["702367d070cdeca227ba0e4197a518e9", "7df9ed5e8663765f5ca836c89d33f03d"], "statement_hash": "2ab954d63190bf0ecdc409c287a734a5049667a3d9db9dc5337f82a35275db37"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "9d61a6c023f441c2a3883f44804564ca", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 xpath() 对命名空间节点处理不当的问题", "evidence": {"same_day": true, "patch_ids": ["702367d070cdeca227ba0e4197a518e9", "7df9ed5e8663765f5ca836c89d33f03d"], "statement_hash": "2ab954d63190bf0ecdc409c287a734a5049667a3d9db9dc5337f82a35275db37"}, "url": "/docs/compare/?release=18.6#18.6-a9563797105c5be3", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "da05c3ee44af186be3d4b5b7c6f0afe4", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 xpath() 对命名空间节点处理不当的问题", "evidence": {"same_day": true, "patch_ids": ["702367d070cdeca227ba0e4197a518e9", "7df9ed5e8663765f5ca836c89d33f03d"], "statement_hash": "2ab954d63190bf0ecdc409c287a734a5049667a3d9db9dc5337f82a35275db37"}, "url": "/docs/compare/?release=16.15#16.15-3d663bf2b0295097", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "c9299f10a2be68af64d82e072893d1fa", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 xpath() 对命名空间节点处理不当的问题", "evidence": {"same_day": true, "patch_ids": ["702367d070cdeca227ba0e4197a518e9", "7df9ed5e8663765f5ca836c89d33f03d"], "statement_hash": "2ab954d63190bf0ecdc409c287a734a5049667a3d9db9dc5337f82a35275db37"}, "url": "/docs/compare/?release=15.19#15.19-4ef656410724db83", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "d35a51c2f2bcdba360c287240fa92b7a", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 xpath() 对命名空间节点处理不当的问题", "evidence": {"same_day": true, "patch_ids": ["702367d070cdeca227ba0e4197a518e9", "7df9ed5e8663765f5ca836c89d33f03d"], "statement_hash": "2ab954d63190bf0ecdc409c287a734a5049667a3d9db9dc5337f82a35275db37"}, "url": "/docs/compare/?release=14.24#14.24-c7c54909a4e7d896", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-3a52211bf75efb3d", "cves": [], "html": "<p>修复 <code>jsonpath</code> 的 <code>.decimal</code> 方法对无效精度或小数位数抛出硬错误的问题（Ewan Young）<a href=\"https://postgr.es/c/ab35b8d25\">§</a> <a href=\"https://postgr.es/c/c768637d6\">§</a></p>\n<p>静默模式本应抑制这些错误，但未能做到。</p>", "text": "修复 jsonpath 的 .decimal 方法对无效精度或小数位数抛出硬错误的问题（Ewan Young）§ § 静默模式本应抑制这些错误，但未能做到。", "title": "修复 jsonpath 的 .decimal 方法对无效精度或小数位数抛出硬错误的问题", "commits": ["ab35b8d25", "c768637d6"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "4f788c13d3cf913c1bb1475ae9a6bc40fbddb908b558c8cf27ad78f08366da26", "section_path": ["变更"], "commit_groups": [["5bbc9b300", "7b12ae729", "84001a04d", "ab35b8d25"], ["90789900b", "c768637d6"]], "identity_text": "Fix jsonpath's .decimal method to not throw a hard error for incorrect precision or scale (Ewan Young) Silent mode should suppress these errors, but failed to.", "commit_aliases": ["5bbc9b300", "7b12ae729", "84001a04d", "90789900b", "ab35b8d25", "c768637d6"], "source_commits": ["ab35b8d25", "c768637d6"], "source_entry_id": "17.11/changes/050", "db_id": "151967124db1018c14bba6aaa8fb0531", "patch_ids": ["154a264168d2701e57e668c30f8c6672", "a933e072e485a711920d54cb328279be"], "statement_hash": "c504d01401e67b15f04b83edbe81331d59a4135c0f6c1aae9aeea83bf5ceb972", "relations": [{"rule": 2, "type": "equivalent", "target": "e2b61ba2f7f1acf6259668e5028c0d3a", "evidence": {"same_day": true, "patch_ids": ["154a264168d2701e57e668c30f8c6672", "a933e072e485a711920d54cb328279be"], "statement_hash": "c504d01401e67b15f04b83edbe81331d59a4135c0f6c1aae9aeea83bf5ceb972"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "e2b61ba2f7f1acf6259668e5028c0d3a", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 jsonpath 的 .decimal 方法对无效精度或小数位数抛出硬错误的问题", "evidence": {"same_day": true, "patch_ids": ["154a264168d2701e57e668c30f8c6672", "a933e072e485a711920d54cb328279be"], "statement_hash": "c504d01401e67b15f04b83edbe81331d59a4135c0f6c1aae9aeea83bf5ceb972"}, "url": "/docs/compare/?release=18.6#18.6-9490e3fbcfd0ff13", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}]}, {"id": "17.11-b72bd4ebdcd34344", "cves": [], "html": "<p>修复 <code>IS JSON</code> 或类似构造的参数属于字符串类别但缺少到 <code>text</code> 类型的类型转换时发生的空指针崩溃（Ayush Tiwari）<a href=\"https://postgr.es/c/d0acd2535\">§</a></p>\n<p><span>PostgreSQL</span> 核心中没有这种数据类型，但某些扩展类型可以触发该问题。</p>", "text": "修复 IS JSON 或类似构造的参数属于字符串类别但缺少到 text 类型的类型转换时发生的空指针崩溃（Ayush Tiwari）§ PostgreSQL 核心中没有这种数据类型，但某些扩展类型可以触发该问题。", "title": "修复 IS JSON 或类似构造的参数属于字符串类别但缺少到 text 类型的类型转换时发生的空指针崩溃", "commits": ["d0acd2535"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "228c48e005653d221e7d0cff48629b67824ecd5d1047ae2ccb291a194b6b3609", "section_path": ["变更"], "commit_groups": [["35d9a6263", "60abb3c73", "7dd153259", "d0acd2535"]], "identity_text": "Fix NULL-pointer crash when IS JSON or similar constructs have an argument that is of string category but lacks a cast to type text (Ayush Tiwari) There are no such data types in core PostgreSQL, but the problem is reachable with some extension types.", "commit_aliases": ["35d9a6263", "60abb3c73", "7dd153259", "d0acd2535"], "source_commits": ["d0acd2535"], "source_entry_id": "17.11/changes/051", "db_id": "79cd8a83e8bf1bc35f530164bf6860b4", "patch_ids": ["96b46719db446e88ef3c60d115404730"], "statement_hash": "ea987d289e305c0b161cfa39b9d0169ba382dac0fa72d5593a7a281f289b9a70", "relations": [{"rule": 2, "type": "equivalent", "target": "2fbf45f00e42445fcae00d71cbf1f0dc", "evidence": {"same_day": true, "patch_ids": ["96b46719db446e88ef3c60d115404730"], "statement_hash": "ea987d289e305c0b161cfa39b9d0169ba382dac0fa72d5593a7a281f289b9a70"}}, {"rule": 2, "type": "equivalent", "target": "f8921df2d66db8b26d617c27bddf1db2", "evidence": {"same_day": true, "patch_ids": ["96b46719db446e88ef3c60d115404730"], "statement_hash": "ea987d289e305c0b161cfa39b9d0169ba382dac0fa72d5593a7a281f289b9a70"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "2fbf45f00e42445fcae00d71cbf1f0dc", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 IS JSON 或类似构造的参数属于字符串类别但缺少到 text 类型的类型转换时发生的空指针崩溃", "evidence": {"same_day": true, "patch_ids": ["96b46719db446e88ef3c60d115404730"], "statement_hash": "ea987d289e305c0b161cfa39b9d0169ba382dac0fa72d5593a7a281f289b9a70"}, "url": "/docs/compare/?release=18.6#18.6-2abf51fa81b5fec1", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "f8921df2d66db8b26d617c27bddf1db2", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 IS JSON 或类似构造的参数属于字符串类别但缺少到 text 类型的类型转换时发生的空指针崩溃", "evidence": {"same_day": true, "patch_ids": ["96b46719db446e88ef3c60d115404730"], "statement_hash": "ea987d289e305c0b161cfa39b9d0169ba382dac0fa72d5593a7a281f289b9a70"}, "url": "/docs/compare/?release=16.15#16.15-c0742c949b99bd57", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}]}, {"id": "17.11-17dc3fca15a1c17a", "cves": [], "html": "<p>确保 <code>SQL/JSON</code> 的 <code>ON EMPTY / ON ERROR DEFAULT</code> 值按正确的 typmod 进行强制转换（Ewan Young）<a href=\"https://postgr.es/c/71cd10cd2\">§</a></p>\n<p>例如，<code>numeric</code> 目标列所声明的精度和小数位数此前没有应用于默认值。</p>", "text": "确保 SQL/JSON 的 ON EMPTY / ON ERROR DEFAULT 值按正确的 typmod 进行强制转换（Ewan Young）§ 例如，numeric 目标列所声明的精度和小数位数此前没有应用于默认值。", "title": "确保 SQL/JSON 的 ON EMPTY / ON ERROR DEFAULT 值按正确的 typmod 进行强制转换", "commits": ["71cd10cd2"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "5bbdfaafafff32882afa980f1064577f1416f9e038e4b31cfc87505d3b875cb1", "section_path": ["变更"], "commit_groups": [["441e4c8d6", "4c75cc786", "71cd10cd2", "d30bfcbdd"]], "identity_text": "Ensure that SQL/JSON ON EMPTY / ON ERROR DEFAULT values are coerced to the correct typmod (Ewan Young) For example, the declared precision and scale of a numeric target column were not applied to the default value.", "commit_aliases": ["441e4c8d6", "4c75cc786", "71cd10cd2", "d30bfcbdd"], "source_commits": ["71cd10cd2"], "source_entry_id": "17.11/changes/052", "db_id": "46a8087a2739fb6992db3b87c3ffba3b", "patch_ids": ["b9ce697f680c880e4c53a6fd83dff066"], "statement_hash": "84e0e04519fd346f18f4cc46eecce1f970b11e003a6a36e9e143044837d8e75e", "relations": [{"rule": 2, "type": "equivalent", "target": "5ee1791684a43e69ac4ed959f3852d47", "evidence": {"same_day": true, "patch_ids": ["b9ce697f680c880e4c53a6fd83dff066"], "statement_hash": "84e0e04519fd346f18f4cc46eecce1f970b11e003a6a36e9e143044837d8e75e"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "5ee1791684a43e69ac4ed959f3852d47", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "确保 SQL/JSON 的 ON EMPTY / ON ERROR DEFAULT 值按正确的 typmod 进行强制转换", "evidence": {"same_day": true, "patch_ids": ["b9ce697f680c880e4c53a6fd83dff066"], "statement_hash": "84e0e04519fd346f18f4cc46eecce1f970b11e003a6a36e9e143044837d8e75e"}, "url": "/docs/compare/?release=18.6#18.6-e111e1506709b495", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}]}, {"id": "17.11-7b7ee8e84aced4b2", "cves": [], "html": "<p>避免将最小的 <code>money</code> 值除以 -1 时出现依赖机器的行为（Andrey Rachitskiy）<a href=\"https://postgr.es/c/1416f304d\">§</a></p>", "text": "避免将最小的 money 值除以 -1 时出现依赖机器的行为（Andrey Rachitskiy）§", "title": "避免将最小的 money 值除以 -1 时出现依赖机器的行为", "commits": ["1416f304d"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "cc2565f11ca642c0599654650654c43a438e2dcfc1d0476339a4b55ef6b50044", "section_path": ["变更"], "commit_groups": [["1416f304d", "6298a41b4", "7746f7492", "86f42357c", "b4dfae2ff", "d782c97e1", "fec40878c"]], "identity_text": "Avoid machine-dependent behavior when dividing the smallest possible money value by -1 (Andrey Rachitskiy)", "commit_aliases": ["1416f304d", "6298a41b4", "7746f7492", "86f42357c", "b4dfae2ff", "d782c97e1", "fec40878c"], "source_commits": ["1416f304d"], "source_entry_id": "17.11/changes/053", "db_id": "ab04f82d05155d2f24611a645ef67570", "patch_ids": ["fe8aedb6e19e256e063c5525f5021a96"], "statement_hash": "5be6e13596b05605cc072eb289af3ca913d55550b31c1733b3d9a107ef4f6567", "relations": [{"rule": 2, "type": "equivalent", "target": "5ddb2b6ecf3b95db0488f70dff6ce420", "evidence": {"same_day": true, "patch_ids": ["fe8aedb6e19e256e063c5525f5021a96"], "statement_hash": "5be6e13596b05605cc072eb289af3ca913d55550b31c1733b3d9a107ef4f6567"}}, {"rule": 2, "type": "equivalent", "target": "606f8159e0d16f836c764d3cf06215f0", "evidence": {"same_day": true, "patch_ids": ["fe8aedb6e19e256e063c5525f5021a96"], "statement_hash": "5be6e13596b05605cc072eb289af3ca913d55550b31c1733b3d9a107ef4f6567"}}, {"rule": 2, "type": "equivalent", "target": "ad37c4809a78b0946b550655ff98efbb", "evidence": {"same_day": true, "patch_ids": ["fe8aedb6e19e256e063c5525f5021a96"], "statement_hash": "5be6e13596b05605cc072eb289af3ca913d55550b31c1733b3d9a107ef4f6567"}}, {"rule": 2, "type": "equivalent", "target": "ee7676270a36bf258a65c89f89fa44af", "evidence": {"same_day": true, "patch_ids": ["fe8aedb6e19e256e063c5525f5021a96"], "statement_hash": "5be6e13596b05605cc072eb289af3ca913d55550b31c1733b3d9a107ef4f6567"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "ee7676270a36bf258a65c89f89fa44af", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "避免将最小的 money 值除以 -1 时出现依赖机器的行为", "evidence": {"same_day": true, "patch_ids": ["fe8aedb6e19e256e063c5525f5021a96"], "statement_hash": "5be6e13596b05605cc072eb289af3ca913d55550b31c1733b3d9a107ef4f6567"}, "url": "/docs/compare/?release=18.6#18.6-da37578bb1901f30", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "ad37c4809a78b0946b550655ff98efbb", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "避免将最小的 money 值除以 -1 时出现依赖机器的行为", "evidence": {"same_day": true, "patch_ids": ["fe8aedb6e19e256e063c5525f5021a96"], "statement_hash": "5be6e13596b05605cc072eb289af3ca913d55550b31c1733b3d9a107ef4f6567"}, "url": "/docs/compare/?release=16.15#16.15-f8110322fae804b5", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "606f8159e0d16f836c764d3cf06215f0", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "避免将最小的 money 值除以 -1 时出现依赖机器的行为", "evidence": {"same_day": true, "patch_ids": ["fe8aedb6e19e256e063c5525f5021a96"], "statement_hash": "5be6e13596b05605cc072eb289af3ca913d55550b31c1733b3d9a107ef4f6567"}, "url": "/docs/compare/?release=15.19#15.19-97d0dfa81713af6e", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "5ddb2b6ecf3b95db0488f70dff6ce420", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "避免将最小的 money 值除以 -1 时出现依赖机器的行为", "evidence": {"same_day": true, "patch_ids": ["fe8aedb6e19e256e063c5525f5021a96"], "statement_hash": "5be6e13596b05605cc072eb289af3ca913d55550b31c1733b3d9a107ef4f6567"}, "url": "/docs/compare/?release=14.24#14.24-f25ef71b5a47bb38", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-84e7ed3f45fec194", "cves": [], "html": "<p>修复为文本检索词典创建缓存条目的过程中发生内存不足后导致的崩溃（Tom Lane）<a href=\"https://postgr.es/c/634a8dcb8\">§</a></p>", "text": "修复为文本检索词典创建缓存条目的过程中发生内存不足后导致的崩溃（Tom Lane）§", "title": "修复为文本检索词典创建缓存条目的过程中发生内存不足后导致的崩溃", "commits": ["634a8dcb8"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "5b9c86df2c8762e49471474a954be9307c93ae26311f16e3f1e558492aae80cf", "section_path": ["变更"], "commit_groups": [["025228104", "4e68b7e29", "634a8dcb8", "81b1e7916", "83336e3ed", "dda622edc", "df8407d7d"]], "identity_text": "Fix crash after out-of-memory failure partway through creation of a cache entry for a text search dictionary (Tom Lane)", "commit_aliases": ["025228104", "4e68b7e29", "634a8dcb8", "81b1e7916", "83336e3ed", "dda622edc", "df8407d7d"], "source_commits": ["634a8dcb8"], "source_entry_id": "17.11/changes/054", "db_id": "b1fc0de5d2d692ed4af6bcafccb53961", "patch_ids": ["3c3b45b5ca2c2212b9a36ad4558d619a"], "statement_hash": "bba5519e5078b4a32c843646cda9fbb9119cc591d67acb786924d35be185c1e2", "relations": [{"rule": 2, "type": "equivalent", "target": "0c1ad5d57b9bccac58da6089309d8ba7", "evidence": {"same_day": true, "patch_ids": ["3c3b45b5ca2c2212b9a36ad4558d619a"], "statement_hash": "bba5519e5078b4a32c843646cda9fbb9119cc591d67acb786924d35be185c1e2"}}, {"rule": 2, "type": "equivalent", "target": "7df44ef8cf990bb0e618cec50c164949", "evidence": {"same_day": true, "patch_ids": ["3c3b45b5ca2c2212b9a36ad4558d619a"], "statement_hash": "bba5519e5078b4a32c843646cda9fbb9119cc591d67acb786924d35be185c1e2"}}, {"rule": 2, "type": "equivalent", "target": "b0c7268f189c5a8d74b8439d4bc7c5d9", "evidence": {"same_day": true, "patch_ids": ["3c3b45b5ca2c2212b9a36ad4558d619a"], "statement_hash": "bba5519e5078b4a32c843646cda9fbb9119cc591d67acb786924d35be185c1e2"}}, {"rule": 2, "type": "equivalent", "target": "c02824b6af588491530569e4ec99fe1c", "evidence": {"same_day": true, "patch_ids": ["3c3b45b5ca2c2212b9a36ad4558d619a"], "statement_hash": "bba5519e5078b4a32c843646cda9fbb9119cc591d67acb786924d35be185c1e2"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "c02824b6af588491530569e4ec99fe1c", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复为文本检索词典创建缓存条目的过程中发生内存不足后导致的崩溃", "evidence": {"same_day": true, "patch_ids": ["3c3b45b5ca2c2212b9a36ad4558d619a"], "statement_hash": "bba5519e5078b4a32c843646cda9fbb9119cc591d67acb786924d35be185c1e2"}, "url": "/docs/compare/?release=18.6#18.6-8f91828547f09bb4", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "7df44ef8cf990bb0e618cec50c164949", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复为文本检索词典创建缓存条目的过程中发生内存不足后导致的崩溃", "evidence": {"same_day": true, "patch_ids": ["3c3b45b5ca2c2212b9a36ad4558d619a"], "statement_hash": "bba5519e5078b4a32c843646cda9fbb9119cc591d67acb786924d35be185c1e2"}, "url": "/docs/compare/?release=16.15#16.15-23f510e2538b04c8", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "b0c7268f189c5a8d74b8439d4bc7c5d9", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复为文本检索词典创建缓存条目的过程中发生内存不足后导致的崩溃", "evidence": {"same_day": true, "patch_ids": ["3c3b45b5ca2c2212b9a36ad4558d619a"], "statement_hash": "bba5519e5078b4a32c843646cda9fbb9119cc591d67acb786924d35be185c1e2"}, "url": "/docs/compare/?release=15.19#15.19-a430cbb8698c9246", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "0c1ad5d57b9bccac58da6089309d8ba7", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复为文本检索词典创建缓存条目的过程中发生内存不足后导致的崩溃", "evidence": {"same_day": true, "patch_ids": ["3c3b45b5ca2c2212b9a36ad4558d619a"], "statement_hash": "bba5519e5078b4a32c843646cda9fbb9119cc591d67acb786924d35be185c1e2"}, "url": "/docs/compare/?release=14.24#14.24-f3e3230fd7374279", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-ce317c73e36b1b1b", "cves": [], "html": "<p>修复处理格式错误的 ispell/hunspell 词典文件时的内存安全缺陷（Andrey Rachitskiy）<a href=\"https://postgr.es/c/5fdea3aa3\">§</a></p>", "text": "修复处理格式错误的 ispell/hunspell 词典文件时的内存安全缺陷（Andrey Rachitskiy）§", "title": "修复处理格式错误的 ispell/hunspell 词典文件时的内存安全缺陷", "commits": ["5fdea3aa3"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "3b27aef597df5be32f06c53b78faee630d6e95eb5e6631a2972738395a8e7dca", "section_path": ["变更"], "commit_groups": [["0fb88979b", "330a72052", "3fe4062cc", "444038bb7", "4689ea9ce", "5fdea3aa3", "cfc720ef4"]], "identity_text": "Fix memory-safety bugs in processing of incorrect ispell/hunspell dictionary files (Andrey Rachitskiy)", "commit_aliases": ["0fb88979b", "330a72052", "3fe4062cc", "444038bb7", "4689ea9ce", "5fdea3aa3", "cfc720ef4"], "source_commits": ["5fdea3aa3"], "source_entry_id": "17.11/changes/055", "db_id": "5e12745b9a23fea83bd8ffdb594c44cb", "patch_ids": ["a2481aa7491246722b292cb1e96c16e2"], "statement_hash": "188f51f4de54b27a68f6be9927610ed299c71a8aed01714563e401acac778944", "relations": [{"rule": 2, "type": "equivalent", "target": "704f65f60aac8a5ed9ba34cc041d5717", "evidence": {"same_day": true, "patch_ids": ["a2481aa7491246722b292cb1e96c16e2"], "statement_hash": "188f51f4de54b27a68f6be9927610ed299c71a8aed01714563e401acac778944"}}, {"rule": 2, "type": "equivalent", "target": "764e3f0a6b15565637fa481647bae444", "evidence": {"same_day": true, "patch_ids": ["a2481aa7491246722b292cb1e96c16e2"], "statement_hash": "188f51f4de54b27a68f6be9927610ed299c71a8aed01714563e401acac778944"}}, {"rule": 2, "type": "equivalent", "target": "77ab5557c03ca1e42e47d51eb237608a", "evidence": {"same_day": true, "patch_ids": ["a2481aa7491246722b292cb1e96c16e2"], "statement_hash": "188f51f4de54b27a68f6be9927610ed299c71a8aed01714563e401acac778944"}}, {"rule": 2, "type": "equivalent", "target": "bff681fe60683158629758d3a37c8488", "evidence": {"same_day": true, "patch_ids": ["a2481aa7491246722b292cb1e96c16e2"], "statement_hash": "188f51f4de54b27a68f6be9927610ed299c71a8aed01714563e401acac778944"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "704f65f60aac8a5ed9ba34cc041d5717", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复处理格式错误的 ispell/hunspell 词典文件时的内存安全缺陷", "evidence": {"same_day": true, "patch_ids": ["a2481aa7491246722b292cb1e96c16e2"], "statement_hash": "188f51f4de54b27a68f6be9927610ed299c71a8aed01714563e401acac778944"}, "url": "/docs/compare/?release=18.6#18.6-df42fd80a3fef364", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "77ab5557c03ca1e42e47d51eb237608a", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复处理格式错误的 ispell/hunspell 词典文件时的内存安全缺陷", "evidence": {"same_day": true, "patch_ids": ["a2481aa7491246722b292cb1e96c16e2"], "statement_hash": "188f51f4de54b27a68f6be9927610ed299c71a8aed01714563e401acac778944"}, "url": "/docs/compare/?release=16.15#16.15-9a0f56094a25e9db", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "bff681fe60683158629758d3a37c8488", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复处理格式错误的 ispell/hunspell 词典文件时的内存安全缺陷", "evidence": {"same_day": true, "patch_ids": ["a2481aa7491246722b292cb1e96c16e2"], "statement_hash": "188f51f4de54b27a68f6be9927610ed299c71a8aed01714563e401acac778944"}, "url": "/docs/compare/?release=15.19#15.19-12f2c81d2dc1af7f", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "764e3f0a6b15565637fa481647bae444", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复处理格式错误的 ispell/hunspell 词典文件时的内存安全缺陷", "evidence": {"same_day": true, "patch_ids": ["a2481aa7491246722b292cb1e96c16e2"], "statement_hash": "188f51f4de54b27a68f6be9927610ed299c71a8aed01714563e401acac778944"}, "url": "/docs/compare/?release=14.24#14.24-88bcd2945f60cd6c", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-712f69030e2d06d3", "cves": [], "html": "<p>禁止访问其他会话的临时表（Jim Jones、Daniil Davydov、Alexander Korotkov）<a href=\"https://postgr.es/c/4dfae59a1\">§</a> <a href=\"https://postgr.es/c/4e49f68b7\">§</a></p>\n<p>某些代码路径未能阻止这种访问，导致在没有报错的情况下得到错误（不一致）的结果。</p>", "text": "禁止访问其他会话的临时表（Jim Jones、Daniil Davydov、Alexander Korotkov）§ § 某些代码路径未能阻止这种访问，导致在没有报错的情况下得到错误（不一致）的结果。", "title": "禁止访问其他会话的临时表", "commits": ["4dfae59a1", "4e49f68b7"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "82c09e0dde655494aedd8ccdbdd43eedea0cdb499803ce376a8aabe1d101e34f", "section_path": ["变更"], "commit_groups": [["1b0dd0815", "4dfae59a1", "ce146621f"], ["3aaefe892", "4e49f68b7", "8021cdceb", "c40819ebf", "cc3fe7e2a"]], "identity_text": "Prevent access to other sessions' temporary tables (Jim Jones, Daniil Davydov, Alexander Korotkov) Some code paths failed to prevent this, leading to silently wrong (inconsistent) results.", "commit_aliases": ["1b0dd0815", "3aaefe892", "4dfae59a1", "4e49f68b7", "8021cdceb", "c40819ebf", "cc3fe7e2a", "ce146621f"], "source_commits": ["4dfae59a1", "4e49f68b7"], "source_entry_id": "17.11/changes/056", "db_id": "446bb0cc48d437fdbe5c1c4d4b77a47b", "patch_ids": ["05c640bb8e2093f6ab8c82eace31d407", "78047299bcd9d41b99e91dfc8ff6128f"], "statement_hash": "bfbfb8f49eb1b9a9eeed9932c828c7ac49f313cc1b97070b91d77b3a11bb80b3", "relations": [{"rule": 2, "type": "equivalent", "target": "2b3bc99c3e3caa8f2f62effa65bfd425", "evidence": {"same_day": true, "patch_ids": ["05c640bb8e2093f6ab8c82eace31d407", "78047299bcd9d41b99e91dfc8ff6128f"], "statement_hash": "bfbfb8f49eb1b9a9eeed9932c828c7ac49f313cc1b97070b91d77b3a11bb80b3"}}, {"rule": 2, "type": "equivalent", "target": "c23432cdcb396cd3d3ed58612faea4e6", "evidence": {"same_day": true, "patch_ids": ["05c640bb8e2093f6ab8c82eace31d407", "78047299bcd9d41b99e91dfc8ff6128f"], "statement_hash": "bfbfb8f49eb1b9a9eeed9932c828c7ac49f313cc1b97070b91d77b3a11bb80b3"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "2b3bc99c3e3caa8f2f62effa65bfd425", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "禁止访问其他会话的临时表", "evidence": {"same_day": true, "patch_ids": ["05c640bb8e2093f6ab8c82eace31d407", "78047299bcd9d41b99e91dfc8ff6128f"], "statement_hash": "bfbfb8f49eb1b9a9eeed9932c828c7ac49f313cc1b97070b91d77b3a11bb80b3"}, "url": "/docs/compare/?release=18.6#18.6-90e78edb7a08a279", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "c23432cdcb396cd3d3ed58612faea4e6", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "禁止访问其他会话的临时表", "evidence": {"same_day": true, "patch_ids": ["05c640bb8e2093f6ab8c82eace31d407", "78047299bcd9d41b99e91dfc8ff6128f"], "statement_hash": "bfbfb8f49eb1b9a9eeed9932c828c7ac49f313cc1b97070b91d77b3a11bb80b3"}, "url": "/docs/compare/?release=16.15#16.15-3199fbb2e1d23f9b", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}]}, {"id": "17.11-e7e74333c130ff46", "cves": [], "html": "<p>修复自动清理处理数据库的顺序（Rustam Khamidullin）<a href=\"https://postgr.es/c/288d4e83f\">§</a></p>\n<p>它无意中按评分从低到高处理数据库，而正确顺序应当相反。</p>", "text": "修复自动清理处理数据库的顺序（Rustam Khamidullin）§ 它无意中按评分从低到高处理数据库，而正确顺序应当相反。", "title": "修复自动清理处理数据库的顺序", "commits": ["288d4e83f"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "edd2876c8c61c0441cf1662985fa9d7329083f7194915b70c6c6fae49cc9d051", "section_path": ["变更"], "commit_groups": [["288d4e83f", "4cc49cb70", "b3331578b", "baab3268c"]], "identity_text": "Fix the order in which autovacuum processes databases (Rustam Khamidullin) It was unintentionally processing databases from lowest to highest score, when it should be doing the reverse.", "commit_aliases": ["288d4e83f", "4cc49cb70", "b3331578b", "baab3268c"], "source_commits": ["288d4e83f"], "source_entry_id": "17.11/changes/057", "db_id": "7e5aa2c0c13918b50520756d59c3270c", "patch_ids": ["42b814ceb732c97aa3c3a526508d3abb"], "statement_hash": "c6cdd05a4bedc5971c267480385958b00c43f204b53e4cc0fe52b1e5bf13ea9d", "relations": [{"rule": 2, "type": "equivalent", "target": "b9d8f2a43e4df58e7a17df3fbade9bf4", "evidence": {"same_day": true, "patch_ids": ["42b814ceb732c97aa3c3a526508d3abb"], "statement_hash": "c6cdd05a4bedc5971c267480385958b00c43f204b53e4cc0fe52b1e5bf13ea9d"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "b9d8f2a43e4df58e7a17df3fbade9bf4", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复自动清理处理数据库的顺序", "evidence": {"same_day": true, "patch_ids": ["42b814ceb732c97aa3c3a526508d3abb"], "statement_hash": "c6cdd05a4bedc5971c267480385958b00c43f204b53e4cc0fe52b1e5bf13ea9d"}, "url": "/docs/compare/?release=18.6#18.6-8f425dbb364b3d86", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}]}, {"id": "17.11-94146e86474835ca", "cves": [], "html": "<p>修复并行清理工作进程中的内存泄漏（Baji Shaik）<a href=\"https://postgr.es/c/8ad414831\">§</a></p>\n<p>并行工作进程每次生成进度报告时都会泄漏约 1kB 内存，浪费的内存在该工作进程的整个生命周期内不断累积。</p>", "text": "修复并行清理工作进程中的内存泄漏（Baji Shaik）§ 并行工作进程每次生成进度报告时都会泄漏约 1kB 内存，浪费的内存在该工作进程的整个生命周期内不断累积。", "title": "修复并行清理工作进程中的内存泄漏", "commits": ["8ad414831"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "d04e192c608871dfac9152f0aa7f703c04def273a778244db5d077ee622f830e", "section_path": ["变更"], "commit_groups": [["4154a1482", "8ad414831", "b20c952ce"]], "identity_text": "Fix memory leak in parallel vacuum worker processes (Baji Shaik) Progress reports from a parallel worker leaked about 1kB per report, with the waste accumulating for the life of the worker process.", "commit_aliases": ["4154a1482", "8ad414831", "b20c952ce"], "source_commits": ["8ad414831"], "source_entry_id": "17.11/changes/058", "db_id": "12d3079ba949a43359b006c455b1a4d0", "patch_ids": ["d49aabf7256557adc98b6cb3284f6aaa"], "statement_hash": "568c6bb4288fdf9897eb84891ce83a70e68203e76785f837606ed060e05d9705", "relations": [{"rule": 2, "type": "equivalent", "target": "7610626b7c4fe5c411f6eaf69975db96", "evidence": {"same_day": true, "patch_ids": ["d49aabf7256557adc98b6cb3284f6aaa"], "statement_hash": "568c6bb4288fdf9897eb84891ce83a70e68203e76785f837606ed060e05d9705"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "7610626b7c4fe5c411f6eaf69975db96", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复并行清理工作进程中的内存泄漏", "evidence": {"same_day": true, "patch_ids": ["d49aabf7256557adc98b6cb3284f6aaa"], "statement_hash": "568c6bb4288fdf9897eb84891ce83a70e68203e76785f837606ed060e05d9705"}, "url": "/docs/compare/?release=18.6#18.6-cf57ab07d77fbdf9", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}]}, {"id": "17.11-69bd1a00ee81086e", "cves": [], "html": "<p>在清理 GIN 索引倒排树期间响应查询取消并遵守清理延迟（Paul Kim、Alexander Korotkov）<a href=\"https://postgr.es/c/ba5e46329\">§</a></p>\n<p>常见值的倒排树可能很大，因此遗漏这项检查可能导致清理运行很长时间后才注意到中断。</p>", "text": "在清理 GIN 索引倒排树期间响应查询取消并遵守清理延迟（Paul Kim、Alexander Korotkov）§ 常见值的倒排树可能很大，因此遗漏这项检查可能导致清理运行很长时间后才注意到中断。", "title": "在清理 GIN 索引倒排树期间响应查询取消并遵守清理延迟", "commits": ["ba5e46329"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "3eea2875de6c4212c7db93785d9c5dcdfc66d7e323d58f953b2ba0bc704e7227", "section_path": ["变更"], "commit_groups": [["006ac761e", "15fd7a3e2", "70dad584e", "7123abab7", "7becb647d", "8a045f760", "ba5e46329"]], "identity_text": "Honor query cancel and vacuum delay during GIN index posting-tree cleanup (Paul Kim, Alexander Korotkov) The posting tree for a common value can be large, so that this missed check could allow vacuum to run for a long time before noticing an interrupt.", "commit_aliases": ["006ac761e", "15fd7a3e2", "70dad584e", "7123abab7", "7becb647d", "8a045f760", "ba5e46329"], "source_commits": ["ba5e46329"], "source_entry_id": "17.11/changes/059", "db_id": "95dd23cd66ca5f13741dbc751bd94f78", "patch_ids": ["5737ead0e5ff1d380903a73cc5289899"], "statement_hash": "dbe0ee194244f00d3dbdcf97c73698ed65ff34b62bead922d8670ce2d3ad820b", "relations": [{"rule": 2, "type": "equivalent", "target": "409fe91bb94144927c72c3c45b46a6de", "evidence": {"same_day": true, "patch_ids": ["5737ead0e5ff1d380903a73cc5289899"], "statement_hash": "dbe0ee194244f00d3dbdcf97c73698ed65ff34b62bead922d8670ce2d3ad820b"}}, {"rule": 2, "type": "equivalent", "target": "49ebdb578d55efc3f72704dda719fc23", "evidence": {"same_day": true, "patch_ids": ["5737ead0e5ff1d380903a73cc5289899"], "statement_hash": "dbe0ee194244f00d3dbdcf97c73698ed65ff34b62bead922d8670ce2d3ad820b"}}, {"rule": 2, "type": "equivalent", "target": "5ae3f0e86d0ce40099b20e708d75c4df", "evidence": {"same_day": true, "patch_ids": ["5737ead0e5ff1d380903a73cc5289899"], "statement_hash": "dbe0ee194244f00d3dbdcf97c73698ed65ff34b62bead922d8670ce2d3ad820b"}}, {"rule": 2, "type": "equivalent", "target": "814dbd746257f327d953bc1cef61300f", "evidence": {"same_day": true, "patch_ids": ["5737ead0e5ff1d380903a73cc5289899"], "statement_hash": "dbe0ee194244f00d3dbdcf97c73698ed65ff34b62bead922d8670ce2d3ad820b"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "5ae3f0e86d0ce40099b20e708d75c4df", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "在清理 GIN 索引倒排树期间响应查询取消并遵守清理延迟", "evidence": {"same_day": true, "patch_ids": ["5737ead0e5ff1d380903a73cc5289899"], "statement_hash": "dbe0ee194244f00d3dbdcf97c73698ed65ff34b62bead922d8670ce2d3ad820b"}, "url": "/docs/compare/?release=18.6#18.6-06642c9e897515be", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "409fe91bb94144927c72c3c45b46a6de", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "在清理 GIN 索引倒排树期间响应查询取消并遵守清理延迟", "evidence": {"same_day": true, "patch_ids": ["5737ead0e5ff1d380903a73cc5289899"], "statement_hash": "dbe0ee194244f00d3dbdcf97c73698ed65ff34b62bead922d8670ce2d3ad820b"}, "url": "/docs/compare/?release=16.15#16.15-554df1ef2961c27f", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "49ebdb578d55efc3f72704dda719fc23", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "在清理 GIN 索引倒排树期间响应查询取消并遵守清理延迟", "evidence": {"same_day": true, "patch_ids": ["5737ead0e5ff1d380903a73cc5289899"], "statement_hash": "dbe0ee194244f00d3dbdcf97c73698ed65ff34b62bead922d8670ce2d3ad820b"}, "url": "/docs/compare/?release=15.19#15.19-8a26ce7d87732222", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "814dbd746257f327d953bc1cef61300f", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "在清理 GIN 索引倒排树期间响应查询取消并遵守清理延迟", "evidence": {"same_day": true, "patch_ids": ["5737ead0e5ff1d380903a73cc5289899"], "statement_hash": "dbe0ee194244f00d3dbdcf97c73698ed65ff34b62bead922d8670ce2d3ad820b"}, "url": "/docs/compare/?release=14.24#14.24-25f9d07b0fe76365", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-7b0787620962198f", "cves": [], "html": "<p>修复 GiST 和 SP-GiST 仅索引扫描期间可能错误解码索引元组的问题（Peter Geoghegan）<a href=\"https://postgr.es/c/355faed5a\">§</a></p>\n<p>此错误可能导致仅索引扫描计划输出损坏的数据。唯一受影响的核心操作符类是 GiST 的 range_ops，并且只有当范围列不是第一个索引列时才可能出错。</p>", "text": "修复 GiST 和 SP-GiST 仅索引扫描期间可能错误解码索引元组的问题（Peter Geoghegan）§ 此错误可能导致仅索引扫描计划输出损坏的数据。唯一受影响的核心操作符类是 GiST 的 range_ops，并且只有当范围列不是第一个索引列时才可能出错。", "title": "修复 GiST 和 SP-GiST 仅索引扫描期间可能错误解码索引元组的问题", "commits": ["355faed5a"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "4afe662dba3747d0a927881acbc62385267bccaf68bb69e765dc4f3c5a2d2455", "section_path": ["变更"], "commit_groups": [["126141425", "1d4c81ad6", "355faed5a", "959b7fa2c", "c9ea37231", "e4ad22eb0", "e58192546"]], "identity_text": "Fix possible mis-decoding of index tuples during GiST and SP-GiST index-only scans (Peter Geoghegan) This error could lead to emitting corrupted data from an index-only scan plan. The only affected core opclass is GiST's range_ops, and it could only fail if the range column were not the first index column.", "commit_aliases": ["126141425", "1d4c81ad6", "355faed5a", "959b7fa2c", "c9ea37231", "e4ad22eb0", "e58192546"], "source_commits": ["355faed5a"], "source_entry_id": "17.11/changes/060", "db_id": "7639c43a8df152827beb0f3c4e7cfc7b", "patch_ids": ["7ca370d11dfae190ad9f8fa921a2ad3d"], "statement_hash": "9efc8088134be1c1e73efd8706fe30257c8c7003aa683976e4455f175426f7c5", "relations": [{"rule": 2, "type": "equivalent", "target": "14d92270ba44127134ec95d6dc3f7106", "evidence": {"same_day": true, "patch_ids": ["7ca370d11dfae190ad9f8fa921a2ad3d"], "statement_hash": "9efc8088134be1c1e73efd8706fe30257c8c7003aa683976e4455f175426f7c5"}}, {"rule": 2, "type": "equivalent", "target": "65fae97c05ec4b526543f385b077725a", "evidence": {"same_day": true, "patch_ids": ["7ca370d11dfae190ad9f8fa921a2ad3d"], "statement_hash": "9efc8088134be1c1e73efd8706fe30257c8c7003aa683976e4455f175426f7c5"}}, {"rule": 2, "type": "equivalent", "target": "ae38912b977aee6ba812c2a99322b4ad", "evidence": {"same_day": true, "patch_ids": ["7ca370d11dfae190ad9f8fa921a2ad3d"], "statement_hash": "9efc8088134be1c1e73efd8706fe30257c8c7003aa683976e4455f175426f7c5"}}, {"rule": 2, "type": "equivalent", "target": "fcb9ed65e8420a852359f3e3f6bd54b4", "evidence": {"same_day": true, "patch_ids": ["7ca370d11dfae190ad9f8fa921a2ad3d"], "statement_hash": "9efc8088134be1c1e73efd8706fe30257c8c7003aa683976e4455f175426f7c5"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "ae38912b977aee6ba812c2a99322b4ad", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 GiST 和 SP-GiST 仅索引扫描期间可能错误解码索引元组的问题", "evidence": {"same_day": true, "patch_ids": ["7ca370d11dfae190ad9f8fa921a2ad3d"], "statement_hash": "9efc8088134be1c1e73efd8706fe30257c8c7003aa683976e4455f175426f7c5"}, "url": "/docs/compare/?release=18.6#18.6-5a9e09abedfed179", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "fcb9ed65e8420a852359f3e3f6bd54b4", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 GiST 和 SP-GiST 仅索引扫描期间可能错误解码索引元组的问题", "evidence": {"same_day": true, "patch_ids": ["7ca370d11dfae190ad9f8fa921a2ad3d"], "statement_hash": "9efc8088134be1c1e73efd8706fe30257c8c7003aa683976e4455f175426f7c5"}, "url": "/docs/compare/?release=16.15#16.15-54c08a28fecc0079", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "65fae97c05ec4b526543f385b077725a", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 GiST 和 SP-GiST 仅索引扫描期间可能错误解码索引元组的问题", "evidence": {"same_day": true, "patch_ids": ["7ca370d11dfae190ad9f8fa921a2ad3d"], "statement_hash": "9efc8088134be1c1e73efd8706fe30257c8c7003aa683976e4455f175426f7c5"}, "url": "/docs/compare/?release=15.19#15.19-05c8adba23ea9473", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "14d92270ba44127134ec95d6dc3f7106", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 GiST 和 SP-GiST 仅索引扫描期间可能错误解码索引元组的问题", "evidence": {"same_day": true, "patch_ids": ["7ca370d11dfae190ad9f8fa921a2ad3d"], "statement_hash": "9efc8088134be1c1e73efd8706fe30257c8c7003aa683976e4455f175426f7c5"}, "url": "/docs/compare/?release=14.24#14.24-1210849badf0243c", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-3992304d0ec9fe22", "cves": [], "html": "<p>确保批量扩展的表中新出现的最后一个块被及时加入其空闲空间映射（Jingtang Zhang）<a href=\"https://postgr.es/c/768ae083e\">§</a></p>\n<p>一个差一错误导致多块表扩展的最后一个块未在映射中标记为空闲。清理最终会纠正此问题，但在此之前这部分空间无法使用。</p>", "text": "确保批量扩展的表中新出现的最后一个块被及时加入其空闲空间映射（Jingtang Zhang）§ 一个差一错误导致多块表扩展的最后一个块未在映射中标记为空闲。清理最终会纠正此问题，但在此之前这部分空间无法使用。", "title": "确保批量扩展的表中新出现的最后一个块被及时加入其空闲空间映射", "commits": ["768ae083e"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "2de218225a99892d804a478d9e0685586a9605372f1e0b2e1abf7ba7f95506a4", "section_path": ["变更"], "commit_groups": [["0fd5595aa", "768ae083e", "7a103928a", "a2fd8d65a", "eabc9a9dd"]], "identity_text": "Ensure that the new last block of a bulk-extended table is added to its free space map promptly (Jingtang Zhang) An off-by-one error caused the last block of a multi-block table extension to not be marked as free in the map. This would eventually get corrected by vacuum, but meanwhile the space wouldn't be used.", "commit_aliases": ["0fd5595aa", "768ae083e", "7a103928a", "a2fd8d65a", "eabc9a9dd"], "source_commits": ["768ae083e"], "source_entry_id": "17.11/changes/061", "db_id": "5a75bdb8448ae2da9b4ee0c1b6cfc0ec", "patch_ids": ["a01b2fa451eb1e57f308131966fdbfa3"], "statement_hash": "86a67f4007c63f314fcd3fa59706655774d99e6653a04f11b106c0666d4ea725", "relations": [{"rule": 2, "type": "equivalent", "target": "21d26afc1e7bfcc375bff059f0b216d1", "evidence": {"same_day": true, "patch_ids": ["a01b2fa451eb1e57f308131966fdbfa3"], "statement_hash": "86a67f4007c63f314fcd3fa59706655774d99e6653a04f11b106c0666d4ea725"}}, {"rule": 2, "type": "equivalent", "target": "edf9c4cb86d4f9c68eb8b2fe8ad0b5d1", "evidence": {"same_day": true, "patch_ids": ["a01b2fa451eb1e57f308131966fdbfa3"], "statement_hash": "86a67f4007c63f314fcd3fa59706655774d99e6653a04f11b106c0666d4ea725"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "edf9c4cb86d4f9c68eb8b2fe8ad0b5d1", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "确保批量扩展的表中新出现的最后一个块被及时加入其空闲空间映射", "evidence": {"same_day": true, "patch_ids": ["a01b2fa451eb1e57f308131966fdbfa3"], "statement_hash": "86a67f4007c63f314fcd3fa59706655774d99e6653a04f11b106c0666d4ea725"}, "url": "/docs/compare/?release=18.6#18.6-27ff2778a5384e11", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "21d26afc1e7bfcc375bff059f0b216d1", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "确保批量扩展的表中新出现的最后一个块被及时加入其空闲空间映射", "evidence": {"same_day": true, "patch_ids": ["a01b2fa451eb1e57f308131966fdbfa3"], "statement_hash": "86a67f4007c63f314fcd3fa59706655774d99e6653a04f11b106c0666d4ea725"}, "url": "/docs/compare/?release=16.15#16.15-5b769a1a41d683e2", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}]}, {"id": "17.11-bc733642b8318e02", "cves": [], "html": "<p>避免事务中止期间资源清理中可能发生的双重释放或无限错误恢复循环（Tom Lane）<a href=\"https://postgr.es/c/011eedcdc\">§</a></p>", "text": "避免事务中止期间资源清理中可能发生的双重释放或无限错误恢复循环（Tom Lane）§", "title": "避免事务中止期间资源清理中可能发生的双重释放或无限错误恢复循环", "commits": ["011eedcdc"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "a62c95dfc76285a1472a5200e7c2ce837b6b91150ccf73dc23fb8926d14cd9cf", "section_path": ["变更"], "commit_groups": [["011eedcdc", "ac6a58a70", "ef01ca6db"]], "identity_text": "Avoid possible double-free or infinite error recovery loop in resource cleanup during transaction abort (Tom Lane)", "commit_aliases": ["011eedcdc", "ac6a58a70", "ef01ca6db"], "source_commits": ["011eedcdc"], "source_entry_id": "17.11/changes/062", "db_id": "c57cf207c2d63b373be8c9b4e51bf8b0", "patch_ids": ["952c61c83d0d5caa000ecdb0d8cb575f"], "statement_hash": "0a5717b9df09bcb1cf776219cba662308d08a453587910b5eb52fcd98913cda4", "relations": [{"rule": 2, "type": "equivalent", "target": "1c2d5d9905bd8e6369c82b7ef237290e", "evidence": {"same_day": true, "patch_ids": ["952c61c83d0d5caa000ecdb0d8cb575f"], "statement_hash": "0a5717b9df09bcb1cf776219cba662308d08a453587910b5eb52fcd98913cda4"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "1c2d5d9905bd8e6369c82b7ef237290e", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "避免事务中止期间资源清理中可能发生的双重释放或无限错误恢复循环", "evidence": {"same_day": true, "patch_ids": ["952c61c83d0d5caa000ecdb0d8cb575f"], "statement_hash": "0a5717b9df09bcb1cf776219cba662308d08a453587910b5eb52fcd98913cda4"}, "url": "/docs/compare/?release=18.6#18.6-0c1c452c86d77ab6", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}]}, {"id": "17.11-13269e0439b17ec9", "cves": [], "html": "<p>创建目录时，容忍同一目录被并发创建（Andrew Dunstan、Tom Lane）<a href=\"https://postgr.es/c/f0a831ef3\">§</a></p>", "text": "创建目录时，容忍同一目录被并发创建（Andrew Dunstan、Tom Lane）§", "title": "创建目录时，容忍同一目录被并发创建", "commits": ["f0a831ef3"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "6894d6605ac0e89a218e2358f689ba8f5f20534ff06369a61a4df288b32f629c", "section_path": ["变更"], "commit_groups": [["4647ac142", "4b3bc6b71", "9951e3d38", "aa80c34c8", "f0a831ef3", "f25a07b2d"]], "identity_text": "When creating directories, tolerate concurrent creation of the same directory (Andrew Dunstan, Tom Lane)", "commit_aliases": ["4647ac142", "4b3bc6b71", "9951e3d38", "aa80c34c8", "f0a831ef3", "f25a07b2d"], "source_commits": ["f0a831ef3"], "source_entry_id": "17.11/changes/063", "db_id": "0c17e02f698dc60a4c3ff762796f0a7f", "patch_ids": ["be8272a81c28ebdf12c66d1c6ab05685"], "statement_hash": "abc7e610f491a4ce631c4e62316b1f9bd718c7e9e581a2f07ba12774f5db10eb", "relations": [{"rule": 2, "type": "equivalent", "target": "268b9e4fbdc7682f30cd928e974932c2", "evidence": {"same_day": true, "patch_ids": ["be8272a81c28ebdf12c66d1c6ab05685"], "statement_hash": "abc7e610f491a4ce631c4e62316b1f9bd718c7e9e581a2f07ba12774f5db10eb"}}, {"rule": 2, "type": "equivalent", "target": "467be2f83ba0b7e841b7fca2b8c0a0af", "evidence": {"same_day": true, "patch_ids": ["be8272a81c28ebdf12c66d1c6ab05685"], "statement_hash": "abc7e610f491a4ce631c4e62316b1f9bd718c7e9e581a2f07ba12774f5db10eb"}}, {"rule": 2, "type": "equivalent", "target": "7b3923b1add1cfb8cc243430e7e7769f", "evidence": {"same_day": true, "patch_ids": ["be8272a81c28ebdf12c66d1c6ab05685"], "statement_hash": "abc7e610f491a4ce631c4e62316b1f9bd718c7e9e581a2f07ba12774f5db10eb"}}, {"rule": 2, "type": "equivalent", "target": "b3f796774144a4fd6c7ec84d799fce9c", "evidence": {"same_day": true, "patch_ids": ["be8272a81c28ebdf12c66d1c6ab05685"], "statement_hash": "abc7e610f491a4ce631c4e62316b1f9bd718c7e9e581a2f07ba12774f5db10eb"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "7b3923b1add1cfb8cc243430e7e7769f", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "创建目录时，容忍同一目录被并发创建", "evidence": {"same_day": true, "patch_ids": ["be8272a81c28ebdf12c66d1c6ab05685"], "statement_hash": "abc7e610f491a4ce631c4e62316b1f9bd718c7e9e581a2f07ba12774f5db10eb"}, "url": "/docs/compare/?release=18.6#18.6-67b85199c3f22fc0", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "467be2f83ba0b7e841b7fca2b8c0a0af", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "创建目录时，容忍同一目录被并发创建", "evidence": {"same_day": true, "patch_ids": ["be8272a81c28ebdf12c66d1c6ab05685"], "statement_hash": "abc7e610f491a4ce631c4e62316b1f9bd718c7e9e581a2f07ba12774f5db10eb"}, "url": "/docs/compare/?release=16.15#16.15-560dbc4a06a156a7", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "268b9e4fbdc7682f30cd928e974932c2", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "创建目录时，容忍同一目录被并发创建", "evidence": {"same_day": true, "patch_ids": ["be8272a81c28ebdf12c66d1c6ab05685"], "statement_hash": "abc7e610f491a4ce631c4e62316b1f9bd718c7e9e581a2f07ba12774f5db10eb"}, "url": "/docs/compare/?release=15.19#15.19-a8d34c2e8685a39c", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "b3f796774144a4fd6c7ec84d799fce9c", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "创建目录时，容忍同一目录被并发创建", "evidence": {"same_day": true, "patch_ids": ["be8272a81c28ebdf12c66d1c6ab05685"], "statement_hash": "abc7e610f491a4ce631c4e62316b1f9bd718c7e9e581a2f07ba12774f5db10eb"}, "url": "/docs/compare/?release=14.24#14.24-2c65a57d05310508", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-3ecac11b2752e81b", "cves": [], "html": "<p>通过在任何被依赖对象上取得共享锁，防止创建悬空的对象依赖关系（Bertrand Drouvot）<a href=\"https://postgr.es/c/3a9909eda\">§</a> <a href=\"https://postgr.es/c/c1588f92a\">§</a></p>\n<p>该共享锁会与任何删除被依赖对象的尝试冲突，从而消除之前存在的竞态条件。例如，如果一个会话删除一个在其看来为空的模式，同时另一个会话在该模式中创建函数，此前两个事务都可能提交，并留下无效的函数定义。现在，其中一个事务会失败。</p>", "text": "通过在任何被依赖对象上取得共享锁，防止创建悬空的对象依赖关系（Bertrand Drouvot）§ § 该共享锁会与任何删除被依赖对象的尝试冲突，从而消除之前存在的竞态条件。例如，如果一个会话删除一个在其看来为空的模式，同时另一个会话在该模式中创建函数，此前两个事务都可能提交，并留下无效的函数定义。现在，其中一个事务会失败。", "title": "通过在任何被依赖对象上取得共享锁，防止创建悬空的对象依赖关系", "commits": ["3a9909eda", "c1588f92a"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "93f88d140043234718983a18466fde4c46d2c31f3617639bd44d955813c3f8e9", "section_path": ["变更"], "commit_groups": [["2fbb21170", "3a9909eda", "5100bdbd3", "5fa137727", "c8cd3d697", "d9bc0d96c"], ["36b6ed260", "c1588f92a", "d44cd4674", "ef3d7b15e", "f9d5a52da", "fd93ee100"]], "identity_text": "Prevent creation of dangling object dependencies by acquiring a shared lock on any object being depended on (Bertrand Drouvot) The shared lock will conflict with any attempt to drop the depended-on object, eliminating the race condition that formerly existed. For example, if one session drops a schema (that appears empty to it) concurrently with some other session creating a function in that schema, previously both transactions could commit, leaving an invalid function definition behind. Now, one transaction or the other will fail.", "commit_aliases": ["2fbb21170", "36b6ed260", "3a9909eda", "5100bdbd3", "5fa137727", "c1588f92a", "c8cd3d697", "d44cd4674", "d9bc0d96c", "ef3d7b15e", "f9d5a52da", "fd93ee100"], "source_commits": ["3a9909eda", "c1588f92a"], "source_entry_id": "17.11/changes/064", "db_id": "e1119f78a9d166b823f798e0194d35f4", "patch_ids": ["6536cf91f14cf539ab4bd08602032b89", "aca7f5e76462423a64bce89519f8b4ca"], "statement_hash": "aabd3d9b6b1a0460624c086ca1a5f2223aec25bb342c2883b18a435de52ba98c", "relations": [{"rule": 2, "type": "equivalent", "target": "744925e5c1491a9c1e34c5d45e2c5ffd", "evidence": {"same_day": true, "patch_ids": ["6536cf91f14cf539ab4bd08602032b89", "aca7f5e76462423a64bce89519f8b4ca"], "statement_hash": "aabd3d9b6b1a0460624c086ca1a5f2223aec25bb342c2883b18a435de52ba98c"}}, {"rule": 2, "type": "equivalent", "target": "a34abdf13c3a75b01325176fd494ce54", "evidence": {"same_day": true, "patch_ids": ["6536cf91f14cf539ab4bd08602032b89", "aca7f5e76462423a64bce89519f8b4ca"], "statement_hash": "aabd3d9b6b1a0460624c086ca1a5f2223aec25bb342c2883b18a435de52ba98c"}}, {"rule": 2, "type": "equivalent", "target": "a9f65b357e29d3c7c477cf734deef532", "evidence": {"same_day": true, "patch_ids": ["6536cf91f14cf539ab4bd08602032b89", "aca7f5e76462423a64bce89519f8b4ca"], "statement_hash": "aabd3d9b6b1a0460624c086ca1a5f2223aec25bb342c2883b18a435de52ba98c"}}, {"rule": 2, "type": "equivalent", "target": "e811cff0335c3ca435753578de40cbd3", "evidence": {"same_day": true, "patch_ids": ["6536cf91f14cf539ab4bd08602032b89", "aca7f5e76462423a64bce89519f8b4ca"], "statement_hash": "aabd3d9b6b1a0460624c086ca1a5f2223aec25bb342c2883b18a435de52ba98c"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "a34abdf13c3a75b01325176fd494ce54", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "通过在任何被依赖对象上取得共享锁，防止创建悬空的对象依赖关系", "evidence": {"same_day": true, "patch_ids": ["6536cf91f14cf539ab4bd08602032b89", "aca7f5e76462423a64bce89519f8b4ca"], "statement_hash": "aabd3d9b6b1a0460624c086ca1a5f2223aec25bb342c2883b18a435de52ba98c"}, "url": "/docs/compare/?release=18.6#18.6-04ef095d0d14ee39", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "e811cff0335c3ca435753578de40cbd3", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "通过在任何被依赖对象上取得共享锁，防止创建悬空的对象依赖关系", "evidence": {"same_day": true, "patch_ids": ["6536cf91f14cf539ab4bd08602032b89", "aca7f5e76462423a64bce89519f8b4ca"], "statement_hash": "aabd3d9b6b1a0460624c086ca1a5f2223aec25bb342c2883b18a435de52ba98c"}, "url": "/docs/compare/?release=16.15#16.15-c1d18953b262f630", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "744925e5c1491a9c1e34c5d45e2c5ffd", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "通过在任何被依赖对象上取得共享锁，防止创建悬空的对象依赖关系", "evidence": {"same_day": true, "patch_ids": ["6536cf91f14cf539ab4bd08602032b89", "aca7f5e76462423a64bce89519f8b4ca"], "statement_hash": "aabd3d9b6b1a0460624c086ca1a5f2223aec25bb342c2883b18a435de52ba98c"}, "url": "/docs/compare/?release=15.19#15.19-f3cfe840091a64df", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "a9f65b357e29d3c7c477cf734deef532", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "通过在任何被依赖对象上取得共享锁，防止创建悬空的对象依赖关系", "evidence": {"same_day": true, "patch_ids": ["6536cf91f14cf539ab4bd08602032b89", "aca7f5e76462423a64bce89519f8b4ca"], "statement_hash": "aabd3d9b6b1a0460624c086ca1a5f2223aec25bb342c2883b18a435de52ba98c"}, "url": "/docs/compare/?release=14.24#14.24-9b47dd97523d83ec", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-869506b0934d2991", "cves": [], "html": "<p>修复 <code>SERIALIZABLE</code> 隔离模式中冲突检测的竞态条件（Peter Geoghegan）<a href=\"https://postgr.es/c/8434c9385\">§</a></p>\n<p>检查最初为空的 B-树索引时可能漏掉冲突，因错误地允许冲突事务提交而破坏可串行性。</p>", "text": "修复 SERIALIZABLE 隔离模式中冲突检测的竞态条件（Peter Geoghegan）§ 检查最初为空的 B-树索引时可能漏掉冲突，因错误地允许冲突事务提交而破坏可串行性。", "title": "修复 SERIALIZABLE 隔离模式中冲突检测的竞态条件", "commits": ["8434c9385"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "9c6559cb916c9f1a8ddf0bc74a8d10fa6ce6756752ba65dc0b208f71d091442d", "section_path": ["变更"], "commit_groups": [["2aa3c6d1f", "2fc3e1b44", "5d18105ca", "8434c9385", "ce3f19e26", "d560e730e", "e321faaae"]], "identity_text": "Fix race condition in conflict detection for SERIALIZABLE isolation mode (Peter Geoghegan) A conflict could be missed when examining an initially-empty btree index, allowing failure of serializability due to improperly allowing conflicting transactions to commit.", "commit_aliases": ["2aa3c6d1f", "2fc3e1b44", "5d18105ca", "8434c9385", "ce3f19e26", "d560e730e", "e321faaae"], "source_commits": ["8434c9385"], "source_entry_id": "17.11/changes/065", "db_id": "06c841c7e97c29498c3c18507b648e43", "patch_ids": ["76d6d81d4ce8e28654632817bbc18838"], "statement_hash": "08b20f0b0cc877fd90cf1664195b8bfe906cd38aa76d41fb6a77cbb2ead17297", "relations": [{"rule": 2, "type": "equivalent", "target": "03ed91689e7472f3e2b40c0668a9efe6", "evidence": {"same_day": true, "patch_ids": ["76d6d81d4ce8e28654632817bbc18838"], "statement_hash": "08b20f0b0cc877fd90cf1664195b8bfe906cd38aa76d41fb6a77cbb2ead17297"}}, {"rule": 2, "type": "equivalent", "target": "37ab9407c7a4720c042c3c30e616b840", "evidence": {"same_day": true, "patch_ids": ["76d6d81d4ce8e28654632817bbc18838"], "statement_hash": "08b20f0b0cc877fd90cf1664195b8bfe906cd38aa76d41fb6a77cbb2ead17297"}}, {"rule": 2, "type": "equivalent", "target": "8911cf537e3c81e99f223106f705f385", "evidence": {"same_day": true, "patch_ids": ["76d6d81d4ce8e28654632817bbc18838"], "statement_hash": "08b20f0b0cc877fd90cf1664195b8bfe906cd38aa76d41fb6a77cbb2ead17297"}}, {"rule": 2, "type": "equivalent", "target": "a69025df57e9873eeee634c6a24b5f52", "evidence": {"same_day": true, "patch_ids": ["76d6d81d4ce8e28654632817bbc18838"], "statement_hash": "08b20f0b0cc877fd90cf1664195b8bfe906cd38aa76d41fb6a77cbb2ead17297"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "37ab9407c7a4720c042c3c30e616b840", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 SERIALIZABLE 隔离模式中冲突检测的竞态条件", "evidence": {"same_day": true, "patch_ids": ["76d6d81d4ce8e28654632817bbc18838"], "statement_hash": "08b20f0b0cc877fd90cf1664195b8bfe906cd38aa76d41fb6a77cbb2ead17297"}, "url": "/docs/compare/?release=18.6#18.6-020cfc417a109d87", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "a69025df57e9873eeee634c6a24b5f52", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 SERIALIZABLE 隔离模式中冲突检测的竞态条件", "evidence": {"same_day": true, "patch_ids": ["76d6d81d4ce8e28654632817bbc18838"], "statement_hash": "08b20f0b0cc877fd90cf1664195b8bfe906cd38aa76d41fb6a77cbb2ead17297"}, "url": "/docs/compare/?release=16.15#16.15-1a9b527727b160db", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "8911cf537e3c81e99f223106f705f385", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 SERIALIZABLE 隔离模式中冲突检测的竞态条件", "evidence": {"same_day": true, "patch_ids": ["76d6d81d4ce8e28654632817bbc18838"], "statement_hash": "08b20f0b0cc877fd90cf1664195b8bfe906cd38aa76d41fb6a77cbb2ead17297"}, "url": "/docs/compare/?release=15.19#15.19-7ed1bdbb167b6fe1", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "03ed91689e7472f3e2b40c0668a9efe6", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 SERIALIZABLE 隔离模式中冲突检测的竞态条件", "evidence": {"same_day": true, "patch_ids": ["76d6d81d4ce8e28654632817bbc18838"], "statement_hash": "08b20f0b0cc877fd90cf1664195b8bfe906cd38aa76d41fb6a77cbb2ead17297"}, "url": "/docs/compare/?release=14.24#14.24-62f053723972383a", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-0e94152c02ef540a", "cves": [], "html": "<p>修复 ProcSignalBarrier 代码中的竞态条件（Masahiko Sawada）<a href=\"https://postgr.es/c/a651b8a89\">§</a></p>\n<p>此错误可能导致进程卡住，通常发生在报告 <span>“<span>still waiting for backend with PID <em><code>nnnn</code></em> to accept ProcSignalBarrier</span>”</span> 之后。</p>", "text": "修复 ProcSignalBarrier 代码中的竞态条件（Masahiko Sawada）§ 此错误可能导致进程卡住，通常发生在报告 “still waiting for backend with PID nnnn to accept ProcSignalBarrier” 之后。", "title": "修复 ProcSignalBarrier 代码中的竞态条件", "commits": ["a651b8a89"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "5d8a98df32079a449f720f6b8d7bae169806751eac07750521db192d7b18da02", "section_path": ["变更"], "commit_groups": [["159324a73", "1a9b1cc18", "a651b8a89", "cdb9b2830", "d79bf7612"]], "identity_text": "Fix race condition in ProcSignalBarrier code (Masahiko Sawada) This error could result in processes getting stuck, typically after reporting still waiting for backend with PID nnnn to accept ProcSignalBarrier.", "commit_aliases": ["159324a73", "1a9b1cc18", "a651b8a89", "cdb9b2830", "d79bf7612"], "source_commits": ["a651b8a89"], "source_entry_id": "17.11/changes/066", "db_id": "57a0c23144670659c08e95957bcb21e4", "patch_ids": ["06cafa4f9024a581dc7df9ac57c28b87"], "statement_hash": "b132ddc69a814c78bb0d80a016bd542d646f004f2e81d83ff063e175b8923180", "relations": [{"rule": 2, "type": "equivalent", "target": "26169dc01cad0326488602b572475378", "evidence": {"same_day": true, "patch_ids": ["06cafa4f9024a581dc7df9ac57c28b87"], "statement_hash": "b132ddc69a814c78bb0d80a016bd542d646f004f2e81d83ff063e175b8923180"}}, {"rule": 2, "type": "equivalent", "target": "52661089ee9f32f8c69e8b167606de61", "evidence": {"same_day": true, "patch_ids": ["06cafa4f9024a581dc7df9ac57c28b87"], "statement_hash": "b132ddc69a814c78bb0d80a016bd542d646f004f2e81d83ff063e175b8923180"}}, {"rule": 2, "type": "equivalent", "target": "c6eca9eca54620a981882a4c52360d79", "evidence": {"same_day": true, "patch_ids": ["06cafa4f9024a581dc7df9ac57c28b87"], "statement_hash": "b132ddc69a814c78bb0d80a016bd542d646f004f2e81d83ff063e175b8923180"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "52661089ee9f32f8c69e8b167606de61", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 ProcSignalBarrier 代码中的竞态条件", "evidence": {"same_day": true, "patch_ids": ["06cafa4f9024a581dc7df9ac57c28b87"], "statement_hash": "b132ddc69a814c78bb0d80a016bd542d646f004f2e81d83ff063e175b8923180"}, "url": "/docs/compare/?release=18.6#18.6-814e47a6c0f16883", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "c6eca9eca54620a981882a4c52360d79", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 ProcSignalBarrier 代码中的竞态条件", "evidence": {"same_day": true, "patch_ids": ["06cafa4f9024a581dc7df9ac57c28b87"], "statement_hash": "b132ddc69a814c78bb0d80a016bd542d646f004f2e81d83ff063e175b8923180"}, "url": "/docs/compare/?release=16.15#16.15-c0c564a566bf9972", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "26169dc01cad0326488602b572475378", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 ProcSignalBarrier 代码中的竞态条件", "evidence": {"same_day": true, "patch_ids": ["06cafa4f9024a581dc7df9ac57c28b87"], "statement_hash": "b132ddc69a814c78bb0d80a016bd542d646f004f2e81d83ff063e175b8923180"}, "url": "/docs/compare/?release=15.19#15.19-dd69f8df8a3640ae", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}]}, {"id": "17.11-31516fe59eede273", "cves": [], "html": "<p>修复属于同一锁组的一组进程同时退出时的竞态条件（Vlad Lesin）<a href=\"https://postgr.es/c/d489c4439\">§</a> <a href=\"https://postgr.es/c/e14b4ea4a\">§</a></p>\n<p>这些错误可能导致 PANIC 中止，并出现 <span>“<span>latch already owned</span>”</span> 等消息。普通并行查询通常不会出现此问题，因为领导者在看到其工作进程结束之前不会退出；但某些扩展会触发此问题。</p>", "text": "修复属于同一锁组的一组进程同时退出时的竞态条件（Vlad Lesin）§ § 这些错误可能导致 PANIC 中止，并出现 “latch already owned” 等消息。普通并行查询通常不会出现此问题，因为领导者在看到其工作进程结束之前不会退出；但某些扩展会触发此问题。", "title": "修复属于同一锁组的一组进程同时退出时的竞态条件", "commits": ["d489c4439", "e14b4ea4a"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "1b8d14e0094b12a5b68a920ce6d25b422beb7f4dd657708ccfcc710756c6404f", "section_path": ["变更"], "commit_groups": [["12c9b8b42", "4e8edf53f", "84b9d6bce", "db4d12fc9", "e14b4ea4a", "e786fb5aa"], ["563104523", "65d04df60", "8007d1185", "ae08eb168", "d489c4439", "d5cc6df60"]], "identity_text": "Fix race conditions when a set of processes that belong to the same lock group exit at the same time (Vlad Lesin) These errors could lead to PANIC aborts, with messages such as latch already owned. The issue does not normally arise in regular parallel query, since the leader won't exit before seeing its workers finish; but some extensions reach the problem.", "commit_aliases": ["12c9b8b42", "4e8edf53f", "563104523", "65d04df60", "8007d1185", "84b9d6bce", "ae08eb168", "d489c4439", "d5cc6df60", "db4d12fc9", "e14b4ea4a", "e786fb5aa"], "source_commits": ["d489c4439", "e14b4ea4a"], "source_entry_id": "17.11/changes/067", "db_id": "62cbccb23171427808fec1301b0ac804", "patch_ids": ["879e5bd994847bca2264dea6ae8e7636", "deebb0acfe2f0b111568661ecf5bdaeb"], "statement_hash": "8d70122ebcc8b017ec76eed632b4e53a2f4e86497efb77268f99f3855284c592", "relations": [{"rule": 2, "type": "equivalent", "target": "2c46dad30462775a825ad96cfb3ffbdf", "evidence": {"same_day": true, "patch_ids": ["879e5bd994847bca2264dea6ae8e7636", "deebb0acfe2f0b111568661ecf5bdaeb"], "statement_hash": "8d70122ebcc8b017ec76eed632b4e53a2f4e86497efb77268f99f3855284c592"}}, {"rule": 2, "type": "equivalent", "target": "5b2fc7485dc383d08b3d68f5272b2a11", "evidence": {"same_day": true, "patch_ids": ["879e5bd994847bca2264dea6ae8e7636", "deebb0acfe2f0b111568661ecf5bdaeb"], "statement_hash": "8d70122ebcc8b017ec76eed632b4e53a2f4e86497efb77268f99f3855284c592"}}, {"rule": 2, "type": "equivalent", "target": "edd683109ce0095065cd3a04ab6b5136", "evidence": {"same_day": true, "patch_ids": ["879e5bd994847bca2264dea6ae8e7636", "deebb0acfe2f0b111568661ecf5bdaeb"], "statement_hash": "8d70122ebcc8b017ec76eed632b4e53a2f4e86497efb77268f99f3855284c592"}}, {"rule": 2, "type": "equivalent", "target": "f2fcbfdff352b775c9b16fc62d0649b5", "evidence": {"same_day": true, "patch_ids": ["879e5bd994847bca2264dea6ae8e7636", "deebb0acfe2f0b111568661ecf5bdaeb"], "statement_hash": "8d70122ebcc8b017ec76eed632b4e53a2f4e86497efb77268f99f3855284c592"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "5b2fc7485dc383d08b3d68f5272b2a11", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复属于同一锁组的一组进程同时退出时的竞态条件", "evidence": {"same_day": true, "patch_ids": ["879e5bd994847bca2264dea6ae8e7636", "deebb0acfe2f0b111568661ecf5bdaeb"], "statement_hash": "8d70122ebcc8b017ec76eed632b4e53a2f4e86497efb77268f99f3855284c592"}, "url": "/docs/compare/?release=18.6#18.6-25e5a2422482dd1c", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "2c46dad30462775a825ad96cfb3ffbdf", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复属于同一锁组的一组进程同时退出时的竞态条件", "evidence": {"same_day": true, "patch_ids": ["879e5bd994847bca2264dea6ae8e7636", "deebb0acfe2f0b111568661ecf5bdaeb"], "statement_hash": "8d70122ebcc8b017ec76eed632b4e53a2f4e86497efb77268f99f3855284c592"}, "url": "/docs/compare/?release=16.15#16.15-90b68cb35e0fad17", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "edd683109ce0095065cd3a04ab6b5136", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复属于同一锁组的一组进程同时退出时的竞态条件", "evidence": {"same_day": true, "patch_ids": ["879e5bd994847bca2264dea6ae8e7636", "deebb0acfe2f0b111568661ecf5bdaeb"], "statement_hash": "8d70122ebcc8b017ec76eed632b4e53a2f4e86497efb77268f99f3855284c592"}, "url": "/docs/compare/?release=15.19#15.19-786c47066d87de68", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "f2fcbfdff352b775c9b16fc62d0649b5", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复属于同一锁组的一组进程同时退出时的竞态条件", "evidence": {"same_day": true, "patch_ids": ["879e5bd994847bca2264dea6ae8e7636", "deebb0acfe2f0b111568661ecf5bdaeb"], "statement_hash": "8d70122ebcc8b017ec76eed632b4e53a2f4e86497efb77268f99f3855284c592"}, "url": "/docs/compare/?release=14.24#14.24-fc8ff9cc62311a3d", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-3f8c2715fb02eef2", "cves": [], "html": "<p>修复表可见性映射清位操作的 WAL 日志记录（Melanie Plageman、Andres Freund）<a href=\"https://postgr.es/c/7edec8b57\">§</a> <a href=\"https://postgr.es/c/c0d9864f5\">§</a> <a href=\"https://postgr.es/c/067213430\">§</a></p>\n<p>WAL 汇总器漏掉了这类可见性映射变更，可能导致错误的增量备份。我们也没有在需要时记录这类可见性映射页的整页镜像，因而可能无法纠正撕裂页写入。这可能造成后续行为异常，例如仅索引扫描返回错误结果。</p>", "text": "修复表可见性映射清位操作的 WAL 日志记录（Melanie Plageman、Andres Freund）§ § § WAL 汇总器漏掉了这类可见性映射变更，可能导致错误的增量备份。我们也没有在需要时记录这类可见性映射页的整页镜像，因而可能无法纠正撕裂页写入。这可能造成后续行为异常，例如仅索引扫描返回错误结果。", "title": "修复表可见性映射清位操作的 WAL 日志记录", "commits": ["067213430", "7edec8b57", "c0d9864f5"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "845e5e3ac1a228c732bd68692277c3a679de0f24a3c7ba70ae07ad6318617a7b", "section_path": ["变更"], "commit_groups": [["067213430", "4d7feebfb", "5174d157a", "9171f77db"], ["10911fde0", "56bf5fa5d", "7edec8b57", "d0fb1da21"], ["b01c31eef", "c0d9864f5", "ed62d26ca", "f581fa729"]], "identity_text": "Fix WAL logging of operations that clear bits in tables' visibility maps (Melanie Plageman, Andres Freund) Such VM changes were missed by the WAL summarizer, potentially leading to incorrect incremental backups. We also failed to log full-page images of such VM pages when needed, potentially allowing torn page writes to go uncorrected. This could lead to misbehavior later, such as wrong results from index-only scans.", "commit_aliases": ["067213430", "10911fde0", "4d7feebfb", "5174d157a", "56bf5fa5d", "7edec8b57", "9171f77db", "b01c31eef", "c0d9864f5", "d0fb1da21", "ed62d26ca", "f581fa729"], "source_commits": ["067213430", "7edec8b57", "c0d9864f5"], "source_entry_id": "17.11/changes/068", "db_id": "4def260cbd8a4182ec017b70a81b56f5", "patch_ids": ["34adf46d69ca32061b06da3d079a7069", "41df06de615aa532015928409cff3d95", "892803f446e66b4cc097d23f3797a918"], "statement_hash": "06aadf1e9f9cee9405150393ea42bc91f00a02570025c6028daa277cee57c7f3", "relations": [{"rule": 2, "type": "equivalent", "target": "9fb751cb38bcd179121b328ba031747e", "evidence": {"same_day": true, "patch_ids": ["34adf46d69ca32061b06da3d079a7069", "41df06de615aa532015928409cff3d95", "892803f446e66b4cc097d23f3797a918"], "statement_hash": "06aadf1e9f9cee9405150393ea42bc91f00a02570025c6028daa277cee57c7f3"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "9fb751cb38bcd179121b328ba031747e", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复表可见性映射清位操作的 WAL 日志记录", "evidence": {"same_day": true, "patch_ids": ["34adf46d69ca32061b06da3d079a7069", "41df06de615aa532015928409cff3d95", "892803f446e66b4cc097d23f3797a918"], "statement_hash": "06aadf1e9f9cee9405150393ea42bc91f00a02570025c6028daa277cee57c7f3"}, "url": "/docs/compare/?release=18.6#18.6-591cce0db8214715", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}]}, {"id": "17.11-aa32892bb54c9a4c", "cves": [], "html": "<p>防止 WAL 汇总进程在时间线切换时卡住（Robert Haas）<a href=\"https://postgr.es/c/499d9eabb\">§</a> <a href=\"https://postgr.es/c/d28cdf46e\">§</a></p>", "text": "防止 WAL 汇总进程在时间线切换时卡住（Robert Haas）§ §", "title": "防止 WAL 汇总进程在时间线切换时卡住", "commits": ["499d9eabb", "d28cdf46e"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "7fa465b27ef0d5c770984937315a722c131767ff6b02e3f6a1a7e2a419d0fcce", "section_path": ["变更"], "commit_groups": [["18f0de6b8", "3e8a0c1b0", "499d9eabb", "dfb96277d"], ["1d299d6ab", "8767a10cb", "bdcea66f0", "d28cdf46e"]], "identity_text": "Prevent WAL summarizer process from getting stuck at a timeline switch (Robert Haas)", "commit_aliases": ["18f0de6b8", "1d299d6ab", "3e8a0c1b0", "499d9eabb", "8767a10cb", "bdcea66f0", "d28cdf46e", "dfb96277d"], "source_commits": ["499d9eabb", "d28cdf46e"], "source_entry_id": "17.11/changes/069", "db_id": "6c5349d1b6e45948404ea7876a48dcf9", "patch_ids": ["508495a1aeae90a13092582478007f0c", "99c5fedfb753eda3ff5558c646f420a7"], "statement_hash": "693f186e16744df775e9c612662444e181a78d71562335513f419c84cb3c35b9", "relations": [{"rule": 2, "type": "equivalent", "target": "3173f4833a6a0aae8a455f45a5a4568e", "evidence": {"same_day": true, "patch_ids": ["508495a1aeae90a13092582478007f0c", "99c5fedfb753eda3ff5558c646f420a7"], "statement_hash": "693f186e16744df775e9c612662444e181a78d71562335513f419c84cb3c35b9"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "3173f4833a6a0aae8a455f45a5a4568e", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "防止 WAL 汇总进程在时间线切换时卡住", "evidence": {"same_day": true, "patch_ids": ["508495a1aeae90a13092582478007f0c", "99c5fedfb753eda3ff5558c646f420a7"], "statement_hash": "693f186e16744df775e9c612662444e181a78d71562335513f419c84cb3c35b9"}, "url": "/docs/compare/?release=18.6#18.6-2ef24f05b5bd445d", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}]}, {"id": "17.11-563becf7bc3e6dcf", "cves": [], "html": "<p>修复备库提升期间逻辑解码选择时间线时的竞态条件（Bertrand Drouvot）<a href=\"https://postgr.es/c/16b89ff04\">§</a> <a href=\"https://postgr.es/c/ab5334d8b\">§</a></p>\n<p>在备库上执行的逻辑解码可能会失败，并出现 <span>“<span>requested WAL segment has already been removed</span>”</span> 错误。重试即可成功，因此没有永久性问题，但存在可用性隐患。</p>", "text": "修复备库提升期间逻辑解码选择时间线时的竞态条件（Bertrand Drouvot）§ § 在备库上执行的逻辑解码可能会失败，并出现 “requested WAL segment has already been removed” 错误。重试即可成功，因此没有永久性问题，但存在可用性隐患。", "title": "修复备库提升期间逻辑解码选择时间线时的竞态条件", "commits": ["16b89ff04", "ab5334d8b"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "719875361b89ef78cebe25542fa6a933e5a27380d737eda91cdb6f9d9e352b13", "section_path": ["变更"], "commit_groups": [["16b89ff04", "8cd687c44", "b4bd13850", "eb4e7224a"], ["2a04624da", "4bff3aa51", "a8ee70bd5", "ab5334d8b"], ["d9b49e5b4"]], "identity_text": "Fix race with timeline selection in logical decoding during standby promotion (Bertrand Drouvot) Logical decoding being performed on the standby could fail with a requested WAL segment has already been removed error. A repeat attempt would succeed, so there was no permanent problem but there was an availability hazard.", "commit_aliases": ["16b89ff04", "2a04624da", "4bff3aa51", "8cd687c44", "a8ee70bd5", "ab5334d8b", "b4bd13850", "d9b49e5b4", "eb4e7224a"], "source_commits": ["16b89ff04", "ab5334d8b", "d9b49e5b4"], "source_entry_id": "17.11/changes/070", "db_id": "d6f8670170e47d169eec30b65187d2c4", "patch_ids": ["0baec0cbb6545813886061f478d7fe09", "1bbd3b28c72161d54ff8850fb5990a90", "afe572d50b5aa93a1a43ac975df96fa6"], "statement_hash": "b5c88f0e08517e3cf00dd9b3461ec817031530e9f8f05c2cde86c91f4ec8fc51", "relations": [{"rule": 2, "type": "equivalent", "target": "7c127c9b86c4ff620059a798b7b8dda9", "evidence": {"same_day": true, "patch_ids": ["0baec0cbb6545813886061f478d7fe09", "1bbd3b28c72161d54ff8850fb5990a90", "afe572d50b5aa93a1a43ac975df96fa6"], "statement_hash": "b5c88f0e08517e3cf00dd9b3461ec817031530e9f8f05c2cde86c91f4ec8fc51"}}, {"rule": 2, "type": "equivalent", "target": "cfd9fb4fa936abb9c7ef216b4854fb3c", "evidence": {"same_day": true, "patch_ids": ["0baec0cbb6545813886061f478d7fe09", "1bbd3b28c72161d54ff8850fb5990a90", "afe572d50b5aa93a1a43ac975df96fa6"], "statement_hash": "b5c88f0e08517e3cf00dd9b3461ec817031530e9f8f05c2cde86c91f4ec8fc51"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "cfd9fb4fa936abb9c7ef216b4854fb3c", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复备库提升期间逻辑解码选择时间线时的竞态条件", "evidence": {"same_day": true, "patch_ids": ["0baec0cbb6545813886061f478d7fe09", "1bbd3b28c72161d54ff8850fb5990a90", "afe572d50b5aa93a1a43ac975df96fa6"], "statement_hash": "b5c88f0e08517e3cf00dd9b3461ec817031530e9f8f05c2cde86c91f4ec8fc51"}, "url": "/docs/compare/?release=18.6#18.6-c988b88dbd957c88", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "7c127c9b86c4ff620059a798b7b8dda9", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复备库提升期间逻辑解码选择时间线时的竞态条件", "evidence": {"same_day": true, "patch_ids": ["0baec0cbb6545813886061f478d7fe09", "1bbd3b28c72161d54ff8850fb5990a90", "afe572d50b5aa93a1a43ac975df96fa6"], "statement_hash": "b5c88f0e08517e3cf00dd9b3461ec817031530e9f8f05c2cde86c91f4ec8fc51"}, "url": "/docs/compare/?release=16.15#16.15-d4ff6572d90ae3ad", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}]}, {"id": "17.11-1e3e950c5c9035d8", "cves": [], "html": "<p>避免在时间线跳转期间暴露 WAL 接收进程的完整连接字符串（Chao Li）<a href=\"https://postgr.es/c/c89499a79\">§</a></p>\n<p><code>pg_stat_wal_receiver</code> 视图应显示不含敏感数据的脱敏连接字符串。但复用现有 WAL 接收进程时，它会短暂显示完整字符串。</p>", "text": "避免在时间线跳转期间暴露 WAL 接收进程的完整连接字符串（Chao Li）§ pg_stat_wal_receiver 视图应显示不含敏感数据的脱敏连接字符串。但复用现有 WAL 接收进程时，它会短暂显示完整字符串。", "title": "避免在时间线跳转期间暴露 WAL 接收进程的完整连接字符串", "commits": ["c89499a79"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "c6b60db06cf37ea39b0031235fce3d8b66c45b845835cbc84c34ec742be9cc54", "section_path": ["变更"], "commit_groups": [["065cbfb88", "b903d1792", "c37b38806", "c89499a79", "e037a4199", "e18b77153"]], "identity_text": "Avoid exposing a WAL receiver's full connection string during timeline jumps (Chao Li) The pg_stat_wal_receiver view should show a sanitized version of the connection string, without sensitive data. But it transiently showed the full string when we re-use an existing WAL receiver.", "commit_aliases": ["065cbfb88", "b903d1792", "c37b38806", "c89499a79", "e037a4199", "e18b77153"], "source_commits": ["c89499a79"], "source_entry_id": "17.11/changes/071", "db_id": "37402bbf4de6b9a68bc1b26a7f9417b9", "patch_ids": ["625ea274df56e79c48b28c2ef1353303"], "statement_hash": "127370516df3531677f14f892409223ad12c32539de2175c8aa26416b2e1cb64", "relations": [{"rule": 2, "type": "equivalent", "target": "25d36b6cd39f40aef2ae629b3189e49c", "evidence": {"same_day": true, "patch_ids": ["625ea274df56e79c48b28c2ef1353303"], "statement_hash": "127370516df3531677f14f892409223ad12c32539de2175c8aa26416b2e1cb64"}}, {"rule": 2, "type": "equivalent", "target": "5ea87a1c210c433da8cd395769d7ef5a", "evidence": {"same_day": true, "patch_ids": ["625ea274df56e79c48b28c2ef1353303"], "statement_hash": "127370516df3531677f14f892409223ad12c32539de2175c8aa26416b2e1cb64"}}, {"rule": 2, "type": "equivalent", "target": "cd98d8763a77664800622e26ed44bfce", "evidence": {"same_day": true, "patch_ids": ["625ea274df56e79c48b28c2ef1353303"], "statement_hash": "127370516df3531677f14f892409223ad12c32539de2175c8aa26416b2e1cb64"}}, {"rule": 2, "type": "equivalent", "target": "e4f8b56dcd2aef047beee675ed6d7da6", "evidence": {"same_day": true, "patch_ids": ["625ea274df56e79c48b28c2ef1353303"], "statement_hash": "127370516df3531677f14f892409223ad12c32539de2175c8aa26416b2e1cb64"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "cd98d8763a77664800622e26ed44bfce", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "避免在时间线跳转期间暴露 WAL 接收进程的完整连接字符串", "evidence": {"same_day": true, "patch_ids": ["625ea274df56e79c48b28c2ef1353303"], "statement_hash": "127370516df3531677f14f892409223ad12c32539de2175c8aa26416b2e1cb64"}, "url": "/docs/compare/?release=18.6#18.6-afb05b61d5152a3a", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "25d36b6cd39f40aef2ae629b3189e49c", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "避免在时间线跳转期间暴露 WAL 接收进程的完整连接字符串", "evidence": {"same_day": true, "patch_ids": ["625ea274df56e79c48b28c2ef1353303"], "statement_hash": "127370516df3531677f14f892409223ad12c32539de2175c8aa26416b2e1cb64"}, "url": "/docs/compare/?release=16.15#16.15-90e616e97be2e9eb", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "e4f8b56dcd2aef047beee675ed6d7da6", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "避免在时间线跳转期间暴露 WAL 接收进程的完整连接字符串", "evidence": {"same_day": true, "patch_ids": ["625ea274df56e79c48b28c2ef1353303"], "statement_hash": "127370516df3531677f14f892409223ad12c32539de2175c8aa26416b2e1cb64"}, "url": "/docs/compare/?release=15.19#15.19-aed6228ca708ae21", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "5ea87a1c210c433da8cd395769d7ef5a", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "避免在时间线跳转期间暴露 WAL 接收进程的完整连接字符串", "evidence": {"same_day": true, "patch_ids": ["625ea274df56e79c48b28c2ef1353303"], "statement_hash": "127370516df3531677f14f892409223ad12c32539de2175c8aa26416b2e1cb64"}, "url": "/docs/compare/?release=14.24#14.24-6609d3eebb509440", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-83651d53e036fd59", "cves": [], "html": "<p>使用运行时检查而不只是 Asserts，验证逻辑复制期间接收的元组具有正确的列数（Varik Matevosyan）<a href=\"https://postgr.es/c/15f4e3d0c\">§</a></p>\n<p>恶意或有缺陷的发布者可能发送列数不一致的数据。虽然尚未找到会因此产生严重不良后果的场景，但额外谨慎似乎是必要的。</p>", "text": "使用运行时检查而不只是 Asserts，验证逻辑复制期间接收的元组具有正确的列数（Varik Matevosyan）§ 恶意或有缺陷的发布者可能发送列数不一致的数据。虽然尚未找到会因此产生严重不良后果的场景，但额外谨慎似乎是必要的。", "title": "使用运行时检查而不只是 Asserts，验证逻辑复制期间接收的元组具有正确的列数", "commits": ["15f4e3d0c"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "7162358923c6dcddd61b47a94ddca4dda93b01e9baf24f85076ce43a6bd254d7", "section_path": ["变更"], "commit_groups": [["15f4e3d0c", "510a05f07", "59759e1a5", "871d4f5b6", "bf7d19be9", "dc3db3a83"]], "identity_text": "Use run-time checks, not just Asserts, to verify the correct number of columns in tuples received during logical replication (Varik Matevosyan) A malicious or buggy publisher could send inconsistent numbers of columns. While we could not find a scenario in which this would have serious ill effects, extra caution seems warranted.", "commit_aliases": ["15f4e3d0c", "510a05f07", "59759e1a5", "871d4f5b6", "bf7d19be9", "dc3db3a83"], "source_commits": ["15f4e3d0c"], "source_entry_id": "17.11/changes/072", "db_id": "52499b2c374ab99a8520d4e208b224ca", "patch_ids": ["8665f0efb53857b1f65d3aab55fce701"], "statement_hash": "ccb9933f82e897841fcc7799b27c7cb46784658d50590f121d691ba4eb1ab215", "relations": [{"rule": 2, "type": "equivalent", "target": "29b7d5b8d289c2e83357b4b3887c6ece", "evidence": {"same_day": true, "patch_ids": ["8665f0efb53857b1f65d3aab55fce701"], "statement_hash": "ccb9933f82e897841fcc7799b27c7cb46784658d50590f121d691ba4eb1ab215"}}, {"rule": 2, "type": "equivalent", "target": "2bec14054822093ac2f6b8e098cf50ef", "evidence": {"same_day": true, "patch_ids": ["8665f0efb53857b1f65d3aab55fce701"], "statement_hash": "ccb9933f82e897841fcc7799b27c7cb46784658d50590f121d691ba4eb1ab215"}}, {"rule": 2, "type": "equivalent", "target": "3d36fdfc273db605a521f97942cc7c8b", "evidence": {"same_day": true, "patch_ids": ["8665f0efb53857b1f65d3aab55fce701"], "statement_hash": "ccb9933f82e897841fcc7799b27c7cb46784658d50590f121d691ba4eb1ab215"}}, {"rule": 2, "type": "equivalent", "target": "b984d160c74d462df46c0818a7351ddb", "evidence": {"same_day": true, "patch_ids": ["8665f0efb53857b1f65d3aab55fce701"], "statement_hash": "ccb9933f82e897841fcc7799b27c7cb46784658d50590f121d691ba4eb1ab215"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "29b7d5b8d289c2e83357b4b3887c6ece", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "使用运行时检查而不只是 Asserts，验证逻辑复制期间接收的元组具有正确的列数", "evidence": {"same_day": true, "patch_ids": ["8665f0efb53857b1f65d3aab55fce701"], "statement_hash": "ccb9933f82e897841fcc7799b27c7cb46784658d50590f121d691ba4eb1ab215"}, "url": "/docs/compare/?release=18.6#18.6-842cc1f1f4a2405b", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "3d36fdfc273db605a521f97942cc7c8b", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "使用运行时检查而不只是 Asserts，验证逻辑复制期间接收的元组具有正确的列数", "evidence": {"same_day": true, "patch_ids": ["8665f0efb53857b1f65d3aab55fce701"], "statement_hash": "ccb9933f82e897841fcc7799b27c7cb46784658d50590f121d691ba4eb1ab215"}, "url": "/docs/compare/?release=16.15#16.15-a8762c512498c73b", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "b984d160c74d462df46c0818a7351ddb", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "使用运行时检查而不只是 Asserts，验证逻辑复制期间接收的元组具有正确的列数", "evidence": {"same_day": true, "patch_ids": ["8665f0efb53857b1f65d3aab55fce701"], "statement_hash": "ccb9933f82e897841fcc7799b27c7cb46784658d50590f121d691ba4eb1ab215"}, "url": "/docs/compare/?release=15.19#15.19-8e9a0447c93f98f9", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "2bec14054822093ac2f6b8e098cf50ef", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "使用运行时检查而不只是 Asserts，验证逻辑复制期间接收的元组具有正确的列数", "evidence": {"same_day": true, "patch_ids": ["8665f0efb53857b1f65d3aab55fce701"], "statement_hash": "ccb9933f82e897841fcc7799b27c7cb46784658d50590f121d691ba4eb1ab215"}, "url": "/docs/compare/?release=14.24#14.24-09af4da1397bcb08", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-f6a7585b485a41e6", "cves": [], "html": "<p>改进构造的复制命令中字符串参数的引用处理（Tom Lane）<a href=\"https://postgr.es/c/14810cc0d\">§</a></p>\n<p>多处生成复制命令的代码在引用复制槽名称及其他需要插入命令的参数时不够谨慎。这可能导致命令出现意外的语法错误。原则上，精心构造的复制槽名称可能导致 SQL 注入；但这种场景在实践中似乎极不可能发生，因为只有高权限用户才能调用复制操作，而且他们没有理由使用来自不可信来源的槽名称。</p>", "text": "改进构造的复制命令中字符串参数的引用处理（Tom Lane）§ 多处生成复制命令的代码在引用复制槽名称及其他需要插入命令的参数时不够谨慎。这可能导致命令出现意外的语法错误。原则上，精心构造的复制槽名称可能导致 SQL 注入；但这种场景在实践中似乎极不可能发生，因为只有高权限用户才能调用复制操作，而且他们没有理由使用来自不可信来源的槽名称。", "title": "改进构造的复制命令中字符串参数的引用处理", "commits": ["14810cc0d"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "bc13bf78e55f7150277f4eda67e7faf2b5de10c798467c0e900147f8c9f3d7b9", "section_path": ["变更"], "commit_groups": [["14810cc0d", "26d6c19d0", "2a00840e8", "819e5b964", "a75bd485b", "abb582555"]], "identity_text": "Clean up quoting of string parameters within constructed replication commands (Tom Lane) Various places that generate replication commands were not being adequately careful about quoting replication slot names and other parameters that need to be inserted into those commands. This could result in unexpected syntax errors in those commands. In principle, a crafted replication slot name could result in SQL injection; but such a scenario seems very unlikely to occur in practice, since replication operations can only be invoked by highly-privileged users and there is no reason for them to use a slot name coming from an untrustworthy source.", "commit_aliases": ["14810cc0d", "26d6c19d0", "2a00840e8", "819e5b964", "a75bd485b", "abb582555"], "source_commits": ["14810cc0d"], "source_entry_id": "17.11/changes/073", "db_id": "de678a747a30bf549de927b53ebbc3e7", "patch_ids": ["32ecc5c79c988e036daa92766ab9c826"], "statement_hash": "247fbb71eedfaa36fb21d3377adab99beeefb9b4863ba98c464369fe5a6bc0fa", "relations": [{"rule": 2, "type": "equivalent", "target": "1ef980c1780b85528850bbdd9466fa41", "evidence": {"same_day": true, "patch_ids": ["32ecc5c79c988e036daa92766ab9c826"], "statement_hash": "247fbb71eedfaa36fb21d3377adab99beeefb9b4863ba98c464369fe5a6bc0fa"}}, {"rule": 2, "type": "equivalent", "target": "492d74031b46a2dbdba89517c2392411", "evidence": {"same_day": true, "patch_ids": ["32ecc5c79c988e036daa92766ab9c826"], "statement_hash": "247fbb71eedfaa36fb21d3377adab99beeefb9b4863ba98c464369fe5a6bc0fa"}}, {"rule": 2, "type": "equivalent", "target": "54ed2b1cad03859f062c5ae13dc62693", "evidence": {"same_day": true, "patch_ids": ["32ecc5c79c988e036daa92766ab9c826"], "statement_hash": "247fbb71eedfaa36fb21d3377adab99beeefb9b4863ba98c464369fe5a6bc0fa"}}, {"rule": 2, "type": "equivalent", "target": "74c4a1b4a808ecb95dfae29020191080", "evidence": {"same_day": true, "patch_ids": ["32ecc5c79c988e036daa92766ab9c826"], "statement_hash": "247fbb71eedfaa36fb21d3377adab99beeefb9b4863ba98c464369fe5a6bc0fa"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "1ef980c1780b85528850bbdd9466fa41", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "改进构造的复制命令中字符串参数的引用处理", "evidence": {"same_day": true, "patch_ids": ["32ecc5c79c988e036daa92766ab9c826"], "statement_hash": "247fbb71eedfaa36fb21d3377adab99beeefb9b4863ba98c464369fe5a6bc0fa"}, "url": "/docs/compare/?release=18.6#18.6-9e33f830eed35c6f", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "74c4a1b4a808ecb95dfae29020191080", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "改进构造的复制命令中字符串参数的引用处理", "evidence": {"same_day": true, "patch_ids": ["32ecc5c79c988e036daa92766ab9c826"], "statement_hash": "247fbb71eedfaa36fb21d3377adab99beeefb9b4863ba98c464369fe5a6bc0fa"}, "url": "/docs/compare/?release=16.15#16.15-af8c105159d57f3b", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "492d74031b46a2dbdba89517c2392411", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "改进构造的复制命令中字符串参数的引用处理", "evidence": {"same_day": true, "patch_ids": ["32ecc5c79c988e036daa92766ab9c826"], "statement_hash": "247fbb71eedfaa36fb21d3377adab99beeefb9b4863ba98c464369fe5a6bc0fa"}, "url": "/docs/compare/?release=15.19#15.19-f46d264eacda5b12", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "54ed2b1cad03859f062c5ae13dc62693", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "改进构造的复制命令中字符串参数的引用处理", "evidence": {"same_day": true, "patch_ids": ["32ecc5c79c988e036daa92766ab9c826"], "statement_hash": "247fbb71eedfaa36fb21d3377adab99beeefb9b4863ba98c464369fe5a6bc0fa"}, "url": "/docs/compare/?release=14.24#14.24-064a7da098f9ba6c", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-4fcd3ca4da51d952", "cves": [], "html": "<p>修复对空预备事务的逻辑解码（Masahiko Sawada）<a href=\"https://postgr.es/c/8c4519c71\">§</a></p>\n<p>未产生任何可解码更新的预备事务可能导致向输出插件发送 <code>COMMIT/ROLLBACK PREPARED</code>，而之前没有发送 <code>PREPARE</code>。对于内置订阅者，这会破坏复制，其他插件很可能也无法正确处理。</p>", "text": "修复对空预备事务的逻辑解码（Masahiko Sawada）§ 未产生任何可解码更新的预备事务可能导致向输出插件发送 COMMIT/ROLLBACK PREPARED，而之前没有发送 PREPARE。对于内置订阅者，这会破坏复制，其他插件很可能也无法正确处理。", "title": "修复对空预备事务的逻辑解码", "commits": ["8c4519c71"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "01740a0e2a13273630b8f3e7c5366790c5e58e1cf76de52a10af68efbaae62f7", "section_path": ["变更"], "commit_groups": [["0dbfb8520", "2289e65e1", "744618346", "8c4519c71", "acaa100f9", "b563fc6bd", "c2d34db0a"]], "identity_text": "Fix logical decoding of empty prepared transactions (Masahiko Sawada) A prepared transaction that did not cause any decodable updates could result in sending COMMIT/ROLLBACK PREPARED to the output plugin with no preceding PREPARE. For the built-in subscriber this breaks replication, and other plugins will probably not like it either.", "commit_aliases": ["0dbfb8520", "2289e65e1", "744618346", "8c4519c71", "acaa100f9", "b563fc6bd", "c2d34db0a"], "source_commits": ["8c4519c71"], "source_entry_id": "17.11/changes/074", "db_id": "a16d1f65cf232982fca81254425fea0a", "patch_ids": ["250335f2e4b78140436eb50ee72b3519"], "statement_hash": "c36e39e101cb85a94e4121d8d84d1da47f5f96917db16c284ba7e090b292fe31", "relations": [{"rule": 2, "type": "equivalent", "target": "84b673d7c9ccb6b9e58b7abd3b0c1465", "evidence": {"same_day": true, "patch_ids": ["250335f2e4b78140436eb50ee72b3519"], "statement_hash": "c36e39e101cb85a94e4121d8d84d1da47f5f96917db16c284ba7e090b292fe31"}}, {"rule": 2, "type": "equivalent", "target": "bcdae249049162a8ecdfc761f53a6e97", "evidence": {"same_day": true, "patch_ids": ["250335f2e4b78140436eb50ee72b3519"], "statement_hash": "c36e39e101cb85a94e4121d8d84d1da47f5f96917db16c284ba7e090b292fe31"}}, {"rule": 2, "type": "equivalent", "target": "dc4b173044afd038ad380964a01eea2b", "evidence": {"same_day": true, "patch_ids": ["250335f2e4b78140436eb50ee72b3519"], "statement_hash": "c36e39e101cb85a94e4121d8d84d1da47f5f96917db16c284ba7e090b292fe31"}}, {"rule": 2, "type": "equivalent", "target": "de72e0ac47f2ad5c62da3e86aa9fdd8f", "evidence": {"same_day": true, "patch_ids": ["250335f2e4b78140436eb50ee72b3519"], "statement_hash": "c36e39e101cb85a94e4121d8d84d1da47f5f96917db16c284ba7e090b292fe31"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "dc4b173044afd038ad380964a01eea2b", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复对空预备事务的逻辑解码", "evidence": {"same_day": true, "patch_ids": ["250335f2e4b78140436eb50ee72b3519"], "statement_hash": "c36e39e101cb85a94e4121d8d84d1da47f5f96917db16c284ba7e090b292fe31"}, "url": "/docs/compare/?release=18.6#18.6-9c7f709d1f862457", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "84b673d7c9ccb6b9e58b7abd3b0c1465", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复对空预备事务的逻辑解码", "evidence": {"same_day": true, "patch_ids": ["250335f2e4b78140436eb50ee72b3519"], "statement_hash": "c36e39e101cb85a94e4121d8d84d1da47f5f96917db16c284ba7e090b292fe31"}, "url": "/docs/compare/?release=16.15#16.15-90c2bbc2eb6f8247", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "de72e0ac47f2ad5c62da3e86aa9fdd8f", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复对空预备事务的逻辑解码", "evidence": {"same_day": true, "patch_ids": ["250335f2e4b78140436eb50ee72b3519"], "statement_hash": "c36e39e101cb85a94e4121d8d84d1da47f5f96917db16c284ba7e090b292fe31"}, "url": "/docs/compare/?release=15.19#15.19-0420887ee7fc19e1", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "bcdae249049162a8ecdfc761f53a6e97", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复对空预备事务的逻辑解码", "evidence": {"same_day": true, "patch_ids": ["250335f2e4b78140436eb50ee72b3519"], "statement_hash": "c36e39e101cb85a94e4121d8d84d1da47f5f96917db16c284ba7e090b292fe31"}, "url": "/docs/compare/?release=14.24#14.24-47930888824346fa", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-bbdd9aa8c76021bc", "cves": [], "html": "<p>修复备库提升后不记录 WAL 的序列损坏的问题（Fujii Masao）<a href=\"https://postgr.es/c/a1ed6a9a0\">§</a></p>\n<p>此前，如果在主库上创建了不记录 WAL 的序列并将其复制到备库，那么提升备库后访问该序列可能会失败，并出现 <span>“<span>bad magic number in sequence</span>”</span> 或相关错误。</p>", "text": "修复备库提升后不记录 WAL 的序列损坏的问题（Fujii Masao）§ 此前，如果在主库上创建了不记录 WAL 的序列并将其复制到备库，那么提升备库后访问该序列可能会失败，并出现 “bad magic number in sequence” 或相关错误。", "title": "修复备库提升后不记录 WAL 的序列损坏的问题", "commits": ["a1ed6a9a0"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "56b2da6b25964fdf7de9d7c75d5d514f8df633b0e0135487a0b379385f9da887", "section_path": ["变更"], "commit_groups": [["22af34b98", "627605713", "8e684ce11", "913d3b610", "a1ed6a9a0", "d2980067b"]], "identity_text": "Fix corruption of unlogged sequences after standby promotion (Fujii Masao) Previously, if an unlogged sequence was created on the primary and replicated to a standby, accessing the sequence after promoting the standby could fail with bad magic number in sequence or related errors.", "commit_aliases": ["22af34b98", "627605713", "8e684ce11", "913d3b610", "a1ed6a9a0", "d2980067b"], "source_commits": ["a1ed6a9a0"], "source_entry_id": "17.11/changes/075", "db_id": "04e99de2d6b9c7c2dbe0bac4e30b6b62", "patch_ids": ["0c00c75b81c9cf4e2c7dd727d7f47148"], "statement_hash": "6ef22cc70bed7a3bdbb01c79c02e183283e72e3ea1060f614fc65f0d30467462", "relations": [{"rule": 2, "type": "equivalent", "target": "1ce08b2128763f685c989c7f545e1b3e", "evidence": {"same_day": true, "patch_ids": ["0c00c75b81c9cf4e2c7dd727d7f47148"], "statement_hash": "6ef22cc70bed7a3bdbb01c79c02e183283e72e3ea1060f614fc65f0d30467462"}}, {"rule": 2, "type": "equivalent", "target": "7c75fcad7f434b0760cdb29e86f36c46", "evidence": {"same_day": true, "patch_ids": ["0c00c75b81c9cf4e2c7dd727d7f47148"], "statement_hash": "6ef22cc70bed7a3bdbb01c79c02e183283e72e3ea1060f614fc65f0d30467462"}}, {"rule": 2, "type": "equivalent", "target": "ecc31612cc8e203d9211831d84c3f264", "evidence": {"same_day": true, "patch_ids": ["0c00c75b81c9cf4e2c7dd727d7f47148"], "statement_hash": "6ef22cc70bed7a3bdbb01c79c02e183283e72e3ea1060f614fc65f0d30467462"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "7c75fcad7f434b0760cdb29e86f36c46", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复备库提升后不记录 WAL 的序列损坏的问题", "evidence": {"same_day": true, "patch_ids": ["0c00c75b81c9cf4e2c7dd727d7f47148"], "statement_hash": "6ef22cc70bed7a3bdbb01c79c02e183283e72e3ea1060f614fc65f0d30467462"}, "url": "/docs/compare/?release=18.6#18.6-a4136eca0096397b", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "1ce08b2128763f685c989c7f545e1b3e", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复备库提升后不记录 WAL 的序列损坏的问题", "evidence": {"same_day": true, "patch_ids": ["0c00c75b81c9cf4e2c7dd727d7f47148"], "statement_hash": "6ef22cc70bed7a3bdbb01c79c02e183283e72e3ea1060f614fc65f0d30467462"}, "url": "/docs/compare/?release=16.15#16.15-5f2f728c30848e40", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "ecc31612cc8e203d9211831d84c3f264", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复备库提升后不记录 WAL 的序列损坏的问题", "evidence": {"same_day": true, "patch_ids": ["0c00c75b81c9cf4e2c7dd727d7f47148"], "statement_hash": "6ef22cc70bed7a3bdbb01c79c02e183283e72e3ea1060f614fc65f0d30467462"}, "url": "/docs/compare/?release=15.19#15.19-88702f651f9db1ae", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}]}, {"id": "17.11-8291f394c20dacdc", "cves": [], "html": "<p>修复回退到归档后级联备库无法重新连接的问题（Marco Nenciarini）<a href=\"https://postgr.es/c/2cf28d1b9\">§</a></p>\n<p>回退到归档恢复后，级联备库可能因 <span>“<span>requested starting point ... is ahead of the WAL flush position</span>”</span> 而无法重新连接到其上游备库。</p>", "text": "修复回退到归档后级联备库无法重新连接的问题（Marco Nenciarini）§ 回退到归档恢复后，级联备库可能因 “requested starting point ... is ahead of the WAL flush position” 而无法重新连接到其上游备库。", "title": "修复回退到归档后级联备库无法重新连接的问题", "commits": ["2cf28d1b9"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "b4b13703ffe24452dbaaf532d75735c681518fbf7e5f738b18bd03a43cd757c0", "section_path": ["变更"], "commit_groups": [["2cf28d1b9", "331016322", "5dbeb69bc", "5fb3c6389", "8f64cc83f", "b614de487", "bef46aed3"]], "identity_text": "Fix cascading standby reconnect failure after archive fallback (Marco Nenciarini) A cascading standby could fail to reconnect to its upstream standby with requested starting point ... is ahead of the WAL flush position after falling back to archive recovery.", "commit_aliases": ["2cf28d1b9", "331016322", "5dbeb69bc", "5fb3c6389", "8f64cc83f", "b614de487", "bef46aed3"], "source_commits": ["2cf28d1b9"], "source_entry_id": "17.11/changes/076", "db_id": "b17ef22f538327cabf0726e1b3f902cc", "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "statement_hash": "fb1d8ff1de50924ae1113199938a0ff6d45296b275bab29a749f5176ddbc64ad", "relations": [{"rule": 2, "type": "related", "target": "027ccc17f71deb2b38e14fc8cc82dccd", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}}, {"rule": 2, "type": "related", "target": "1b34d3e2b18d75096fd2914d3673446c", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}}, {"rule": 2, "type": "equivalent", "target": "1ba572e4a9f5584ecce320e293d4b258", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "statement_hash": "fb1d8ff1de50924ae1113199938a0ff6d45296b275bab29a749f5176ddbc64ad", "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}}, {"rule": 2, "type": "related", "target": "70897dba323af27792543b2311799668", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}}, {"rule": 2, "type": "equivalent", "target": "771fa954f9b22168a0764dc12074dadb", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "statement_hash": "fb1d8ff1de50924ae1113199938a0ff6d45296b275bab29a749f5176ddbc64ad", "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}}, {"rule": 2, "type": "related", "target": "bf82a2510c4dfe4309435e9bce0ab3a4", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}}, {"rule": 2, "type": "equivalent", "target": "bfa74492dd2c8ed5f4b0a4321cb63c85", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "statement_hash": "fb1d8ff1de50924ae1113199938a0ff6d45296b275bab29a749f5176ddbc64ad", "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}}, {"rule": 2, "type": "related", "target": "bfa88fa3d381bbc9b7ee7a8614ea363c", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}}, {"rule": 2, "type": "equivalent", "target": "ea24770278021c00f25a8b13bceb2a2c", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "statement_hash": "fb1d8ff1de50924ae1113199938a0ff6d45296b275bab29a749f5176ddbc64ad", "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "1ba572e4a9f5584ecce320e293d4b258", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复回退到归档后级联备库无法重新连接的问题", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "statement_hash": "fb1d8ff1de50924ae1113199938a0ff6d45296b275bab29a749f5176ddbc64ad", "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}, "url": "/docs/compare/?release=18.6#18.6-e75bd84b8c02b997", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "1b34d3e2b18d75096fd2914d3673446c", "kind": "related", "version": "18.6", "label": "18.6", "title": "修复 to_char() 处理过长时区缩写时发生的缓冲区越界写入", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}, "url": "/docs/compare/?release=18.6#18.6-251aba36d837c523", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "bf82a2510c4dfe4309435e9bce0ab3a4", "kind": "related", "version": "17.11", "label": "17.11", "title": "修复 to_char() 处理过长时区缩写时发生的缓冲区越界写入", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}, "url": "/docs/compare/?release=17.11#17.11-9aaf551ddc6d8e1b", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES"}, {"db_id": "bfa74492dd2c8ed5f4b0a4321cb63c85", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复回退到归档后级联备库无法重新连接的问题", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "statement_hash": "fb1d8ff1de50924ae1113199938a0ff6d45296b275bab29a749f5176ddbc64ad", "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}, "url": "/docs/compare/?release=16.15#16.15-f0ba58d9c922a403-2", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "70897dba323af27792543b2311799668", "kind": "related", "version": "16.15", "label": "16.15", "title": "修复 to_char() 处理过长时区缩写时发生的缓冲区越界写入", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}, "url": "/docs/compare/?release=16.15#16.15-f0ba58d9c922a403-1", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "bfa88fa3d381bbc9b7ee7a8614ea363c", "kind": "related", "version": "15.19", "label": "15.19", "title": "修复 to_char() 处理过长时区缩写时发生的缓冲区越界写入", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}, "url": "/docs/compare/?release=15.19#15.19-4395db3387c7cd38-1", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "771fa954f9b22168a0764dc12074dadb", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复回退到归档后级联备库无法重新连接的问题", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "statement_hash": "fb1d8ff1de50924ae1113199938a0ff6d45296b275bab29a749f5176ddbc64ad", "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}, "url": "/docs/compare/?release=15.19#15.19-4395db3387c7cd38-2", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "ea24770278021c00f25a8b13bceb2a2c", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复回退到归档后级联备库无法重新连接的问题", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "statement_hash": "fb1d8ff1de50924ae1113199938a0ff6d45296b275bab29a749f5176ddbc64ad", "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}, "url": "/docs/compare/?release=14.24#14.24-744489dc4872d6f1-2", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}, {"db_id": "027ccc17f71deb2b38e14fc8cc82dccd", "kind": "related", "version": "14.24", "label": "14.24", "title": "修复 to_char() 处理过长时区缩写时发生的缓冲区越界写入", "evidence": {"same_day": true, "patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"], "ambiguous_patch_ids": ["8d6dc29f16ca43220ac734ee400f5ee9"]}, "url": "/docs/compare/?release=14.24#14.24-744489dc4872d6f1-1", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-4ea3a29628f7f415", "cves": [], "html": "<p>不要尝试在备库本地清除 <code>pg_database</code>.<code>dathasloginevt</code>（Ayush Tiwari）<a href=\"https://postgr.es/c/4a375527a\">§</a></p>\n<p>事件触发器清理尝试在备库和主库上都执行该操作。它在备库上无法奏效，而且没有必要，因为重放主库的数据库变更很快就会修复该值。</p>", "text": "不要尝试在备库本地清除 pg_database.dathasloginevt（Ayush Tiwari）§ 事件触发器清理尝试在备库和主库上都执行该操作。它在备库上无法奏效，而且没有必要，因为重放主库的数据库变更很快就会修复该值。", "title": "不要尝试在备库本地清除 pg_database.dathasloginevt", "commits": ["4a375527a"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "9160c7de11017a80cbf5cbefd5227ca3dd33e37c025bd13302c0e5ae5d07aae8", "section_path": ["变更"], "commit_groups": [["4a375527a", "97b5c5aaa", "bec61f593"]], "identity_text": "Do not try to clear pg_database.dathasloginevt locally on a standby server (Ayush Tiwari) Event trigger cleanup tried to perform that action on standby servers as well as the primary. That can't work on a standby, and there's no need anyway since replay of the primary's database change will soon fix it.", "commit_aliases": ["4a375527a", "97b5c5aaa", "bec61f593"], "source_commits": ["4a375527a"], "source_entry_id": "17.11/changes/077", "db_id": "2652e45990dd9ead74f7cb1a60cd06ae", "patch_ids": ["4ce4f54c8bf735435a0cd83d5e3fd94c"], "statement_hash": "ccdeea440cff75c363fd3daa73d137e4deed890abd48b629fa6387377abac755", "relations": [{"rule": 2, "type": "equivalent", "target": "c7c89eea0ca114afbedbf0cfbae711f9", "evidence": {"same_day": true, "patch_ids": ["4ce4f54c8bf735435a0cd83d5e3fd94c"], "statement_hash": "ccdeea440cff75c363fd3daa73d137e4deed890abd48b629fa6387377abac755"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "c7c89eea0ca114afbedbf0cfbae711f9", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "不要尝试在备库本地清除 pg_database.dathasloginevt", "evidence": {"same_day": true, "patch_ids": ["4ce4f54c8bf735435a0cd83d5e3fd94c"], "statement_hash": "ccdeea440cff75c363fd3daa73d137e4deed890abd48b629fa6387377abac755"}, "url": "/docs/compare/?release=18.6#18.6-d53aeb4078876f26", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}]}, {"id": "17.11-5aeb772ab7b96772", "cves": [], "html": "<p>避免删除过时复制槽时的竞态条件（Xuneng Zhou）<a href=\"https://postgr.es/c/ea834d747\">§</a></p>\n<p>如果另一个会话立即复用了已删除复制槽的共享内存条目，可能会错误地执行解锁并输出不正确的日志消息。</p>", "text": "避免删除过时复制槽时的竞态条件（Xuneng Zhou）§ 如果另一个会话立即复用了已删除复制槽的共享内存条目，可能会错误地执行解锁并输出不正确的日志消息。", "title": "避免删除过时复制槽时的竞态条件", "commits": ["ea834d747"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "358499c168613fabbb13a197047b85f06acb371e9aac3720db37e8040a5d0109", "section_path": ["变更"], "commit_groups": [["08458bcae", "bdae2c20e", "ea834d747"]], "identity_text": "Avoid race condition while dropping obsolete replication slots (Xuneng Zhou) An incorrect unlock and log message could occur if another session immediately re-used the dropped slot's shared-memory entry.", "commit_aliases": ["08458bcae", "bdae2c20e", "ea834d747"], "source_commits": ["ea834d747"], "source_entry_id": "17.11/changes/078", "db_id": "2724a08367b4dc82b3441236c9f9b14b", "patch_ids": ["c73474c335bb9d2b86b6bc7565e6f72b"], "statement_hash": "14c10b585f72cec70dc64da094d3d2d2e80cef7b71ab92442a40f2f70c386a62", "relations": [{"rule": 2, "type": "equivalent", "target": "3dd18331742596637d053910b38a1f16", "evidence": {"same_day": true, "patch_ids": ["c73474c335bb9d2b86b6bc7565e6f72b"], "statement_hash": "14c10b585f72cec70dc64da094d3d2d2e80cef7b71ab92442a40f2f70c386a62"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "3dd18331742596637d053910b38a1f16", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "避免删除过时复制槽时的竞态条件", "evidence": {"same_day": true, "patch_ids": ["c73474c335bb9d2b86b6bc7565e6f72b"], "statement_hash": "14c10b585f72cec70dc64da094d3d2d2e80cef7b71ab92442a40f2f70c386a62"}, "url": "/docs/compare/?release=18.6#18.6-da8598a35476aae4", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}]}, {"id": "17.11-1bc3f286c6ac2176", "cves": [], "html": "<p>避免删除临时复制槽时的竞态条件（Zhijie Hou）<a href=\"https://postgr.es/c/080d61f07\">§</a></p>\n<p>释放槽的代码在释放复制槽后，还会对该槽的共享内存条目执行一些额外更新。这并不安全，因为另一个会话可能立即复用已删除槽的共享内存条目。对于临时槽，现跳过这些更新。</p>", "text": "避免删除临时复制槽时的竞态条件（Zhijie Hou）§ 释放槽的代码在释放复制槽后，还会对该槽的共享内存条目执行一些额外更新。这并不安全，因为另一个会话可能立即复用已删除槽的共享内存条目。对于临时槽，现跳过这些更新。", "title": "避免删除临时复制槽时的竞态条件", "commits": ["080d61f07"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "46a96c9ba707acfa5dec271620cc9f7bb02a25ab0af69b1009844fd569044c2f", "section_path": ["变更"], "commit_groups": [["080d61f07", "51e79222c", "968c50845", "a4eb59d40", "f2081a780", "f833c9207"]], "identity_text": "Avoid race condition while dropping ephemeral replication slots (Zhijie Hou) The slot-releasing code performed some additional updates to the replication slot's shared-memory entry after releasing the slot. This is unsafe since another session could immediately re-use the dropped slot's shared-memory entry. Skip those updates in the case of an ephemeral slot.", "commit_aliases": ["080d61f07", "51e79222c", "968c50845", "a4eb59d40", "f2081a780", "f833c9207"], "source_commits": ["080d61f07"], "source_entry_id": "17.11/changes/079", "db_id": "56d06487f4f5f34eaa3c2bcb9a9adcec", "patch_ids": ["a917b168697862cb05827b9e9d804879"], "statement_hash": "87055d6044521ae3f6b6a74d5c840e75e79be3ee687ddbb92cb366dcb1601282", "relations": [{"rule": 2, "type": "equivalent", "target": "68414efdd4fd28ffb448691fcc350390", "evidence": {"same_day": true, "patch_ids": ["a917b168697862cb05827b9e9d804879"], "statement_hash": "87055d6044521ae3f6b6a74d5c840e75e79be3ee687ddbb92cb366dcb1601282"}}, {"rule": 2, "type": "equivalent", "target": "acb52269a9ab57fd523cb58a71e121ec", "evidence": {"same_day": true, "patch_ids": ["a917b168697862cb05827b9e9d804879"], "statement_hash": "87055d6044521ae3f6b6a74d5c840e75e79be3ee687ddbb92cb366dcb1601282"}}, {"rule": 2, "type": "equivalent", "target": "e7a4717de56195de8e84ae36133e6f25", "evidence": {"same_day": true, "patch_ids": ["a917b168697862cb05827b9e9d804879"], "statement_hash": "87055d6044521ae3f6b6a74d5c840e75e79be3ee687ddbb92cb366dcb1601282"}}, {"rule": 2, "type": "equivalent", "target": "f11ac7346f20210841ca22799f957bad", "evidence": {"same_day": true, "patch_ids": ["a917b168697862cb05827b9e9d804879"], "statement_hash": "87055d6044521ae3f6b6a74d5c840e75e79be3ee687ddbb92cb366dcb1601282"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "e7a4717de56195de8e84ae36133e6f25", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "避免删除临时复制槽时的竞态条件", "evidence": {"same_day": true, "patch_ids": ["a917b168697862cb05827b9e9d804879"], "statement_hash": "87055d6044521ae3f6b6a74d5c840e75e79be3ee687ddbb92cb366dcb1601282"}, "url": "/docs/compare/?release=18.6#18.6-63934e389520e7b8", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "f11ac7346f20210841ca22799f957bad", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "避免删除临时复制槽时的竞态条件", "evidence": {"same_day": true, "patch_ids": ["a917b168697862cb05827b9e9d804879"], "statement_hash": "87055d6044521ae3f6b6a74d5c840e75e79be3ee687ddbb92cb366dcb1601282"}, "url": "/docs/compare/?release=16.15#16.15-2f83798db4bea0d0", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "68414efdd4fd28ffb448691fcc350390", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "避免删除临时复制槽时的竞态条件", "evidence": {"same_day": true, "patch_ids": ["a917b168697862cb05827b9e9d804879"], "statement_hash": "87055d6044521ae3f6b6a74d5c840e75e79be3ee687ddbb92cb366dcb1601282"}, "url": "/docs/compare/?release=15.19#15.19-1a1d1e09b86ffe89", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "acb52269a9ab57fd523cb58a71e121ec", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "避免删除临时复制槽时的竞态条件", "evidence": {"same_day": true, "patch_ids": ["a917b168697862cb05827b9e9d804879"], "statement_hash": "87055d6044521ae3f6b6a74d5c840e75e79be3ee687ddbb92cb366dcb1601282"}, "url": "/docs/compare/?release=14.24#14.24-b14b0a9051dbe228", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-502303232ec37c57", "cves": [], "html": "<p>修复逻辑复制表同步期间陈旧的进度报告（Shinya Kato）<a href=\"https://postgr.es/c/f2acab534\">§</a></p>\n<p>此前，即使数据复制已经完成，订阅者中的 <code>pg_stat_progress_copy</code> 视图仍会把最初的 <code>COPY</code> 操作显示为活动状态。在同步追上发布者之前，该陈旧条目会一直可见。</p>", "text": "修复逻辑复制表同步期间陈旧的进度报告（Shinya Kato）§ 此前，即使数据复制已经完成，订阅者中的 pg_stat_progress_copy 视图仍会把最初的 COPY 操作显示为活动状态。在同步追上发布者之前，该陈旧条目会一直可见。", "title": "修复逻辑复制表同步期间陈旧的进度报告", "commits": ["f2acab534"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "42d15281bc62253e396ca078abfe7060ec8c292efad279f29365b75fbc5e82e7", "section_path": ["变更"], "commit_groups": [["422e54e30", "b5f7e7569", "d140237da", "d9cd9b4d7", "e3c4e3746", "f2acab534"]], "identity_text": "Fix stale progress reports during logical replication table synchronization (Shinya Kato) Previously, the pg_stat_progress_copy view in the subscriber would continue to show the initial COPY operation as active even after the data copy had finished. The stale entry remained visible until synchronization caught up with the publisher.", "commit_aliases": ["422e54e30", "b5f7e7569", "d140237da", "d9cd9b4d7", "e3c4e3746", "f2acab534"], "source_commits": ["f2acab534"], "source_entry_id": "17.11/changes/080", "db_id": "ff38e10dde566b08847e2c27088d3f57", "patch_ids": ["1ad4f3b3d40c3980d4aa9a5a98057761"], "statement_hash": "fed32130a83680b56d3331359c775298c978288d1fa6daf4eb73e2b9d60903bb", "relations": [{"rule": 2, "type": "equivalent", "target": "14ad13206c7199257b4a83f16133fde4", "evidence": {"same_day": true, "patch_ids": ["1ad4f3b3d40c3980d4aa9a5a98057761"], "statement_hash": "fed32130a83680b56d3331359c775298c978288d1fa6daf4eb73e2b9d60903bb"}}, {"rule": 2, "type": "equivalent", "target": "4b9039b2e6e3f4907e354f148b3975e1", "evidence": {"same_day": true, "patch_ids": ["1ad4f3b3d40c3980d4aa9a5a98057761"], "statement_hash": "fed32130a83680b56d3331359c775298c978288d1fa6daf4eb73e2b9d60903bb"}}, {"rule": 2, "type": "equivalent", "target": "63a709580f948ad9f6c1df43e037400c", "evidence": {"same_day": true, "patch_ids": ["1ad4f3b3d40c3980d4aa9a5a98057761"], "statement_hash": "fed32130a83680b56d3331359c775298c978288d1fa6daf4eb73e2b9d60903bb"}}, {"rule": 2, "type": "equivalent", "target": "9c326b65f30e4f95b13ee3d7fb3dd796", "evidence": {"same_day": true, "patch_ids": ["1ad4f3b3d40c3980d4aa9a5a98057761"], "statement_hash": "fed32130a83680b56d3331359c775298c978288d1fa6daf4eb73e2b9d60903bb"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "9c326b65f30e4f95b13ee3d7fb3dd796", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复逻辑复制表同步期间陈旧的进度报告", "evidence": {"same_day": true, "patch_ids": ["1ad4f3b3d40c3980d4aa9a5a98057761"], "statement_hash": "fed32130a83680b56d3331359c775298c978288d1fa6daf4eb73e2b9d60903bb"}, "url": "/docs/compare/?release=18.6#18.6-caa7677e59388ffc", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "14ad13206c7199257b4a83f16133fde4", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复逻辑复制表同步期间陈旧的进度报告", "evidence": {"same_day": true, "patch_ids": ["1ad4f3b3d40c3980d4aa9a5a98057761"], "statement_hash": "fed32130a83680b56d3331359c775298c978288d1fa6daf4eb73e2b9d60903bb"}, "url": "/docs/compare/?release=16.15#16.15-d4efc1239b690c46", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "4b9039b2e6e3f4907e354f148b3975e1", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复逻辑复制表同步期间陈旧的进度报告", "evidence": {"same_day": true, "patch_ids": ["1ad4f3b3d40c3980d4aa9a5a98057761"], "statement_hash": "fed32130a83680b56d3331359c775298c978288d1fa6daf4eb73e2b9d60903bb"}, "url": "/docs/compare/?release=15.19#15.19-8a44f6ca416f3ae9", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "63a709580f948ad9f6c1df43e037400c", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复逻辑复制表同步期间陈旧的进度报告", "evidence": {"same_day": true, "patch_ids": ["1ad4f3b3d40c3980d4aa9a5a98057761"], "statement_hash": "fed32130a83680b56d3331359c775298c978288d1fa6daf4eb73e2b9d60903bb"}, "url": "/docs/compare/?release=14.24#14.24-ba4de94754320c14", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-b156d299eafbb07e", "cves": [], "html": "<p>在备份失败时清除基础备份进度（Chao Li）<a href=\"https://postgr.es/c/e2ea6bfed\">§</a> <a href=\"https://postgr.es/c/a240e8cd2\">§</a></p>\n<p>此前，失败后 <code>pg_stat_progress_basebackup</code> 视图会继续显示过时的进度条目，直到复制客户端断开连接。 <span>pg_basebackup</span> 通常会立即断开连接，但其他客户端可能不会。</p>", "text": "在备份失败时清除基础备份进度（Chao Li）§ § 此前，失败后 pg_stat_progress_basebackup 视图会继续显示过时的进度条目，直到复制客户端断开连接。 pg_basebackup 通常会立即断开连接，但其他客户端可能不会。", "title": "在备份失败时清除基础备份进度", "commits": ["a240e8cd2", "e2ea6bfed"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "39c04a262188fb7ebe3a75d811731277533c9ac34a4964b4902b9f433a373d40", "section_path": ["变更"], "commit_groups": [["55f0a13e9", "7cbd80340", "b70000837", "cf7530cf7", "e2ea6bfed", "e7564ee8c"], ["a240e8cd2", "a8fb98b7b", "e2ad214dd", "fffa4d870"]], "identity_text": "Clear base backup progress on backup failure (Chao Li) Previously the pg_stat_progress_basebackup view would continue to show a stale progress entry after a failure, until the replication client disconnected. pg_basebackup normally disconnects immediately, but other clients might not.", "commit_aliases": ["55f0a13e9", "7cbd80340", "a240e8cd2", "a8fb98b7b", "b70000837", "cf7530cf7", "e2ad214dd", "e2ea6bfed", "e7564ee8c", "fffa4d870"], "source_commits": ["a240e8cd2", "e2ea6bfed"], "source_entry_id": "17.11/changes/081", "db_id": "03d34f5720102ae73e4faeecbb40be16", "patch_ids": ["69213b2b66c0b41b4a5afe802955c74c", "9c5e22740fb95d470204bdcf6078ebd3"], "statement_hash": "90edb0e18fbbfc1f67179ab9512bae516940a5bc615766f8dbd30ebb529a5d9a", "relations": [{"rule": 2, "type": "equivalent", "target": "0ad803b8fa0affc695436e1ce334504b", "evidence": {"same_day": true, "patch_ids": ["69213b2b66c0b41b4a5afe802955c74c", "9c5e22740fb95d470204bdcf6078ebd3"], "statement_hash": "90edb0e18fbbfc1f67179ab9512bae516940a5bc615766f8dbd30ebb529a5d9a"}}, {"rule": 2, "type": "equivalent", "target": "30cd797665cc3e84a05904b8156ea936", "evidence": {"same_day": true, "patch_ids": ["69213b2b66c0b41b4a5afe802955c74c", "9c5e22740fb95d470204bdcf6078ebd3"], "statement_hash": "90edb0e18fbbfc1f67179ab9512bae516940a5bc615766f8dbd30ebb529a5d9a"}}, {"rule": 2, "type": "equivalent", "target": "ce88301108e6a4004079448bd7660e3f", "evidence": {"same_day": true, "patch_ids": ["69213b2b66c0b41b4a5afe802955c74c", "9c5e22740fb95d470204bdcf6078ebd3"], "statement_hash": "90edb0e18fbbfc1f67179ab9512bae516940a5bc615766f8dbd30ebb529a5d9a"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "ce88301108e6a4004079448bd7660e3f", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "在备份失败时清除基础备份进度", "evidence": {"same_day": true, "patch_ids": ["69213b2b66c0b41b4a5afe802955c74c", "9c5e22740fb95d470204bdcf6078ebd3"], "statement_hash": "90edb0e18fbbfc1f67179ab9512bae516940a5bc615766f8dbd30ebb529a5d9a"}, "url": "/docs/compare/?release=18.6#18.6-0214ccb96b1cfbea", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "30cd797665cc3e84a05904b8156ea936", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "在备份失败时清除基础备份进度", "evidence": {"same_day": true, "patch_ids": ["69213b2b66c0b41b4a5afe802955c74c", "9c5e22740fb95d470204bdcf6078ebd3"], "statement_hash": "90edb0e18fbbfc1f67179ab9512bae516940a5bc615766f8dbd30ebb529a5d9a"}, "url": "/docs/compare/?release=16.15#16.15-9ae26a88006e649d", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "0ad803b8fa0affc695436e1ce334504b", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "在备份失败时清除基础备份进度", "evidence": {"same_day": true, "patch_ids": ["69213b2b66c0b41b4a5afe802955c74c", "9c5e22740fb95d470204bdcf6078ebd3"], "statement_hash": "90edb0e18fbbfc1f67179ab9512bae516940a5bc615766f8dbd30ebb529a5d9a"}, "url": "/docs/compare/?release=15.19#15.19-e9fca69c60e402e5", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}]}, {"id": "17.11-ca1b3346f4ca0f86", "cves": [], "html": "<p>修复启用 <code>track_functions</code> 时并发删除 pgstats 条目可能导致的 PANIC（Sami Imseih、Michael Paquier）<a href=\"https://postgr.es/c/2e0c61aed\">§</a> <a href=\"https://postgr.es/c/39e649d44\">§</a> <a href=\"https://postgr.es/c/afb076b29\">§</a></p>", "text": "修复启用 track_functions 时并发删除 pgstats 条目可能导致的 PANIC（Sami Imseih、Michael Paquier）§ § §", "title": "修复启用 track_functions 时并发删除 pgstats 条目可能导致的 PANIC", "commits": ["2e0c61aed", "39e649d44", "afb076b29"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "5d38a02331cc4975c317725df33c4559c8fc92b7c8a895bc2d832d6b6f0782d8", "section_path": ["变更"], "commit_groups": [["1e9e62193", "2e0c61aed", "5cc59834b", "850b9218c", "bf4616b59"], ["39e649d44", "75aca8b93", "7c457ea15", "8a4f389dd"], ["9e4771825", "afb076b29", "e34b1ff5d", "fe464e9e6"]], "identity_text": "Fix possible PANIC due to concurrent drop of pgstats entries when track_functions is enabled (Sami Imseih, Michael Paquier)", "commit_aliases": ["1e9e62193", "2e0c61aed", "39e649d44", "5cc59834b", "75aca8b93", "7c457ea15", "850b9218c", "8a4f389dd", "9e4771825", "afb076b29", "bf4616b59", "e34b1ff5d", "fe464e9e6"], "source_commits": ["2e0c61aed", "39e649d44", "afb076b29"], "source_entry_id": "17.11/changes/082", "db_id": "becaa982198f0463b739ba15734dbc39", "patch_ids": ["11e208c239471e2b9f1cfe6b471d2327", "96d4ce4b2cc9952529faad2e7c262657", "cd852a41bee86e5a2913a12ac4e43095"], "statement_hash": "bbf35131dcae001445dbbd0547e54ebeecf3054f9d675a0a951aa59f955018fa", "relations": [{"rule": 2, "type": "equivalent", "target": "4f36f67c7466f2760e401e0630f15a42", "evidence": {"same_day": true, "patch_ids": ["11e208c239471e2b9f1cfe6b471d2327", "96d4ce4b2cc9952529faad2e7c262657", "cd852a41bee86e5a2913a12ac4e43095"], "statement_hash": "bbf35131dcae001445dbbd0547e54ebeecf3054f9d675a0a951aa59f955018fa"}}, {"rule": 2, "type": "equivalent", "target": "7dab11d8d1bb42201bf7693ca895d4ec", "evidence": {"same_day": true, "patch_ids": ["11e208c239471e2b9f1cfe6b471d2327", "96d4ce4b2cc9952529faad2e7c262657", "cd852a41bee86e5a2913a12ac4e43095"], "statement_hash": "bbf35131dcae001445dbbd0547e54ebeecf3054f9d675a0a951aa59f955018fa"}}, {"rule": 2, "type": "equivalent", "target": "f649a3b052bcad5187adc505673c75c1", "evidence": {"same_day": true, "patch_ids": ["11e208c239471e2b9f1cfe6b471d2327", "96d4ce4b2cc9952529faad2e7c262657", "cd852a41bee86e5a2913a12ac4e43095"], "statement_hash": "bbf35131dcae001445dbbd0547e54ebeecf3054f9d675a0a951aa59f955018fa"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "f649a3b052bcad5187adc505673c75c1", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复启用 track_functions 时并发删除 pgstats 条目可能导致的 PANIC", "evidence": {"same_day": true, "patch_ids": ["11e208c239471e2b9f1cfe6b471d2327", "96d4ce4b2cc9952529faad2e7c262657", "cd852a41bee86e5a2913a12ac4e43095"], "statement_hash": "bbf35131dcae001445dbbd0547e54ebeecf3054f9d675a0a951aa59f955018fa"}, "url": "/docs/compare/?release=18.6#18.6-27f3fc55e6505e3a", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "4f36f67c7466f2760e401e0630f15a42", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复启用 track_functions 时并发删除 pgstats 条目可能导致的 PANIC", "evidence": {"same_day": true, "patch_ids": ["11e208c239471e2b9f1cfe6b471d2327", "96d4ce4b2cc9952529faad2e7c262657", "cd852a41bee86e5a2913a12ac4e43095"], "statement_hash": "bbf35131dcae001445dbbd0547e54ebeecf3054f9d675a0a951aa59f955018fa"}, "url": "/docs/compare/?release=16.15#16.15-b5ce57e52c63f55f", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "7dab11d8d1bb42201bf7693ca895d4ec", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复启用 track_functions 时并发删除 pgstats 条目可能导致的 PANIC", "evidence": {"same_day": true, "patch_ids": ["11e208c239471e2b9f1cfe6b471d2327", "96d4ce4b2cc9952529faad2e7c262657", "cd852a41bee86e5a2913a12ac4e43095"], "statement_hash": "bbf35131dcae001445dbbd0547e54ebeecf3054f9d675a0a951aa59f955018fa"}, "url": "/docs/compare/?release=15.19#15.19-29dc25bfc6d3f712", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}]}, {"id": "17.11-2a6d1da6de790ba0", "cves": [], "html": "<p>未能为对应的共享 hash 表条目获取空间后，清理已损坏的本地 pgstats 条目（Niall Newman）<a href=\"https://postgr.es/c/fc9283b21\">§</a></p>\n<p>如果不进行清理，下次使用该本地条目时会导致空指针解引用。</p>", "text": "未能为对应的共享 hash 表条目获取空间后，清理已损坏的本地 pgstats 条目（Niall Newman）§ 如果不进行清理，下次使用该本地条目时会导致空指针解引用。", "title": "未能为对应的共享 hash 表条目获取空间后，清理已损坏的本地 pgstats 条目", "commits": ["fc9283b21"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "d5433b0dff80d53189e0dcf6a4bfa56a7985815ad988b2b68e1340f2aa4ea278", "section_path": ["变更"], "commit_groups": [["10e20e59e", "2fd8d45ec", "4069df21b", "636bcd6a5", "89fc6a7c1", "fc9283b21"]], "identity_text": "Clean up broken local pgstats entry after failing to obtain space for the corresponding shared hashtable entry (Niall Newman) Failure to do this led to a null-pointer dereference the next time the local entry was used.", "commit_aliases": ["10e20e59e", "2fd8d45ec", "4069df21b", "636bcd6a5", "89fc6a7c1", "fc9283b21"], "source_commits": ["fc9283b21"], "source_entry_id": "17.11/changes/083", "db_id": "65cb52740b6d4b79d67968be77af89f3", "patch_ids": ["073249ed6bcae15bb6d4063aa8558bab"], "statement_hash": "c60eb3598315d881be3eccb1a6430b61a597e0457159bd9304d33bd0c753b70e", "relations": [{"rule": 2, "type": "equivalent", "target": "1afc7388a3b74ce2c49cb081c26f6f41", "evidence": {"same_day": true, "patch_ids": ["073249ed6bcae15bb6d4063aa8558bab"], "statement_hash": "c60eb3598315d881be3eccb1a6430b61a597e0457159bd9304d33bd0c753b70e"}}, {"rule": 2, "type": "equivalent", "target": "69bb916ea3e2500fcf1ca6568c60960f", "evidence": {"same_day": true, "patch_ids": ["073249ed6bcae15bb6d4063aa8558bab"], "statement_hash": "c60eb3598315d881be3eccb1a6430b61a597e0457159bd9304d33bd0c753b70e"}}, {"rule": 2, "type": "equivalent", "target": "b6f5540e817eacbe3e2ce2803c428998", "evidence": {"same_day": true, "patch_ids": ["073249ed6bcae15bb6d4063aa8558bab"], "statement_hash": "c60eb3598315d881be3eccb1a6430b61a597e0457159bd9304d33bd0c753b70e"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "69bb916ea3e2500fcf1ca6568c60960f", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "未能为对应的共享 hash 表条目获取空间后，清理已损坏的本地 pgstats 条目", "evidence": {"same_day": true, "patch_ids": ["073249ed6bcae15bb6d4063aa8558bab"], "statement_hash": "c60eb3598315d881be3eccb1a6430b61a597e0457159bd9304d33bd0c753b70e"}, "url": "/docs/compare/?release=18.6#18.6-8e68cf04f8d3d622", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "1afc7388a3b74ce2c49cb081c26f6f41", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "未能为对应的共享 hash 表条目获取空间后，清理已损坏的本地 pgstats 条目", "evidence": {"same_day": true, "patch_ids": ["073249ed6bcae15bb6d4063aa8558bab"], "statement_hash": "c60eb3598315d881be3eccb1a6430b61a597e0457159bd9304d33bd0c753b70e"}, "url": "/docs/compare/?release=16.15#16.15-4aba6cb90f1218ec", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "b6f5540e817eacbe3e2ce2803c428998", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "未能为对应的共享 hash 表条目获取空间后，清理已损坏的本地 pgstats 条目", "evidence": {"same_day": true, "patch_ids": ["073249ed6bcae15bb6d4063aa8558bab"], "statement_hash": "c60eb3598315d881be3eccb1a6430b61a597e0457159bd9304d33bd0c753b70e"}, "url": "/docs/compare/?release=15.19#15.19-038be6e3a9588b97", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}]}, {"id": "17.11-df7c413d42462d43", "cves": [], "html": "<p>在 <span>PL/Perl</span> 中，避免处理无效的 <code>PostgreSQL::InServer::ARRAY</code> 对象时因解引用 NULL 指针而崩溃（Xing Guo）<a href=\"https://postgr.es/c/d424d06ed\">§</a></p>", "text": "在 PL/Perl 中，避免处理无效的 PostgreSQL::InServer::ARRAY 对象时因解引用 NULL 指针而崩溃（Xing Guo）§", "title": "在 PL/Perl 中，避免处理无效的 PostgreSQL::InServer::ARRAY 对象时因解引用 NULL 指针而崩溃", "commits": ["d424d06ed"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "c49765c70a127206dc5c6f62a99c63445a766f544c39873f3513aa08581ee164", "section_path": ["变更"], "commit_groups": [["3854f4afc", "4015abe14", "9b2a6ccc4", "d424d06ed", "e430ecc59", "e520ad34b"]], "identity_text": "In PL/Perl, avoid NULL pointer dereference crash when working with an invalid PostgreSQL::InServer::ARRAY object (Xing Guo)", "commit_aliases": ["3854f4afc", "4015abe14", "9b2a6ccc4", "d424d06ed", "e430ecc59", "e520ad34b"], "source_commits": ["d424d06ed"], "source_entry_id": "17.11/changes/084", "db_id": "f143e0fa28a7dd57f718edca2aebc331", "patch_ids": ["9f7af30504d68be229b578f1fb298bab"], "statement_hash": "816cdb7f810c7c6b8a9ff3718e2fd5085f754c66d29804028a804f438de99013", "relations": [{"rule": 2, "type": "equivalent", "target": "36209251c760c8062b73654dc7225440", "evidence": {"same_day": true, "patch_ids": ["9f7af30504d68be229b578f1fb298bab"], "statement_hash": "816cdb7f810c7c6b8a9ff3718e2fd5085f754c66d29804028a804f438de99013"}}, {"rule": 2, "type": "equivalent", "target": "51220e5b8d23efc0faab7627c0b277a9", "evidence": {"same_day": true, "patch_ids": ["9f7af30504d68be229b578f1fb298bab"], "statement_hash": "816cdb7f810c7c6b8a9ff3718e2fd5085f754c66d29804028a804f438de99013"}}, {"rule": 2, "type": "equivalent", "target": "e8af57b95d1fb94000fded1a07842242", "evidence": {"same_day": true, "patch_ids": ["9f7af30504d68be229b578f1fb298bab"], "statement_hash": "816cdb7f810c7c6b8a9ff3718e2fd5085f754c66d29804028a804f438de99013"}}, {"rule": 2, "type": "equivalent", "target": "eeee2b7678fc0f11a7913ff09b05a182", "evidence": {"same_day": true, "patch_ids": ["9f7af30504d68be229b578f1fb298bab"], "statement_hash": "816cdb7f810c7c6b8a9ff3718e2fd5085f754c66d29804028a804f438de99013"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "51220e5b8d23efc0faab7627c0b277a9", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "在 PL/Perl 中，避免处理无效的 PostgreSQL::InServer::ARRAY 对象时因解引用 NULL 指针而崩溃", "evidence": {"same_day": true, "patch_ids": ["9f7af30504d68be229b578f1fb298bab"], "statement_hash": "816cdb7f810c7c6b8a9ff3718e2fd5085f754c66d29804028a804f438de99013"}, "url": "/docs/compare/?release=18.6#18.6-2efca855d8fe72b9", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "eeee2b7678fc0f11a7913ff09b05a182", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "在 PL/Perl 中，避免处理无效的 PostgreSQL::InServer::ARRAY 对象时因解引用 NULL 指针而崩溃", "evidence": {"same_day": true, "patch_ids": ["9f7af30504d68be229b578f1fb298bab"], "statement_hash": "816cdb7f810c7c6b8a9ff3718e2fd5085f754c66d29804028a804f438de99013"}, "url": "/docs/compare/?release=16.15#16.15-47a73b918734dfa4", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "e8af57b95d1fb94000fded1a07842242", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "在 PL/Perl 中，避免处理无效的 PostgreSQL::InServer::ARRAY 对象时因解引用 NULL 指针而崩溃", "evidence": {"same_day": true, "patch_ids": ["9f7af30504d68be229b578f1fb298bab"], "statement_hash": "816cdb7f810c7c6b8a9ff3718e2fd5085f754c66d29804028a804f438de99013"}, "url": "/docs/compare/?release=15.19#15.19-79f5907d62c05f7d", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "36209251c760c8062b73654dc7225440", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "在 PL/Perl 中，避免处理无效的 PostgreSQL::InServer::ARRAY 对象时因解引用 NULL 指针而崩溃", "evidence": {"same_day": true, "patch_ids": ["9f7af30504d68be229b578f1fb298bab"], "statement_hash": "816cdb7f810c7c6b8a9ff3718e2fd5085f754c66d29804028a804f438de99013"}, "url": "/docs/compare/?release=14.24#14.24-a5a4aaaf5e9201f3", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-bf867cbb1ebe32c7", "cves": [], "html": "<p>在 <span>PL/Python</span> 中，正确检查处理序列和映射对象时发生的错误（Richard Guo）<a href=\"https://postgr.es/c/3dc59c173\">§</a></p>\n<p>此前，损坏的对象或未处理的异常可能导致解引用 NULL 指针而崩溃。</p>", "text": "在 PL/Python 中，正确检查处理序列和映射对象时发生的错误（Richard Guo）§ 此前，损坏的对象或未处理的异常可能导致解引用 NULL 指针而崩溃。", "title": "在 PL/Python 中，正确检查处理序列和映射对象时发生的错误", "commits": ["3dc59c173"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "92cd93b5cc231de64abe0b88c8eaaa7550454153c37e13e6d25886fb4ba3d7a9", "section_path": ["变更"], "commit_groups": [["0b7719f74", "12bff46ff", "3dc59c173", "53482fcb9", "8612f0b7c", "e92f23bde"], ["309dc4526"]], "identity_text": "In PL/Python, properly check for errors when working with sequence and mapping objects (Richard Guo) Previously, a broken object or an unhandled exception could result in a NULL pointer dereference crash.", "commit_aliases": ["0b7719f74", "12bff46ff", "309dc4526", "3dc59c173", "53482fcb9", "8612f0b7c", "e92f23bde"], "source_commits": ["309dc4526", "3dc59c173"], "source_entry_id": "17.11/changes/085", "db_id": "5ee9ccfc012c4ede5db692562772a752", "patch_ids": ["82aeda458da615307371e8d49ed0abdd", "a96949fcfb8c6bac8cc1705ad8aa548e"], "statement_hash": "33d469b3040d6c202f91bb0448f11a09e5ddae64c76bb00e48ee5634543c64ee", "relations": [{"rule": 2, "type": "equivalent", "target": "1bcdb1bad2833f07d4dbdd7f3fd25692", "evidence": {"same_day": true, "patch_ids": ["82aeda458da615307371e8d49ed0abdd", "a96949fcfb8c6bac8cc1705ad8aa548e"], "statement_hash": "33d469b3040d6c202f91bb0448f11a09e5ddae64c76bb00e48ee5634543c64ee"}}, {"rule": 2, "type": "equivalent", "target": "7c536b903c2b846285e39de4051f4dda", "evidence": {"same_day": true, "patch_ids": ["82aeda458da615307371e8d49ed0abdd", "a96949fcfb8c6bac8cc1705ad8aa548e"], "statement_hash": "33d469b3040d6c202f91bb0448f11a09e5ddae64c76bb00e48ee5634543c64ee"}}, {"rule": 2, "type": "equivalent", "target": "c6334af88dcf8bb00a0c24becb0804c2", "evidence": {"same_day": true, "patch_ids": ["82aeda458da615307371e8d49ed0abdd", "a96949fcfb8c6bac8cc1705ad8aa548e"], "statement_hash": "33d469b3040d6c202f91bb0448f11a09e5ddae64c76bb00e48ee5634543c64ee"}}, {"rule": 2, "type": "equivalent", "target": "c7d8f5074aecff2a6209080fb7907c5d", "evidence": {"same_day": true, "patch_ids": ["82aeda458da615307371e8d49ed0abdd", "a96949fcfb8c6bac8cc1705ad8aa548e"], "statement_hash": "33d469b3040d6c202f91bb0448f11a09e5ddae64c76bb00e48ee5634543c64ee"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "c6334af88dcf8bb00a0c24becb0804c2", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "在 PL/Python 中，正确检查处理序列和映射对象时发生的错误", "evidence": {"same_day": true, "patch_ids": ["82aeda458da615307371e8d49ed0abdd", "a96949fcfb8c6bac8cc1705ad8aa548e"], "statement_hash": "33d469b3040d6c202f91bb0448f11a09e5ddae64c76bb00e48ee5634543c64ee"}, "url": "/docs/compare/?release=18.6#18.6-728c054c41aaf74d", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "c7d8f5074aecff2a6209080fb7907c5d", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "在 PL/Python 中，正确检查处理序列和映射对象时发生的错误", "evidence": {"same_day": true, "patch_ids": ["82aeda458da615307371e8d49ed0abdd", "a96949fcfb8c6bac8cc1705ad8aa548e"], "statement_hash": "33d469b3040d6c202f91bb0448f11a09e5ddae64c76bb00e48ee5634543c64ee"}, "url": "/docs/compare/?release=16.15#16.15-9e4400c5ffdc6cca", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "7c536b903c2b846285e39de4051f4dda", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "在 PL/Python 中，正确检查处理序列和映射对象时发生的错误", "evidence": {"same_day": true, "patch_ids": ["82aeda458da615307371e8d49ed0abdd", "a96949fcfb8c6bac8cc1705ad8aa548e"], "statement_hash": "33d469b3040d6c202f91bb0448f11a09e5ddae64c76bb00e48ee5634543c64ee"}, "url": "/docs/compare/?release=15.19#15.19-b21d9c4c946d0a95", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "1bcdb1bad2833f07d4dbdd7f3fd25692", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "在 PL/Python 中，正确检查处理序列和映射对象时发生的错误", "evidence": {"same_day": true, "patch_ids": ["82aeda458da615307371e8d49ed0abdd", "a96949fcfb8c6bac8cc1705ad8aa548e"], "statement_hash": "33d469b3040d6c202f91bb0448f11a09e5ddae64c76bb00e48ee5634543c64ee"}, "url": "/docs/compare/?release=14.24#14.24-6e7031366ea0564c", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-ece298bedf647a6a", "cves": [], "html": "<p>在 <span>libpq</span> 中，执行 <code>pqReadData()</code> 时始终排空 SSL 或 GSS 解密缓冲区中所有待处理的字节（Jacob Champion）<a href=\"https://postgr.es/c/c162810a5\">§</a> <a href=\"https://postgr.es/c/177a2a2e3\">§</a> <a href=\"https://postgr.es/c/0958c3ea4\">§</a> <a href=\"https://postgr.es/c/bab0a2db7\">§</a></p>\n<p>这可以避免一种边界情况：<span>libpq</span> 或调用它的应用程序等待套接字上有更多数据到达，而实际上所有数据都已经到达。</p>", "text": "在 libpq 中，执行 pqReadData() 时始终排空 SSL 或 GSS 解密缓冲区中所有待处理的字节（Jacob Champion）§ § § § 这可以避免一种边界情况：libpq 或调用它的应用程序等待套接字上有更多数据到达，而实际上所有数据都已经到达。", "title": "在 libpq 中，执行 pqReadData() 时始终排空 SSL 或 GSS 解密缓冲区中所有待处理的字节", "commits": ["0958c3ea4", "177a2a2e3", "bab0a2db7", "c162810a5"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "f4a41f0b3afb4519e1a4d6be6f23b6a5e750a1b6641160a50a64e42699ace007", "section_path": ["变更"], "commit_groups": [["05908afcd", "177a2a2e3", "343594a26", "477bc27a5", "7f8745543", "bb0a54518", "d3888c90a"], ["0958c3ea4", "21a6c69ea", "27761c015", "536512f34", "6243ea6c3", "d293f0345", "f5f569713"], ["17accbe0f", "56988064b", "5ba13f8c0", "7532f2117", "87c3a79ea", "bab0a2db7", "d9eb70c9c"], ["1b018b5d1", "2167302b7", "4ecba7fa3", "c162810a5", "d3f329656", "eeb2940ae", "ffd080d94"]], "identity_text": "In libpq, always drain all pending bytes from the SSL or GSS decryption buffer during pqReadData() (Jacob Champion) This avoids edge cases where libpq or its calling application waits for more data to arrive on the socket, but actually all the data has already arrived.", "commit_aliases": ["05908afcd", "0958c3ea4", "177a2a2e3", "17accbe0f", "1b018b5d1", "2167302b7", "21a6c69ea", "27761c015", "343594a26", "477bc27a5", "4ecba7fa3", "536512f34", "56988064b", "5ba13f8c0", "6243ea6c3", "7532f2117", "7f8745543", "87c3a79ea", "bab0a2db7", "bb0a54518", "c162810a5", "d293f0345", "d3888c90a", "d3f329656", "d9eb70c9c", "eeb2940ae", "f5f569713", "ffd080d94"], "source_commits": ["0958c3ea4", "177a2a2e3", "bab0a2db7", "c162810a5"], "source_entry_id": "17.11/changes/086", "db_id": "f60154c0b7e3d0ae2ae39034edcdc2c1", "patch_ids": ["0b824057774a76b143d700730eb3e762", "cc43f5c943c90e1a9e72f73b95bcd867", "dd46de527b9a0334591039f236b5d00d", "fdc82cd35935c0be303512dba39e65fe"], "statement_hash": "8034e64e929755fda7f40131432f08c549be661e2525d6f7be6b5192313374be", "relations": [{"rule": 2, "type": "equivalent", "target": "06f569df58220f97a2f065dcabd4567f", "evidence": {"same_day": true, "patch_ids": ["0b824057774a76b143d700730eb3e762", "cc43f5c943c90e1a9e72f73b95bcd867", "dd46de527b9a0334591039f236b5d00d", "fdc82cd35935c0be303512dba39e65fe"], "statement_hash": "8034e64e929755fda7f40131432f08c549be661e2525d6f7be6b5192313374be"}}, {"rule": 2, "type": "equivalent", "target": "9168ca39fb7c001030f5bfbd2405a57c", "evidence": {"same_day": true, "patch_ids": ["0b824057774a76b143d700730eb3e762", "cc43f5c943c90e1a9e72f73b95bcd867", "dd46de527b9a0334591039f236b5d00d", "fdc82cd35935c0be303512dba39e65fe"], "statement_hash": "8034e64e929755fda7f40131432f08c549be661e2525d6f7be6b5192313374be"}}, {"rule": 2, "type": "equivalent", "target": "964e3e4ad6311992f04c2399fc930719", "evidence": {"same_day": true, "patch_ids": ["0b824057774a76b143d700730eb3e762", "cc43f5c943c90e1a9e72f73b95bcd867", "dd46de527b9a0334591039f236b5d00d", "fdc82cd35935c0be303512dba39e65fe"], "statement_hash": "8034e64e929755fda7f40131432f08c549be661e2525d6f7be6b5192313374be"}}, {"rule": 2, "type": "equivalent", "target": "c77eeb650517090fade53e3cf3d24d00", "evidence": {"same_day": true, "patch_ids": ["0b824057774a76b143d700730eb3e762", "cc43f5c943c90e1a9e72f73b95bcd867", "dd46de527b9a0334591039f236b5d00d", "fdc82cd35935c0be303512dba39e65fe"], "statement_hash": "8034e64e929755fda7f40131432f08c549be661e2525d6f7be6b5192313374be"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "9168ca39fb7c001030f5bfbd2405a57c", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "在 libpq 中，执行 pqReadData() 时始终排空 SSL 或 GSS 解密缓冲区中所有待处理的字节", "evidence": {"same_day": true, "patch_ids": ["0b824057774a76b143d700730eb3e762", "cc43f5c943c90e1a9e72f73b95bcd867", "dd46de527b9a0334591039f236b5d00d", "fdc82cd35935c0be303512dba39e65fe"], "statement_hash": "8034e64e929755fda7f40131432f08c549be661e2525d6f7be6b5192313374be"}, "url": "/docs/compare/?release=18.6#18.6-99e20888b0a13dd7", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "c77eeb650517090fade53e3cf3d24d00", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "在 libpq 中，执行 pqReadData() 时始终排空 SSL 或 GSS 解密缓冲区中所有待处理的字节", "evidence": {"same_day": true, "patch_ids": ["0b824057774a76b143d700730eb3e762", "cc43f5c943c90e1a9e72f73b95bcd867", "dd46de527b9a0334591039f236b5d00d", "fdc82cd35935c0be303512dba39e65fe"], "statement_hash": "8034e64e929755fda7f40131432f08c549be661e2525d6f7be6b5192313374be"}, "url": "/docs/compare/?release=16.15#16.15-1f1b12d570b54de1", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "964e3e4ad6311992f04c2399fc930719", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "在 libpq 中，执行 pqReadData() 时始终排空 SSL 或 GSS 解密缓冲区中所有待处理的字节", "evidence": {"same_day": true, "patch_ids": ["0b824057774a76b143d700730eb3e762", "cc43f5c943c90e1a9e72f73b95bcd867", "dd46de527b9a0334591039f236b5d00d", "fdc82cd35935c0be303512dba39e65fe"], "statement_hash": "8034e64e929755fda7f40131432f08c549be661e2525d6f7be6b5192313374be"}, "url": "/docs/compare/?release=15.19#15.19-8ddc290da7f872e4", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "06f569df58220f97a2f065dcabd4567f", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "在 libpq 中，执行 pqReadData() 时始终排空 SSL 或 GSS 解密缓冲区中所有待处理的字节", "evidence": {"same_day": true, "patch_ids": ["0b824057774a76b143d700730eb3e762", "cc43f5c943c90e1a9e72f73b95bcd867", "dd46de527b9a0334591039f236b5d00d", "fdc82cd35935c0be303512dba39e65fe"], "statement_hash": "8034e64e929755fda7f40131432f08c549be661e2525d6f7be6b5192313374be"}, "url": "/docs/compare/?release=14.24#14.24-4595e71bf9e7dee5", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-a3c4e49ff3e57eff", "cves": [], "html": "<p>允许 <span>libpq</span> 接受超过 30000 字节的 ParameterDescription 消息（Ning Sun）<a href=\"https://postgr.es/c/e4183c667\">§</a></p>\n<p>此前，<span>libpq</span> 的有效性启发规则并未把这种消息类型视为可能很长。此限制会导致参数超过 7498 个的预备查询失败；这种情况虽然不太可能出现，但系统确实支持。</p>", "text": "允许 libpq 接受超过 30000 字节的 ParameterDescription 消息（Ning Sun）§ 此前，libpq 的有效性启发规则并未把这种消息类型视为可能很长。此限制会导致参数超过 7498 个的预备查询失败；这种情况虽然不太可能出现，但系统确实支持。", "title": "允许 libpq 接受超过 30000 字节的 ParameterDescription 消息", "commits": ["e4183c667"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "27947a9065a0390840bb24fdcc6246e8e8600c15c9eba4eb2f9e05fb3c001490", "section_path": ["变更"], "commit_groups": [["0f63b74a4", "1b79c8d1a", "8d516d2b9", "b1ab4bc52", "e0511883c", "e4183c667"]], "identity_text": "Allow libpq to accept ParameterDescription messages exceeding 30000 bytes (Ning Sun) Previously, this message type was not among those that libpq's validity heuristics believed could be long. The limit resulted in failure for prepared queries having more than 7498 parameters, which is unlikely but supported.", "commit_aliases": ["0f63b74a4", "1b79c8d1a", "8d516d2b9", "b1ab4bc52", "e0511883c", "e4183c667"], "source_commits": ["e4183c667"], "source_entry_id": "17.11/changes/087", "db_id": "97c44cf1d7b9b31d86691416921a75e4", "patch_ids": ["b6b26c4c8b27c2138732ea0f070c591b"], "statement_hash": "2bf8dba03893ccac611f0c0a15dfeaa8cb7ed7f18e2fbb58d26e630ffd77a548", "relations": [{"rule": 2, "type": "equivalent", "target": "5ebbe0622604b80c5219c1c82f7d9aca", "evidence": {"same_day": true, "patch_ids": ["b6b26c4c8b27c2138732ea0f070c591b"], "statement_hash": "2bf8dba03893ccac611f0c0a15dfeaa8cb7ed7f18e2fbb58d26e630ffd77a548"}}, {"rule": 2, "type": "equivalent", "target": "7b36888afdccf5778f4b3d9b3f4d4b19", "evidence": {"same_day": true, "patch_ids": ["b6b26c4c8b27c2138732ea0f070c591b"], "statement_hash": "2bf8dba03893ccac611f0c0a15dfeaa8cb7ed7f18e2fbb58d26e630ffd77a548"}}, {"rule": 2, "type": "equivalent", "target": "96f87cdaa195bfc8af2e374fe5cd785d", "evidence": {"same_day": true, "patch_ids": ["b6b26c4c8b27c2138732ea0f070c591b"], "statement_hash": "2bf8dba03893ccac611f0c0a15dfeaa8cb7ed7f18e2fbb58d26e630ffd77a548"}}, {"rule": 2, "type": "equivalent", "target": "c1e7d9148740f6776370a4a75311e436", "evidence": {"same_day": true, "patch_ids": ["b6b26c4c8b27c2138732ea0f070c591b"], "statement_hash": "2bf8dba03893ccac611f0c0a15dfeaa8cb7ed7f18e2fbb58d26e630ffd77a548"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "c1e7d9148740f6776370a4a75311e436", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "允许 libpq 接受超过 30000 字节的 ParameterDescription 消息", "evidence": {"same_day": true, "patch_ids": ["b6b26c4c8b27c2138732ea0f070c591b"], "statement_hash": "2bf8dba03893ccac611f0c0a15dfeaa8cb7ed7f18e2fbb58d26e630ffd77a548"}, "url": "/docs/compare/?release=18.6#18.6-524638e22a952ee0", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "7b36888afdccf5778f4b3d9b3f4d4b19", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "允许 libpq 接受超过 30000 字节的 ParameterDescription 消息", "evidence": {"same_day": true, "patch_ids": ["b6b26c4c8b27c2138732ea0f070c591b"], "statement_hash": "2bf8dba03893ccac611f0c0a15dfeaa8cb7ed7f18e2fbb58d26e630ffd77a548"}, "url": "/docs/compare/?release=16.15#16.15-d31bbe08eb795d29", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "5ebbe0622604b80c5219c1c82f7d9aca", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "允许 libpq 接受超过 30000 字节的 ParameterDescription 消息", "evidence": {"same_day": true, "patch_ids": ["b6b26c4c8b27c2138732ea0f070c591b"], "statement_hash": "2bf8dba03893ccac611f0c0a15dfeaa8cb7ed7f18e2fbb58d26e630ffd77a548"}, "url": "/docs/compare/?release=15.19#15.19-30059fe54da9df27", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "96f87cdaa195bfc8af2e374fe5cd785d", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "允许 libpq 接受超过 30000 字节的 ParameterDescription 消息", "evidence": {"same_day": true, "patch_ids": ["b6b26c4c8b27c2138732ea0f070c591b"], "statement_hash": "2bf8dba03893ccac611f0c0a15dfeaa8cb7ed7f18e2fbb58d26e630ffd77a548"}, "url": "/docs/compare/?release=14.24#14.24-95bdb4ccbaf1b4f7", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-4edba097ad3499b7", "cves": [], "html": "<p>拒绝 <span>ecpg</span> 的 <code>GET/SET DESCRIPTOR</code> 语句中存在多个描述符首部项（Masashi Kamura）<a href=\"https://postgr.es/c/fe8c0a762\">§</a></p>\n<p>此前语法允许这种形式，但会生成有缺陷的 C 代码。现调整语法和文档，只允许一个首部项。</p>", "text": "拒绝 ecpg 的 GET/SET DESCRIPTOR 语句中存在多个描述符首部项（Masashi Kamura）§ 此前语法允许这种形式，但会生成有缺陷的 C 代码。现调整语法和文档，只允许一个首部项。", "title": "拒绝 ecpg 的 GET/SET DESCRIPTOR 语句中存在多个描述符首部项", "commits": ["fe8c0a762"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "aa484bb70808285fe57f6603ed54e77e7851ac4cba032f594a2a5643eaa09f1b", "section_path": ["变更"], "commit_groups": [["081434b0f", "4484165b0", "4d4b73cfd", "9e8fd9f7a", "bfeddcf09", "fe8c0a762"]], "identity_text": "Reject multiple descriptor header items in ecpg's GET/SET DESCRIPTOR statements (Masashi Kamura) Previously the grammar allowed this syntax, but broken C code was generated. Adjust the grammar and the documentation to allow only one header item.", "commit_aliases": ["081434b0f", "4484165b0", "4d4b73cfd", "9e8fd9f7a", "bfeddcf09", "fe8c0a762"], "source_commits": ["fe8c0a762"], "source_entry_id": "17.11/changes/088", "db_id": "2d1814d3627bd7de23f302bac9690b77", "patch_ids": ["4f4dddcf40354c994e2b6668a43af20d"], "statement_hash": "e3bda298ded00b77261ba1c76b32c15895630f65da4a428ed88a0e425a4414cb", "relations": [{"rule": 2, "type": "equivalent", "target": "aa20c63216e98c98f035fa86491b5b30", "evidence": {"same_day": true, "patch_ids": ["4f4dddcf40354c994e2b6668a43af20d"], "statement_hash": "e3bda298ded00b77261ba1c76b32c15895630f65da4a428ed88a0e425a4414cb"}}, {"rule": 2, "type": "equivalent", "target": "d5ef1996d66a6c71b921d8881446c413", "evidence": {"same_day": true, "patch_ids": ["4f4dddcf40354c994e2b6668a43af20d"], "statement_hash": "e3bda298ded00b77261ba1c76b32c15895630f65da4a428ed88a0e425a4414cb"}}, {"rule": 2, "type": "equivalent", "target": "e7657a963bd66274d46d2b5a9e11a18a", "evidence": {"same_day": true, "patch_ids": ["4f4dddcf40354c994e2b6668a43af20d"], "statement_hash": "e3bda298ded00b77261ba1c76b32c15895630f65da4a428ed88a0e425a4414cb"}}, {"rule": 2, "type": "equivalent", "target": "f619d880f7a5f55846623a2af12abad1", "evidence": {"same_day": true, "patch_ids": ["4f4dddcf40354c994e2b6668a43af20d"], "statement_hash": "e3bda298ded00b77261ba1c76b32c15895630f65da4a428ed88a0e425a4414cb"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "aa20c63216e98c98f035fa86491b5b30", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "拒绝 ecpg 的 GET/SET DESCRIPTOR 语句中存在多个描述符首部项", "evidence": {"same_day": true, "patch_ids": ["4f4dddcf40354c994e2b6668a43af20d"], "statement_hash": "e3bda298ded00b77261ba1c76b32c15895630f65da4a428ed88a0e425a4414cb"}, "url": "/docs/compare/?release=18.6#18.6-f7ec4316771ce1eb", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "f619d880f7a5f55846623a2af12abad1", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "拒绝 ecpg 的 GET/SET DESCRIPTOR 语句中存在多个描述符首部项", "evidence": {"same_day": true, "patch_ids": ["4f4dddcf40354c994e2b6668a43af20d"], "statement_hash": "e3bda298ded00b77261ba1c76b32c15895630f65da4a428ed88a0e425a4414cb"}, "url": "/docs/compare/?release=16.15#16.15-0bc3bd0290f2c7ce", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "e7657a963bd66274d46d2b5a9e11a18a", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "拒绝 ecpg 的 GET/SET DESCRIPTOR 语句中存在多个描述符首部项", "evidence": {"same_day": true, "patch_ids": ["4f4dddcf40354c994e2b6668a43af20d"], "statement_hash": "e3bda298ded00b77261ba1c76b32c15895630f65da4a428ed88a0e425a4414cb"}, "url": "/docs/compare/?release=15.19#15.19-42a85b1c95cc8d74", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "d5ef1996d66a6c71b921d8881446c413", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "拒绝 ecpg 的 GET/SET DESCRIPTOR 语句中存在多个描述符首部项", "evidence": {"same_day": true, "patch_ids": ["4f4dddcf40354c994e2b6668a43af20d"], "statement_hash": "e3bda298ded00b77261ba1c76b32c15895630f65da4a428ed88a0e425a4414cb"}, "url": "/docs/compare/?release=14.24#14.24-fb2fbbf70338d662", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-410e9178511c3bd6", "cves": [], "html": "<p>使 <span>psql</span> 扩展对齐输出格式中的行宽保持一致（Pavel Stehule）<a href=\"https://postgr.es/c/efd885d05\">§</a></p>\n<p>当表的数据行比记录标题行窄时，将数据行加宽到与标题行一致，从而避免输出不美观。</p>", "text": "使 psql 扩展对齐输出格式中的行宽保持一致（Pavel Stehule）§ 当表的数据行比记录标题行窄时，将数据行加宽到与标题行一致，从而避免输出不美观。", "title": "使 psql 扩展对齐输出格式中的行宽保持一致", "commits": ["efd885d05"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "515effb1fddcec198ad7058fdcddd30594e98dd02f21f44d09140b100b42e269", "section_path": ["变更"], "commit_groups": [["022ba5c61", "07a6c262b", "1edbe6695", "3d0d6741d", "a4ca91ea1", "efd885d05"]], "identity_text": "Make line widths match in psql's expanded aligned output format (Pavel Stehule) When the table's data rows are narrower than the record header lines, widen the data rows to match the headers, avoiding unsightly output.", "commit_aliases": ["022ba5c61", "07a6c262b", "1edbe6695", "3d0d6741d", "a4ca91ea1", "efd885d05"], "source_commits": ["efd885d05"], "source_entry_id": "17.11/changes/089", "db_id": "6a176afe78ae457a5f2e20281e68c1c8", "patch_ids": ["e1ed38dd6fb22dc6b3c388c344a54963"], "statement_hash": "bfb36185dbcab5e46aea9291f19969eb343ad3998992659ae2d4c88cea80e5d6", "relations": [{"rule": 2, "type": "equivalent", "target": "58d0bf8b8ffb214d0f6ab86e01e2ee4d", "evidence": {"same_day": true, "patch_ids": ["e1ed38dd6fb22dc6b3c388c344a54963"], "statement_hash": "bfb36185dbcab5e46aea9291f19969eb343ad3998992659ae2d4c88cea80e5d6"}}, {"rule": 2, "type": "equivalent", "target": "6d353eb0c8713cda0665ed6128c86dc7", "evidence": {"same_day": true, "patch_ids": ["e1ed38dd6fb22dc6b3c388c344a54963"], "statement_hash": "bfb36185dbcab5e46aea9291f19969eb343ad3998992659ae2d4c88cea80e5d6"}}, {"rule": 2, "type": "equivalent", "target": "73be9a684058fbdc9b8dd586127fd52a", "evidence": {"same_day": true, "patch_ids": ["e1ed38dd6fb22dc6b3c388c344a54963"], "statement_hash": "bfb36185dbcab5e46aea9291f19969eb343ad3998992659ae2d4c88cea80e5d6"}}, {"rule": 2, "type": "equivalent", "target": "8c98433b203fc9f697cb6dfef2f22a70", "evidence": {"same_day": true, "patch_ids": ["e1ed38dd6fb22dc6b3c388c344a54963"], "statement_hash": "bfb36185dbcab5e46aea9291f19969eb343ad3998992659ae2d4c88cea80e5d6"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "8c98433b203fc9f697cb6dfef2f22a70", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "使 psql 扩展对齐输出格式中的行宽保持一致", "evidence": {"same_day": true, "patch_ids": ["e1ed38dd6fb22dc6b3c388c344a54963"], "statement_hash": "bfb36185dbcab5e46aea9291f19969eb343ad3998992659ae2d4c88cea80e5d6"}, "url": "/docs/compare/?release=18.6#18.6-e95d42c0b0a749e2", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "73be9a684058fbdc9b8dd586127fd52a", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "使 psql 扩展对齐输出格式中的行宽保持一致", "evidence": {"same_day": true, "patch_ids": ["e1ed38dd6fb22dc6b3c388c344a54963"], "statement_hash": "bfb36185dbcab5e46aea9291f19969eb343ad3998992659ae2d4c88cea80e5d6"}, "url": "/docs/compare/?release=16.15#16.15-4ef439582c28e17a", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "58d0bf8b8ffb214d0f6ab86e01e2ee4d", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "使 psql 扩展对齐输出格式中的行宽保持一致", "evidence": {"same_day": true, "patch_ids": ["e1ed38dd6fb22dc6b3c388c344a54963"], "statement_hash": "bfb36185dbcab5e46aea9291f19969eb343ad3998992659ae2d4c88cea80e5d6"}, "url": "/docs/compare/?release=15.19#15.19-e6841047ca307274", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "6d353eb0c8713cda0665ed6128c86dc7", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "使 psql 扩展对齐输出格式中的行宽保持一致", "evidence": {"same_day": true, "patch_ids": ["e1ed38dd6fb22dc6b3c388c344a54963"], "statement_hash": "bfb36185dbcab5e46aea9291f19969eb343ad3998992659ae2d4c88cea80e5d6"}, "url": "/docs/compare/?release=14.24#14.24-44ddceba221fbb20", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-3336152e1ee6addb", "cves": [], "html": "<p>修复 <span>psql</span> 在 <code>\\l+</code> 中显示数据库大小时的权限检查（Christoph Berg）<a href=\"https://postgr.es/c/41949c6f3\">§</a></p>\n<p>底层服务器函数允许具有 <code>pg_read_all_stats</code> 权限的用户查看所有数据库的大小，即使他们没有 <code>CONNECT</code> 权限。但 <span>psql</span> 不知道这一规定，除非用户具有 <code>CONNECT</code> 权限，否则不会调用该函数。</p>", "text": "修复 psql 在 \\l+ 中显示数据库大小时的权限检查（Christoph Berg）§ 底层服务器函数允许具有 pg_read_all_stats 权限的用户查看所有数据库的大小，即使他们没有 CONNECT 权限。但 psql 不知道这一规定，除非用户具有 CONNECT 权限，否则不会调用该函数。", "title": "修复 psql 在 \\l+ 中显示数据库大小时的权限检查", "commits": ["41949c6f3"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "e5f6655a022b9715d4718651326987d140702f74f1fb957cc2371ae9a374838c", "section_path": ["变更"], "commit_groups": [["38afc3dcb", "41949c6f3", "4e19081da", "77aeca802", "844bc718a", "e6e8a3078", "f2d6cf880"]], "identity_text": "Fix psql's privilege check for showing database size in \\l+ (Christoph Berg) The underlying server function permits users who have pg_read_all_stats privileges to see the sizes of all databases, even if they lack CONNECT privilege. But psql was unaware of that provision and would not call the function unless the user has CONNECT privilege.", "commit_aliases": ["38afc3dcb", "41949c6f3", "4e19081da", "77aeca802", "844bc718a", "e6e8a3078", "f2d6cf880"], "source_commits": ["41949c6f3"], "source_entry_id": "17.11/changes/090", "db_id": "f02d8966daabdbd36db1126f9327767d", "patch_ids": ["987969fa30d6f3f33766c7242f782fcc"], "statement_hash": "52d0973776d5fe7f0ea2f39f5e8746a9acc9f7423229f4d6af57f5fe0d5f77e6", "relations": [{"rule": 2, "type": "equivalent", "target": "141d0e312a20156d1cd7aa5beaa39b84", "evidence": {"same_day": true, "patch_ids": ["987969fa30d6f3f33766c7242f782fcc"], "statement_hash": "52d0973776d5fe7f0ea2f39f5e8746a9acc9f7423229f4d6af57f5fe0d5f77e6"}}, {"rule": 2, "type": "equivalent", "target": "8b38bff9895db96300585ebb983568e8", "evidence": {"same_day": true, "patch_ids": ["987969fa30d6f3f33766c7242f782fcc"], "statement_hash": "52d0973776d5fe7f0ea2f39f5e8746a9acc9f7423229f4d6af57f5fe0d5f77e6"}}, {"rule": 2, "type": "equivalent", "target": "e7c613c24d691b769e31df57d0463965", "evidence": {"same_day": true, "patch_ids": ["987969fa30d6f3f33766c7242f782fcc"], "statement_hash": "52d0973776d5fe7f0ea2f39f5e8746a9acc9f7423229f4d6af57f5fe0d5f77e6"}}, {"rule": 2, "type": "equivalent", "target": "fb027e827736bff10cc532003be6bcee", "evidence": {"same_day": true, "patch_ids": ["987969fa30d6f3f33766c7242f782fcc"], "statement_hash": "52d0973776d5fe7f0ea2f39f5e8746a9acc9f7423229f4d6af57f5fe0d5f77e6"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "141d0e312a20156d1cd7aa5beaa39b84", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 psql 在 \\l+ 中显示数据库大小时的权限检查", "evidence": {"same_day": true, "patch_ids": ["987969fa30d6f3f33766c7242f782fcc"], "statement_hash": "52d0973776d5fe7f0ea2f39f5e8746a9acc9f7423229f4d6af57f5fe0d5f77e6"}, "url": "/docs/compare/?release=18.6#18.6-f01251105c93da4a", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "8b38bff9895db96300585ebb983568e8", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 psql 在 \\l+ 中显示数据库大小时的权限检查", "evidence": {"same_day": true, "patch_ids": ["987969fa30d6f3f33766c7242f782fcc"], "statement_hash": "52d0973776d5fe7f0ea2f39f5e8746a9acc9f7423229f4d6af57f5fe0d5f77e6"}, "url": "/docs/compare/?release=16.15#16.15-7be17665f3a07ebd", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "e7c613c24d691b769e31df57d0463965", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 psql 在 \\l+ 中显示数据库大小时的权限检查", "evidence": {"same_day": true, "patch_ids": ["987969fa30d6f3f33766c7242f782fcc"], "statement_hash": "52d0973776d5fe7f0ea2f39f5e8746a9acc9f7423229f4d6af57f5fe0d5f77e6"}, "url": "/docs/compare/?release=15.19#15.19-616945ce906c167d", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "fb027e827736bff10cc532003be6bcee", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 psql 在 \\l+ 中显示数据库大小时的权限检查", "evidence": {"same_day": true, "patch_ids": ["987969fa30d6f3f33766c7242f782fcc"], "statement_hash": "52d0973776d5fe7f0ea2f39f5e8746a9acc9f7423229f4d6af57f5fe0d5f77e6"}, "url": "/docs/compare/?release=14.24#14.24-88ded4b53cabfeca", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-774191cf1146f3bf", "cves": [], "html": "<p>修复 <span>psql</span> 对 <code>\\df</code> 的 TAB 补全，使其也涵盖过程（Erik Wienhold）<a href=\"https://postgr.es/c/355a4fcf9\">§</a></p>", "text": "修复 psql 对 \\df 的 TAB 补全，使其也涵盖过程（Erik Wienhold）§", "title": "修复 psql 对 \\df 的 TAB 补全，使其也涵盖过程", "commits": ["355a4fcf9"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "fd56141cfe6d36733c3415a3ab01ff4143d6cace80bb6d96232cbc70f74f83e4", "section_path": ["变更"], "commit_groups": [["2d44bb900", "355a4fcf9", "558e0de6d", "598af79b1", "6d4ca6de9", "c25737c89", "f9afdb6d1"]], "identity_text": "Fix psql's tab completion for \\df to consider procedures too (Erik Wienhold)", "commit_aliases": ["2d44bb900", "355a4fcf9", "558e0de6d", "598af79b1", "6d4ca6de9", "c25737c89", "f9afdb6d1"], "source_commits": ["355a4fcf9"], "source_entry_id": "17.11/changes/091", "db_id": "2e71a63a423fe753a49907fea3f3f726", "patch_ids": ["42dfbce6e4e3f60c61e074ef2e0a152b"], "statement_hash": "1e5b0a22566f92da2ff5281d6974022db425423987f69e22a54af6a299da7e4c", "relations": [{"rule": 2, "type": "equivalent", "target": "9de93d1e22001ece7792c285e354eead", "evidence": {"same_day": true, "patch_ids": ["42dfbce6e4e3f60c61e074ef2e0a152b"], "statement_hash": "1e5b0a22566f92da2ff5281d6974022db425423987f69e22a54af6a299da7e4c"}}, {"rule": 2, "type": "equivalent", "target": "a6e56de07c090ea331a5f798b3fa0d29", "evidence": {"same_day": true, "patch_ids": ["42dfbce6e4e3f60c61e074ef2e0a152b"], "statement_hash": "1e5b0a22566f92da2ff5281d6974022db425423987f69e22a54af6a299da7e4c"}}, {"rule": 2, "type": "equivalent", "target": "b7650aff43943bf8882b3a2f849f6bee", "evidence": {"same_day": true, "patch_ids": ["42dfbce6e4e3f60c61e074ef2e0a152b"], "statement_hash": "1e5b0a22566f92da2ff5281d6974022db425423987f69e22a54af6a299da7e4c"}}, {"rule": 2, "type": "equivalent", "target": "df69b2e9f052d92dfefda54eacbfc1ea", "evidence": {"same_day": true, "patch_ids": ["42dfbce6e4e3f60c61e074ef2e0a152b"], "statement_hash": "1e5b0a22566f92da2ff5281d6974022db425423987f69e22a54af6a299da7e4c"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "a6e56de07c090ea331a5f798b3fa0d29", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 psql 对 \\df 的 TAB 补全，使其也涵盖过程", "evidence": {"same_day": true, "patch_ids": ["42dfbce6e4e3f60c61e074ef2e0a152b"], "statement_hash": "1e5b0a22566f92da2ff5281d6974022db425423987f69e22a54af6a299da7e4c"}, "url": "/docs/compare/?release=18.6#18.6-34779a676e9c08fc", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "9de93d1e22001ece7792c285e354eead", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 psql 对 \\df 的 TAB 补全，使其也涵盖过程", "evidence": {"same_day": true, "patch_ids": ["42dfbce6e4e3f60c61e074ef2e0a152b"], "statement_hash": "1e5b0a22566f92da2ff5281d6974022db425423987f69e22a54af6a299da7e4c"}, "url": "/docs/compare/?release=16.15#16.15-4fbdfe9a37c05afb", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "df69b2e9f052d92dfefda54eacbfc1ea", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 psql 对 \\df 的 TAB 补全，使其也涵盖过程", "evidence": {"same_day": true, "patch_ids": ["42dfbce6e4e3f60c61e074ef2e0a152b"], "statement_hash": "1e5b0a22566f92da2ff5281d6974022db425423987f69e22a54af6a299da7e4c"}, "url": "/docs/compare/?release=15.19#15.19-3ec1f9729116111b", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "b7650aff43943bf8882b3a2f849f6bee", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 psql 对 \\df 的 TAB 补全，使其也涵盖过程", "evidence": {"same_day": true, "patch_ids": ["42dfbce6e4e3f60c61e074ef2e0a152b"], "statement_hash": "1e5b0a22566f92da2ff5281d6974022db425423987f69e22a54af6a299da7e4c"}, "url": "/docs/compare/?release=14.24#14.24-91cbecee9190a8b7", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-700eeda11277f3b9", "cves": [], "html": "<p>修复 <span>pgbench</span> 中的线程安全性缺陷（Fujii Masao）<a href=\"https://postgr.es/c/52b3e7001\">§</a></p>\n<p>当 <span>pgbench</span> 使用多个线程和 <code>--verbose-errors</code> 选项运行时，不同线程可能尝试使用同一个缓冲区构造错误消息，导致日志输出损坏。</p>", "text": "修复 pgbench 中的线程安全性缺陷（Fujii Masao）§ 当 pgbench 使用多个线程和 --verbose-errors 选项运行时，不同线程可能尝试使用同一个缓冲区构造错误消息，导致日志输出损坏。", "title": "修复 pgbench 中的线程安全性缺陷", "commits": ["52b3e7001"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "ae4aa23e68f5e707db5869ec7eb6966a6ecae576bb969bb4464bc2f6e0fac73c", "section_path": ["变更"], "commit_groups": [["52b3e7001", "61f8a85a5", "6432a4cd6", "98dd6c204", "f18fcd9a4"]], "identity_text": "Fix thread-safety bug in pgbench (Fujii Masao) When pgbench runs with multiple threads and the --verbose-errors option, different threads could attempt to use the same buffer to construct error messages, leading to corrupted log output.", "commit_aliases": ["52b3e7001", "61f8a85a5", "6432a4cd6", "98dd6c204", "f18fcd9a4"], "source_commits": ["52b3e7001"], "source_entry_id": "17.11/changes/092", "db_id": "4e32c3e5a2bb416ea303c286b1df2858", "patch_ids": ["4117d7222a31fc591ad7eac0024a0f9f"], "statement_hash": "954c7afe7c6b0058837dfdb334f6d992ca7c956e2e82c888bfb65248ea13fcaf", "relations": [{"rule": 2, "type": "equivalent", "target": "44b28e2d798edbd4039b847c6dd86848", "evidence": {"same_day": true, "patch_ids": ["4117d7222a31fc591ad7eac0024a0f9f"], "statement_hash": "954c7afe7c6b0058837dfdb334f6d992ca7c956e2e82c888bfb65248ea13fcaf"}}, {"rule": 2, "type": "equivalent", "target": "5b099ea0ec4e743ffb1348250e4fbe06", "evidence": {"same_day": true, "patch_ids": ["4117d7222a31fc591ad7eac0024a0f9f"], "statement_hash": "954c7afe7c6b0058837dfdb334f6d992ca7c956e2e82c888bfb65248ea13fcaf"}}, {"rule": 2, "type": "equivalent", "target": "9fc066b4de5fcf91012835e6ddbc1b32", "evidence": {"same_day": true, "patch_ids": ["4117d7222a31fc591ad7eac0024a0f9f"], "statement_hash": "954c7afe7c6b0058837dfdb334f6d992ca7c956e2e82c888bfb65248ea13fcaf"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "44b28e2d798edbd4039b847c6dd86848", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 pgbench 中的线程安全性缺陷", "evidence": {"same_day": true, "patch_ids": ["4117d7222a31fc591ad7eac0024a0f9f"], "statement_hash": "954c7afe7c6b0058837dfdb334f6d992ca7c956e2e82c888bfb65248ea13fcaf"}, "url": "/docs/compare/?release=18.6#18.6-d444b0e88b717a34", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "5b099ea0ec4e743ffb1348250e4fbe06", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 pgbench 中的线程安全性缺陷", "evidence": {"same_day": true, "patch_ids": ["4117d7222a31fc591ad7eac0024a0f9f"], "statement_hash": "954c7afe7c6b0058837dfdb334f6d992ca7c956e2e82c888bfb65248ea13fcaf"}, "url": "/docs/compare/?release=16.15#16.15-be054de8e8881971", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "9fc066b4de5fcf91012835e6ddbc1b32", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 pgbench 中的线程安全性缺陷", "evidence": {"same_day": true, "patch_ids": ["4117d7222a31fc591ad7eac0024a0f9f"], "statement_hash": "954c7afe7c6b0058837dfdb334f6d992ca7c956e2e82c888bfb65248ea13fcaf"}, "url": "/docs/compare/?release=15.19#15.19-eef27a79d905af1b", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}]}, {"id": "17.11-17e93d8574cb6937", "cves": [], "html": "<p>在 <span>pg_combinebackup</span> 中，防止源文件短于预期时出现无限循环（Peter Eisentraut）<a href=\"https://postgr.es/c/090ce6934\">§</a></p>", "text": "在 pg_combinebackup 中，防止源文件短于预期时出现无限循环（Peter Eisentraut）§", "title": "在 pg_combinebackup 中，防止源文件短于预期时出现无限循环", "commits": ["090ce6934"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "9ead33d6b1ac2783ff5603c8d4568d4aaf5634f83335a387b613181f64ec1753", "section_path": ["变更"], "commit_groups": [["090ce6934", "994f770a0", "d36b72894"]], "identity_text": "In pg_combinebackup, prevent infinite loop if the source file is shorter than expected (Peter Eisentraut)", "commit_aliases": ["090ce6934", "994f770a0", "d36b72894"], "source_commits": ["090ce6934"], "source_entry_id": "17.11/changes/093", "db_id": "0de6b21246ca038db28e1d7e7a8c33a5", "patch_ids": ["0ba00e2ae3a5e83df9d4302186a61a05"], "statement_hash": "761861ecd47105adace712b27a89e3d3f71b32c7571c4e3a163697a77fad30a7", "relations": [{"rule": 2, "type": "equivalent", "target": "c27420aa9b3b249ab663f9b3b7619204", "evidence": {"same_day": true, "patch_ids": ["0ba00e2ae3a5e83df9d4302186a61a05"], "statement_hash": "761861ecd47105adace712b27a89e3d3f71b32c7571c4e3a163697a77fad30a7"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "c27420aa9b3b249ab663f9b3b7619204", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "在 pg_combinebackup 中，防止源文件短于预期时出现无限循环", "evidence": {"same_day": true, "patch_ids": ["0ba00e2ae3a5e83df9d4302186a61a05"], "statement_hash": "761861ecd47105adace712b27a89e3d3f71b32c7571c4e3a163697a77fad30a7"}, "url": "/docs/compare/?release=18.6#18.6-0a368cc2731c2f99", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}]}, {"id": "17.11-48e3e90ffcc9370a", "cves": [], "html": "<p>修复 <span>pg_createsubscriber</span> 出错后对发布端对象的清理（Nisha Moond）<a href=\"https://postgr.es/c/c03784a21\">§</a></p>\n<p>当 <span>pg_createsubscriber</span> 在创建逻辑复制对象后失败时，它应删除在发布端创建的发布和复制槽。某些错误情形未能这样做。</p>", "text": "修复 pg_createsubscriber 出错后对发布端对象的清理（Nisha Moond）§ 当 pg_createsubscriber 在创建逻辑复制对象后失败时，它应删除在发布端创建的发布和复制槽。某些错误情形未能这样做。", "title": "修复 pg_createsubscriber 出错后对发布端对象的清理", "commits": ["c03784a21"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "a1d75d666e44a60984067015d9d6bcab7f9bc370d87822e0eb6afbafa4d22e93", "section_path": ["变更"], "commit_groups": [["12d000488", "196b4b5ae", "c03784a21"]], "identity_text": "Fix cleanup of publisher-side objects after errors in pg_createsubscriber (Nisha Moond) When pg_createsubscriber fails after creating logical replication objects, it should remove the publication and replication slot that it created on the publisher. Some error cases failed to do so.", "commit_aliases": ["12d000488", "196b4b5ae", "c03784a21"], "source_commits": ["c03784a21"], "source_entry_id": "17.11/changes/094", "db_id": "a5c36038d3fc8268a2ecbdc5f6d205fc", "patch_ids": ["294a0298249f9d0b66c918ec534fd2fa"], "statement_hash": "0b52e9786bbf3135e7724a4cd772716beafec6c0f4a214b285af87f0fd2ba380", "relations": [{"rule": 2, "type": "equivalent", "target": "b3b32d95005620db1dde6737c217ff79", "evidence": {"same_day": true, "patch_ids": ["294a0298249f9d0b66c918ec534fd2fa"], "statement_hash": "0b52e9786bbf3135e7724a4cd772716beafec6c0f4a214b285af87f0fd2ba380"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "b3b32d95005620db1dde6737c217ff79", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 pg_createsubscriber 出错后对发布端对象的清理", "evidence": {"same_day": true, "patch_ids": ["294a0298249f9d0b66c918ec534fd2fa"], "statement_hash": "0b52e9786bbf3135e7724a4cd772716beafec6c0f4a214b285af87f0fd2ba380"}, "url": "/docs/compare/?release=18.6#18.6-280913453570aa34", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}]}, {"id": "17.11-7a66a4f0ad5abf3d", "cves": [], "html": "<p>对 <span>pg_recvlogical</span> 输出文件采用源集簇的文件组读权限（Fujii Masao）<a href=\"https://postgr.es/c/ddd12d1a5\">§</a></p>\n<p>文档声称 <span>pg_recvlogical</span> 会这样做，但它从未实际启用组读权限。</p>", "text": "对 pg_recvlogical 输出文件采用源集簇的文件组读权限（Fujii Masao）§ 文档声称 pg_recvlogical 会这样做，但它从未实际启用组读权限。", "title": "对 pg_recvlogical 输出文件采用源集簇的文件组读权限", "commits": ["ddd12d1a5"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "2d362a8419c84544506326cf62a517eae4c23ecc6d7d232d922163964cfefbb4", "section_path": ["变更"], "commit_groups": [["263d1e6df", "5552a15a3", "89b4b3ae3", "9590dcfca", "ba9833a75", "ddd12d1a5"]], "identity_text": "Use the source cluster's group-read file permissions for pg_recvlogical output files (Fujii Masao) pg_recvlogical was documented to behave this way, but it never actually enabled group-read.", "commit_aliases": ["263d1e6df", "5552a15a3", "89b4b3ae3", "9590dcfca", "ba9833a75", "ddd12d1a5"], "source_commits": ["ddd12d1a5"], "source_entry_id": "17.11/changes/095", "db_id": "7c4fc2d9507cff650a6e11a00319e316", "patch_ids": ["afbffd5094352bc11bf18ec699c42866"], "statement_hash": "76c08921b60501e09bdf60cd197949c5372599c542dc2702bad076644bfb808e", "relations": [{"rule": 2, "type": "equivalent", "target": "46627f579bf31b5d6613ea2ead9a438c", "evidence": {"same_day": true, "patch_ids": ["afbffd5094352bc11bf18ec699c42866"], "statement_hash": "76c08921b60501e09bdf60cd197949c5372599c542dc2702bad076644bfb808e"}}, {"rule": 2, "type": "equivalent", "target": "5e9c0809074f8046eb23cf8c625f723d", "evidence": {"same_day": true, "patch_ids": ["afbffd5094352bc11bf18ec699c42866"], "statement_hash": "76c08921b60501e09bdf60cd197949c5372599c542dc2702bad076644bfb808e"}}, {"rule": 2, "type": "equivalent", "target": "739e2a6e3be37fb134a81099033e7b88", "evidence": {"same_day": true, "patch_ids": ["afbffd5094352bc11bf18ec699c42866"], "statement_hash": "76c08921b60501e09bdf60cd197949c5372599c542dc2702bad076644bfb808e"}}, {"rule": 2, "type": "equivalent", "target": "f4924985d224acc909a53983f158ebbe", "evidence": {"same_day": true, "patch_ids": ["afbffd5094352bc11bf18ec699c42866"], "statement_hash": "76c08921b60501e09bdf60cd197949c5372599c542dc2702bad076644bfb808e"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "739e2a6e3be37fb134a81099033e7b88", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "对 pg_recvlogical 输出文件采用源集簇的文件组读权限", "evidence": {"same_day": true, "patch_ids": ["afbffd5094352bc11bf18ec699c42866"], "statement_hash": "76c08921b60501e09bdf60cd197949c5372599c542dc2702bad076644bfb808e"}, "url": "/docs/compare/?release=18.6#18.6-ccc1d394ba38511a", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "f4924985d224acc909a53983f158ebbe", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "对 pg_recvlogical 输出文件采用源集簇的文件组读权限", "evidence": {"same_day": true, "patch_ids": ["afbffd5094352bc11bf18ec699c42866"], "statement_hash": "76c08921b60501e09bdf60cd197949c5372599c542dc2702bad076644bfb808e"}, "url": "/docs/compare/?release=16.15#16.15-f3298ba05de83c9a", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "46627f579bf31b5d6613ea2ead9a438c", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "对 pg_recvlogical 输出文件采用源集簇的文件组读权限", "evidence": {"same_day": true, "patch_ids": ["afbffd5094352bc11bf18ec699c42866"], "statement_hash": "76c08921b60501e09bdf60cd197949c5372599c542dc2702bad076644bfb808e"}, "url": "/docs/compare/?release=15.19#15.19-eb042822e75a511b", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "5e9c0809074f8046eb23cf8c625f723d", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "对 pg_recvlogical 输出文件采用源集簇的文件组读权限", "evidence": {"same_day": true, "patch_ids": ["afbffd5094352bc11bf18ec699c42866"], "statement_hash": "76c08921b60501e09bdf60cd197949c5372599c542dc2702bad076644bfb808e"}, "url": "/docs/compare/?release=14.24#14.24-af180ca6c48802b4", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-43173bad4eaa1b27", "cves": [], "html": "<p>在 <code>contrib/amcheck</code> 中，正确处理短头部 varlena Datum（Andrey Borodin）<a href=\"https://postgr.es/c/8abb8a155\">§</a></p>\n<p>此错误可能导致验证 B-树索引时执行多余工作，但似乎没有造成更严重的后果。</p>", "text": "在 contrib/amcheck 中，正确处理短头部 varlena Datum（Andrey Borodin）§ 此错误可能导致验证 B-树索引时执行多余工作，但似乎没有造成更严重的后果。", "title": "在 contrib/amcheck 中，正确处理短头部 varlena Datum", "commits": ["8abb8a155"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "e018f0b042d64dcca79a21b96b2ea3474917d26dcc23debba5a60a3f14ef8653", "section_path": ["变更"], "commit_groups": [["4284476c0", "897e79486", "8abb8a155", "af09b18cb", "c89a1ca01", "da1eff08a"]], "identity_text": "In contrib/amcheck, handle short-header varlena datums correctly (Andrey Borodin) This error could result in doing excess work while verifying a btree index, but seems not to have had any worse consequences.", "commit_aliases": ["4284476c0", "897e79486", "8abb8a155", "af09b18cb", "c89a1ca01", "da1eff08a"], "source_commits": ["8abb8a155"], "source_entry_id": "17.11/changes/096", "db_id": "3b8c851869278523310ddb5e0cf66c28", "patch_ids": ["d7fc6f8977003129b1104cd80d7d07dc"], "statement_hash": "e472f473c1b1497e339e1735040e13130df76e2534eb81a81dc2b51327126c5d", "relations": [{"rule": 2, "type": "equivalent", "target": "2d507c3ecfdc88b0a54eabbb1a06a7e0", "evidence": {"same_day": true, "patch_ids": ["d7fc6f8977003129b1104cd80d7d07dc"], "statement_hash": "e472f473c1b1497e339e1735040e13130df76e2534eb81a81dc2b51327126c5d"}}, {"rule": 2, "type": "equivalent", "target": "45cd63fac27296a03920e2ac709b0ed6", "evidence": {"same_day": true, "patch_ids": ["d7fc6f8977003129b1104cd80d7d07dc"], "statement_hash": "e472f473c1b1497e339e1735040e13130df76e2534eb81a81dc2b51327126c5d"}}, {"rule": 2, "type": "equivalent", "target": "cdde56de8d6ffe6162fb47b834f39528", "evidence": {"same_day": true, "patch_ids": ["d7fc6f8977003129b1104cd80d7d07dc"], "statement_hash": "e472f473c1b1497e339e1735040e13130df76e2534eb81a81dc2b51327126c5d"}}, {"rule": 2, "type": "equivalent", "target": "e3d3da7d18247e58916c107812921cf0", "evidence": {"same_day": true, "patch_ids": ["d7fc6f8977003129b1104cd80d7d07dc"], "statement_hash": "e472f473c1b1497e339e1735040e13130df76e2534eb81a81dc2b51327126c5d"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "2d507c3ecfdc88b0a54eabbb1a06a7e0", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "在 contrib/amcheck 中，正确处理短头部 varlena Datum", "evidence": {"same_day": true, "patch_ids": ["d7fc6f8977003129b1104cd80d7d07dc"], "statement_hash": "e472f473c1b1497e339e1735040e13130df76e2534eb81a81dc2b51327126c5d"}, "url": "/docs/compare/?release=18.6#18.6-83d0b073d364f75c", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "e3d3da7d18247e58916c107812921cf0", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "在 contrib/amcheck 中，正确处理短头部 varlena Datum", "evidence": {"same_day": true, "patch_ids": ["d7fc6f8977003129b1104cd80d7d07dc"], "statement_hash": "e472f473c1b1497e339e1735040e13130df76e2534eb81a81dc2b51327126c5d"}, "url": "/docs/compare/?release=16.15#16.15-22551bc799d71de7", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "45cd63fac27296a03920e2ac709b0ed6", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "在 contrib/amcheck 中，正确处理短头部 varlena Datum", "evidence": {"same_day": true, "patch_ids": ["d7fc6f8977003129b1104cd80d7d07dc"], "statement_hash": "e472f473c1b1497e339e1735040e13130df76e2534eb81a81dc2b51327126c5d"}, "url": "/docs/compare/?release=15.19#15.19-2872239e215fe909", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "cdde56de8d6ffe6162fb47b834f39528", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "在 contrib/amcheck 中，正确处理短头部 varlena Datum", "evidence": {"same_day": true, "patch_ids": ["d7fc6f8977003129b1104cd80d7d07dc"], "statement_hash": "e472f473c1b1497e339e1735040e13130df76e2534eb81a81dc2b51327126c5d"}, "url": "/docs/compare/?release=14.24#14.24-de8368e77c874cdf", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-62f2c81188559a68", "cves": [], "html": "<p>在 <code>contrib/btree_gist</code> 中，修复 <code>NaN</code> 在 <code>float4</code> 和 <code>float8</code> 操作符类中的处理（Bill Kim、Tom Lane）<a href=\"https://postgr.es/c/d215d2cc2\">§</a></p>\n<p>比较以及 GiST penalty 和 distance 函数都没有考虑 <code>NaN</code>，因而在遇到该值时会给出错误结果。建议在安装此更新后对 float 列上的 <code>btree_gist</code> 索引重建索引，前提是这些列中可能存在 <code>NaN</code> 条目。</p>", "text": "在 contrib/btree_gist 中，修复 NaN 在 float4 和 float8 操作符类中的处理（Bill Kim、Tom Lane）§ 比较以及 GiST penalty 和 distance 函数都没有考虑 NaN，因而在遇到该值时会给出错误结果。建议在安装此更新后对 float 列上的 btree_gist 索引重建索引，前提是这些列中可能存在 NaN 条目。", "title": "在 contrib/btree_gist 中，修复 NaN 在 float4 和 float8 操作符类中的处理", "commits": ["d215d2cc2"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "f775123e917c90c2214672be7b57663fd7fc2404ee6b897fecc715550a3eafcd", "section_path": ["变更"], "commit_groups": [["1e1d07792", "255bce448", "7d3448961", "98dd4406f", "a47005f0b", "d215d2cc2", "d569ccd40"]], "identity_text": "In contrib/btree_gist, fix NaN handling in the float4 and float8 opclasses (Bill Kim, Tom Lane) Comparisons, as well as the GiST penalty and distance functions, did not account for NaN and would give the wrong answer when handed one. It is recommended to reindex btree_gist indexes on float columns after installing this update, if there is any possibility that there are NaN entries in those columns.", "commit_aliases": ["1e1d07792", "255bce448", "7d3448961", "98dd4406f", "a47005f0b", "d215d2cc2", "d569ccd40"], "source_commits": ["d215d2cc2"], "source_entry_id": "17.11/changes/097", "db_id": "4cd8eba009b82559add8c3ec81c4961d", "patch_ids": ["a41ef98054d9fc11255ff2e1ac2b8d7f"], "statement_hash": "faf27e09f191a40fa7cb700d40946951864bfacf5baac3f0510ba15d921d9788", "relations": [{"rule": 2, "type": "equivalent", "target": "4d9e91353135c760e8823c0cd0ef6409", "evidence": {"same_day": true, "patch_ids": ["a41ef98054d9fc11255ff2e1ac2b8d7f"], "statement_hash": "faf27e09f191a40fa7cb700d40946951864bfacf5baac3f0510ba15d921d9788"}}, {"rule": 2, "type": "equivalent", "target": "b7dd35efd818ab32c6cd15f0eb30fcbe", "evidence": {"same_day": true, "patch_ids": ["a41ef98054d9fc11255ff2e1ac2b8d7f"], "statement_hash": "faf27e09f191a40fa7cb700d40946951864bfacf5baac3f0510ba15d921d9788"}}, {"rule": 2, "type": "equivalent", "target": "b9df41b379c5302bb94ed660170eb547", "evidence": {"same_day": true, "patch_ids": ["a41ef98054d9fc11255ff2e1ac2b8d7f"], "statement_hash": "faf27e09f191a40fa7cb700d40946951864bfacf5baac3f0510ba15d921d9788"}}, {"rule": 2, "type": "equivalent", "target": "eacc61a61a6ef9f06eeceda6f5a96384", "evidence": {"same_day": true, "patch_ids": ["a41ef98054d9fc11255ff2e1ac2b8d7f"], "statement_hash": "faf27e09f191a40fa7cb700d40946951864bfacf5baac3f0510ba15d921d9788"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "4d9e91353135c760e8823c0cd0ef6409", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "在 contrib/btree_gist 中，修复 NaN 在 float4 和 float8 操作符类中的处理", "evidence": {"same_day": true, "patch_ids": ["a41ef98054d9fc11255ff2e1ac2b8d7f"], "statement_hash": "faf27e09f191a40fa7cb700d40946951864bfacf5baac3f0510ba15d921d9788"}, "url": "/docs/compare/?release=18.6#18.6-f1427fb43b6c1e77", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "eacc61a61a6ef9f06eeceda6f5a96384", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "在 contrib/btree_gist 中，修复 NaN 在 float4 和 float8 操作符类中的处理", "evidence": {"same_day": true, "patch_ids": ["a41ef98054d9fc11255ff2e1ac2b8d7f"], "statement_hash": "faf27e09f191a40fa7cb700d40946951864bfacf5baac3f0510ba15d921d9788"}, "url": "/docs/compare/?release=16.15#16.15-b6551e55dcd75e6b", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "b7dd35efd818ab32c6cd15f0eb30fcbe", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "在 contrib/btree_gist 中，修复 NaN 在 float4 和 float8 操作符类中的处理", "evidence": {"same_day": true, "patch_ids": ["a41ef98054d9fc11255ff2e1ac2b8d7f"], "statement_hash": "faf27e09f191a40fa7cb700d40946951864bfacf5baac3f0510ba15d921d9788"}, "url": "/docs/compare/?release=15.19#15.19-7abab9144a6ecbfe", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "b9df41b379c5302bb94ed660170eb547", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "在 contrib/btree_gist 中，修复 NaN 在 float4 和 float8 操作符类中的处理", "evidence": {"same_day": true, "patch_ids": ["a41ef98054d9fc11255ff2e1ac2b8d7f"], "statement_hash": "faf27e09f191a40fa7cb700d40946951864bfacf5baac3f0510ba15d921d9788"}, "url": "/docs/compare/?release=14.24#14.24-f5f78593618ce5e6", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-bb79dbfaaf4bd7a5", "cves": [], "html": "<p>在 <code>contrib/btree_gist</code> 中，修复使用不等操作符的搜索（Ayush Tiwari）<a href=\"https://postgr.es/c/86992769e\">§</a></p>\n<p>对于变长数据类型，扫描非叶索引页的代码使用了错误的比较函数，导致结果错误并可能引发崩溃。</p>", "text": "在 contrib/btree_gist 中，修复使用不等操作符的搜索（Ayush Tiwari）§ 对于变长数据类型，扫描非叶索引页的代码使用了错误的比较函数，导致结果错误并可能引发崩溃。", "title": "在 contrib/btree_gist 中，修复使用不等操作符的搜索", "commits": ["86992769e"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "91271ddbb65318f6138793fc1a67e677015bbc7b59a2ef372c7e97daa0898fb0", "section_path": ["变更"], "commit_groups": [["0663382c9", "12c519207", "286f9a3ce", "86992769e", "8f2a1b3d3", "eef644e57", "fc6649abe"]], "identity_text": "In contrib/btree_gist, fix searches using a not-equal operator (Ayush Tiwari) For variable-length data types, the code for scanning non-leaf index pages applied the wrong comparison function, leading to wrong results and potentially crashes.", "commit_aliases": ["0663382c9", "12c519207", "286f9a3ce", "86992769e", "8f2a1b3d3", "eef644e57", "fc6649abe"], "source_commits": ["86992769e"], "source_entry_id": "17.11/changes/098", "db_id": "c540681583edc5cf717591e5bf65da83", "patch_ids": ["515eccc8717dfd3bf829ad309ee292d4"], "statement_hash": "2be1ae243cd8ebc1e8e722c0adfd189a77f8b7ec2ce84c5f76afc7ac0990135a", "relations": [{"rule": 2, "type": "equivalent", "target": "635407feb25f134fd4b583a750d226fd", "evidence": {"same_day": true, "patch_ids": ["515eccc8717dfd3bf829ad309ee292d4"], "statement_hash": "2be1ae243cd8ebc1e8e722c0adfd189a77f8b7ec2ce84c5f76afc7ac0990135a"}}, {"rule": 2, "type": "equivalent", "target": "6a17d9b57b1644e479653b086d9a3d5b", "evidence": {"same_day": true, "patch_ids": ["515eccc8717dfd3bf829ad309ee292d4"], "statement_hash": "2be1ae243cd8ebc1e8e722c0adfd189a77f8b7ec2ce84c5f76afc7ac0990135a"}}, {"rule": 2, "type": "equivalent", "target": "72b13e01606442471a1d73d64267d5db", "evidence": {"same_day": true, "patch_ids": ["515eccc8717dfd3bf829ad309ee292d4"], "statement_hash": "2be1ae243cd8ebc1e8e722c0adfd189a77f8b7ec2ce84c5f76afc7ac0990135a"}}, {"rule": 2, "type": "equivalent", "target": "b8f3ffff9bd8249a29d2857d5a2613d1", "evidence": {"same_day": true, "patch_ids": ["515eccc8717dfd3bf829ad309ee292d4"], "statement_hash": "2be1ae243cd8ebc1e8e722c0adfd189a77f8b7ec2ce84c5f76afc7ac0990135a"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "6a17d9b57b1644e479653b086d9a3d5b", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "在 contrib/btree_gist 中，修复使用不等操作符的搜索", "evidence": {"same_day": true, "patch_ids": ["515eccc8717dfd3bf829ad309ee292d4"], "statement_hash": "2be1ae243cd8ebc1e8e722c0adfd189a77f8b7ec2ce84c5f76afc7ac0990135a"}, "url": "/docs/compare/?release=18.6#18.6-ba3d35f49ebe5363", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "72b13e01606442471a1d73d64267d5db", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "在 contrib/btree_gist 中，修复使用不等操作符的搜索", "evidence": {"same_day": true, "patch_ids": ["515eccc8717dfd3bf829ad309ee292d4"], "statement_hash": "2be1ae243cd8ebc1e8e722c0adfd189a77f8b7ec2ce84c5f76afc7ac0990135a"}, "url": "/docs/compare/?release=16.15#16.15-6fd7a5c21c3e59df", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "b8f3ffff9bd8249a29d2857d5a2613d1", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "在 contrib/btree_gist 中，修复使用不等操作符的搜索", "evidence": {"same_day": true, "patch_ids": ["515eccc8717dfd3bf829ad309ee292d4"], "statement_hash": "2be1ae243cd8ebc1e8e722c0adfd189a77f8b7ec2ce84c5f76afc7ac0990135a"}, "url": "/docs/compare/?release=15.19#15.19-400657eaecfa8eb8", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "635407feb25f134fd4b583a750d226fd", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "在 contrib/btree_gist 中，修复使用不等操作符的搜索", "evidence": {"same_day": true, "patch_ids": ["515eccc8717dfd3bf829ad309ee292d4"], "statement_hash": "2be1ae243cd8ebc1e8e722c0adfd189a77f8b7ec2ce84c5f76afc7ac0990135a"}, "url": "/docs/compare/?release=14.24#14.24-294f04d16131e8d5", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-f475bfd70799c254", "cves": [], "html": "<p>修复以下模块中缺少防护的递归和循环：<code>contrib/hstore_plperl</code>、<code>contrib/jsonb_plperl</code> 和 <code>contrib/jsonb_plpython</code>（Aleksander Alekseev）<a href=\"https://postgr.es/c/3df0b7755\">§</a> <a href=\"https://postgr.es/c/4efef9d18\">§</a></p>\n<p>防止处理深度嵌套的 <code>jsonb</code> 值时发生栈溢出，并允许中断尝试解引用 Perl 对象引用的环状链时造成的无限循环。</p>", "text": "修复以下模块中缺少防护的递归和循环：contrib/hstore_plperl、contrib/jsonb_plperl 和 contrib/jsonb_plpython（Aleksander Alekseev）§ § 防止处理深度嵌套的 jsonb 值时发生栈溢出，并允许中断尝试解引用 Perl 对象引用的环状链时造成的无限循环。", "title": "修复以下模块中缺少防护的递归和循环：contrib/hstore_plperl、contrib/jsonb_plperl 和 contrib/jsonb_plpython", "commits": ["3df0b7755", "4efef9d18"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "6ed98946ad7978803495b7f442b09a0e3897e8030440c1d5aac9e2d825dd8f82", "section_path": ["变更"], "commit_groups": [["1f6b2295f", "4efef9d18", "4fbbabb0a", "60a1d712a", "c0f17b04d", "d65cf6f80"], ["3df0b7755", "639fff511", "a6f23c3ad", "b0f3465b6", "da82fbb8f", "e3b7a43fa"]], "identity_text": "Fix unguarded recursion and loops in contrib/hstore_plperl, contrib/jsonb_plperl, and contrib/jsonb_plpython (Aleksander Alekseev) Prevent stack overflow when dealing with deeply nested jsonb values, and allow interruption of the infinite loop caused when attempting to dereference circular chains of Perl object references.", "commit_aliases": ["1f6b2295f", "3df0b7755", "4efef9d18", "4fbbabb0a", "60a1d712a", "639fff511", "a6f23c3ad", "b0f3465b6", "c0f17b04d", "d65cf6f80", "da82fbb8f", "e3b7a43fa"], "source_commits": ["3df0b7755", "4efef9d18"], "source_entry_id": "17.11/changes/099", "db_id": "595e055e71880ae192e2de47f74a1291", "patch_ids": ["06d3f82c811dcdc72352268391913b6d", "d2e482ea690658ce247d390c41c898b7"], "statement_hash": "7097b151e48a64281451cfa04b6e3d236b5b30fd3c3c7d17dc03685399c5d1a3", "relations": [{"rule": 2, "type": "equivalent", "target": "94eaadfc76909fd86106e4f1ca7ca2ff", "evidence": {"same_day": true, "patch_ids": ["06d3f82c811dcdc72352268391913b6d", "d2e482ea690658ce247d390c41c898b7"], "statement_hash": "7097b151e48a64281451cfa04b6e3d236b5b30fd3c3c7d17dc03685399c5d1a3"}}, {"rule": 2, "type": "equivalent", "target": "e764a2169f298518893448497eb58f37", "evidence": {"same_day": true, "patch_ids": ["06d3f82c811dcdc72352268391913b6d", "d2e482ea690658ce247d390c41c898b7"], "statement_hash": "7097b151e48a64281451cfa04b6e3d236b5b30fd3c3c7d17dc03685399c5d1a3"}}, {"rule": 2, "type": "equivalent", "target": "e84c01132f8e26fec06fb2c24d693754", "evidence": {"same_day": true, "patch_ids": ["06d3f82c811dcdc72352268391913b6d", "d2e482ea690658ce247d390c41c898b7"], "statement_hash": "7097b151e48a64281451cfa04b6e3d236b5b30fd3c3c7d17dc03685399c5d1a3"}}, {"rule": 2, "type": "equivalent", "target": "f6efa9b4ffedab334fa7ffa327afa7eb", "evidence": {"same_day": true, "patch_ids": ["06d3f82c811dcdc72352268391913b6d", "d2e482ea690658ce247d390c41c898b7"], "statement_hash": "7097b151e48a64281451cfa04b6e3d236b5b30fd3c3c7d17dc03685399c5d1a3"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "e84c01132f8e26fec06fb2c24d693754", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复以下模块中缺少防护的递归和循环：contrib/hstore_plperl、contrib/jsonb_plperl 和 contrib/jsonb_plpython", "evidence": {"same_day": true, "patch_ids": ["06d3f82c811dcdc72352268391913b6d", "d2e482ea690658ce247d390c41c898b7"], "statement_hash": "7097b151e48a64281451cfa04b6e3d236b5b30fd3c3c7d17dc03685399c5d1a3"}, "url": "/docs/compare/?release=18.6#18.6-3bbe012702953660", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "e764a2169f298518893448497eb58f37", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复以下模块中缺少防护的递归和循环：contrib/hstore_plperl、contrib/jsonb_plperl 和 contrib/jsonb_plpython", "evidence": {"same_day": true, "patch_ids": ["06d3f82c811dcdc72352268391913b6d", "d2e482ea690658ce247d390c41c898b7"], "statement_hash": "7097b151e48a64281451cfa04b6e3d236b5b30fd3c3c7d17dc03685399c5d1a3"}, "url": "/docs/compare/?release=16.15#16.15-fa0a92fe6f6d8b62", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "f6efa9b4ffedab334fa7ffa327afa7eb", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复以下模块中缺少防护的递归和循环：contrib/hstore_plperl、contrib/jsonb_plperl 和 contrib/jsonb_plpython", "evidence": {"same_day": true, "patch_ids": ["06d3f82c811dcdc72352268391913b6d", "d2e482ea690658ce247d390c41c898b7"], "statement_hash": "7097b151e48a64281451cfa04b6e3d236b5b30fd3c3c7d17dc03685399c5d1a3"}, "url": "/docs/compare/?release=15.19#15.19-a4622748e0475d43", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "94eaadfc76909fd86106e4f1ca7ca2ff", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复以下模块中缺少防护的递归和循环：contrib/hstore_plperl、contrib/jsonb_plperl 和 contrib/jsonb_plpython", "evidence": {"same_day": true, "patch_ids": ["06d3f82c811dcdc72352268391913b6d", "d2e482ea690658ce247d390c41c898b7"], "statement_hash": "7097b151e48a64281451cfa04b6e3d236b5b30fd3c3c7d17dc03685399c5d1a3"}, "url": "/docs/compare/?release=14.24#14.24-fc345aadeb17306f", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-c1417114cda9dd52", "cves": [], "html": "<p>修复 <code>contrib/intarray</code> 中遗漏释放统计信息 catcache 条目的问题（Man Zeng）<a href=\"https://postgr.es/c/94b57ab54\">§</a></p>\n<p>此疏漏会导致 <span>“<span>resource was not closed: cache pg_statistic</span>”</span> 之类的警告。</p>", "text": "修复 contrib/intarray 中遗漏释放统计信息 catcache 条目的问题（Man Zeng）§ 此疏漏会导致 “resource was not closed: cache pg_statistic” 之类的警告。", "title": "修复 contrib/intarray 中遗漏释放统计信息 catcache 条目的问题", "commits": ["94b57ab54"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "c95036cfe30472fc46c4b89de326c6c2235fa31027054ce35df66e53ea8aa32c", "section_path": ["变更"], "commit_groups": [["273be484a", "524cc0f63", "702a6d5f6", "94b57ab54", "a96b051a9", "e7544c518"]], "identity_text": "Fix missed release of statistics catcache entry in contrib/intarray (Man Zeng) This oversight led to warnings like resource was not closed: cache pg_statistic.", "commit_aliases": ["273be484a", "524cc0f63", "702a6d5f6", "94b57ab54", "a96b051a9", "e7544c518"], "source_commits": ["94b57ab54"], "source_entry_id": "17.11/changes/100", "db_id": "29b63a7300df9efc4d5ac1e96dc34cb7", "patch_ids": ["ed91737595bc2b3f155e28dcd1a2eea2"], "statement_hash": "f94e4dacb87f6c952276d56347322f0e3b34e2c00c7f4e555ef6c2806632dec3", "relations": [{"rule": 2, "type": "equivalent", "target": "2c29490e6377bc8f4bb49b5d5ca76323", "evidence": {"same_day": true, "patch_ids": ["ed91737595bc2b3f155e28dcd1a2eea2"], "statement_hash": "f94e4dacb87f6c952276d56347322f0e3b34e2c00c7f4e555ef6c2806632dec3"}}, {"rule": 2, "type": "equivalent", "target": "441b437853466f13724bc66579a3d9c5", "evidence": {"same_day": true, "patch_ids": ["ed91737595bc2b3f155e28dcd1a2eea2"], "statement_hash": "f94e4dacb87f6c952276d56347322f0e3b34e2c00c7f4e555ef6c2806632dec3"}}, {"rule": 2, "type": "equivalent", "target": "531f88cd6dd693227e011632166ae87b", "evidence": {"same_day": true, "patch_ids": ["ed91737595bc2b3f155e28dcd1a2eea2"], "statement_hash": "f94e4dacb87f6c952276d56347322f0e3b34e2c00c7f4e555ef6c2806632dec3"}}, {"rule": 2, "type": "equivalent", "target": "a4dfb26ea114f9668f1e953f8895f530", "evidence": {"same_day": true, "patch_ids": ["ed91737595bc2b3f155e28dcd1a2eea2"], "statement_hash": "f94e4dacb87f6c952276d56347322f0e3b34e2c00c7f4e555ef6c2806632dec3"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "531f88cd6dd693227e011632166ae87b", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 contrib/intarray 中遗漏释放统计信息 catcache 条目的问题", "evidence": {"same_day": true, "patch_ids": ["ed91737595bc2b3f155e28dcd1a2eea2"], "statement_hash": "f94e4dacb87f6c952276d56347322f0e3b34e2c00c7f4e555ef6c2806632dec3"}, "url": "/docs/compare/?release=18.6#18.6-69c78fae0c5ccd69", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "a4dfb26ea114f9668f1e953f8895f530", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 contrib/intarray 中遗漏释放统计信息 catcache 条目的问题", "evidence": {"same_day": true, "patch_ids": ["ed91737595bc2b3f155e28dcd1a2eea2"], "statement_hash": "f94e4dacb87f6c952276d56347322f0e3b34e2c00c7f4e555ef6c2806632dec3"}, "url": "/docs/compare/?release=16.15#16.15-1e6f6b698ab8119b", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "2c29490e6377bc8f4bb49b5d5ca76323", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 contrib/intarray 中遗漏释放统计信息 catcache 条目的问题", "evidence": {"same_day": true, "patch_ids": ["ed91737595bc2b3f155e28dcd1a2eea2"], "statement_hash": "f94e4dacb87f6c952276d56347322f0e3b34e2c00c7f4e555ef6c2806632dec3"}, "url": "/docs/compare/?release=15.19#15.19-ccb32043172a0059", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "441b437853466f13724bc66579a3d9c5", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 contrib/intarray 中遗漏释放统计信息 catcache 条目的问题", "evidence": {"same_day": true, "patch_ids": ["ed91737595bc2b3f155e28dcd1a2eea2"], "statement_hash": "f94e4dacb87f6c952276d56347322f0e3b34e2c00c7f4e555ef6c2806632dec3"}, "url": "/docs/compare/?release=14.24#14.24-88b2eacb476e6d44", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-390646d2843a7323", "cves": [], "html": "<p>在 <code>contrib/ltree</code> 中，修复比较时的整数溢出（Ayush Tiwari）<a href=\"https://postgr.es/c/c391c00d9\">§</a></p>\n<p>包含超过约 14,653 个标签的 <code>ltree</code> 值会因溢出而得到错误的比较结果。如果 B-树索引包含这类值，它很可能已经损坏，应在安装此更新后重建索引。</p>", "text": "在 contrib/ltree 中，修复比较时的整数溢出（Ayush Tiwari）§ 包含超过约 14,653 个标签的 ltree 值会因溢出而得到错误的比较结果。如果 B-树索引包含这类值，它很可能已经损坏，应在安装此更新后重建索引。", "title": "在 contrib/ltree 中，修复比较时的整数溢出", "commits": ["c391c00d9"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "116ec03c2ed83f5858342718058979a6e0a8e40c14e86d1a55c2c12c8685f50c", "section_path": ["变更"], "commit_groups": [["1bec6b1c1", "3f3280491", "aca944e33", "c391c00d9", "c3e36a9a5", "f528a5606"]], "identity_text": "In contrib/ltree, fix integer overflow in comparisons (Ayush Tiwari) ltree values containing more than about 14,653 labels resulted in wrong comparison answers due to overflow. If a btree index contains such values, it is probably corrupt and should be reindexed after installing this update.", "commit_aliases": ["1bec6b1c1", "3f3280491", "aca944e33", "c391c00d9", "c3e36a9a5", "f528a5606"], "source_commits": ["c391c00d9"], "source_entry_id": "17.11/changes/101", "db_id": "faeb6c3b8ab3db22ba871dc683772018", "patch_ids": ["81c4c385ffbd98f111a552cae708d804"], "statement_hash": "c38e1cee6bb8614366f4396766b59cb9e1991d5646798456e57e0b3b5c284883", "relations": [{"rule": 2, "type": "equivalent", "target": "48fe7f3222eda75ec840ab2668d55093", "evidence": {"same_day": true, "patch_ids": ["81c4c385ffbd98f111a552cae708d804"], "statement_hash": "c38e1cee6bb8614366f4396766b59cb9e1991d5646798456e57e0b3b5c284883"}}, {"rule": 2, "type": "equivalent", "target": "708292f2ccdab3377b60d76cdaa5a7e5", "evidence": {"same_day": true, "patch_ids": ["81c4c385ffbd98f111a552cae708d804"], "statement_hash": "c38e1cee6bb8614366f4396766b59cb9e1991d5646798456e57e0b3b5c284883"}}, {"rule": 2, "type": "equivalent", "target": "888fddf9fe911dead6a68c55c98b9295", "evidence": {"same_day": true, "patch_ids": ["81c4c385ffbd98f111a552cae708d804"], "statement_hash": "c38e1cee6bb8614366f4396766b59cb9e1991d5646798456e57e0b3b5c284883"}}, {"rule": 2, "type": "equivalent", "target": "f0507c88031aeac9ab37c3874a1e91d1", "evidence": {"same_day": true, "patch_ids": ["81c4c385ffbd98f111a552cae708d804"], "statement_hash": "c38e1cee6bb8614366f4396766b59cb9e1991d5646798456e57e0b3b5c284883"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "888fddf9fe911dead6a68c55c98b9295", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "在 contrib/ltree 中，修复比较时的整数溢出", "evidence": {"same_day": true, "patch_ids": ["81c4c385ffbd98f111a552cae708d804"], "statement_hash": "c38e1cee6bb8614366f4396766b59cb9e1991d5646798456e57e0b3b5c284883"}, "url": "/docs/compare/?release=18.6#18.6-b2444fb7d252ecb2", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "f0507c88031aeac9ab37c3874a1e91d1", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "在 contrib/ltree 中，修复比较时的整数溢出", "evidence": {"same_day": true, "patch_ids": ["81c4c385ffbd98f111a552cae708d804"], "statement_hash": "c38e1cee6bb8614366f4396766b59cb9e1991d5646798456e57e0b3b5c284883"}, "url": "/docs/compare/?release=16.15#16.15-b86543a0103877e6", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "708292f2ccdab3377b60d76cdaa5a7e5", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "在 contrib/ltree 中，修复比较时的整数溢出", "evidence": {"same_day": true, "patch_ids": ["81c4c385ffbd98f111a552cae708d804"], "statement_hash": "c38e1cee6bb8614366f4396766b59cb9e1991d5646798456e57e0b3b5c284883"}, "url": "/docs/compare/?release=15.19#15.19-deed600a17b6b295", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "48fe7f3222eda75ec840ab2668d55093", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "在 contrib/ltree 中，修复比较时的整数溢出", "evidence": {"same_day": true, "patch_ids": ["81c4c385ffbd98f111a552cae708d804"], "statement_hash": "c38e1cee6bb8614366f4396766b59cb9e1991d5646798456e57e0b3b5c284883"}, "url": "/docs/compare/?release=14.24#14.24-74f51924f346b861", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-5451045e11a327c3", "cves": [], "html": "<p>在 <code>contrib/pgcrypto</code> 中，避免使用 OSSLCipher 对象期间遇到错误后因双重释放而崩溃（Yuelin Wang）<a href=\"https://postgr.es/c/2aa6be6e6\">§</a></p>", "text": "在 contrib/pgcrypto 中，避免使用 OSSLCipher 对象期间遇到错误后因双重释放而崩溃（Yuelin Wang）§", "title": "在 contrib/pgcrypto 中，避免使用 OSSLCipher 对象期间遇到错误后因双重释放而崩溃", "commits": ["2aa6be6e6"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "150e599abc1a827041006156e049c5cd41061b15ef28105339f7e047cff44b57", "section_path": ["变更"], "commit_groups": [["020426268", "2aa6be6e6", "80bb0ebcc"]], "identity_text": "In contrib/pgcrypto, avoid double-free crash after encountering an error while using an OSSLCipher object (Yuelin Wang)", "commit_aliases": ["020426268", "2aa6be6e6", "80bb0ebcc"], "source_commits": ["2aa6be6e6"], "source_entry_id": "17.11/changes/102", "db_id": "d0d6e890b41eab7e420c2fcbe5f1ef9a", "patch_ids": ["0fc20fc5da6cc2df460972dea4bc66d3"], "statement_hash": "e754a4cc9f54f8e9075d7eb90cc11678eab6addc3270a282ab92b5e46a8111cc", "relations": [{"rule": 2, "type": "equivalent", "target": "a3a95ce55c5a9796ab6c6450441f3aab", "evidence": {"same_day": true, "patch_ids": ["0fc20fc5da6cc2df460972dea4bc66d3"], "statement_hash": "e754a4cc9f54f8e9075d7eb90cc11678eab6addc3270a282ab92b5e46a8111cc"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "a3a95ce55c5a9796ab6c6450441f3aab", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "在 contrib/pgcrypto 中，避免使用 OSSLCipher 对象期间遇到错误后因双重释放而崩溃", "evidence": {"same_day": true, "patch_ids": ["0fc20fc5da6cc2df460972dea4bc66d3"], "statement_hash": "e754a4cc9f54f8e9075d7eb90cc11678eab6addc3270a282ab92b5e46a8111cc"}, "url": "/docs/compare/?release=18.6#18.6-794d5c13d1ec54d8", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}]}, {"id": "17.11-e5e220ac4d63838b", "cves": [], "html": "<p>修复 <code>contrib/pg_surgery</code> 的 <code>heap_force_kill</code> 和 <code>heap_force_freeze</code> 函数中的数组越界写入（Michael Paquier）<a href=\"https://postgr.es/c/0bcf19c9e\">§</a></p>\n<p>尝试更改偏移号等于 MaxHeapTuplesPerPage 的 TID 时，会在已分配数组的末尾之外写入一个字节，可能导致服务器崩溃。</p>", "text": "修复 contrib/pg_surgery 的 heap_force_kill 和 heap_force_freeze 函数中的数组越界写入（Michael Paquier）§ 尝试更改偏移号等于 MaxHeapTuplesPerPage 的 TID 时，会在已分配数组的末尾之外写入一个字节，可能导致服务器崩溃。", "title": "修复 contrib/pg_surgery 的 heap_force_kill 和 heap_force_freeze 函数中的数组越界写入", "commits": ["0bcf19c9e"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "cea29e239b3b153c740da1a6320be574b8750640475651f3b35057b947705653", "section_path": ["变更"], "commit_groups": [["0bcf19c9e", "193a4ded9", "1eda3eb07", "2b09f8a91", "51f63ba2b", "daf8bc7d4"]], "identity_text": "Fix array overrun in contrib/pg_surgery's heap_force_kill and heap_force_freeze functions (Michael Paquier) Attempting to change a TID whose offset number equals MaxHeapTuplesPerPage wrote one byte past the end of the allocated array, potentially crashing the server.", "commit_aliases": ["0bcf19c9e", "193a4ded9", "1eda3eb07", "2b09f8a91", "51f63ba2b", "daf8bc7d4"], "source_commits": ["0bcf19c9e"], "source_entry_id": "17.11/changes/103", "db_id": "bfda1df269b11b96600aa8d604c7a26a", "patch_ids": ["eb798217c4bf865d1840668bc6612f6d"], "statement_hash": "0c283cf21db62b067b9adc880d22c26404e9404758237c1adc833a4aa35981ae", "relations": [{"rule": 2, "type": "equivalent", "target": "34c6abdf99153564a44d057cfe4b6dac", "evidence": {"same_day": true, "patch_ids": ["eb798217c4bf865d1840668bc6612f6d"], "statement_hash": "0c283cf21db62b067b9adc880d22c26404e9404758237c1adc833a4aa35981ae"}}, {"rule": 2, "type": "equivalent", "target": "68b2c21176cad03670e2c5de5fd39431", "evidence": {"same_day": true, "patch_ids": ["eb798217c4bf865d1840668bc6612f6d"], "statement_hash": "0c283cf21db62b067b9adc880d22c26404e9404758237c1adc833a4aa35981ae"}}, {"rule": 2, "type": "equivalent", "target": "dd33ec95e198e9db76b741cb251151f9", "evidence": {"same_day": true, "patch_ids": ["eb798217c4bf865d1840668bc6612f6d"], "statement_hash": "0c283cf21db62b067b9adc880d22c26404e9404758237c1adc833a4aa35981ae"}}, {"rule": 2, "type": "equivalent", "target": "f14b53949f2fa5150ed94f6fdbc3af9e", "evidence": {"same_day": true, "patch_ids": ["eb798217c4bf865d1840668bc6612f6d"], "statement_hash": "0c283cf21db62b067b9adc880d22c26404e9404758237c1adc833a4aa35981ae"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "34c6abdf99153564a44d057cfe4b6dac", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 contrib/pg_surgery 的 heap_force_kill 和 heap_force_freeze 函数中的数组越界写入", "evidence": {"same_day": true, "patch_ids": ["eb798217c4bf865d1840668bc6612f6d"], "statement_hash": "0c283cf21db62b067b9adc880d22c26404e9404758237c1adc833a4aa35981ae"}, "url": "/docs/compare/?release=18.6#18.6-2f1813bf59f642ea", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "dd33ec95e198e9db76b741cb251151f9", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 contrib/pg_surgery 的 heap_force_kill 和 heap_force_freeze 函数中的数组越界写入", "evidence": {"same_day": true, "patch_ids": ["eb798217c4bf865d1840668bc6612f6d"], "statement_hash": "0c283cf21db62b067b9adc880d22c26404e9404758237c1adc833a4aa35981ae"}, "url": "/docs/compare/?release=16.15#16.15-f726c19b6da9ae90", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "68b2c21176cad03670e2c5de5fd39431", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 contrib/pg_surgery 的 heap_force_kill 和 heap_force_freeze 函数中的数组越界写入", "evidence": {"same_day": true, "patch_ids": ["eb798217c4bf865d1840668bc6612f6d"], "statement_hash": "0c283cf21db62b067b9adc880d22c26404e9404758237c1adc833a4aa35981ae"}, "url": "/docs/compare/?release=15.19#15.19-d4a24c821b2c9a40", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "f14b53949f2fa5150ed94f6fdbc3af9e", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 contrib/pg_surgery 的 heap_force_kill 和 heap_force_freeze 函数中的数组越界写入", "evidence": {"same_day": true, "patch_ids": ["eb798217c4bf865d1840668bc6612f6d"], "statement_hash": "0c283cf21db62b067b9adc880d22c26404e9404758237c1adc833a4aa35981ae"}, "url": "/docs/compare/?release=14.24#14.24-5408ce883ba1bd1f", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-79d5c27db04cf496", "cves": [], "html": "<p>在 <code>contrib/pg_surgery</code> 中，避免包含超过 64K 个元素的 TID 数组导致无限循环（Andrey Rachitskiy）<a href=\"https://postgr.es/c/1b6c99d96\">§</a></p>", "text": "在 contrib/pg_surgery 中，避免包含超过 64K 个元素的 TID 数组导致无限循环（Andrey Rachitskiy）§", "title": "在 contrib/pg_surgery 中，避免包含超过 64K 个元素的 TID 数组导致无限循环", "commits": ["1b6c99d96"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "c30b6722b9eab8c0f01b3ba498d1c0cd728f98f47337b43694a5dfdd3c19c601", "section_path": ["变更"], "commit_groups": [["19f0391df", "1b6c99d96", "1f24c8237", "346fbdcc2", "395700f48", "e9d53cf45", "eb28b6f24"]], "identity_text": "In contrib/pg_surgery, avoid infinite loop with TID arrays having more than 64K elements (Andrey Rachitskiy)", "commit_aliases": ["19f0391df", "1b6c99d96", "1f24c8237", "346fbdcc2", "395700f48", "e9d53cf45", "eb28b6f24"], "source_commits": ["1b6c99d96"], "source_entry_id": "17.11/changes/104", "db_id": "4a05d2d19e5e7e6511185becc5206900", "patch_ids": ["eee9eeea4b735f7e05d2171f399f90b7"], "statement_hash": "61e49310bab6315f2a6361f60f0c6a990b1ae003c54c69d1fffe69de809cb046", "relations": [{"rule": 2, "type": "equivalent", "target": "15bef4f690bc1f9d9deab62cf46941cd", "evidence": {"same_day": true, "patch_ids": ["eee9eeea4b735f7e05d2171f399f90b7"], "statement_hash": "61e49310bab6315f2a6361f60f0c6a990b1ae003c54c69d1fffe69de809cb046"}}, {"rule": 2, "type": "equivalent", "target": "a5a79735a400ca2b0ff1eb682f488482", "evidence": {"same_day": true, "patch_ids": ["eee9eeea4b735f7e05d2171f399f90b7"], "statement_hash": "61e49310bab6315f2a6361f60f0c6a990b1ae003c54c69d1fffe69de809cb046"}}, {"rule": 2, "type": "equivalent", "target": "d01853553d7520acbac484e63be9b7ae", "evidence": {"same_day": true, "patch_ids": ["eee9eeea4b735f7e05d2171f399f90b7"], "statement_hash": "61e49310bab6315f2a6361f60f0c6a990b1ae003c54c69d1fffe69de809cb046"}}, {"rule": 2, "type": "equivalent", "target": "ff158bb4d522b01e710f1a52fc58ebac", "evidence": {"same_day": true, "patch_ids": ["eee9eeea4b735f7e05d2171f399f90b7"], "statement_hash": "61e49310bab6315f2a6361f60f0c6a990b1ae003c54c69d1fffe69de809cb046"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "15bef4f690bc1f9d9deab62cf46941cd", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "在 contrib/pg_surgery 中，避免包含超过 64K 个元素的 TID 数组导致无限循环", "evidence": {"same_day": true, "patch_ids": ["eee9eeea4b735f7e05d2171f399f90b7"], "statement_hash": "61e49310bab6315f2a6361f60f0c6a990b1ae003c54c69d1fffe69de809cb046"}, "url": "/docs/compare/?release=18.6#18.6-e307258545af5090", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "a5a79735a400ca2b0ff1eb682f488482", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "在 contrib/pg_surgery 中，避免包含超过 64K 个元素的 TID 数组导致无限循环", "evidence": {"same_day": true, "patch_ids": ["eee9eeea4b735f7e05d2171f399f90b7"], "statement_hash": "61e49310bab6315f2a6361f60f0c6a990b1ae003c54c69d1fffe69de809cb046"}, "url": "/docs/compare/?release=16.15#16.15-063e603810851d1d", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "d01853553d7520acbac484e63be9b7ae", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "在 contrib/pg_surgery 中，避免包含超过 64K 个元素的 TID 数组导致无限循环", "evidence": {"same_day": true, "patch_ids": ["eee9eeea4b735f7e05d2171f399f90b7"], "statement_hash": "61e49310bab6315f2a6361f60f0c6a990b1ae003c54c69d1fffe69de809cb046"}, "url": "/docs/compare/?release=15.19#15.19-d1dcefc82383e301", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "ff158bb4d522b01e710f1a52fc58ebac", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "在 contrib/pg_surgery 中，避免包含超过 64K 个元素的 TID 数组导致无限循环", "evidence": {"same_day": true, "patch_ids": ["eee9eeea4b735f7e05d2171f399f90b7"], "statement_hash": "61e49310bab6315f2a6361f60f0c6a990b1ae003c54c69d1fffe69de809cb046"}, "url": "/docs/compare/?release=14.24#14.24-db516dd9e437ea28", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-3c3f973709d9fe9a", "cves": ["CVE-2026-6637"], "html": "<p>避免 <code>contrib/refint</code> 的 <code>check_foreign_key()</code> 中解引用 NULL 指针（Ayush Tiwari）<a href=\"https://postgr.es/c/6b4de201e\">§</a></p>\n<p>在更新时级联的情况下，被引用列的 null 值会导致崩溃。这是 CVE-2026-6637 修复中的一项疏漏，但修复之前的代码也并不真正正确。</p>", "text": "避免 contrib/refint 的 check_foreign_key() 中解引用 NULL 指针（Ayush Tiwari）§ 在更新时级联的情况下，被引用列的 null 值会导致崩溃。这是 CVE-2026-6637 修复中的一项疏漏，但修复之前的代码也并不真正正确。", "title": "避免 contrib/refint 的 check_foreign_key() 中解引用 NULL 指针", "commits": ["6b4de201e"], "section": "变更", "category": "security", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "6b28a24e84432ef095072dc5818a8589b49386ea01daa0ac2253d50d2ce216b6", "section_path": ["变更"], "commit_groups": [["1de0a711d", "611756948", "6b4de201e", "77b2d18e9", "eb93f10e2", "ed0c4d5af"]], "identity_text": "Avoid NULL-pointer dereference in contrib/refint's check_foreign_key() (Ayush Tiwari) In the on-update-cascade case, a null value of a referenced column led to a crash. This is an oversight in the fix for CVE-2026-6637, but the code that was there before that wasn't really right either.", "commit_aliases": ["1de0a711d", "611756948", "6b4de201e", "77b2d18e9", "eb93f10e2", "ed0c4d5af"], "source_commits": ["6b4de201e"], "source_entry_id": "17.11/changes/105", "db_id": "4a53f44037d5d1ea5b714eb8d91567ee", "patch_ids": ["47510ee01f1ec9c76e280af528461da2"], "statement_hash": "95ffa03f4949f1fbe65efb454898eb0f8b9358951a8110fcc4b0547102b37374", "relations": [{"rule": 2, "type": "equivalent", "target": "1404c503877f8a1f5c524fd84656cf87", "evidence": {"same_day": true, "patch_ids": ["47510ee01f1ec9c76e280af528461da2"], "statement_hash": "95ffa03f4949f1fbe65efb454898eb0f8b9358951a8110fcc4b0547102b37374"}}, {"rule": 2, "type": "equivalent", "target": "220e195253d94eac399969a628bda519", "evidence": {"same_day": true, "patch_ids": ["47510ee01f1ec9c76e280af528461da2"], "statement_hash": "95ffa03f4949f1fbe65efb454898eb0f8b9358951a8110fcc4b0547102b37374"}}, {"rule": 2, "type": "equivalent", "target": "98b367e0c42416fd78e2312f81ec66e2", "evidence": {"same_day": true, "patch_ids": ["47510ee01f1ec9c76e280af528461da2"], "statement_hash": "95ffa03f4949f1fbe65efb454898eb0f8b9358951a8110fcc4b0547102b37374"}}, {"rule": 2, "type": "equivalent", "target": "a4fcc13dcc4b7cf6a5470b40915f7de5", "evidence": {"same_day": true, "patch_ids": ["47510ee01f1ec9c76e280af528461da2"], "statement_hash": "95ffa03f4949f1fbe65efb454898eb0f8b9358951a8110fcc4b0547102b37374"}}], "version": "17.11", "category_label": "安全相关", "also_in": [], "variants": [], "related_changes": [{"db_id": "1404c503877f8a1f5c524fd84656cf87", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "避免 contrib/refint 的 check_foreign_key() 中解引用 NULL 指针", "evidence": {"same_day": true, "patch_ids": ["47510ee01f1ec9c76e280af528461da2"], "statement_hash": "95ffa03f4949f1fbe65efb454898eb0f8b9358951a8110fcc4b0547102b37374"}, "url": "/docs/compare/?release=18.6#18.6-8573bd52d03d8b3e", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "a4fcc13dcc4b7cf6a5470b40915f7de5", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "避免 contrib/refint 的 check_foreign_key() 中解引用 NULL 指针", "evidence": {"same_day": true, "patch_ids": ["47510ee01f1ec9c76e280af528461da2"], "statement_hash": "95ffa03f4949f1fbe65efb454898eb0f8b9358951a8110fcc4b0547102b37374"}, "url": "/docs/compare/?release=16.15#16.15-744702bd470fa361", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "220e195253d94eac399969a628bda519", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "避免 contrib/refint 的 check_foreign_key() 中解引用 NULL 指针", "evidence": {"same_day": true, "patch_ids": ["47510ee01f1ec9c76e280af528461da2"], "statement_hash": "95ffa03f4949f1fbe65efb454898eb0f8b9358951a8110fcc4b0547102b37374"}, "url": "/docs/compare/?release=15.19#15.19-e808c12e0db01138", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "98b367e0c42416fd78e2312f81ec66e2", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "避免 contrib/refint 的 check_foreign_key() 中解引用 NULL 指针", "evidence": {"same_day": true, "patch_ids": ["47510ee01f1ec9c76e280af528461da2"], "statement_hash": "95ffa03f4949f1fbe65efb454898eb0f8b9358951a8110fcc4b0547102b37374"}, "url": "/docs/compare/?release=14.24#14.24-1db62b2c5a9b5839", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-f8ebcb7cb6568363", "cves": [], "html": "<p>修复 <code>contrib/seg</code>，使其正确打印带有 <code>~</code> 确定性指示符的线段（Ewan Young）<a href=\"https://postgr.es/c/bcbbd070d\">§</a></p>\n<p>由于拼写错误，<code>seg_out()</code> 不会打印附加在线段上界的 <code>~</code> 确定性指示符。更糟的是，如果下界带有 <code>~</code> 而上界没有指示符，上界会完全不被打印，从而错误地将该值转换为开区间。</p>", "text": "修复 contrib/seg，使其正确打印带有 ~ 确定性指示符的线段（Ewan Young）§ 由于拼写错误，seg_out() 不会打印附加在线段上界的 ~ 确定性指示符。更糟的是，如果下界带有 ~ 而上界没有指示符，上界会完全不被打印，从而错误地将该值转换为开区间。", "title": "修复 contrib/seg，使其正确打印带有 ~ 确定性指示符的线段", "commits": ["bcbbd070d"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "4769ddea70960c17bbb3099c9bac5a3b96eb02a3eb2554ef00cdc7bff59059c7", "section_path": ["变更"], "commit_groups": [["0004cab4d", "0e1f1ed15", "504ca0513", "58b91fc73", "b3aa2083a", "bcbbd070d"]], "identity_text": "Fix contrib/seg to print segments with ~ certainty indicators correctly (Ewan Young) Due to a typo, seg_out() did not print a ~ certainty indicator attached to a segment's upper boundary. Worse, if the lower boundary had ~ while the upper boundary had no indicator, the upper boundary was not printed at all, incorrectly converting the value into an open interval.", "commit_aliases": ["0004cab4d", "0e1f1ed15", "504ca0513", "58b91fc73", "b3aa2083a", "bcbbd070d"], "source_commits": ["bcbbd070d"], "source_entry_id": "17.11/changes/106", "db_id": "f63e408806c4f80aa07b2f3f4200fd07", "patch_ids": ["e2313cef86571289890e86a92fd291b0"], "statement_hash": "23b42c58c9ee43c9366b0c8bcd51fa7f6a5f8128a44a1177cc58f3f91513f308", "relations": [{"rule": 2, "type": "equivalent", "target": "0092f0106b4cbebadc3657eda9991c9e", "evidence": {"same_day": true, "patch_ids": ["e2313cef86571289890e86a92fd291b0"], "statement_hash": "23b42c58c9ee43c9366b0c8bcd51fa7f6a5f8128a44a1177cc58f3f91513f308"}}, {"rule": 2, "type": "equivalent", "target": "4479ff440be61a73b062dfc1c959faf7", "evidence": {"same_day": true, "patch_ids": ["e2313cef86571289890e86a92fd291b0"], "statement_hash": "23b42c58c9ee43c9366b0c8bcd51fa7f6a5f8128a44a1177cc58f3f91513f308"}}, {"rule": 2, "type": "equivalent", "target": "de74a54f9ab1b5032316a8f4cb4edf58", "evidence": {"same_day": true, "patch_ids": ["e2313cef86571289890e86a92fd291b0"], "statement_hash": "23b42c58c9ee43c9366b0c8bcd51fa7f6a5f8128a44a1177cc58f3f91513f308"}}, {"rule": 2, "type": "equivalent", "target": "f181fe24877ee46b04e858490e6a289b", "evidence": {"same_day": true, "patch_ids": ["e2313cef86571289890e86a92fd291b0"], "statement_hash": "23b42c58c9ee43c9366b0c8bcd51fa7f6a5f8128a44a1177cc58f3f91513f308"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "de74a54f9ab1b5032316a8f4cb4edf58", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 contrib/seg，使其正确打印带有 ~ 确定性指示符的线段", "evidence": {"same_day": true, "patch_ids": ["e2313cef86571289890e86a92fd291b0"], "statement_hash": "23b42c58c9ee43c9366b0c8bcd51fa7f6a5f8128a44a1177cc58f3f91513f308"}, "url": "/docs/compare/?release=18.6#18.6-387ff665922d6204", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "f181fe24877ee46b04e858490e6a289b", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 contrib/seg，使其正确打印带有 ~ 确定性指示符的线段", "evidence": {"same_day": true, "patch_ids": ["e2313cef86571289890e86a92fd291b0"], "statement_hash": "23b42c58c9ee43c9366b0c8bcd51fa7f6a5f8128a44a1177cc58f3f91513f308"}, "url": "/docs/compare/?release=16.15#16.15-2bba48da7c744466", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "0092f0106b4cbebadc3657eda9991c9e", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 contrib/seg，使其正确打印带有 ~ 确定性指示符的线段", "evidence": {"same_day": true, "patch_ids": ["e2313cef86571289890e86a92fd291b0"], "statement_hash": "23b42c58c9ee43c9366b0c8bcd51fa7f6a5f8128a44a1177cc58f3f91513f308"}, "url": "/docs/compare/?release=15.19#15.19-51153c85eeb90c1b", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "4479ff440be61a73b062dfc1c959faf7", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 contrib/seg，使其正确打印带有 ~ 确定性指示符的线段", "evidence": {"same_day": true, "patch_ids": ["e2313cef86571289890e86a92fd291b0"], "statement_hash": "23b42c58c9ee43c9366b0c8bcd51fa7f6a5f8128a44a1177cc58f3f91513f308"}, "url": "/docs/compare/?release=14.24#14.24-2bb527b600ae3151", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-104bc8853d14d256", "cves": [], "html": "<p>修复 <code>contrib/xml2</code> 的 <code>xpath_nodeset()</code> 函数处理命名空间节点时的崩溃（Andrey Chernyy、Michael Paquier）<a href=\"https://postgr.es/c/4a49ab289\">§</a></p>", "text": "修复 contrib/xml2 的 xpath_nodeset() 函数处理命名空间节点时的崩溃（Andrey Chernyy、Michael Paquier）§", "title": "修复 contrib/xml2 的 xpath_nodeset() 函数处理命名空间节点时的崩溃", "commits": ["4a49ab289"], "section": "变更", "category": "bugfix", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "65bd706434a4841925b2b648e47815de559789256026397d9b5f71b3b7e89e4d", "section_path": ["变更"], "commit_groups": [["18955d412", "4a49ab289", "91b57eade", "9d33a5a80", "bc5775149", "f3f901a53"]], "identity_text": "Fix crash with namespace nodes in contrib/xml2's xpath_nodeset() function (Andrey Chernyy, Michael Paquier)", "commit_aliases": ["18955d412", "4a49ab289", "91b57eade", "9d33a5a80", "bc5775149", "f3f901a53"], "source_commits": ["4a49ab289"], "source_entry_id": "17.11/changes/107", "db_id": "d967526895b7f276004e82823a346cb6", "patch_ids": ["8c64b7d500b48c68b6c001ce703e5a7a"], "statement_hash": "564064da4d754c14b74429277ee8c70cec905cb6c0898171524ca51bb511cd9e", "relations": [{"rule": 2, "type": "equivalent", "target": "2953470186ae43261dceb65dc846a8ae", "evidence": {"same_day": true, "patch_ids": ["8c64b7d500b48c68b6c001ce703e5a7a"], "statement_hash": "564064da4d754c14b74429277ee8c70cec905cb6c0898171524ca51bb511cd9e"}}, {"rule": 2, "type": "equivalent", "target": "32f92901accbc8994883d1e03fd0af26", "evidence": {"same_day": true, "patch_ids": ["8c64b7d500b48c68b6c001ce703e5a7a"], "statement_hash": "564064da4d754c14b74429277ee8c70cec905cb6c0898171524ca51bb511cd9e"}}, {"rule": 2, "type": "equivalent", "target": "edc2de68fd585e179939afe22f49f6bb", "evidence": {"same_day": true, "patch_ids": ["8c64b7d500b48c68b6c001ce703e5a7a"], "statement_hash": "564064da4d754c14b74429277ee8c70cec905cb6c0898171524ca51bb511cd9e"}}, {"rule": 2, "type": "equivalent", "target": "fd09f75c1b17c508bb1667d2e8243417", "evidence": {"same_day": true, "patch_ids": ["8c64b7d500b48c68b6c001ce703e5a7a"], "statement_hash": "564064da4d754c14b74429277ee8c70cec905cb6c0898171524ca51bb511cd9e"}}], "version": "17.11", "category_label": "BUG 修复", "also_in": [], "variants": [], "related_changes": [{"db_id": "fd09f75c1b17c508bb1667d2e8243417", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "修复 contrib/xml2 的 xpath_nodeset() 函数处理命名空间节点时的崩溃", "evidence": {"same_day": true, "patch_ids": ["8c64b7d500b48c68b6c001ce703e5a7a"], "statement_hash": "564064da4d754c14b74429277ee8c70cec905cb6c0898171524ca51bb511cd9e"}, "url": "/docs/compare/?release=18.6#18.6-de0be6584b43dd98", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "edc2de68fd585e179939afe22f49f6bb", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "修复 contrib/xml2 的 xpath_nodeset() 函数处理命名空间节点时的崩溃", "evidence": {"same_day": true, "patch_ids": ["8c64b7d500b48c68b6c001ce703e5a7a"], "statement_hash": "564064da4d754c14b74429277ee8c70cec905cb6c0898171524ca51bb511cd9e"}, "url": "/docs/compare/?release=16.15#16.15-25a6edd728e03146", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "32f92901accbc8994883d1e03fd0af26", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "修复 contrib/xml2 的 xpath_nodeset() 函数处理命名空间节点时的崩溃", "evidence": {"same_day": true, "patch_ids": ["8c64b7d500b48c68b6c001ce703e5a7a"], "statement_hash": "564064da4d754c14b74429277ee8c70cec905cb6c0898171524ca51bb511cd9e"}, "url": "/docs/compare/?release=15.19#15.19-459f9a551ce92569", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "2953470186ae43261dceb65dc846a8ae", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "修复 contrib/xml2 的 xpath_nodeset() 函数处理命名空间节点时的崩溃", "evidence": {"same_day": true, "patch_ids": ["8c64b7d500b48c68b6c001ce703e5a7a"], "statement_hash": "564064da4d754c14b74429277ee8c70cec905cb6c0898171524ca51bb511cd9e"}, "url": "/docs/compare/?release=14.24#14.24-9a9c27171741ded6", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-f6b857a06e35de57", "cves": [], "html": "<p>支持使用 OpenSSL 4 构建 <span>PostgreSQL</span>（Daniel Gustafsson）<a href=\"https://postgr.es/c/8bcabfcce\">§</a></p>", "text": "支持使用 OpenSSL 4 构建 PostgreSQL（Daniel Gustafsson）§", "title": "支持使用 OpenSSL 4 构建 PostgreSQL", "commits": ["8bcabfcce"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "47187bf9a81103a5a79cd9ba5b58aea9047d8f3c3068a1db75a7646c8abb4c25", "section_path": ["变更"], "commit_groups": [["086652c02", "27cf3b5af", "89d243d52", "8bcabfcce", "c7f70fa1b", "fb8befa7b"]], "identity_text": "Support building PostgreSQL with OpenSSL 4 (Daniel Gustafsson)", "commit_aliases": ["086652c02", "27cf3b5af", "89d243d52", "8bcabfcce", "c7f70fa1b", "fb8befa7b"], "source_commits": ["8bcabfcce"], "source_entry_id": "17.11/changes/108", "db_id": "3814ca74f63c29149528542a43ad21c5", "patch_ids": ["17c49f696c0a31900846c5a8c98eebd4"], "statement_hash": "c7b934d532c3b5d79d29d9130c3ab4f97028c3c1aa16422bb9101d84ad828729", "relations": [{"rule": 2, "type": "equivalent", "target": "10ee20e58ffd04daecf6e5f030162c87", "evidence": {"same_day": true, "patch_ids": ["17c49f696c0a31900846c5a8c98eebd4"], "statement_hash": "c7b934d532c3b5d79d29d9130c3ab4f97028c3c1aa16422bb9101d84ad828729"}}, {"rule": 2, "type": "equivalent", "target": "5205dd7058f572a69fe179e448446706", "evidence": {"same_day": true, "patch_ids": ["17c49f696c0a31900846c5a8c98eebd4"], "statement_hash": "c7b934d532c3b5d79d29d9130c3ab4f97028c3c1aa16422bb9101d84ad828729"}}, {"rule": 2, "type": "equivalent", "target": "5a9bafbcf49a80b12f21e542e3bae026", "evidence": {"same_day": true, "patch_ids": ["17c49f696c0a31900846c5a8c98eebd4"], "statement_hash": "c7b934d532c3b5d79d29d9130c3ab4f97028c3c1aa16422bb9101d84ad828729"}}, {"rule": 2, "type": "equivalent", "target": "c3287f3d7329f9fd4fb1dead8c819569", "evidence": {"same_day": true, "patch_ids": ["17c49f696c0a31900846c5a8c98eebd4"], "statement_hash": "c7b934d532c3b5d79d29d9130c3ab4f97028c3c1aa16422bb9101d84ad828729"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "c3287f3d7329f9fd4fb1dead8c819569", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "支持使用 OpenSSL 4 构建 PostgreSQL", "evidence": {"same_day": true, "patch_ids": ["17c49f696c0a31900846c5a8c98eebd4"], "statement_hash": "c7b934d532c3b5d79d29d9130c3ab4f97028c3c1aa16422bb9101d84ad828729"}, "url": "/docs/compare/?release=18.6#18.6-48c6d3c86320b73f", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "5205dd7058f572a69fe179e448446706", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "支持使用 OpenSSL 4 构建 PostgreSQL", "evidence": {"same_day": true, "patch_ids": ["17c49f696c0a31900846c5a8c98eebd4"], "statement_hash": "c7b934d532c3b5d79d29d9130c3ab4f97028c3c1aa16422bb9101d84ad828729"}, "url": "/docs/compare/?release=16.15#16.15-1b5271a8f18e77e3", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "5a9bafbcf49a80b12f21e542e3bae026", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "支持使用 OpenSSL 4 构建 PostgreSQL", "evidence": {"same_day": true, "patch_ids": ["17c49f696c0a31900846c5a8c98eebd4"], "statement_hash": "c7b934d532c3b5d79d29d9130c3ab4f97028c3c1aa16422bb9101d84ad828729"}, "url": "/docs/compare/?release=15.19#15.19-50448fe82729f9d3", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "10ee20e58ffd04daecf6e5f030162c87", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "支持使用 OpenSSL 4 构建 PostgreSQL", "evidence": {"same_day": true, "patch_ids": ["17c49f696c0a31900846c5a8c98eebd4"], "statement_hash": "c7b934d532c3b5d79d29d9130c3ab4f97028c3c1aa16422bb9101d84ad828729"}, "url": "/docs/compare/?release=14.24#14.24-192a685e063a0595", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}, {"id": "17.11-8abc326e9afc0d23", "cves": [], "html": "<p>将时区数据文件更新到 <span>tzdata</span> 2026c 发布版本（Tom Lane）<a href=\"https://postgr.es/c/669438aed\">§</a></p>\n<p>Alberta（America/Edmonton）将从 2026 年 11 月开始全年采用 UTC-06（实际上就是永久 DST）。本次发布假定其 TZ 缩写从那时起为 <code>CST</code>。这看起来可能会改变，但尚不清楚会使用什么新缩写。</p>\n<p>Morocco（Africa/Casablanca）将从 2026-09-20 起改为永久 UTC+00，不再进行夏令时转换。</p>", "text": "将时区数据文件更新到 tzdata 2026c 发布版本（Tom Lane）§ Alberta（America/Edmonton）将从 2026 年 11 月开始全年采用 UTC-06（实际上就是永久 DST）。本次发布假定其 TZ 缩写从那时起为 CST。这看起来可能会改变，但尚不清楚会使用什么新缩写。 Morocco（Africa/Casablanca）将从 2026-09-20 起改为永久 UTC+00，不再进行夏令时转换。", "title": "将时区数据文件更新到 tzdata 2026c 发布版本", "commits": ["669438aed"], "section": "变更", "category": "improvement", "source_url": "/docs/release/17.11/#RELEASE-17-11-CHANGES", "source_hash": "1224d33fa7b58251d960edb8bc65ddd58545e891c837e73fedac63d505161fa1", "section_path": ["变更"], "commit_groups": [["3c16aa293", "5f67124fa", "669438aed", "6ca405938", "796c275a0", "812cc1a73", "af7be5672"]], "identity_text": "Update time zone data files to tzdata release 2026c (Tom Lane) Alberta (America/Edmonton) will be on year-round UTC-06 (effectively, permanent DST) beginning in November 2026. This release assumes that their TZ abbreviation will be CST from that time forward. That seems likely to change, but it's unclear what new abbreviation will be used. Morocco (Africa/Casablanca) will move to permanent UTC+00, without daylight saving time transitions, on 2026-09-20.", "commit_aliases": ["3c16aa293", "5f67124fa", "669438aed", "6ca405938", "796c275a0", "812cc1a73", "af7be5672"], "source_commits": ["669438aed"], "source_entry_id": "17.11/changes/109", "db_id": "6c00ccb389c691ec829366a2dd6d8fd7", "patch_ids": ["b4e9971495e6df3bcbb5661de594cfb5"], "statement_hash": "db30f9e9494e81ad745b38acebea395f96ce2c6e6fd0e722f568326a3b8491a7", "relations": [{"rule": 2, "type": "equivalent", "target": "163da88262eec7e167bed3e56a48dcc3", "evidence": {"same_day": true, "patch_ids": ["b4e9971495e6df3bcbb5661de594cfb5"], "statement_hash": "db30f9e9494e81ad745b38acebea395f96ce2c6e6fd0e722f568326a3b8491a7"}}, {"rule": 2, "type": "equivalent", "target": "5d6e219dd117842cc9b25b660af47952", "evidence": {"same_day": true, "patch_ids": ["b4e9971495e6df3bcbb5661de594cfb5"], "statement_hash": "db30f9e9494e81ad745b38acebea395f96ce2c6e6fd0e722f568326a3b8491a7"}}, {"rule": 2, "type": "equivalent", "target": "ae8d1b295c148a9982765709cf1583a9", "evidence": {"same_day": true, "patch_ids": ["b4e9971495e6df3bcbb5661de594cfb5"], "statement_hash": "db30f9e9494e81ad745b38acebea395f96ce2c6e6fd0e722f568326a3b8491a7"}}, {"rule": 2, "type": "equivalent", "target": "afb53916a223205ed20435542f0bacc1", "evidence": {"same_day": true, "patch_ids": ["b4e9971495e6df3bcbb5661de594cfb5"], "statement_hash": "db30f9e9494e81ad745b38acebea395f96ce2c6e6fd0e722f568326a3b8491a7"}}], "version": "17.11", "category_label": "其他改进", "also_in": [], "variants": [], "related_changes": [{"db_id": "5d6e219dd117842cc9b25b660af47952", "kind": "equivalent", "version": "18.6", "label": "18.6", "title": "将时区数据文件更新到 tzdata 2026c 发布版本", "evidence": {"same_day": true, "patch_ids": ["b4e9971495e6df3bcbb5661de594cfb5"], "statement_hash": "db30f9e9494e81ad745b38acebea395f96ce2c6e6fd0e722f568326a3b8491a7"}, "url": "/docs/compare/?release=18.6#18.6-d9abf44820fbecc5", "source_url": "/docs/release/18.6/#RELEASE-18-6-CHANGES"}, {"db_id": "ae8d1b295c148a9982765709cf1583a9", "kind": "equivalent", "version": "16.15", "label": "16.15", "title": "将时区数据文件更新到 tzdata 2026c 发布版本", "evidence": {"same_day": true, "patch_ids": ["b4e9971495e6df3bcbb5661de594cfb5"], "statement_hash": "db30f9e9494e81ad745b38acebea395f96ce2c6e6fd0e722f568326a3b8491a7"}, "url": "/docs/compare/?release=16.15#16.15-d220a135cd5ed833", "source_url": "/docs/release/16.15/#RELEASE-16-15-CHANGES"}, {"db_id": "163da88262eec7e167bed3e56a48dcc3", "kind": "equivalent", "version": "15.19", "label": "15.19", "title": "将时区数据文件更新到 tzdata 2026c 发布版本", "evidence": {"same_day": true, "patch_ids": ["b4e9971495e6df3bcbb5661de594cfb5"], "statement_hash": "db30f9e9494e81ad745b38acebea395f96ce2c6e6fd0e722f568326a3b8491a7"}, "url": "/docs/compare/?release=15.19#15.19-661a397eafb52141", "source_url": "/docs/release/15.19/#RELEASE-15-19-CHANGES"}, {"db_id": "afb53916a223205ed20435542f0bacc1", "kind": "equivalent", "version": "14.24", "label": "14.24", "title": "将时区数据文件更新到 tzdata 2026c 发布版本", "evidence": {"same_day": true, "patch_ids": ["b4e9971495e6df3bcbb5661de594cfb5"], "statement_hash": "db30f9e9494e81ad745b38acebea395f96ce2c6e6fd0e722f568326a3b8491a7"}, "url": "/docs/compare/?release=14.24#14.24-14e27d4d0379635b", "source_url": "/docs/release/14.24/#RELEASE-14-24-CHANGES"}]}]}], "stats": [{"key": "all", "label": "全部变更", "count": 109}, {"key": "feature", "label": "新功能", "count": 0}, {"key": "bugfix", "label": "BUG 修复", "count": 49}, {"key": "security", "label": "安全相关", "count": 29}, {"key": "performance", "label": "性能改进", "count": 0}, {"key": "compatibility", "label": "兼容性变化", "count": 0}, {"key": "improvement", "label": "其他改进", "count": 31}], "total": 109, "release_count": 1, "cross_major": false, "cve_count": 31, "cves": [{"id": "CVE-2026-6637", "url": "https://www.postgresql.org/support/security/CVE-2026-6637/", "fixed": {"14": "14.23", "15": "15.18", "16": "16.14", "17": "17.10", "18": "18.4"}, "score": 8.8, "title": "避免 contrib/refint 的 check_foreign_key() 中解引用 NULL 指针", "vector": "AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-6637", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "contrib module", "published": {"14": "2026-05-14", "15": "2026-05-14", "16": "2026-05-14", "17": "2026-05-14", "18": "2026-05-14"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Stack buffer overflow in PostgreSQL module \"refint\" allows an unprivileged database user to execute arbitrary code as the operating system user running the database. A distinct attack is possible if the application declares a user-controlled column as a \"refint\" cascade primary key and facilitates user-controlled updates to that column. In that case, a SQL injection allows a primary key update value provider to execute arbitrary SQL as the database user performing the primary key update. Versions before PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 are affected.", "affected_ranges": [{"from": "0", "until": "14.23"}, {"from": "15", "until": "15.18"}, {"from": "16", "until": "16.14"}, {"from": "17", "until": "17.10"}, {"from": "18", "until": "18.4"}], "first_published": "2026-05-14", "fixed_version": "17.10"}, {"id": "CVE-2026-6473", "url": "https://www.postgresql.org/support/security/CVE-2026-6473/", "fixed": {"14": "14.23", "15": "15.18", "16": "16.14", "17": "17.10", "18": "18.4"}, "score": 8.8, "title": "修复 PL/Perl 和 PL/Tcl 内存分配计算中的整数溢出", "vector": "AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-6473", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "core server", "published": {"14": "2026-05-14", "15": "2026-05-14", "16": "2026-05-14", "17": "2026-05-14", "18": "2026-05-14"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Integer wraparound in multiple PostgreSQL server features allows an unprivileged database user to cause the server to undersize an allocation and write out-of-bounds. This may execute arbitrary code as the operating system user running the database. In applications that pass gigabyte-scale user inputs to the relevant database functions, the application input provider may achieve a segmentation fault. Versions before PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 are affected.", "affected_ranges": [{"from": "0", "until": "14.23"}, {"from": "15", "until": "15.18"}, {"from": "16", "until": "16.14"}, {"from": "17", "until": "17.10"}, {"from": "18", "until": "18.4"}], "first_published": "2026-05-14", "fixed_version": "17.10"}, {"id": "CVE-2026-19385", "url": "https://www.postgresql.org/support/security/CVE-2026-19385/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 8.8, "title": "移除 pg_dump 关于 pg_proc.protrftypes 不可能包含超过 FUNC_MAX_ARGS 个条目的假设", "vector": "AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-19385", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "client", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Heap buffer overflow in PostgreSQL pg_dump of long function transform lists allows an object creator to execute arbitrary code as the operating system user running pg_dump, via a crafted transform list. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-18408", "url": "https://www.postgresql.org/support/security/CVE-2026-18408/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 8.8, "title": "不要对 psql 的 \\unrestrict 命令参数执行反引号扩展", "vector": "AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-18408", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "client", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Untrusted data inclusion in pg_dump in PostgreSQL allows a malicious superuser of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql \\restrict meta-command input expansion. The fix for CVE-2025-8714 introduced \\restrict and \\unrestrict to block this attack, but \\unrestrict itself was sufficient for an attack. pg_dumpall is also affected. pg_restore is affected when used to generate a plain-format dump. Non-core use of \\restrict would be affected, but we've not identified non-core use. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-16239", "url": "https://www.postgresql.org/support/security/CVE-2026-16239/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 8.8, "title": "交叉检查运行 EXECUTE 或 FETCH 的 portal 的输出行类型", "vector": "AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-16239", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "core server", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Type confusion in PostgreSQL \"portal\"/cursor lifecycle allows a user to execute arbitrary code as the operating system user running the database, via re-creation of a cursor or other portal with different types. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-16238", "url": "https://www.postgresql.org/support/security/CVE-2026-16238/", "fixed": {"18": "18.6"}, "score": 8.8, "title": "修复 pg_restore_attribute_stats() 对多范围类型的处理", "vector": "AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-16238", "affected": {"18": "18"}, "component": "core server", "published": {"18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Type confusion in PostgreSQL pg_restore_attribute_stats() allows an object creator to execute arbitrary code as the operating system user running the database, via conflation of range and multirange values. Within major version 18, minor versions before PostgreSQL 18.6 are affected. Versions before PostgreSQL 18 are unaffected.", "affected_ranges": [{"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": ""}, {"id": "CVE-2026-15742", "url": "https://www.postgresql.org/support/security/CVE-2026-15742/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 8.8, "title": "修复 contrib/fuzzystrmatch 的 levenshtein() 和 levenshtein_less_equal() 函数中的整数溢出", "vector": "AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-15742", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "contrib module", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Integer wraparound in PostgreSQL fuzzystrmatch allows a user to direct writes to a huge range of addresses, executing arbitrary code as the operating system user running the database, via extreme inputs to SQL function levenshtein() or levenshtein_less_equal(). Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-15741", "url": "https://www.postgresql.org/support/security/CVE-2026-15741/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 8.8, "title": "逆解析 EXTRACT() 函数调用时，按需为字段名加引号", "vector": "AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-15741", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "core server", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "SQL injection in PostgreSQL EXTRACT() deparse allows an object owner to execute arbitrary SQL as a superuser via a hostile object definition. Attacks affect expression deparse consumers broadly, including pg_dump, psql commands like \\sf, and any similar usage in non-core tools. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-14680", "url": "https://www.postgresql.org/support/security/CVE-2026-14680/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 8.8, "title": "拒绝从 SQL 调用接受或返回 internal 类型的函数", "vector": "AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-14680", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "core server", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Type confusion with PostgreSQL \"internal\" data type arguments allows any user to execute arbitrary code as the operating system user running the database, via calls to functions with that argument type. Type \"internal\" represents a class of mutually-incompatible data structures not intended for access from SQL. The system intended to prevent such function calls, but this prevention had gaps. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-14677", "url": "https://www.postgresql.org/support/security/CVE-2026-14677/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 8.8, "title": "修复 PL/Perl 和 PL/Tcl 内存分配计算中的整数溢出", "vector": "AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-14677", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "core server", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Integer wraparound in PostgreSQL 32-bit builds of pltcl and plperl allows an object creator to cause the server to undersize an allocation and write out-of-bounds via crafted function bodies. This may execute arbitrary code as the operating system user running the database. CVE-2026-6473 had fixed similar problems. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-14676", "url": "https://www.postgresql.org/support/security/CVE-2026-14676/", "fixed": {"18": "18.6"}, "score": 8.8, "title": "修复 contrib/pg_stat_statements 中的缓冲区越界写入", "vector": "AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-14676", "affected": {"18": "18"}, "component": "contrib module", "published": {"18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Heap buffer overflow in PostgreSQL pg_stat_statements allows the query author to execute arbitrary code as the operating system user running the database, via crafted queries containing array constants. Within major version 18, minor versions before PostgreSQL 18.6 are affected. Versions before PostgreSQL 18 are unaffected.", "affected_ranges": [{"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": ""}, {"id": "CVE-2026-14671", "url": "https://www.postgresql.org/support/security/CVE-2026-14671/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 8.8, "title": "移除 contrib/refint 中的计划缓存", "vector": "AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-14671", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "contrib module", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Type confusion in PostgreSQL module \"refint\" allows an object creator to execute arbitrary code as the operating system user running the database. The fix for this emerged as a non-security bug report, and the fix appear in the git repository with subject \"refint: Remove plan cache.\", without a CVE number. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-14670", "url": "https://www.postgresql.org/support/security/CVE-2026-14670/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 8.8, "title": "增强 PL/Perl 对 “tied” Perl 数组和 hash 的防护", "vector": "AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-14670", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "core server", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Heap buffer overflow in PostgreSQL plperl return of a tied hash allows the function owner to execute arbitrary code as the operating system user running the database, via a crafted function body. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-14669", "url": "https://www.postgresql.org/support/security/CVE-2026-14669/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 8.8, "title": "修复 to_char() 处理过长时区缩写时发生的缓冲区越界写入", "vector": "AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-14669", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "core server", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Heap buffer overflow in PostgreSQL to_char(timestamptz) allows the party choosing the timezone to execute arbitrary code as the operating system user running the database, via a long POSIX timezone abbreviation. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-14664", "url": "https://www.postgresql.org/support/security/CVE-2026-14664/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 8.8, "title": "修复正则表达式匹配/拆分函数中的缓冲区越界写入", "vector": "AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-14664", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "core server", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Heap buffer overflow in PostgreSQL regexp allows the query author to execute arbitrary code as the operating system user running the database, via text that would not pass encoding validation. This shares heritage with CVE-2026-2006, but this case involved unanticipated data growth when round-tripped through pg_wchar. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-14662", "url": "https://www.postgresql.org/support/security/CVE-2026-14662/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 8.8, "title": "增强 tsvector 和 tsquery 代码对超长值的防护（包括单个词位以及向量/查询的总长度）", "vector": "AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-14662", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "core server", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Integer wraparound in PostgreSQL tsvector and tsquery data type functions allows an unprivileged database user to cause the server to undersize an allocation and write out-of-bounds, via crafted large inputs. This may execute arbitrary code as the operating system user running the database. These types are typically sourced from application logic, not taken from the application's user. Hence, application users attacking the database, through the application as a conduit, are unlikely. CVE-2026-6473 had fixed similar problems. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2025-8714", "url": "https://www.postgresql.org/support/security/CVE-2025-8714/", "fixed": {"13": "13.22", "14": "14.19", "15": "15.14", "16": "16.10", "17": "17.6"}, "score": 8.8, "title": "不要对 psql 的 \\unrestrict 命令参数执行反引号扩展", "vector": "AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2025-8714", "affected": {"13": "13", "14": "14", "15": "15", "16": "16", "17": "17"}, "component": "core server", "published": {"13": "2025-08-14", "14": "2025-08-14", "15": "2025-08-14", "16": "2025-08-14", "17": "2025-08-14"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Untrusted data inclusion in pg_dump in PostgreSQL allows a malicious superuser of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql meta-commands. pg_dumpall is also affected. pg_restore is affected when used to generate a plain-format dump. This is similar to MySQL CVE-2024-21096. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected.", "affected_ranges": [{"from": "0", "until": "13.22"}, {"from": "14", "until": "14.19"}, {"from": "15", "until": "15.14"}, {"from": "16", "until": "16.10"}, {"from": "17", "until": "17.6"}], "first_published": "2025-08-14", "fixed_version": "17.6"}, {"id": "CVE-2026-14679", "url": "https://www.postgresql.org/support/security/CVE-2026-14679/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 8.2, "title": "修复多处错误地假定无需处理超过 FUNC_MAX_ARGS 个函数参数的问题", "vector": "AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-14679", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "core server", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Stack buffer overflow in PostgreSQL argument name matching allows an object creator to achieve unknown impacts via OUT parameter count. The attack can write only 0x0 and 0x1 bytes. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-6464", "url": "https://www.postgresql.org/support/security/CVE-2026-6464/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 8.1, "title": "修复 psql：跳过脚本中的 COPY ... FROM STDIN 命令后面的内联数据，即使 COPY 在发送 PGRES_COPY_IN 前失败", "vector": "AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-6464", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "client", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Untrusted data inclusion in PostgreSQL psql COPY may allow a server administrator to elicit execution of data lines as psql commands, via error injection. If the \"COPY FROM STDIN\" or \"\\copy FROM STDIN\" command fails before the server indicates that it awaits input rows, psql processes the in-line data rows as psql commands. \"COPY FROM\" with a filename is unaffected. The server administrator has no inherent control over the data rows, so a complete attack requires the attacker to separately acquire control of both the server and the data rows. Alternatively, an attacker controlling data rows alone might complete an attack through a coincidental error that they don't control. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-14668", "url": "https://www.postgresql.org/support/security/CVE-2026-14668/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 8.1, "title": "让 scalarineqsel() 检查预期为 tid 类型的常量是否确实属于该类型", "vector": "AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-14668", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "core server", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Type confusion regarding input of PostgreSQL ctid data type selectivity estimator allows an object creator to view a calculation derived from the value of an arbitrary 4-byte span of memory, via a chosen non-ctid input. While the calculation loses precision, substantial memory value recovery appears possible. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-6471", "url": "https://www.postgresql.org/support/security/CVE-2026-6471/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 7.2, "title": "将逻辑解码输出插件限制为新服务器参数 output_plugin_libraries 指定的集合", "vector": "AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-6471", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "core server", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Missing authorization in PostgreSQL logical decoding allows a non-superuser holding REPLICATION privilege to dlopen any file visible to the operating system account running the server, via the choice of logical decoding plugin. This in turn runs arbitrary code as that account. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-14663", "url": "https://www.postgresql.org/support/security/CVE-2026-14663/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 6.5, "title": "修复 contrib/pgcrypto 的 PGP 加密，使其能够检测不受支持的密码算法", "vector": "AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-14663", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "contrib module", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Cleartext storage in PostgreSQL pgcrypto disabled ciphers allows a user to recover cleartext, via direct observation of the faulty ciphertext. The OpenSSL version and OpenSSL configuration determine the disabled ciphers. If the application accepts encrypted data as input, decryption will succeed even with the wrong key. This in turn loses the modest protection from the Modification Detection Code (MDC). Affected functions are pgp_sym_encrypt, pgp_sym_decrypt, pgp_pub_encrypt, pgp_pub_decrypt, pgp_sym_encrypt_bytea, pgp_sym_decrypt_bytea, pgp_pub_encrypt_bytea, and pgp_pub_decrypt_bytea. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-14672", "url": "https://www.postgresql.org/support/security/CVE-2026-14672/", "fixed": {"16": "16.15", "17": "17.11", "18": "18.6"}, "score": 5.3, "title": "让模拟的 SCRAM secret 更可信", "vector": "AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-14672", "affected": {"16": "16", "17": "17", "18": "18"}, "component": "core server", "published": {"16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Observable response discrepancy in PostgreSQL SCRAM authentication allows an unauthenticated user to test the existence of a user via observing the SCRAM iteration count. This requires the probed user to have a non-default scram_iterations count, because the authentication challenge for a nonexistent user reports the default scram_iterations. Within major versions 16-18, minor versions before PostgreSQL 18.6, 17.11, and 16.15 are affected. Versions before PostgreSQL 16 are unaffected.", "affected_ranges": [{"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-6470", "url": "https://www.postgresql.org/support/security/CVE-2026-6470/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 4.3, "title": "在此前漏检的场景中检查数据类型的 USAGE 权限", "vector": "AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-6470", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "core server", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Missing authorization in PostgreSQL DDL commands allows an object creator to achieve denial of service against ALTER and DROP of the type, via creating a dependency on the type. Many DDL operations did check the privilege, but assigning a range subtype and referencing the type from an SQL expression did not. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-18024", "url": "https://www.postgresql.org/support/security/CVE-2026-18024/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 4.3, "title": "增强 ascii() 函数对无效输入的防护", "vector": "AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-18024", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "core server", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Buffer over-read in PostgreSQL ascii() SQL function allows a user to disclose up to 3 bytes after the end of a specific allocation, via a crafted text value. This is the same class of defect that CVE-2026-2006 fixed, though this instance has less impact. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-14678", "url": "https://www.postgresql.org/support/security/CVE-2026-14678/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 4.3, "title": "修复 contrib/pg_trgm 的 GiST picksplit 函数中的数据类型错误", "vector": "AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-14678", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "contrib module", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Buffer over-read in PostgreSQL pg_trgm index picksplit function reads past end of a heap buffer. This might allow a table maintainer to infer limited memory values, via the lossy signal of index split choices. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-14681", "url": "https://www.postgresql.org/support/security/CVE-2026-14681/", "fixed": {"17": "17.11", "18": "18.6"}, "score": 4.2, "title": "在直接 SSL 连接之后拒绝 GSSEncRequest", "vector": "AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-14681", "affected": {"17": "17", "18": "18"}, "component": "core server", "published": {"17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Improper enforcement of message integrity in PostgreSQL GSSAPI support allows a user to negotiate GSSAPI contrary to pg_hba.conf rules, via initial direct TLS connection. Despite a pg_hba.conf that appears to require GSSAPI, the connection may exchange data over TLS encryption alone. If the TLS settings are more permissive than the GSS settings, the connection may continue with lesser protection. Within major versions 17-18, minor versions before PostgreSQL 18.6 and 17.11 are affected. Versions before PostgreSQL 17 are unaffected.", "affected_ranges": [{"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-14666", "url": "https://www.postgresql.org/support/security/CVE-2026-14666/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 4.2, "title": "角色发生变更后使依赖角色的缓存计划失效", "vector": "AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-14666", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "core server", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Incomplete tracking in PostgreSQL of changes to role membership, role attributes, and database ownership allows a query to continue using cached row-level security policies after those changes require a different policy, via plan reuse. Stale policies continue until some other event invalidates the cache or connection termination ends the session. This permits a user to complete reads and modifications that were recently permitted but now forbidden. An attacker must tailor an attack to a particular application's pattern of privilege removal and role-specific row security policies. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-6469", "url": "https://www.postgresql.org/support/security/CVE-2026-6469/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 3.8, "title": "在 ALTER TABLE 重建扩展统计信息对象时保留其所有权", "vector": "AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:L", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-6469", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "core server", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Incorrect ownership assignment in PostgreSQL ALTER TABLE ALTER TYPE command reassigns ownership of dependent statistics objects to the current user. This wrongly allows the table owner to run DROP STATISTICS and ALTER STATISTICS via this improper ownership. It wrongly denies those commands to the prior statistics object owner. DROP TABLE remains able to remove statistics objects, so this exploit achieves nothing in many ownership arrangements. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-16241", "url": "https://www.postgresql.org/support/security/CVE-2026-16241/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "17": "17.11", "18": "18.6"}, "score": 3.8, "title": "修复 ecpg 应用程序因接收服务器返回的无效 bytea 数据而发生的越界写入", "vector": "AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:L", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-16241", "affected": {"14": "14", "15": "15", "16": "16", "17": "17", "18": "18"}, "component": "client", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "17": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Integer underflow in PostgreSQL ECPG allows a database server administrator to achieve temporary denial of service against the ECPG client via sending a bytea value lacking the mandatory prefix. The client overwrites a huge memory region with bytes outside attacker knowledge or control. This typically yields a simple SIGSEGV, but rare cases might achieve client-specific integrity impact via the write. Versions before PostgreSQL 18.6, 17.11, 16.15, 15.19, and 14.24 are affected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "17", "until": "17.11"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": "17.11"}, {"id": "CVE-2026-14673", "url": "https://www.postgresql.org/support/security/CVE-2026-14673/", "fixed": {"14": "14.24", "15": "15.19", "16": "16.15", "18": "18.6"}, "score": 3.8, "title": "确保 contrib/amcheck 函数在执行索引表达式前限制 search_path", "vector": "AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N", "cna_url": "https://cveawg.mitre.org/api/cve/CVE-2026-14673", "affected": {"14": "14", "15": "15", "16": "16", "18": "18"}, "component": "contrib module", "published": {"14": "2026-08-13", "15": "2026-08-13", "16": "2026-08-13", "18": "2026-08-13"}, "introduced": {}, "cvss_version": "3.0", "description_en": "Untrusted search path in PostgreSQL amcheck allows a grantee of amcheck function EXECUTE privilege to execute arbitrary functions as the owners of expression indexes that depend on the search path, via setting a hostile search path before calling the amcheck function. Within major versions 18, 16, 15, and 14, minor versions before PostgreSQL 18.6, 16.15, 15.19, and 14.24 are affected. PostgreSQL 17 is unaffected.", "affected_ranges": [{"from": "0", "until": "14.24"}, {"from": "15", "until": "15.19"}, {"from": "16", "until": "16.15"}, {"from": "18", "until": "18.6"}], "first_published": "2026-08-13", "fixed_version": ""}], "cve_available": true, "remaining_cves": [], "security_regressions": [], "warnings": [], "candidate_count": 109, "already_in_source_count": 0, "duplicate_count": 0, "excluded_count": 0, "exclusions": [], "source_as_of": "2026-09-26", "security_as_of": "2026-09-26"}