linkend="sql-altertable"/> (Peter Eisentraut)
-->
- Compute behavior based on pgbench's
- value more precisely (Tom Lane)
+ Improve precision of pgbench's
+ option (Tom Lane)
-->
- Allow restoration of an INSERT-statement dump
- to skip rows which would cause conflicts (Surafel Temesgen)
+ Allow pg_dump to emit INSERT ... ON CONFLICT DO
+ NOTHING (Surafel Temesgen)
+ This avoids conflict failures during restore.
.
Add command to create
- new table types (Haribabu Kommi, Andres Freund, Álvaro Herrera,
- Dimitri Dolgov)
+ new table types (Andres Freund, Haribabu Kommi, Álvaro Herrera,
+ Alexander Korotkov, Dimitri Golgov)
+
+
+ This enables the development of new table
+ access methods>, which can optimize storage for different
+ use-cases. The existing heap access method
+ remains the default.