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
*
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
*
pg_upgrade: Check for the expected error message in TAP tests.
Masahiko Sawada
2025-03-04
*
Use PRI*64 instead of "ll*" in format strings (minimal trial)
Peter Eisentraut
2025-03-02
*
Adjust pg_dump tag for relation stats.
Jeff Davis
2025-02-27
*
pg_upgrade: Fix inconsistency in memory freeing
Michael Paquier
2025-02-28
*
Avoid unnecessary computation of pgbench's script line number.
Tom Lane
2025-02-27
*
Get rid of O(N^2) script-parsing overhead in pgbench.
Tom Lane
2025-02-27
*
pg_amcheck: Fix inconsistency in memory freeing
Michael Paquier
2025-02-27
*
Use attnum to identify index columns in pg_restore_attribute_stats().
Tom Lane
2025-02-26
*
Fix a typo in 005_char_signedness.pl test.
Masahiko Sawada
2025-02-26
*
Add two-phase option in pg_createsubscriber.
Amit Kapila
2025-02-26
*
pg_dump: prepare attribute stats query.
Jeff Davis
2025-02-25
*
Avoid unnecessary relation stats query in pg_dump.
Jeff Davis
2025-02-25
*
Change relpath() et al to return path by value
Andres Freund
2025-02-25
*
Fix untranslatable string concatenation in pg_upgrade
Michael Paquier
2025-02-25
*
psql: Add pipeline status to prompt and some state variables
Michael Paquier
2025-02-25
*
pg_amcheck: PQclear query results
Daniel Gustafsson
2025-02-24
*
Documentation fixups for dumping statistics.
Jeff Davis
2025-02-22
*
Change \conninfo to use tabular format
Álvaro Herrera
2025-02-22
*
Add test 005_char_signedness.pl to meson.build.
Masahiko Sawada
2025-02-21
[next]