summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2022-09-20Suppress variable-set-but-not-used warnings from clang 15.Tom Lane
2021-11-08Translation updatesPeter Eisentraut
2021-10-27Clarify that --system reindexes system catalogs *only*Magnus Hagander
2021-10-23Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch
2021-10-23Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-10-22pg_dump: fix mis-dumping of non-global default privileges.Tom Lane
2021-10-19Fix bug in TOC file error message printingDaniel Gustafsson
2021-10-19Fix sscanf limits in pg_dumpDaniel Gustafsson
2021-10-04Update our mapping of Windows time zone names some more.Tom Lane
2021-10-02Update our mapping of Windows time zone names using CLDR info.Tom Lane
2021-10-02Re-alphabetize the win32_tzmap[] array.Tom Lane
2021-09-08Avoid useless malloc/free traffic around getFormattedTypeName().Tom Lane
2021-09-03Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.Tom Lane
2021-08-31In pg_dump, avoid doing per-table queries for RLS policies.Tom Lane
2021-08-31Cache the results of format_type() queries in pg_dump.Tom Lane
2021-08-09Translation updatesPeter Eisentraut
2021-08-06Fix wordingPeter Eisentraut
2021-08-03C comment: correct heading of extension queryBruce Momjian
2021-08-03pg_upgrade: warn about extensions that need updatingBruce Momjian
2021-07-26pg_resetxlog: add option to set oldest xid & use by pg_upgradeBruce Momjian
2021-06-13Work around portability issue with newer versions of mktime().Tom Lane
2021-06-09Fix inconsistencies in psql --help=commandsMichael Paquier
2021-06-07Fix incautious handling of possibly-miscoded strings in client code.Tom Lane
2021-05-20Clean up cpluspluscheck violation.Tom Lane
2021-05-10Translation updatesPeter Eisentraut
2021-04-29Fix some more omissions in pg_upgrade's tests for non-upgradable types.Tom Lane
2021-04-01Fix pg_restore's misdesigned code for detecting archive file format.Tom Lane
2021-03-23Fix psql's \connect command some more.Tom Lane
2021-03-23pg_waldump: Fix bug in per-record statistics.Fujii Masao
2021-03-12Fix race condition in psql \e's detection of file modification.Tom Lane
2021-02-08Translation updatesPeter Eisentraut
2021-01-28pgbench: Remove dead codeAlvaro Herrera
2021-01-26Report the true database name on connection errorsAlvaro Herrera
2021-01-26Code review for psql's helpSQL() function.Tom Lane
2021-01-16Fix pg_dump for GRANT OPTION among initial privileges.Noah Misch
2020-12-12initdb: complete getopt_long alphabetizationBruce Momjian
2020-12-12initdb: properly alphabetize getopt_long options in C stringBruce Momjian
2020-12-07Fix more race conditions in the newly-added pg_rewind test.Heikki Linnakangas
2020-12-04Fix race conditions in newly-added test.Heikki Linnakangas
2020-12-03Fix pg_rewind bugs when rewinding a standby server.Heikki Linnakangas
2020-11-29Fix recently-introduced breakage in psql's \connect command.Tom Lane
2020-11-09Ignore attempts to \gset into specially treated variables.Noah Misch
2020-11-09Translation updatesPeter Eisentraut
2020-11-07Fix redundant error messages in client toolsPeter Eisentraut
2020-11-06Revert "pg_dump: Lock all relations, not just plain tables".Tom Lane
2020-11-01Avoid null pointer dereference if error result lacks SQLSTATE.Tom Lane
2020-10-28Use mode "r" for popen() in psql's evaluate_backtick().Tom Lane
2020-10-27pg_dump: Lock all relations, not just plain tablesAlvaro Herrera
2020-10-21Fix connection string handling in psql's \connect command.Tom Lane
2020-10-19Fix connection string handling in src/bin/scripts/ programs.Tom Lane