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