Re: Re: proposal: schema variables
Pavel Stehule <pavel.stehule@gmail.com>
Commits
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Move WAL sequence code into its own file
- a87987cafca6 19 (unreleased) cited
-
Add ExplainState argument to pg_plan_query() and planner().
- c83ac02ec730 19 (unreleased) cited
-
Don't include access/htup_details.h in executor/tuptable.h
- 1a8b5b11e48a 19 (unreleased) cited
-
Refactor to avoid code duplication in transformPLAssignStmt.
- b0fb2c6aa5a4 19 (unreleased) cited
-
Avoid including commands/dbcommands.h in so many places
- 325fc0ab14d1 19 (unreleased) cited
-
Restrict psql meta-commands in plain-text dumps.
- 71ea0d679543 19 (unreleased) cited
-
Split func.sgml into more manageable pieces
- 4e23c9ef65ac 19 (unreleased) cited
-
Fix squashing algorithm for query texts
- 0f65f3eec478 18.0 cited
-
EXPLAIN: Always use two fractional digits for row counts.
- 95dbd827f2ed 18.0 cited
-
Preliminary refactoring of plpgsql expression construction.
- a654af21ae52 18.0 cited
-
plpgsql: pure parser and reentrant scanner
- 7b27f5fd36cb 18.0 cited
-
Add some sanity checks in executor for query ID reporting
- 24f520594809 18.0 cited
-
Fix misleading error message context
- 4af123ad45bd 18.0 cited
-
Add macros for looping through a List without a ListCell.
- 14dd0f27d7cd 17.0 cited
Hi po 20. 1. 2025 v 8:56 odesílatel Álvaro Herrera <alvherre@alvh.no-ip.org> napsal: > On 2025-Jan-17, Bruce Momjian wrote: > > > Is this really something we are considering applying, since it has been > > around for years? I am unclear on that and we had better know if we are > > going to continue reviewing this. > > The fact that the patch has been around for years doesn't automatically > mean it's a bad idea. > > I have proposed that we discuss this patch at fosdem developer's meeting > next month, precisely to seek consensus on whether this patch is > something we want or not. My view is that this is a feature that has > been requested by users for years, so IMO we want this or something > similar. > > I wonder if the reason that committers stay away from it is that > reviewing it fully (and thus taking responsibility for it) seems such a > daunting task. I might be wrong, but I think this may be the largest > patch since FTS. > This patch is huge, but I think it is not comparable with parallel processing support or with replication support. It doesn't introduce new processes or new data structures or does important changes in planner, and I think so almost all code is very simple. In early versions of this patch, there was a complex part to ensure validity of content in memory. But it was fully removed and replaced just by comparing with create_lsn. Regards Pavel > -- > Álvaro Herrera 48°01'N 7°57'E — > https://www.EnterpriseDB.com/ > Tom: There seems to be something broken here. > Teodor: I'm in sackcloth and ashes... Fixed. > > http://postgr.es/m/482D1632.8010507@sigaev.ru >