*** a/doc/src/sgml/release-9.2.sgml
--- b/doc/src/sgml/release-9.2.sgml
***************
*** 109,114 ****
--- 109,129 ----
+
+
+ Move tsvector> most-common-element statistics to new
+ pg_stats>> columns
+ (Alexander Korotkov)
+
+
+
+ Consult most_common_elems>
+ and most_common_elem_freqs> for the data formerly
+ available in most_common_vals>
+ and most_common_freqs>.
+
+
+
***************
*** 2125,2137 ****
! Have psql> \copy> use libpq's
! SendQuery()> (Noah Misch)
! This makes \copy> failure behavior more predictable,
! and honors ON_ERROR_ROLLBACK>.
--- 2140,2152 ----
! Unify and tighten psql> treatment of \copy>
! and plain COPY> (Noah Misch)
! This makes failure behavior more predictable and honors \set
! ON_ERROR_ROLLBACK>.