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
/
test
/
modules
/
test_pg_dump
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a couple of typos
Michael Paquier
2023-03-22
1
-3
/
+3
*
meson: Prevent installation of test files during main install
Peter Eisentraut
2023-03-03
1
-3
/
+1
*
Update copyright for 2023
Bruce Momjian
2023-01-02
2
-2
/
+2
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
meson: Add 'running' test setup, as a replacement for installcheck
Andres Freund
2022-12-07
1
-0
/
+2
*
pg_dump: Remove "blob" terminology
Peter Eisentraut
2022-12-05
1
-1
/
+1
*
Switch pg_dump to use compression specifications
Michael Paquier
2022-12-02
1
-0
/
+16
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+22
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
1
-1
/
+1
*
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-04-06
1
-0
/
+32
*
Remove unused module imports from TAP tests
Daniel Gustafsson
2022-03-24
1
-1
/
+0
*
Replace Test::More plans with done_testing
Daniel Gustafsson
2022-02-11
1
-38
/
+2
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Move Perl test modules to a better namespace
Andrew Dunstan
2021-10-24
1
-5
/
+5
*
Remove some unused variables in TAP tests
Michael Paquier
2021-09-06
1
-1
/
+0
*
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2021-07-29
1
-1
/
+1
*
Dump public schema ownership and security labels.
Noah Misch
2021-06-28
1
-0
/
+8
*
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2021-05-07
1
-0
/
+3
*
Tweak behavior of pg_dump --extension with configuration tables
Michael Paquier
2021-04-15
1
-0
/
+34
*
Remove duplicated --no-sync switches in new tests of test_pg_dump
Michael Paquier
2021-04-13
1
-2
/
+2
*
Add support for --extension in pg_dump
Michael Paquier
2021-03-31
1
-17
/
+36
*
Fix pg_dump for GRANT OPTION among initial privileges.
Noah Misch
2021-01-16
2
-0
/
+48
*
Rethink recent fix for pg_dump's handling of extension config tables.
Tom Lane
2020-10-07
2
-17
/
+33
*
Collect attribute data on extension owned tables being dumped
Andrew Dunstan
2020-09-04
2
-2
/
+27
*
Refactor AlterExtensionContentsStmt grammar
Peter Eisentraut
2020-06-13
1
-3
/
+1
*
Fix possible future cache reference leak in ALTER EXTENSION ADD/DROP.
Tom Lane
2020-04-17
3
-2
/
+6
*
Add pg_dump support for ALTER obj DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-11
1
-0
/
+32
*
Add PGXS options to control TAP and isolation tests, take two
Michael Paquier
2018-12-03
1
-5
/
+1
*
Revert all new recent changes to add PGXS options for TAP and isolation
Michael Paquier
2018-11-26
1
-1
/
+5
*
Add PGXS options to control TAP and isolation tests
Michael Paquier
2018-11-26
1
-5
/
+1
*
Restrict vertical tightness to parentheses in Perl code
Andrew Dunstan
2018-05-09
1
-54
/
+127
*
perltidy: Add option --nooutdent-long-comments
Peter Eisentraut
2018-04-27
1
-2
/
+2
*
perltidy: Add option --nooutdent-long-quotes
Peter Eisentraut
2018-04-27
1
-4
/
+4
*
Reindent Perl files with perltidy version 20170521.
Tom Lane
2018-04-25
1
-54
/
+49
*
Rewrite pg_dump TAP tests
Stephen Frost
2018-04-04
1
-364
/
+79
*
Avoid using unsafe search_path settings during dump and restore.
Tom Lane
2018-02-26
1
-25
/
+25
*
Add a temp-install prerequisite to "check"-like targets not having one.
Noah Misch
2017-11-05
1
-1
/
+1
*
Post-PG 10 beta1 pgperltidy run
Bruce Momjian
2017-05-17
1
-47
/
+23
*
Run most pg_dump and pg_dumpall tests with --no-sync
Andrew Dunstan
2017-04-10
1
-23
/
+56
*
Add CREATE SEQUENCE AS <data type> clause
Peter Eisentraut
2017-02-10
1
-0
/
+1
*
test_pg_dump: perltidy cleanup
Stephen Frost
2017-01-31
1
-508
/
+377
*
Handle ALTER EXTENSION ADD/DROP with pg_init_privs
Stephen Frost
2017-01-29
3
-7
/
+293
*
test_pg_dump TAP test whitespace cleanup
Stephen Frost
2017-01-29
1
-322
/
+462
*
Dump sequence data based on the TableDataInfo flag
Stephen Frost
2017-01-19
2
-0
/
+22
*
Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.
Noah Misch
2016-11-07
1
-24
/
+24
*
Fix two src/test/modules Makefiles
Alvaro Herrera
2016-09-08
1
-6
/
+6
*
Allow pg_dump to dump non-extension members of an extension-owned schema.
Tom Lane
2016-09-08
2
-1
/
+229
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
1
-34
/
+34
*
Correctly handle owned sequences with extensions
Stephen Frost
2016-07-31
2
-2
/
+85
*
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
2
-10
/
+10
[next]