summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_dump.c
AgeCommit message (Expand)Author
2025-06-26pg_dump: include comments on valid not-null constraints, tooÁlvaro Herrera
2025-06-19Improve pg_dump/pg_dumpall help synopses and terminologyPeter Eisentraut
2025-06-18pg_dump: Allow pg_dump to dump the statistics for foreign tables.Fujii Masao
2025-06-16Message style improvementsPeter Eisentraut
2025-05-22pg_dump: Adjust reltuples from 0 to -1 for dumps of older versions.Nathan Bossart
2025-05-20pg_dump: Fix array literals in fetchAttributeStats().Nathan Bossart
2025-04-28Fix pg_dump for inherited validated not-null constraintsÁlvaro Herrera
2025-04-18Fixup various older misuses of appendPQExpBufferDavid Rowley
2025-04-16Fixup various new-to-v18 usages of appendPQExpBufferDavid Rowley
2025-04-16Fix pg_dump --clean with partitioned indexes.Tom Lane
2025-04-10Fix incorrect format placeholdersPeter Eisentraut
2025-04-07Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera
2025-04-05pg_dump: Fix query for gathering attribute stats on older versions.Nathan Bossart
2025-04-04Non text modes for pg_dumpall, correspondingly change pg_restoreAndrew Dunstan
2025-04-04Move common pg_dump code related to connections to a new fileAndrew Dunstan
2025-04-04pg_dump: Retrieve attribute statistics in batches.Nathan Bossart
2025-04-04pg_dump: Reduce memory usage of dumps with statistics.Nathan Bossart
2025-04-04Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects.Fujii Masao
2025-04-03Remove duplicate set of print_notnullÁlvaro Herrera
2025-04-02Add support for NOT ENFORCED in foreign key constraintsPeter Eisentraut
2025-03-31Add relallfrozen to pg_dump statistics.Jeff Davis
2025-03-28Matview statistics depend on matview data.Jeff Davis
2025-03-26Add pg_dump --with-{schema|data|statistics} options.Jeff Davis
2025-03-25pg_dump: Add --sequence-data.Nathan Bossart
2025-03-25Stats: use schemaname/relname instead of regclass.Jeff Davis
2025-03-16pg_dump, pg_dumpall, pg_restore: Add --no-policies option.Tom Lane
2025-03-08Don't convert to and from floats in pg_dump.Jeff Davis
2025-02-28Adjust pg_dump tag for relation stats.Jeff Davis
2025-02-26Use attnum to identify index columns in pg_restore_attribute_stats().Tom Lane
2025-02-26pg_dump: prepare attribute stats query.Jeff Davis
2025-02-26Avoid unnecessary relation stats query in pg_dump.Jeff Davis
2025-02-20Transfer statistics during pg_upgrade.Jeff Davis
2025-02-20Include schema/table publications even with exclude options in dump.Amit Kapila
2025-02-12Fix minor memory leaks in pg_dump.Tom Lane
2025-02-10Specify the encoding of input to fmtId()Andres Freund
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-28Rename pubgencols_type to pubgencols in pg_publication.Amit Kapila
2025-01-23Fix buildfarm failure introduced by commit e65dbc9927.Amit Kapila
2025-01-23Change publication's publish_generated_columns option type to enum.Amit Kapila
2025-01-01Fix an assortment of spelling mistakes and typosDavid Rowley
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-13Fix possible crash in pg_dump with identity sequences.Tom Lane
2024-12-13Dump not-null constraints on inherited columns correctlyÁlvaro Herrera
2024-12-11Fix a memory leak in dumping functions with TRANSFORMsDaniel Gustafsson
2024-12-03Rework some code handling pg_subscription data in psql and pg_dumpMichael Paquier
2024-11-25pg_dump: Add dumpSchema and dumpData derivative flags.Nathan Bossart
2024-11-20clarify --no-comments option in --help and SGML filesBruce Momjian
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-11-07Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila
2024-11-06Remove unused #include's from bin .c filesPeter Eisentraut