@@ -597,12 +597,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
597597-->
598598
599599 <para>
600- Improve handling of partition dependency (Tom Lane)
601- </para>
602-
603- <para>
604- This prevents the creation of inconsistent partition hierarchies
605- in rare cases.
600+ Fix bugs that could cause <command>ALTER TABLE DETACH
601+ PARTITION</command> to not drop objects that should be dropped,
602+ such as automatically-created child indexes (Tom Lane)
606603 </para>
607604 </listitem>
608605
@@ -831,28 +828,20 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
831828<!--
832829Author: Tom Lane <tgl@sss.pgh.pa.us>
8338302019-02-09 [1fb57af92] Create the infrastructure for planner support functions.
834- -->
835-
836- <para>
837- Add support for <link linkend="sql-createfunction">function
838- selectivity</link> (Tom Lane)
839- </para>
840- </listitem>
841-
842- <listitem>
843- <!--
844831Author: Tom Lane <tgl@sss.pgh.pa.us>
8458322019-02-09 [a391ff3c3] Build out the planner support function infrastructure.
846833-->
847834
848835 <para>
849- Use the new support function capability to improve optimizer
850- estimates for some functions (Tom Lane)
836+ Add support function capability to improve optimizer estimates
837+ for functions (Tom Lane)
851838 </para>
852839
853840 <para>
854- Specifically, improve them for
855- <function>generate_series()</function>,
841+ This allows extensions to create planner support functions that
842+ can provide function-specific selectivity, cost, and row-count
843+ estimates that can depend on the function arguments. Also, improve
844+ in-core estimates for <function>generate_series()</function>,
856845 <function>unnest()</function>, and functions that return boolean
857846 values.
858847 </para>
0 commit comments