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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Add USER SET parameter values for pg_db_role_setting"
Alexander Korotkov
2023-05-17
4
-38
/
+7
*
pg_dump: Error message improvements
Alvaro Herrera
2023-05-17
1
-2
/
+2
*
pg_dump: Have _EndLO report errno after CFH->write_func() failure
Alvaro Herrera
2023-05-17
1
-1
/
+7
*
Advance input pointer when LZ4 compressing data
Tomas Vondra
2023-05-17
3
-1
/
+55
*
Null-terminate the output buffer of LZ4Stream_gets
Tomas Vondra
2023-05-17
1
-1
/
+11
*
Add missing source file to nls.mk
Peter Eisentraut
2023-05-08
1
-0
/
+1
*
pg_dump: Restore lost translation marker
Peter Eisentraut
2023-05-08
1
-1
/
+1
*
Rework code defining default compression for dir/custom formats in pg_dump
Michael Paquier
2023-04-27
1
-15
/
+15
*
Fix stop condition for dumping GRANT commands
Daniel Gustafsson
2023-04-26
1
-0
/
+1
*
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-19
1
-1
/
+1
*
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-18
1
-2
/
+2
*
Fix various typos
David Rowley
2023-04-18
3
-3
/
+3
*
Add missing source files to nls.mk
Peter Eisentraut
2023-04-14
1
-0
/
+4
*
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-13
1
-1
/
+1
*
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-12
5
-197
/
+37
*
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
5
-37
/
+197
*
Support long distance matching for zstd compression
Tomas Vondra
2023-04-06
2
-1
/
+7
*
pg_dump: Add support for zstd compression
Tomas Vondra
2023-04-05
9
-49
/
+703
*
Canonicalize ICU locale names to language tags.
Jeff Davis
2023-04-04
1
-2
/
+2
*
pg_dump: Use only LZ4 frame format for compression
Tomas Vondra
2023-04-01
1
-211
/
+343
*
Add new predefined role pg_create_subscription.
Robert Haas
2023-03-30
2
-2
/
+15
*
pg_dump: Fix gzip compression of empty data
Tomas Vondra
2023-03-29
2
-59
/
+100
*
meson: add install-{quiet, world} targets
Andres Freund
2023-03-23
1
-1
/
+1
*
Minor comment improvements for compress_lz4
Tomas Vondra
2023-03-23
1
-5
/
+20
*
Unify buffer sizes in pg_dump compression API
Tomas Vondra
2023-03-23
5
-25
/
+21
*
Improve type handling in pg_dump's compress file API
Tomas Vondra
2023-03-23
7
-115
/
+148
*
Simplify and speed up pg_dump's creation of parent-table links.
Tom Lane
2023-03-17
3
-80
/
+56
*
Fix pg_dump for hash partitioning on enum columns.
Tom Lane
2023-03-17
6
-38
/
+288
*
Allow pg_dump to include/exclude child tables automatically.
Tom Lane
2023-03-14
2
-94
/
+531
*
Use ICU by default at initdb time.
Jeff Davis
2023-03-09
1
-1
/
+1
*
meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_basebackup
Andres Freund
2023-03-08
1
-0
/
+1
*
Allow tailoring of ICU locales with custom rules
Peter Eisentraut
2023-03-08
1
-0
/
+37
*
Break up long GETTEXT_FILES lists
Peter Eisentraut
2023-03-08
1
-7
/
+19
*
Mark options as deprecated in usage output
Daniel Gustafsson
2023-03-02
1
-4
/
+4
*
Fix outdated references to guc.c
Daniel Gustafsson
2023-03-02
1
-1
/
+1
*
Improve wording in pg_dump compression docs
Tomas Vondra
2023-03-01
2
-3
/
+3
*
Fix condition in pg_dump TAP test
Tomas Vondra
2023-03-01
1
-3
/
+3
*
Fix logic buglets in pg_dump's flagInhAttrs().
Tom Lane
2023-02-28
2
-10
/
+29
*
Disallow NULLS NOT DISTINCT indexes for primary keys
Daniel Gustafsson
2023-02-24
1
-1
/
+6
*
pg_dump: Remove move "blob" terminology
Daniel Gustafsson
2023-02-24
1
-3
/
+3
*
Add LZ4 compression to pg_dump
Tomas Vondra
2023-02-23
9
-16
/
+772
*
Introduce a generic pg_dump compression API
Tomas Vondra
2023-02-23
13
-751
/
+1042
*
Prepare pg_dump internals for additional compression methods
Tomas Vondra
2023-02-23
4
-128
/
+138
*
pg_dump: Remove some dead code
Peter Eisentraut
2023-02-22
2
-6
/
+0
*
Fix various typos in code and tests
Michael Paquier
2023-02-09
2
-2
/
+2
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
3
-4
/
+3
*
Fix behavior with pg_restore -l and compressed dumps
Michael Paquier
2023-01-27
1
-1
/
+1
*
Avoid harmless warning from pg_dump --if-exists mode.
Tom Lane
2023-01-19
1
-2
/
+7
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-18
1
-6
/
+6
*
Remove redundant relkind check
John Naylor
2023-01-17
1
-2
/
+1
[next]