pgsql: Fix typo in person's name.

2023-11-18 Thread Noah Misch
Fix typo in person's name. Back-patch v16..v12 (all supported versions); master is unaffected. Branch -- REL_16_STABLE Details --- https://git.postgresql.org/pg/commitdiff/f47482609f26c1ea28a9a7f599f53c6dac427de0 Modified Files -- doc/src/sgml/release-16.sgml | 2 +- 1 file

pgsql: Fix typo in person's name.

2023-11-18 Thread Noah Misch
Fix typo in person's name. Back-patch v16..v12 (all supported versions); master is unaffected. Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/0ef893bbad9563695d49f1c6a1ec9b6634eb9409 Modified Files -- doc/src/sgml/release-12.sgml | 2 +- 1 file

pgsql: Fix typo in person's name.

2023-11-18 Thread Noah Misch
Fix typo in person's name. Back-patch v16..v12 (all supported versions); master is unaffected. Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/fc3f862babd76f0ac4f372f9409f5129ccb2ee7e Modified Files -- doc/src/sgml/release-14.sgml | 2 +- 1 file

pgsql: Fix typo in person's name.

2023-11-18 Thread Noah Misch
Fix typo in person's name. Back-patch v16..v12 (all supported versions); master is unaffected. Branch -- REL_15_STABLE Details --- https://git.postgresql.org/pg/commitdiff/1816ecd3858999cc18f3994d29942bfeb0a60944 Modified Files -- doc/src/sgml/release-15.sgml | 2 +- 1 file

pgsql: Fix typo in person's name.

2023-11-18 Thread Noah Misch
Fix typo in person's name. Back-patch v16..v12 (all supported versions); master is unaffected. Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/b736f06ccfa66b3f920d312799df68d92b0ad35a Modified Files -- doc/src/sgml/release-13.sgml | 2 +- 1 file

pgsql: Guard against overflow in interval_mul() and interval_div().

2023-11-18 Thread Dean Rasheed
Guard against overflow in interval_mul() and interval_div(). Commits 146604ec43 and a898b409f6 added overflow checks to interval_mul(), but not to interval_div(), which contains almost identical code, and so is susceptible to the same kinds of overflows. In addition, those checks did not catch

pgsql: Guard against overflow in interval_mul() and interval_div().

2023-11-18 Thread Dean Rasheed
Guard against overflow in interval_mul() and interval_div(). Commits 146604ec43 and a898b409f6 added overflow checks to interval_mul(), but not to interval_div(), which contains almost identical code, and so is susceptible to the same kinds of overflows. In addition, those checks did not catch

pgsql: Guard against overflow in interval_mul() and interval_div().

2023-11-18 Thread Dean Rasheed
Guard against overflow in interval_mul() and interval_div(). Commits 146604ec43 and a898b409f6 added overflow checks to interval_mul(), but not to interval_div(), which contains almost identical code, and so is susceptible to the same kinds of overflows. In addition, those checks did not catch

pgsql: Guard against overflow in interval_mul() and interval_div().

2023-11-18 Thread Dean Rasheed
Guard against overflow in interval_mul() and interval_div(). Commits 146604ec43 and a898b409f6 added overflow checks to interval_mul(), but not to interval_div(), which contains almost identical code, and so is susceptible to the same kinds of overflows. In addition, those checks did not catch

pgsql: Guard against overflow in interval_mul() and interval_div().

2023-11-18 Thread Dean Rasheed
Guard against overflow in interval_mul() and interval_div(). Commits 146604ec43 and a898b409f6 added overflow checks to interval_mul(), but not to interval_div(), which contains almost identical code, and so is susceptible to the same kinds of overflows. In addition, those checks did not catch

pgsql: Guard against overflow in interval_mul() and interval_div().

2023-11-18 Thread Dean Rasheed
Guard against overflow in interval_mul() and interval_div(). Commits 146604ec43 and a898b409f6 added overflow checks to interval_mul(), but not to interval_div(), which contains almost identical code, and so is susceptible to the same kinds of overflows. In addition, those checks did not catch

pgsql: doc: improve description of privileges for MERGE and update glos

2023-11-18 Thread Dean Rasheed
doc: improve description of privileges for MERGE and update glossary. On the MERGE page, the description of the privileges required could be taken to imply that the SELECT privilege is required on all columns of the data source, whereas actually it is only required on the columns referred to by

pgsql: doc: improve description of privileges for MERGE and update glos

2023-11-18 Thread Dean Rasheed
doc: improve description of privileges for MERGE and update glossary. On the MERGE page, the description of the privileges required could be taken to imply that the SELECT privilege is required on all columns of the data source, whereas actually it is only required on the columns referred to by

pgsql: doc: improve description of privileges for MERGE and update glos

2023-11-18 Thread Dean Rasheed
doc: improve description of privileges for MERGE and update glossary. On the MERGE page, the description of the privileges required could be taken to imply that the SELECT privilege is required on all columns of the data source, whereas actually it is only required on the columns referred to by