index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Commit message (
Expand
)
Author
Age
*
Verify roundtrip dump/restore of regression database
Álvaro Herrera
2025-04-01
*
Add relallfrozen to pg_dump statistics.
Jeff Davis
2025-03-30
*
Enable IO concurrency on all systems
Andres Freund
2025-03-30
*
pgbench: Make set_random_seed() 64-bit everywhere.
Peter Eisentraut
2025-03-29
*
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-29
*
Matview statistics depend on matview data.
Jeff Davis
2025-03-28
*
pg_createsubscriber: Add '--all' option.
Amit Kapila
2025-03-28
*
psql: Fix incorrect equality comparison
Daniel Gustafsson
2025-03-27
*
psql: Make test robust against locale variations
Daniel Gustafsson
2025-03-26
*
Add pg_dump --with-{schema|data|statistics} options.
Jeff Davis
2025-03-25
*
pg_upgrade: Add --swap for faster file transfer.
Nathan Bossart
2025-03-25
*
pg_dump: Add --sequence-data.
Nathan Bossart
2025-03-25
*
initdb: Add --no-sync-data-files.
Nathan Bossart
2025-03-25
*
Stats: use schemaname/relname instead of regclass.
Jeff Davis
2025-03-25
*
psql: Make default \watch interval configurable
Daniel Gustafsson
2025-03-25
*
pg_basebackup: Add missing PQclear in error path
Daniel Gustafsson
2025-03-25
*
Allow pg_recvlogical --drop-slot to work without --dbname.
Fujii Masao
2025-03-25
*
psql: use consistent alias for pg_description
Magnus Hagander
2025-03-24
*
psql: show default extension version in \dx output
Magnus Hagander
2025-03-24
*
psql: Add tab completion for VACUUM and ANALYZE ... ONLY option.
Tom Lane
2025-03-23
*
Add GUC option to control maximum active replication origins.
Masahiko Sawada
2025-03-21
*
Add test for pg_upgrade file transfer modes.
Nathan Bossart
2025-03-20
*
Revert workarounds for -Wmissing-braces false positives on old GCC
Peter Eisentraut
2025-03-20
*
pg_createsubscriber: Add -R publications option.
Amit Kapila
2025-03-20
*
psql: Allow queries terminated by semicolons while in pipeline mode
Michael Paquier
2025-03-19
*
Update guidance for running vacuumdb after pg_upgrade.
Nathan Bossart
2025-03-18
*
vacuumdb: Add option for analyzing only relations missing stats.
Nathan Bossart
2025-03-18
*
vacuumdb: Teach vacuum_one_database() to reuse query results.
Nathan Bossart
2025-03-18
*
Silence compiler warning.
Tom Lane
2025-03-18
*
Simplify reindexdb coding
Álvaro Herrera
2025-03-18
*
Fix the test 005_char_signedness.
Masahiko Sawada
2025-03-17
*
psql: Add \sendpipeline to send query buffers while in a pipeline
Michael Paquier
2025-03-18
*
Fix indentation.
Robert Haas
2025-03-17
*
pg_upgrade: Remove some dead code.
Nathan Bossart
2025-03-17
*
pg_combinebackup: Add -k, --link option.
Robert Haas
2025-03-17
*
Unify wording of user-facing "row security" messages.
Tom Lane
2025-03-17
*
Fix inconsistent quoting for some options in TAP tests
Michael Paquier
2025-03-17
*
Apply more consistent style for command options in TAP tests
Michael Paquier
2025-03-17
*
pg_dump, pg_dumpall, pg_restore: Add --no-policies option.
Tom Lane
2025-03-16
*
reindexdb: Fix the index-level REINDEX with multiple jobs
Alexander Korotkov
2025-03-16
*
pg_createsubscriber: Remove some code bloat in the atexit() callback
Michael Paquier
2025-03-16
*
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-13
*
pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.
Masahiko Sawada
2025-03-12
*
Don't convert to and from floats in pg_dump.
Jeff Davis
2025-03-08
*
Revert "vacuumdb: Add option for analyzing only relations missing stats."
John Naylor
2025-03-07
*
vacuumdb: Add option for analyzing only relations missing stats.
Nathan Bossart
2025-03-07
*
reindexdb: move PQfinish() calls to the right place
Álvaro Herrera
2025-03-06
*
Address stats export review comments.
Jeff Davis
2025-03-06
*
Fix some gaps in pg_stat_io with WAL receiver and WAL summarizer
Michael Paquier
2025-03-05
*
psql: Fix memory leak with \gx used within a pipeline
Michael Paquier
2025-03-05
[next]