Re: The documentation for READ COMMITTED may be incomplete or wrong
Aleksander Alekseev <aleksander@timescale.com>
From: Aleksander Alekseev <aleksander@timescale.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Amit Langote <amitlangote09@gmail.com>, Nathan Bossart <nathandbossart@gmail.com>
Date: 2023-05-19T18:42:50Z
Lists: pgsql-hackers
Hi Tom, > Done that way. I chose to replace the tuple_table field, because > it was in a convenient spot and it seemed like the field least > likely to have any outside code referencing it. Many thanks! If it's not too much trouble could you please recommend good entry points to learn more about the internals of this part of the system and accompanying edge cases? Perhaps there is an experiment or two an extension author can do in order to lower the entry threshold and/or known bugs, limitations or wanted features one could start with? -- Best regards, Aleksander Alekseev
Commits
-
Fix misbehavior of EvalPlanQual checks with multiple result relations.
- 70b42f279029 16.0 landed
- ff77d8687fa3 12.16 landed
- f8320cc72ddb 14.9 landed
- 956c6256a98e 13.12 landed
- 4729d1e8aab9 15.4 landed
-
Rework planning and execution of UPDATE and DELETE.
- 86dc90056dfd 14.0 cited