+
+ In the Extended Query
+ Protocol, have statement_timeout apply
+ to each Execute message, not to all commands
+ before Sync (Tatsuo Ishii)
+
+
+
+
+
Consistently return NaN for
NaN inputs to power()
- on older platforms (Dang Minh Huong)
+ on older platforms (Tom Lane, Dang Minh Huong)
Below you will find a detailed account of the changes between
-
PostgreSQL 1
0 and the previous major
+
PostgreSQL 1
1 and the previous major
release.
+
+ Allow single-evaluation queries, e.g. FROM
+ clause queries, and functions in the target list to be
+ parallelized (Amit Kapila, Robert Haas)
+
+
+
+
+
+
+ Improve performance of sequential scans with many parallel workers
+ (David Rowley)
+
+
+
+
+