|
268 | 268 | </para>
|
269 | 269 |
|
270 | 270 | <para>
|
271 |
| - This behavior has been observed on BSD-derived kernels including OS X. |
| 271 | + This behavior has been observed on BSD-derived kernels including macOS. |
272 | 272 | It resulted in an entirely-misleading startup failure complaining that
|
273 | 273 | the shared memory request size was too large.
|
274 | 274 | </para>
|
@@ -2437,7 +2437,7 @@ aggregate plan</para></listitem>
|
2437 | 2437 | <listitem><para>Pretty-print UNION queries correctly</para></listitem>
|
2438 | 2438 | <listitem><para>Make psql handle <literal>\r\n</> newlines properly in COPY IN</para></listitem>
|
2439 | 2439 | <listitem><para><application>pg_dump</> handled ACLs with grant options incorrectly</para></listitem>
|
2440 |
| -<listitem><para>Fix thread support for OS X and Solaris</para></listitem> |
| 2440 | +<listitem><para>Fix thread support for macOS and Solaris</para></listitem> |
2441 | 2441 | <listitem><para>Updated JDBC driver (build 215) with various fixes</para></listitem>
|
2442 | 2442 | <listitem><para>ECPG fixes</para></listitem>
|
2443 | 2443 | <listitem><para>Translation updates (various contributors)</para></listitem>
|
@@ -2627,7 +2627,7 @@ memory</> error during <command>COPY IN</></para></listitem>
|
2627 | 2627 | TABLE AS</> from tables without OIDs</para></listitem>
|
2628 | 2628 | <listitem><para>Fix problems with <filename>alter_table</> regression test
|
2629 | 2629 | during parallel testing</para></listitem>
|
2630 |
| -<listitem><para>Fix problems with hitting open file limit, especially on OS X (Tom)</para></listitem> |
| 2630 | +<listitem><para>Fix problems with hitting open file limit, especially on macOS (Tom)</para></listitem> |
2631 | 2631 | <listitem><para>Partial fix for Turkish-locale issues</para>
|
2632 | 2632 | <para>initdb will succeed now in Turkish locale, but there are still some
|
2633 | 2633 | inconveniences associated with the <literal>i/I</> problem.</para></listitem>
|
@@ -3256,7 +3256,7 @@ DROP SCHEMA information_schema CASCADE;
|
3256 | 3256 | </para>
|
3257 | 3257 | </listitem>
|
3258 | 3258 |
|
3259 |
| - <listitem><para>Enable PAM for Mac OS X (Aaron Hillegass)</para></listitem> |
| 3259 | + <listitem><para>Enable PAM for macOS (Aaron Hillegass)</para></listitem> |
3260 | 3260 |
|
3261 | 3261 | <listitem>
|
3262 | 3262 | <para>Make B-tree indexes fully WAL-safe (Tom)</para>
|
@@ -3539,9 +3539,9 @@ DROP SCHEMA information_schema CASCADE;
|
3539 | 3539 | </listitem>
|
3540 | 3540 |
|
3541 | 3541 | <listitem>
|
3542 |
| - <para>Add Mac OS X Rendezvous server support (Chris Campbell)</para> |
| 3542 | + <para>Add macOS Rendezvous server support (Chris Campbell)</para> |
3543 | 3543 | <para>
|
3544 |
| - This allows Mac OS X hosts to query the network for available |
| 3544 | + This allows macOS hosts to query the network for available |
3545 | 3545 | <productname>PostgreSQL</productname> servers.
|
3546 | 3546 | </para>
|
3547 | 3547 | </listitem>
|
@@ -4561,7 +4561,7 @@ DROP SCHEMA information_schema CASCADE;
|
4561 | 4561 | <listitem><para>Fix locking code for s390x CPU (64-bit) (Tom)</para></listitem>
|
4562 | 4562 | <listitem><para>Allow OpenBSD to use local ident credentials (William Ahern)</para></listitem>
|
4563 | 4563 | <listitem><para>Make query plan trees read-only to executor (Tom)</para></listitem>
|
4564 |
| - <listitem><para>Add Darwin startup scripts (David Wheeler)</para></listitem> |
| 4564 | + <listitem><para>Add macOS startup scripts (David Wheeler)</para></listitem> |
4565 | 4565 | <listitem><para>Allow libpq to compile with Borland C++ compiler (Lester Godwin, Karl Waclawek)</para></listitem>
|
4566 | 4566 | <listitem><para>Use our own version of <function>getopt_long()</function> if needed (Peter)</para></listitem>
|
4567 | 4567 | <listitem><para>Convert administration scripts to C (Peter)</para></listitem>
|
|
0 commit comments