index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_dump
/
t
Age
Commit message (
Expand
)
Author
2025-11-25
pg_dump tests: don't put dumps in stdout
Álvaro Herrera
2025-11-18
Fix typo
Álvaro Herrera
2025-10-17
Improve TAP tests by replacing ok() with better Test::More functions
Tom Lane
2025-10-17
Improve TAP tests by replacing ok() with better Test::More functions
Michael Paquier
2025-10-16
Add more TAP test coverage for pg_dump.
Tom Lane
2025-10-16
Split 002_pg_dump.pl into two test files.
Tom Lane
2025-10-11
Restore test coverage of LZ4Stream_gets().
Tom Lane
2025-10-09
Add "ALL SEQUENCES" support to publications.
Amit Kapila
2025-09-16
pg_restore: Fix comment handling with --no-policies.
Fujii Masao
2025-09-16
pg_restore: Fix comment handling with --no-publications / --no-subscriptions.
Fujii Masao
2025-08-11
Restrict psql meta-commands in plain-text dumps.
Nathan Bossart
2025-08-11
Convert newlines to spaces in names written in v11+ pg_dump comments.
Noah Misch
2025-08-08
pg_dump: Fix incorrect parsing of object types in pg_dump --filter.
Fujii Masao
2025-08-02
Simplify options in pg_dump and pg_restore.
Jeff Davis
2025-08-01
pg_dump: reject combination of "only" and "with"
Jeff Davis
2025-07-30
Revert Non text modes for pg_dumpall, and pg_restore support
Andrew Dunstan
2025-07-21
pg_dump: include comments on not-null constraints on domains, too
Álvaro Herrera
2025-07-18
pg_upgrade: Use COPY for large object metadata.
Nathan Bossart
2025-06-30
Run pgperltidy
Joe Conway
2025-06-26
pg_dump: include comments on valid not-null constraints, too
Álvaro Herrera
2025-06-16
Message style improvements
Peter Eisentraut
2025-05-27
Change pg_dump default for statistics export.
Jeff Davis
2025-05-20
pg_dump: Fix array literals in fetchAttributeStats().
Nathan Bossart
2025-04-28
Fix pg_dump for inherited validated not-null constraints
Álvaro Herrera
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-07
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-04-04
Fix a couple of error messages and tests for them
Andrew Dunstan
2025-04-04
Add more TAP tests for pg_dumpall
Andrew Dunstan
2025-04-04
Non text modes for pg_dumpall, correspondingly change pg_restore
Andrew Dunstan
2025-03-31
Add relallfrozen to pg_dump statistics.
Jeff Davis
2025-03-26
Add pg_dump --with-{schema|data|statistics} options.
Jeff Davis
2025-03-25
pg_dump: Add --sequence-data.
Nathan Bossart
2025-03-25
Stats: use schemaname/relname instead of regclass.
Jeff Davis
2025-03-16
pg_dump, pg_dumpall, pg_restore: Add --no-policies option.
Tom Lane
2025-02-26
Use attnum to identify index columns in pg_restore_attribute_stats().
Tom Lane
2025-02-20
Transfer statistics during pg_upgrade.
Jeff Davis
2025-02-20
Include schema/table publications even with exclude options in dump.
Amit Kapila
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-01-23
Change publication's publish_generated_columns option type to enum.
Amit Kapila
2025-01-22
Improve grammar of options for command arrays in TAP tests
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-07
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-10-28
Change the default value of the streaming option to 'parallel'.
Amit Kapila
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-07-29
Reduce number of commands dumpTableSchema emits for binary upgrade.
Tom Lane
2024-07-02
Cleanup perl code from unused variables and routines
Michael Paquier
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-14
Pre-beta mechanical code beautification.
Tom Lane
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
[next]