|
750 | 750 |
|
751 | 751 | <para> |
752 | 752 | The new <quote>parameterized path</> mechanism allows inner |
753 | | - indexscans to use values from relations that are more than one join |
| 753 | + index scans to use values from relations that are more than one join |
754 | 754 | level up from the scan. This can greatly improve performance in |
755 | 755 | situations where semantic restrictions (such as outer joins) limit |
756 | 756 | the allowed join orderings. |
|
785 | 785 | <listitem> |
786 | 786 | <para> |
787 | 787 | Allow <literal>indexed_col op ANY(ARRAY[...])</> conditions to be |
788 | | - used in plain indexscans and index-only scans (Tom Lane) |
| 788 | + used in plain index scans and index-only scans (Tom Lane) |
789 | 789 | </para> |
790 | 790 |
|
791 | 791 | <para> |
|
796 | 796 | <listitem> |
797 | 797 | <para> |
798 | 798 | Support <function>MIN</>/<function>MAX</> index optimizations on |
799 | | - boolean columns (Marti Raudsepp) |
| 799 | + <type>boolean</type> columns (Marti Raudsepp) |
800 | 800 | </para> |
801 | 801 | </listitem> |
802 | 802 |
|
803 | 803 | <listitem> |
804 | 804 | <para> |
805 | 805 | Account for set-returning functions in <command>SELECT</> target |
806 | | - lists when setting rowcount estimates (Tom Lane) |
| 806 | + lists when setting row count estimates (Tom Lane) |
807 | 807 | </para> |
808 | 808 | </listitem> |
809 | 809 |
|
|
956 | 956 |
|
957 | 957 | <listitem> |
958 | 958 | <para> |
959 | | - Support configurable eventlog application names on Windows |
| 959 | + Support configurable event log application names on Windows |
960 | 960 | (MauMau, Magnus Hagander) |
961 | 961 | </para> |
962 | 962 |
|
963 | 963 | <para> |
964 | | - This allows different instances to use the eventlog |
| 964 | + This allows different instances to use the event log |
965 | 965 | with different identifiers, by setting the <link |
966 | 966 | linkend="guc-event-source"><varname>event_source</></link> |
967 | 967 | server parameter, which is similar to how <link |
|
1245 | 1245 |
|
1246 | 1246 | <listitem> |
1247 | 1247 | <para> |
1248 | | - Retain column names at runtime for row expressions |
| 1248 | + Retain column names at run time for row expressions |
1249 | 1249 | (Andrew Dunstan, Tom Lane) |
1250 | 1250 | </para> |
1251 | 1251 |
|
|
2876 | 2876 |
|
2877 | 2877 | <listitem> |
2878 | 2878 | <para> |
2879 | | - Add a userspace access cache to sepgsql to improve performance |
| 2879 | + Add a user space access cache to sepgsql to improve performance |
2880 | 2880 | (KaiGai Kohei) |
2881 | 2881 | </para> |
2882 | 2882 | </listitem> |
|
0 commit comments