summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2025-03-18Fix the test 005_char_signedness.Masahiko Sawada
2025-03-18psql: Add \sendpipeline to send query buffers while in a pipelineMichael Paquier
2025-03-17Fix indentation.Robert Haas
2025-03-17pg_upgrade: Remove some dead code.Nathan Bossart
2025-03-17pg_combinebackup: Add -k, --link option.Robert Haas
2025-03-17Unify wording of user-facing "row security" messages.Tom Lane
2025-03-17Fix inconsistent quoting for some options in TAP testsMichael Paquier
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-03-16pg_dump, pg_dumpall, pg_restore: Add --no-policies option.Tom Lane
2025-03-16reindexdb: Fix the index-level REINDEX with multiple jobsAlexander Korotkov
2025-03-16pg_createsubscriber: Remove some code bloat in the atexit() callbackMichael Paquier
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-03-12pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.Masahiko Sawada
2025-03-08Don't convert to and from floats in pg_dump.Jeff Davis
2025-03-07Revert "vacuumdb: Add option for analyzing only relations missing stats."John Naylor
2025-03-07vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart
2025-03-06reindexdb: move PQfinish() calls to the right placeÁlvaro Herrera
2025-03-06Address stats export review comments.Jeff Davis
2025-03-05Fix some gaps in pg_stat_io with WAL receiver and WAL summarizerMichael Paquier
2025-03-04psql: Fix memory leak with \gx used within a pipelineMichael Paquier
2025-03-04pg_upgrade: Check for the expected error message in TAP tests.Masahiko Sawada
2025-03-02Use PRI*64 instead of "ll*" in format strings (minimal trial)Peter Eisentraut
2025-02-28Adjust pg_dump tag for relation stats.Jeff Davis
2025-02-28pg_upgrade: Fix inconsistency in memory freeingMichael Paquier
2025-02-27Avoid unnecessary computation of pgbench's script line number.Tom Lane
2025-02-27Get rid of O(N^2) script-parsing overhead in pgbench.Tom Lane
2025-02-27pg_amcheck: Fix inconsistency in memory freeingMichael Paquier
2025-02-26Use attnum to identify index columns in pg_restore_attribute_stats().Tom Lane
2025-02-26Fix a typo in 005_char_signedness.pl test.Masahiko Sawada
2025-02-26Add two-phase option in pg_createsubscriber.Amit Kapila
2025-02-26pg_dump: prepare attribute stats query.Jeff Davis
2025-02-26Avoid unnecessary relation stats query in pg_dump.Jeff Davis
2025-02-25Change relpath() et al to return path by valueAndres Freund
2025-02-25Fix untranslatable string concatenation in pg_upgradeMichael Paquier
2025-02-25psql: Add pipeline status to prompt and some state variablesMichael Paquier
2025-02-24pg_amcheck: PQclear query resultsDaniel Gustafsson
2025-02-22Documentation fixups for dumping statistics.Jeff Davis
2025-02-22Change \conninfo to use tabular formatÁlvaro Herrera
2025-02-21Add test 005_char_signedness.pl to meson.build.Masahiko Sawada
2025-02-21Fix pg_dumpall to cope with dangling OIDs in pg_auth_members.Tom Lane
2025-02-21pg_upgrade: Add --set-char-signedness to set the default char signedness of n...Masahiko Sawada
2025-02-21pg_upgrade: Preserve default char signedness value from old cluster.Masahiko Sawada
2025-02-21pg_resetwal: Add --char-signedness option to change the default char signedness.Masahiko Sawada
2025-02-21Add default_char_signedness field to ControlFileData.Masahiko Sawada
2025-02-21psql: Add support for pipelinesMichael Paquier
2025-02-21Add braces for if block with large comment in psql's common.cMichael Paquier
2025-02-20Remove various unnecessary (char *) castsPeter Eisentraut
2025-02-20Transfer statistics during pg_upgrade.Jeff Davis
2025-02-20Include schema/table publications even with exclude options in dump.Amit Kapila
2025-02-20pgbench: Increase RLIMIT_NOFILE if necessaryAndres Freund