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
/
t
Commit message (
Expand
)
Author
Age
Files
Lines
*
Advance input pointer when LZ4 compressing data
Tomas Vondra
2023-05-17
1
-0
/
+46
*
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-12
1
-3
/
+3
*
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
1
-3
/
+3
*
Support long distance matching for zstd compression
Tomas Vondra
2023-04-06
1
-1
/
+2
*
pg_dump: Add support for zstd compression
Tomas Vondra
2023-04-05
1
-3
/
+76
*
Canonicalize ICU locale names to language tags.
Jeff Davis
2023-04-04
1
-2
/
+2
*
pg_dump: Fix gzip compression of empty data
Tomas Vondra
2023-03-29
1
-0
/
+23
*
Fix pg_dump for hash partitioning on enum columns.
Tom Lane
2023-03-17
1
-0
/
+81
*
Allow pg_dump to include/exclude child tables automatically.
Tom Lane
2023-03-14
1
-81
/
+458
*
Use ICU by default at initdb time.
Jeff Davis
2023-03-09
1
-1
/
+1
*
Fix condition in pg_dump TAP test
Tomas Vondra
2023-03-01
1
-3
/
+3
*
Add LZ4 compression to pg_dump
Tomas Vondra
2023-02-23
1
-4
/
+78
*
Introduce a generic pg_dump compression API
Tomas Vondra
2023-02-23
1
-5
/
+5
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-18
1
-6
/
+6
*
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-11
1
-6
/
+6
*
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
1
-6
/
+6
*
Update copyright for 2023
Bruce Momjian
2023-01-02
4
-4
/
+4
*
Fix typo in comment
Peter Eisentraut
2022-12-19
1
-1
/
+1
*
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-13
1
-1
/
+1
*
Remove extra space from dumped ALTER DEFAULT PRIVILEGES.
Jeff Davis
2022-12-12
1
-5
/
+5
*
Provide test coverage in pg_dump for default behaviors with compression
Michael Paquier
2022-12-06
1
-6
/
+71
*
pg_dump: Remove "blob" terminology
Peter Eisentraut
2022-12-05
1
-23
/
+23
*
Switch pg_dump to use compression specifications
Michael Paquier
2022-12-02
2
-7
/
+30
*
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-28
1
-1
/
+1
*
pg_dump: fix failure to dump comments on constraints in some cases.
Tom Lane
2022-11-02
1
-4
/
+11
*
pg_dump test: Make concatenated create_sql commands more readable
Peter Eisentraut
2022-10-31
1
-2
/
+6
*
Allow publications with schema and table of the same schema.
Amit Kapila
2022-09-23
1
-0
/
+14
*
Remove ALL keyword from TABLES IN SCHEMA for publication
Alvaro Herrera
2022-09-22
1
-8
/
+7
*
pg_dump: Fix new ICU tests
Peter Eisentraut
2022-08-25
1
-0
/
+4
*
pg_dump: Dump colliculocale
Peter Eisentraut
2022-08-24
1
-1
/
+27
*
Allow users to skip logical replication of data having origin.
Amit Kapila
2022-07-21
1
-0
/
+22
*
pgindent run prior to branching v15.
Tom Lane
2022-06-30
1
-1
/
+2
*
logging: Also add the command prefix to detail and hint messages
Peter Eisentraut
2022-05-30
1
-1
/
+1
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
4
-29
/
+30
*
Remove some recently-added pg_dump test cases.
Robert Haas
2022-04-22
1
-30
/
+0
*
Allow db.schema.table patterns, but complain about random garbage.
Robert Haas
2022-04-20
1
-0
/
+107
*
Improve frontend error logging style.
Tom Lane
2022-04-08
1
-1
/
+1
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
1
-36
/
+4
*
Extend TAP tests of pg_dump to test for compression with gzip
Michael Paquier
2022-04-05
1
-2
/
+91
*
Add TAP test in pg_dump with --format=tar and --compress
Michael Paquier
2022-03-30
1
-0
/
+16
*
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-26
1
-0
/
+60
*
Remove unused module imports from TAP tests
Daniel Gustafsson
2022-03-24
2
-2
/
+0
*
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-24
1
-4
/
+36
*
Change HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4 and USE_ZSTD.
Robert Haas
2022-03-15
1
-1
/
+1
*
Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.
Noah Misch
2022-03-04
1
-1
/
+2
*
Add some additional tests for row filters in logical replication.
Amit Kapila
2022-03-04
1
-0
/
+34
*
Replace Test::More plans with done_testing
Daniel Gustafsson
2022-02-11
4
-82
/
+10
*
Add support for --no-table-access-method in pg_{dump,dumpall,restore}
Michael Paquier
2022-01-17
1
-2
/
+14
*
Update copyright for 2022
Bruce Momjian
2022-01-07
4
-4
/
+4
*
Fix pg_dump --inserts mode for generated columns with dropped columns.
Tom Lane
2021-11-22
1
-1
/
+68
[next]