index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
modules
/
test_pg_dump
/
t
Age
Commit message (
Expand
)
Author
2025-10-17
Improve TAP tests by replacing ok() with better Test::More functions
Michael Paquier
2025-03-25
pg_dump: Add --sequence-data.
Nathan Bossart
2025-03-17
Fix inconsistent quoting for some options in TAP tests
Michael Paquier
2025-03-17
Apply more consistent style for command options in TAP tests
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-05-14
Pre-beta mechanical code beautification.
Tom Lane
2024-03-20
Add "--exclude-extension" to pg_dump's options.
Dean Rasheed
2024-02-08
Apply pg_dump test cleanups to test_pg_dump as well
Peter Eisentraut
2024-01-11
Fix some inconsistent whitespace in Perl file
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-11-14
Allow new role 'regress_dump_login_role' to log in under SSPI.
Tom Lane
2023-11-13
Don't try to dump RLS policies or security labels for extension objects.
Tom Lane
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-03-22
Fix a couple of typos
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-05
pg_dump: Remove "blob" terminology
Peter Eisentraut
2022-12-02
Switch pg_dump to use compression specifications
Michael Paquier
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-06
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-03-24
Remove unused module imports from TAP tests
Daniel Gustafsson
2022-02-11
Replace Test::More plans with done_testing
Daniel Gustafsson
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-10-24
Move Perl test modules to a better namespace
Andrew Dunstan
2021-09-06
Remove some unused variables in TAP tests
Michael Paquier
2021-07-29
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2021-06-28
Dump public schema ownership and security labels.
Noah Misch
2021-05-07
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2021-04-15
Tweak behavior of pg_dump --extension with configuration tables
Michael Paquier
2021-04-13
Remove duplicated --no-sync switches in new tests of test_pg_dump
Michael Paquier
2021-03-31
Add support for --extension in pg_dump
Michael Paquier
2021-01-16
Fix pg_dump for GRANT OPTION among initial privileges.
Noah Misch
2020-10-07
Rethink recent fix for pg_dump's handling of extension config tables.
Tom Lane
2020-09-04
Collect attribute data on extension owned tables being dumped
Andrew Dunstan
2020-03-11
Add pg_dump support for ALTER obj DEPENDS ON EXTENSION
Alvaro Herrera
2018-05-09
Restrict vertical tightness to parentheses in Perl code
Andrew Dunstan
2018-04-27
perltidy: Add option --nooutdent-long-comments
Peter Eisentraut
2018-04-27
perltidy: Add option --nooutdent-long-quotes
Peter Eisentraut
2018-04-25
Reindent Perl files with perltidy version 20170521.
Tom Lane
2018-04-04
Rewrite pg_dump TAP tests
Stephen Frost
2018-02-26
Avoid using unsafe search_path settings during dump and restore.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgperltidy run
Bruce Momjian
2017-04-10
Run most pg_dump and pg_dumpall tests with --no-sync
Andrew Dunstan
2017-02-10
Add CREATE SEQUENCE AS <data type> clause
Peter Eisentraut
2017-01-31
test_pg_dump: perltidy cleanup
Stephen Frost
2017-01-29
Handle ALTER EXTENSION ADD/DROP with pg_init_privs
Stephen Frost
2017-01-29
test_pg_dump TAP test whitespace cleanup
Stephen Frost
2017-01-19
Dump sequence data based on the TableDataInfo flag
Stephen Frost
2016-11-07
Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.
Noah Misch
2016-09-08
Allow pg_dump to dump non-extension members of an extension-owned schema.
Tom Lane
[next]