index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_dump
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
pg_dump: Add support for zstd compression
Tomas Vondra
2023-04-05
1
-0
/
+2
*
Add LZ4 compression to pg_dump
Tomas Vondra
2023-02-23
1
-0
/
+2
*
Introduce a generic pg_dump compression API
Tomas Vondra
2023-02-23
1
-0
/
+2
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
pg_dump: Dump colliculocale
Peter Eisentraut
2022-08-24
1
-0
/
+1
*
Extend TAP tests of pg_dump to test for compression with gzip
Michael Paquier
2022-04-05
1
-0
/
+2
*
Add missing dependency of pg_dumpall to WIN32RES.
Andres Freund
2022-03-22
1
-1
/
+1
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
1
-3
/
+12
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-04-03
1
-1
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Fix broken link-command-line ordering for libpgfeutils.
Tom Lane
2017-07-14
1
-4
/
+4
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Clean up after pg_dump test runs.
Tom Lane
2016-05-06
1
-0
/
+1
*
Remove MODULES_big from test_pg_dump
Stephen Frost
2016-05-06
1
-0
/
+3
*
Add TAP tests for pg_dump
Stephen Frost
2016-05-06
1
-0
/
+3
*
Link libpq after libpgfeutils to satisfy Windows linker.
Tom Lane
2016-03-24
1
-1
/
+1
*
Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.
Tom Lane
2016-03-24
1
-3
/
+4
*
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-23
1
-12
/
+7
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Move some pg_dump function around.
Heikki Linnakangas
2013-03-27
1
-2
/
+2
*
Add parallel pg_dump option.
Andrew Dunstan
2013-03-24
1
-1
/
+1
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
1
-3
/
+3
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
pg_dump: Remove undocumented "files" output format
Peter Eisentraut
2012-03-20
1
-1
/
+1
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Simplify the pg_dump/pg_restore error reporting macros, and allow
Bruce Momjian
2011-11-29
1
-2
/
+2
*
pg_dump: Fix clean rule after file renaming shuffle
Peter Eisentraut
2011-11-29
1
-1
/
+1
*
Move pg_dump memory routines into pg_dumpmem.c/h and restore common.c
Bruce Momjian
2011-11-26
1
-3
/
+3
*
Modify pg_dump to use error-free memory allocation macros. This avoids
Bruce Momjian
2011-11-25
1
-4
/
+4
*
Add 'directory' format to pg_dump. The new directory format is compatible
Heikki Linnakangas
2011-01-23
1
-1
/
+1
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Refactor the pg_dump zlib code from pg_backup_custom.c to a separate file,
Heikki Linnakangas
2010-12-02
1
-1
/
+1
*
Improved parallel make support
Peter Eisentraut
2010-11-12
1
-4
/
+4
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Split the LDFLAGS make variable into two parts: LDFLAGS is now used for
Tom Lane
2010-07-05
1
-4
/
+4
*
Add PGFILEDESC description to Makefiles for all /contrib executables.
Bruce Momjian
2010-05-12
1
-1
/
+3
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Update of install-sh, mkinstalldirs, and associated configury
Peter Eisentraut
2009-08-26
1
-2
/
+2
*
Separate the key word list that lived in keywords.c into a new header file
Alvaro Herrera
2009-03-07
1
-14
/
+12
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate
Tom Lane
2007-09-27
1
-2
/
+2
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
[next]