Progress is reported in the
linkend="create-index-progress-reporting">pg_stat_progress_create_index
- system view
+ system view.
- This output can also be obtained in
+ This output can also be obtained when using
by setting auto_explain.log_settings.
Add connection parameter
- to control libpq's
TCP timeout (Ryohei Nagaura)
+ timeout (Ryohei Nagaura)
-->
- Allow libpq (and thus psql) to report only
- the SQLSTATE value in error messages (Didier
- Gautheron)
+
psql) to report only the
+ SQLSTATE value in error messages (Didier Gautheron)
-->
- Add libpq
function PQresultMemorySize()
to report the memory used by a query result (Lars Kanis, Tom Lane)
-->
- Remove the no-display/debug flag from libpq's
+ Remove the no-display/debug flag from
libpq's
options connection parameter (Peter Eisentraut)
-->
- Allow vacuumdb to disable waiting for locks or skipping all-visible
- pages (Nathan Bossart)
+ Allow
vacuumdb to disable waiting for locks
+ or skipping all-visible pages (Nathan Bossart)
-->
- Improve tab completion of CREATE TABLE, CREATE TRIGGER,
- CREATE EVENT TRIGGER, ANALYZE, EXPLAIN, VACUUM, ALTER TABLE,
- ALTER INDEX, ALTER DATABASE, ALTER INDEX ALTER COLUMN
+ Improve tab completion of CREATE TABLE,
+ CREATE TRIGGER,
+ CREATE EVENT TRIGGER,
+ ANALYZE, EXPLAIN,
+ VACUUM, ALTER TABLE,
+ ALTER INDEX, ALTER DATABASE,
+ and ALTER INDEX ALTER COLUMN
(Dagfinn Ilmari Mannsåker, Tatsuro Yamada, Michaël Paquier,
Tom Lane, Justin Pryzby)
-->
- Improve precision of pgbench's
- option (Tom Lane)
+ Improve precision of
pgbench's
+ option (Tom Lane)
2018-10-15 [5b75a4f82] pgbench: Report errors during run better
-->
- Improve pgbench's error reporting with clearer messages and return
- codes (Peter Eisentraut)
+ Improve
pgbench's error reporting with
+ clearer messages and return codes (Peter Eisentraut)
This enables the development of new table
access methods, which can optimize storage for different
- use-cases. The existing heap access method
+ use cases. The existing heap access method
remains the default.