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
/
pg_dump.c
Age
Commit message (
Expand
)
Author
2025-06-26
pg_dump: include comments on valid not-null constraints, too
Álvaro Herrera
2025-06-19
Improve pg_dump/pg_dumpall help synopses and terminology
Peter Eisentraut
2025-06-18
pg_dump: Allow pg_dump to dump the statistics for foreign tables.
Fujii Masao
2025-06-16
Message style improvements
Peter Eisentraut
2025-05-22
pg_dump: Adjust reltuples from 0 to -1 for dumps of older versions.
Nathan Bossart
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-18
Fixup various older misuses of appendPQExpBuffer
David Rowley
2025-04-16
Fixup various new-to-v18 usages of appendPQExpBuffer
David Rowley
2025-04-16
Fix pg_dump --clean with partitioned indexes.
Tom Lane
2025-04-10
Fix incorrect format placeholders
Peter Eisentraut
2025-04-07
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-04-05
pg_dump: Fix query for gathering attribute stats on older versions.
Nathan Bossart
2025-04-04
Non text modes for pg_dumpall, correspondingly change pg_restore
Andrew Dunstan
2025-04-04
Move common pg_dump code related to connections to a new file
Andrew Dunstan
2025-04-04
pg_dump: Retrieve attribute statistics in batches.
Nathan Bossart
2025-04-04
pg_dump: Reduce memory usage of dumps with statistics.
Nathan Bossart
2025-04-04
Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects.
Fujii Masao
2025-04-03
Remove duplicate set of print_notnull
Álvaro Herrera
2025-04-02
Add support for NOT ENFORCED in foreign key constraints
Peter Eisentraut
2025-03-31
Add relallfrozen to pg_dump statistics.
Jeff Davis
2025-03-28
Matview statistics depend on matview data.
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-03-08
Don't convert to and from floats in pg_dump.
Jeff Davis
2025-02-28
Adjust pg_dump tag for relation stats.
Jeff Davis
2025-02-26
Use attnum to identify index columns in pg_restore_attribute_stats().
Tom Lane
2025-02-26
pg_dump: prepare attribute stats query.
Jeff Davis
2025-02-26
Avoid unnecessary relation stats query in pg_dump.
Jeff Davis
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-12
Fix minor memory leaks in pg_dump.
Tom Lane
2025-02-10
Specify the encoding of input to fmtId()
Andres Freund
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-01-28
Rename pubgencols_type to pubgencols in pg_publication.
Amit Kapila
2025-01-23
Fix buildfarm failure introduced by commit e65dbc9927.
Amit Kapila
2025-01-23
Change publication's publish_generated_columns option type to enum.
Amit Kapila
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-13
Fix possible crash in pg_dump with identity sequences.
Tom Lane
2024-12-13
Dump not-null constraints on inherited columns correctly
Álvaro Herrera
2024-12-11
Fix a memory leak in dumping functions with TRANSFORMs
Daniel Gustafsson
2024-12-03
Rework some code handling pg_subscription data in psql and pg_dump
Michael Paquier
2024-11-25
pg_dump: Add dumpSchema and dumpData derivative flags.
Nathan Bossart
2024-11-20
clarify --no-comments option in --help and SGML files
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-11-06
Remove unused #include's from bin .c files
Peter Eisentraut
[next]