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
7 days
Update copyright for 2026
Bruce Momjian
12 days
Add oauth_validator_libraries to variable_is_guc_list_quote
Daniel Gustafsson
2025-12-18
Sort DO_SUBSCRIPTION_REL dump objects independent of OIDs.
Noah Misch
2025-12-09
Remove unnecessary casts in printf format arguments (%zu/%zd)
Peter Eisentraut
2025-12-09
Use palloc_object() and palloc_array() in more areas of the tree
Michael Paquier
2025-12-08
Unify error messages
Álvaro Herrera
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-12-02
Update comment related to C99
Peter Eisentraut
2025-11-25
pg_dump tests: don't put dumps in stdout
Álvaro Herrera
2025-11-18
Fix typo
Álvaro Herrera
2025-11-13
Fix indentation issue
Michael Paquier
2025-11-04
Allow "SET list_guc TO NULL" to specify setting the GUC to empty.
Tom Lane
2025-10-21
Avoid short seeks in pg_restore.
Tom Lane
2025-10-20
pg_dump: Remove unnecessary code for security labels on extensions.
Fujii Masao
2025-10-19
Don't rely on zlib's gzgetc() macro.
Tom Lane
2025-10-18
Fix determination of not-null constraint "locality" for inherited columns
Álvaro Herrera
2025-10-18
Fix pg_dump sorting of foreign key constraints
Á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-16
Align the data block sizes of pg_dump's various compression modes.
Tom Lane
2025-10-16
Refactor logical worker synchronization code into a separate file.
Amit Kapila
2025-10-13
Fix serious performance problems in LZ4Stream_read_internal.
Tom Lane
2025-10-13
Fix poor buffering logic in pg_dump's lz4 and zstd compression code.
Tom Lane
2025-10-13
Fix issue with reading zero bytes in Gzip_read.
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-18
pg_restore: Fix security label handling with --no-publications/subscriptions.
Fujii Masao
2025-09-16
Fix pg_dump COMMENT dependency for separate domain constraints.
Noah Misch
2025-09-16
pg_dump: Fix dumping of security labels on subscriptions and event triggers.
Fujii Masao
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-09-08
pg_upgrade: Transfer pg_largeobject_metadata's files when possible.
Nathan Bossart
2025-09-03
Generate GUC tables from .dat file
Peter Eisentraut
2025-09-02
Add max_retention_duration option to subscriptions.
Amit Kapila
2025-08-29
pg_dump: Fix compression API errorhandling
Daniel Gustafsson
2025-08-23
Sort DO_DEFAULT_ACL dump objects independent of OIDs.
Noah Misch
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-31
Sort dump objects independent of OIDs, for the 7 holdout object types.
Noah Misch
2025-07-30
Revert Non text modes for pg_dumpall, and pg_restore support
Andrew Dunstan
2025-07-23
Preserve conflict-relevant data during logical replication.
Amit Kapila
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-07-16
Fix dumping of comments on invalid constraints on domains
Álvaro Herrera
2025-07-16
pg_dumpall: Skip global objects with --statistics-only or --no-schema.
Jeff Davis
[next]