pgsql: Improve user-facing documentation for partial/parallel aggregati

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve user-facing documentation for partial/parallel aggregati
Date: 2016-06-22 23:14:25
Message-ID: E1bFrLl-0002mJ-6k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve user-facing documentation for partial/parallel aggregation.

Add a section to xaggr.sgml, as we have done in the past for other
extensions to the aggregation functionality. Assorted wordsmithing
and other minor improvements.

David Rowley and Tom Lane

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2d673424faf3e33c5fcca926fbe3f21e16dd0fef

Modified Files
--------------
doc/src/sgml/ref/create_aggregate.sgml | 71 ++++++++++++++---------
doc/src/sgml/xaggr.sgml | 100 ++++++++++++++++++++++++++++++++-
2 files changed, 142 insertions(+), 29 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-06-23 14:56:17 pgsql: Fix small memory leak in partial-aggregate deserialization funct
Previous Message Tom Lane 2016-06-22 21:13:01 pgsql: Update oidjoins regression test for 9.6.