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
REL_19_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
3 days
pg_dump: Fix performance regression in attribute statistics query.
Nathan Bossart
4 days
pg_dump: Remove some dead code.
Nathan Bossart
12 days
Use ArchiveHandle.lookaheadSize instead of a hardcoded 512
Daniel Gustafsson
13 days
Allow an aggregate's planner support function to be set via CREATE AGGREGATE.
Tom Lane
2026-08-10
Add an output_plugin_libraries GUC to bless trusted output plugins
Jacob Champion
2026-08-10
Move SplitGUCList() to fe_utils
Jacob Champion
2026-08-10
pg_dump: avoid assuming how long pg_proc.protrftypes can be.
Tom Lane
2026-07-30
Skip SUBSCRIPTION TABLE TOC entries with --no-subscriptions.
Amit Kapila
2026-07-15
Clean up write() return type
Peter Eisentraut
2026-07-11
Fix for loop variables used with lengthof
Peter Eisentraut
2026-07-11
Fix for loop variables
Peter Eisentraut
2026-07-08
Remove sketchy TerminateThread() call on Ctrl-C on Windows
Heikki Linnakangas
2026-07-07
Fix pg_dump ACL minimization for PROPERTY GRAPH.
Noah Misch
2026-07-07
pg_dump: check for _beginthreadex() failure in parallel dump
Heikki Linnakangas
2026-07-07
Print off_t/pgoff_t consistently as %lld
Peter Eisentraut
2026-07-02
Run pgindent and pgperltidy for previous 3 commits.
Nathan Bossart
2026-07-02
Remove pg_dump/pg_dumpall support for dumping from pre-v10 servers.
Nathan Bossart
2026-07-01
Fix mismatched deallocation functions
Peter Eisentraut
2026-06-18
Revert non-text output formats for pg_dumpall
Andrew Dunstan
2026-06-16
pg_restore: Use dependency-based matching for STATISTICS DATA
Michael Paquier
2026-06-15
pg_dump: Remove dead code in TAP tests
Michael Paquier
2026-06-15
Fix inconsistencies with pg_restore --statistics[-only]
Michael Paquier
2026-06-03
pg_dump: scope indAttNames per index in getIndexes()
Alexander Korotkov
2026-06-01
Translation updates
Peter Eisentraut
2026-05-13
Pre-beta mechanical code beautification, step 2: run pgperltidy.
Tom Lane
2026-05-13
Pre-beta mechanical code beautification, step 1: run pgindent.
Tom Lane
2026-05-04
Fix options listing of pg_restore --no-globals
Peter Eisentraut
2026-04-23
Fix new-to-v19 -Wshadow warnings
David Rowley
2026-04-21
Fix a set of typos and grammar issues across the tree
Michael Paquier
2026-04-15
Rework signal handler infrastructure to pass sender info as argument.
Andrew Dunstan
2026-04-13
Improve various new-to-v19 appendStringInfo calls
David Rowley
2026-04-02
Harden astreamer tar parsing logic against archives it can't handle.
Tom Lane
2026-03-31
Change syntax of EXCEPT TABLE clause in publication commands.
Amit Kapila
2026-03-24
Fix accidentally casting away const
Peter Eisentraut
2026-03-19
Avoid leaking duplicated file descriptors in corner cases.
Tom Lane
2026-03-18
pg_restore: Remove unnecessary strlen() calls in options parsing.
Nathan Bossart
2026-03-18
Fix pg_dump for CREATE FOREIGN DATA WRAPPER ... CONNECTION.
Jeff Davis
2026-03-17
pg_dump: Simplify query for retrieving attribute statistics.
Nathan Bossart
2026-03-17
pg_dump: Add appropriate version check
Peter Eisentraut
2026-03-16
pg_dumpall: Fix handling of incompatible options.
Nathan Bossart
2026-03-16
SQL Property Graph Queries (SQL/PGQ)
Peter Eisentraut
2026-03-15
Fix small memory leak in get_dbname_oid_list_from_mfile().
Tom Lane
2026-03-15
pg_restore: Remove dead code in restore_all_databases()
Andrew Dunstan
2026-03-10
pg_dumpall: simplify coding of dropDBs()
Álvaro Herrera
2026-03-09
pg_{dump,restore}: Refactor handling of conflicting options.
Nathan Bossart
2026-03-07
Fix invalid boolean if-test
Álvaro Herrera
2026-03-06
pg_dumpall: Fix handling of conflicting options.
Nathan Bossart
2026-03-06
CREATE SUBSCRIPTION ... SERVER.
Jeff Davis
2026-03-05
Exit after fatal errors in client-side compression code.
Tom Lane
2026-03-04
pg_restore: add --no-globals option to skip globals
Andrew Dunstan
[next]