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. Add a hook for modifying the ldapbind password

  1. PostgreSQL 16 Beta 2 release announcement draft

    Jonathan S. Katz <jkatz@postgresql.org> — 2023-06-27T14:32:27Z

    Hi,
    
    Please see the attached draft of the PostgreSQL 16 Beta 2 release 
    announcement.
    
    I used the open items list[1] to build the draft. If there are any 
    notable please omissions, please let me know.
    
    Please leave all feedback by June 29, 0:00 AoE.
    
    Thanks,
    
    Jonathan
    
    [1] https://wiki.postgresql.org/wiki/PostgreSQL_16_Open_Items
    
  2. Re: PostgreSQL 16 Beta 2 release announcement draft

    Roberto Mello <roberto.mello@gmail.com> — 2023-06-27T16:54:28Z

    On Tue, Jun 27, 2023 at 8:32 AM Jonathan S. Katz <jkatz@postgresql.org> wrote:
    >
    > I used the open items list[1] to build the draft. If there are any
    > notable please omissions, please let me know.
    
    I noticed that ldap_password_hook [1] was omitted from the release
    notes. I believe it should be included if nothing else so that it's
    written somewhere that it's there. AFAIK there's no other
    documentation about it.
    
    Andrew Dunstan and John Naylor can add comments here, but a paragraph
    like this could be added:
    
    "A hook for modifying the ldapbind password was added to libpq. The
    hook can be installed by a shared_preload library. This will allow
    users who have to work with LDAP authentication to create their own
    methods of dealing with ldap bind passwords. An example is provided at
    test/modules/ldap_password_func/ldap_password_func.c"
    
    Thanks,
    
    Roberto
    
    [1] https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=419a8dd8142afef790dafd91ba39afac2ca48aaf
    
    https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/test/modules/ldap_password_func/ldap_password_func.c;h=4d980d28b1ef3e37da365ebbd4ca998f4786b827;hb=419a8dd8142afef790dafd91ba39afac2ca48aaf
    
    
    
    
  3. Re: PostgreSQL 16 Beta 2 release announcement draft

    Jonathan S. Katz <jkatz@postgresql.org> — 2023-06-27T17:40:35Z

    On 6/27/23 12:54 PM, Roberto Mello wrote:
    > On Tue, Jun 27, 2023 at 8:32 AM Jonathan S. Katz <jkatz@postgresql.org> wrote:
    >>
    >> I used the open items list[1] to build the draft. If there are any
    >> notable please omissions, please let me know.
    > 
    > I noticed that ldap_password_hook [1] was omitted from the release
    > notes. I believe it should be included if nothing else so that it's
    > written somewhere that it's there. AFAIK there's no other
    > documentation about it.
    
    Was this discussed on the release notes thread?[1]. It can always be 
    added to the release notes -- those aren't finalized until GA.
    
    After Beta 1, the announcements are either about new feature 
    additions/removals since the last beta release, or bug fixes. I don't 
    think it makes sense to include this here.
    
    Thanks,
    
    Jonathan
    
    [1] https://www.postgresql.org/message-id/ZGaPa7M3gc2THeDJ%40momjian.us
    
  4. Re: PostgreSQL 16 Beta 2 release announcement draft

    Roberto Mello <roberto.mello@gmail.com> — 2023-06-27T21:44:28Z

    On Tue, Jun 27, 2023 at 11:40 AM Jonathan S. Katz <jkatz@postgresql.org> wrote:
    >
    > Was this discussed on the release notes thread?[1]. It can always be
    > added to the release notes -- those aren't finalized until GA.
    >
    > After Beta 1, the announcements are either about new feature
    > additions/removals since the last beta release, or bug fixes. I don't
    > think it makes sense to include this here.
    
    It wasn't. I'll add it to that thread.
    
    Thank you,
    
    Roberto