summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump
AgeCommit message (Expand)Author
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-21Fix pg_dumpall to cope with dangling OIDs in pg_auth_members.Tom Lane
2025-02-20Remove various unnecessary (char *) castsPeter Eisentraut
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-25Tighten pg_restore's recognition of its -F (format) option values.Tom Lane
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-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-01Fix an assortment of spelling mistakes and typosDavid Rowley
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-18Fix memory leak in pg_restore with zstd-compressed data.Tom Lane
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-06Remove useless casts to (const void *)Peter Eisentraut
2024-12-03Rework some code handling pg_subscription data in psql and pg_dumpMichael Paquier
2024-11-28Remove useless casts to (void *)Peter Eisentraut
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
2024-11-04pg_dump: provide a stable sort order for rules.Tom Lane
2024-10-28Change the default value of the streaming option to 'parallel'.Amit Kapila
2024-10-03Remove support for unlogged on partitioned tablesMichael Paquier
2024-10-02Add fastpaths for when no objects are foundDaniel Gustafsson
2024-10-02Remove superfluous PQExpBuffer resettingDaniel Gustafsson
2024-10-01Use macro to define the number of enum valuesPeter Eisentraut
2024-09-17Repair pg_upgrade for identity sequences with non-default persistence.Tom Lane
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-09-05Fix handling of NULL return value in typarray lookupDaniel Gustafsson
2024-09-04Apply more quoting to GUC names in messagesMichael Paquier
2024-09-02Cache typarray for fast lookups in binary upgrade modeDaniel Gustafsson
2024-08-29Rename pg_sequence_read_tuple() to pg_get_sequence_data()Michael Paquier
2024-08-27Message style improvementsPeter Eisentraut
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-08-01Convert an extern variable to staticPeter Eisentraut
2024-07-31Improve performance of dumpSequenceData().Nathan Bossart
2024-07-31Improve performance of dumpSequence().Nathan Bossart
2024-07-31Parse sequence type and integer metadata in dumpSequence().Nathan Bossart
2024-07-29Count individual SQL commands in pg_restore's --transaction-size mode.Tom Lane
2024-07-29Reduce number of commands dumpTableSchema emits for binary upgrade.Tom Lane
2024-07-25Remove useless unconstify() callPeter Eisentraut