documentation updates for SQL:2023 - Mailing list pgsql-hackers

From Peter Eisentraut
Subject documentation updates for SQL:2023
Date
Msg-id 63f285d9-4ec8-0c9e-4bf5-e76334ddc0af@enterprisedb.com
Whole thread Raw
Responses Re: documentation updates for SQL:2023  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
List pgsql-hackers
SQL:2023 should be published within the next 2 months, so I want to 
update our SQL conformance information for our PostgreSQL release later 
this year.

Attached are patches that update the keywords list and the features list 
as usual.  (Some of the new features in the JSON area are still being 
worked on.  I have just set them all to NO for now, to be revisited later.)

I'm also proposing to get rid of the tracking of subfeatures.  This has 
been de-facto deprecated: All the subfeatures for optional features have 
been removed (replaced by top-level feature codes), and the subfeatures 
for mandatory features aren't very interesting.  The TODO is to remove 
the columns for the subfeatures in src/backend/catalog/sql_features.txt. 
  That is a mechanical change that I did not include in the patch.

I'll leave this patch set in the commit fest, to let those concurrent 
developments shake out and as a reminder to address this when the time 
comes.
Attachment

pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: Improve WALRead() to suck data directly from WAL buffers when possible
Next
From: Heikki Linnakangas
Date:
Subject: Re: refactoring relation extension and BufferAlloc(), faster COPY