Thread

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. First-draft release notes for 9.6.2.

  1. Draft release notes for next week's releases are up for review

    Tom Lane <tgl@sss.pgh.pa.us> — 2017-02-04T17:57:27Z

    First-draft release notes are available at
    https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=9863017b87f3592ff663d03fc663a4f1f8fdb8b2
    They should appear in a more readable form at
    https://www.postgresql.org/docs/devel/static/release-9-6-2.html
    after guaibasaurus' next buildfarm run, due a couple hours from now.
    
    As usual, I've filled in the frontmost branch's section with all the
    material, even though a couple of items don't apply because they only
    went into further-back branches.  I'll sort that out when I split
    things up.  Right now the question is whether individual items are
    correctly/adequately documented.
    
    			regards, tom lane
    
    
    
  2. Re: Draft release notes for next week's releases are up for review

    Amit Kapila <amit.kapila16@gmail.com> — 2017-02-05T10:35:17Z

    On Sat, Feb 4, 2017 at 11:27 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
    > First-draft release notes are available at
    > https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=9863017b87f3592ff663d03fc663a4f1f8fdb8b2
    > They should appear in a more readable form at
    > https://www.postgresql.org/docs/devel/static/release-9-6-2.html
    > after guaibasaurus' next buildfarm run, due a couple hours from now.
    >
    > As usual, I've filled in the frontmost branch's section with all the
    > material, even though a couple of items don't apply because they only
    > went into further-back branches.  I'll sort that out when I split
    > things up.  Right now the question is whether individual items are
    > correctly/adequately documented.
    >
    
    
    > Fix possible miss of socket read events while waiting on Windows (Amit Kapial)
    
    Typo
    Amit Kapial/Amit Kapila
    
    
    
    -- 
    With Regards,
    Amit Kapila.
    EnterpriseDB: http://www.enterprisedb.com
    
    
    
  3. Re: Draft release notes for next week's releases are up for review

    Tom Lane <tgl@sss.pgh.pa.us> — 2017-02-05T18:04:20Z

    Amit Kapila <amit.kapila16@gmail.com> writes:
    > On Sat, Feb 4, 2017 at 11:27 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
    >> Fix possible miss of socket read events while waiting on Windows (Amit Kapial)
    
    > Typo
    > Amit Kapial/Amit Kapila
    
    Wups.  Copied-and-pasted that from the commit log without stopping to
    question it.  Will fix, thanks for noticing.
    
    			regards, tom lane
    
    
    
  4. Re: Draft release notes for next week's releases are up for review

    Tobias Bussmann <t.bussmann@gmx.net> — 2017-02-06T11:20:03Z

    Am 04.02.2017 um 18:57 schrieb Tom Lane <tgl@sss.pgh.pa.us>:
    > Right now the question is whether individual items are
    > correctly/adequately documented.
    
    > Allow statements prepared with PREPARE to be given parallel plans (Amit Kapila, Tobias Bussman)
    
    another typo taken over from commit log:
    
    s/Tobias Bussman/Tobias Bussmann/
    
    thanks
    Tobias 
    
    
    
    
  5. Re: Draft release notes for next week's releases are up for review

    Tom Lane <tgl@sss.pgh.pa.us> — 2017-02-06T16:17:44Z

    Tobias Bussmann <t.bussmann@gmx.net> writes:
    > another typo taken over from commit log:
    > s/Tobias Bussman/Tobias Bussmann/
    
    Will fix, thanks!
    
    			regards, tom lane