aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* psql: Add tab completion for VACUUM and ANALYZE ... ONLY option.Tom Lane2025-03-23
* Add GUC option to control maximum active replication origins.Masahiko Sawada2025-03-21
* Add test for pg_upgrade file transfer modes.Nathan Bossart2025-03-20
* Revert workarounds for -Wmissing-braces false positives on old GCCPeter Eisentraut2025-03-20
* pg_createsubscriber: Add -R publications option.Amit Kapila2025-03-20
* psql: Allow queries terminated by semicolons while in pipeline modeMichael Paquier2025-03-19
* Update guidance for running vacuumdb after pg_upgrade.Nathan Bossart2025-03-18
* vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart2025-03-18
* vacuumdb: Teach vacuum_one_database() to reuse query results.Nathan Bossart2025-03-18
* Silence compiler warning.Tom Lane2025-03-18
* Simplify reindexdb codingÁlvaro Herrera2025-03-18
* Fix the test 005_char_signedness.Masahiko Sawada2025-03-17
* psql: Add \sendpipeline to send query buffers while in a pipelineMichael Paquier2025-03-18
* Fix indentation.Robert Haas2025-03-17
* pg_upgrade: Remove some dead code.Nathan Bossart2025-03-17
* pg_combinebackup: Add -k, --link option.Robert Haas2025-03-17
* Unify wording of user-facing "row security" messages.Tom Lane2025-03-17
* Fix inconsistent quoting for some options in TAP testsMichael Paquier2025-03-17
* Apply more consistent style for command options in TAP testsMichael Paquier2025-03-17
* pg_dump, pg_dumpall, pg_restore: Add --no-policies option.Tom Lane2025-03-16
* reindexdb: Fix the index-level REINDEX with multiple jobsAlexander Korotkov2025-03-16
* pg_createsubscriber: Remove some code bloat in the atexit() callbackMichael Paquier2025-03-16
* pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut2025-03-13
* pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.Masahiko Sawada2025-03-12
* Don't convert to and from floats in pg_dump.Jeff Davis2025-03-08
* Revert "vacuumdb: Add option for analyzing only relations missing stats."John Naylor2025-03-07
* vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart2025-03-07
* reindexdb: move PQfinish() calls to the right placeÁlvaro Herrera2025-03-06
* Address stats export review comments.Jeff Davis2025-03-06
* Fix some gaps in pg_stat_io with WAL receiver and WAL summarizerMichael Paquier2025-03-05
* psql: Fix memory leak with \gx used within a pipelineMichael Paquier2025-03-05
* pg_upgrade: Check for the expected error message in TAP tests.Masahiko Sawada2025-03-04
* Use PRI*64 instead of "ll*" in format strings (minimal trial)Peter Eisentraut2025-03-02
* Adjust pg_dump tag for relation stats.Jeff Davis2025-02-27
* pg_upgrade: Fix inconsistency in memory freeingMichael Paquier2025-02-28
* Avoid unnecessary computation of pgbench's script line number.Tom Lane2025-02-27
* Get rid of O(N^2) script-parsing overhead in pgbench.Tom Lane2025-02-27
* pg_amcheck: Fix inconsistency in memory freeingMichael Paquier2025-02-27
* Use attnum to identify index columns in pg_restore_attribute_stats().Tom Lane2025-02-26
* Fix a typo in 005_char_signedness.pl test.Masahiko Sawada2025-02-26
* Add two-phase option in pg_createsubscriber.Amit Kapila2025-02-26
* pg_dump: prepare attribute stats query.Jeff Davis2025-02-25
* Avoid unnecessary relation stats query in pg_dump.Jeff Davis2025-02-25
* Change relpath() et al to return path by valueAndres Freund2025-02-25
* Fix untranslatable string concatenation in pg_upgradeMichael Paquier2025-02-25
* psql: Add pipeline status to prompt and some state variablesMichael Paquier2025-02-25
* pg_amcheck: PQclear query resultsDaniel Gustafsson2025-02-24
* Documentation fixups for dumping statistics.Jeff Davis2025-02-22
* Change \conninfo to use tabular formatÁlvaro Herrera2025-02-22
* Add test 005_char_signedness.pl to meson.build.Masahiko Sawada2025-02-21