- Adjust settings to make it more difficult to run out of DSM slots
- during heavy usage of parallel queries (Thomas Munro)
-
-
-
-
-
+ Disallow converting an inheritance child table to a view
+ (Tom Lane)
+
+
+
+
+
- Fix recently-introduced race conditions
+ Fix recently-introduced race condition
in LISTEN/NOTIFY queue
handling (Tom Lane)
A newly-listening backend could attempt to read SLRU pages that
were in process of being truncated, possibly causing an error.
-
- In release branches before 13, the queue tail pointer could become
- set to a value that's not equal to the queue position of any
- backend, resulting in effective disabling of the queue truncation
- logic. Continued use of NOTIFY then led to
- queue-fill warnings, and eventually to inability to send any more
- notifies until the server is restarted.
-