Thread
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
doc: Fix title markup for AT TIME ZONE and AT LOCAL
- f2d5b571f352 17.6 landed
- 8fcc6487809e 18.0 landed
-
[PATCH] Fix <literal> tags in func.sgml
Noboru Saito <noborusai@gmail.com> — 2025-05-08T06:36:53Z
Hi, Previously, both "AT TIME ZONE" and "AT LOCAL" were wrapped in a single <literal> tag, which was incorrect. This patch separates them into two distinct <literal> tags for better semantic correctness. Please review and apply if appropriate. Noboru Saito
-
Re: [PATCH] Fix <literal> tags in func.sgml
Daniel Gustafsson <daniel@yesql.se> — 2025-05-08T06:44:22Z
> On 8 May 2025, at 08:36, Noboru Saito <noborusai@gmail.com> wrote: > > Hi, > > Previously, both "AT TIME ZONE" and "AT LOCAL" were wrapped in a > single <literal> tag, which was incorrect. > This patch separates them into two distinct <literal> tags for better > semantic correctness. Thanks for the patch, it looks correct to me so I will apply it in a bit. -- Daniel Gustafsson
-
Re: [PATCH] Fix <literal> tags in func.sgml
Tatsuo Ishii <ishii@postgresql.org> — 2025-05-08T06:51:14Z
> Previously, both "AT TIME ZONE" and "AT LOCAL" were wrapped in a > single <literal> tag, which was incorrect. Agreed. > This patch separates them into two distinct <literal> tags for better > semantic correctness. > > Please review and apply if appropriate. > Noboru Saito Looks good to me. Best regards, -- Tatsuo Ishii SRA OSS K.K. English: http://www.sraoss.co.jp/index_en/ Japanese:http://www.sraoss.co.jp
-
Re: [PATCH] Fix <literal> tags in func.sgml
Tatsuo Ishii <ishii@postgresql.org> — 2025-05-08T07:19:13Z
>> On 8 May 2025, at 08:36, Noboru Saito <noborusai@gmail.com> wrote: >> >> Hi, >> >> Previously, both "AT TIME ZONE" and "AT LOCAL" were wrapped in a >> single <literal> tag, which was incorrect. >> This patch separates them into two distinct <literal> tags for better >> semantic correctness. > > Thanks for the patch, it looks correct to me so I will apply it in a bit. Sorry I havent' noticed your email when I posted. Please go ahead. Best regards, -- Tatsuo Ishii SRA OSS K.K. English: http://www.sraoss.co.jp/index_en/ Japanese:http://www.sraoss.co.jp
-
Re: [PATCH] Fix <literal> tags in func.sgml
Michael Paquier <michael@paquier.xyz> — 2025-05-08T07:29:29Z
On Thu, May 08, 2025 at 03:36:53PM +0900, Noboru Saito wrote: > Previously, both "AT TIME ZONE" and "AT LOCAL" were wrapped in a > single <literal> tag, which was incorrect. > This patch separates them into two distinct <literal> tags for better > semantic correctness. Indeed, good catch. It looks like I've fat-fingered the tag in 97957fdbaa42. The suggested patch looks OK here. -- Michael
-
Re: [PATCH] Fix <literal> tags in func.sgml
Noboru Saito <noborusai@gmail.com> — 2025-05-08T12:31:33Z
Thanks to all the hackers for your quick response. 2025年5月8日(木) 15:44 Daniel Gustafsson <daniel@yesql.se>: > > > On 8 May 2025, at 08:36, Noboru Saito <noborusai@gmail.com> wrote: > > > > Hi, > > > > Previously, both "AT TIME ZONE" and "AT LOCAL" were wrapped in a > > single <literal> tag, which was incorrect. > > This patch separates them into two distinct <literal> tags for better > > semantic correctness. > > Thanks for the patch, it looks correct to me so I will apply it in a bit. > > -- > Daniel Gustafsson >