linkend="app-pgreceivexlog">
pg_receivexlog>
to specify the connection string (Amit Kapila)
- Properly reset state if
psql>'s \g file>
- command failed (Tom Lane)
+ Properly reset state if the SQL command executed with
+
psql>'s \g file> fails
(Tom Lane)
- Previously failed commands discarded output from subsequent commands.
+ Previously, the output from subsequent SQL commands would unexpectedly
+ continue to go to the same file.
- Longtable allows tables to span multiple pages.
+ This format allows tables to span multiple pages.
- Add
pg_dump>
- when using directory output format (Joachim Wieland)
+ Add
pg_dump>
+ parallel (Joachim Wieland)
- Have
pg_dump> output functions in a predictable
+ Have
pg_dump> output functions in a more predictable
order (Joel Jacobson)
Have initdb issue a warning about placing the data directory at the
- top of file system mount points (Bruce Momjian)
+ top of a file system mount point (Bruce Momjian)
- Add Assert()> functionality to client-side code for
- frontend code (Andrew Dunstan)
+ Support Assert()> in client-side code (Andrew Dunstan)
- Change many internal many backend functions to return OID>s
+ Change many internal backend functions to return OID>s
rather than void (Dimitri Fontaine)
- Allow write-enabled
- linkend="SQL-CREATEFOREIGNDATAWRAPPER">foreign data wrappers
- to support writes (KaiGai Kohei)
+ Allow foreign data
+ wrappers to support writes (inserts/updates/deletes) on foreign
+ tables (KaiGai Kohei)
- This foreign data wrapper allows writes.
+ This foreign data wrapper supports writes.
Add support for indexing of regular-expression searches in
(Alexander Korotkov)
- Add
+ Add
+ (Jeff Janes)
- This adds foreign key constraints to tables, for use in foreign
- key performance testing.
+ This adds foreign key constraints to the standard tables created by
+
pgbench>, for use in foreign key performance testing.
Allow
pgbench> to aggregate performance statistics
- and produce output every
+ and produce output every
seconds (Tomas Vondra)
- Add
pg_bench>
+ Add
pgbench>
to control the percentage of transactions logged (Tomas Vondra)
Add
pgbench>
line every five seconds (Tomas Vondra)
+
+
Output
pgbench> elapsed and estimated remaining
- time during initialization logging (Tomas Vondra)
+ time during initialization (Tomas Vondra)