pgsql: pg_dump: allow multiple rows per insert

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_dump: allow multiple rows per insert
Date: 2019-03-07 12:35:48
Message-ID: E1h1sFY-00086s-3N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_dump: allow multiple rows per insert

This is useful to speed up loading data in a different database engine.

Authors: Surafel Temesgen and David Rowley. Lightly edited by Álvaro.
Reviewed-by: Fabien Coelho
Discussion: https://postgr.es/m/CALAY4q9kumSdnRBzvRJvSRf2+BH20YmSvzqOkvwpEmodD-xv6g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7e413a0f82c8f8e9abb3981839191414de3aae08

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 38 +++++---
src/bin/pg_dump/pg_backup.h | 2 +-
src/bin/pg_dump/pg_dump.c | 192 +++++++++++++++++++++++++++------------
src/bin/pg_dump/t/001_basic.pl | 4 +-
src/bin/pg_dump/t/002_pg_dump.pl | 34 ++++++-
5 files changed, 193 insertions(+), 77 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2019-03-07 13:03:19 Re: pgsql: Removed unused variable, openLogOff.
Previous Message Thomas Munro 2019-03-07 07:10:25 pgsql: Remove useless header inclusion.