summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2022-05-13Indent C code in flex and bison filesPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-11Fix typos and grammar in code and test commentsMichael Paquier
2022-05-11Add missing source files to nls.mkPeter Eisentraut
2022-05-10Remove some tabs in SQL code in C string literalsPeter Eisentraut
2022-05-10Fix several issues with the TAP tests of pg_upgradeMichael Paquier
2022-05-09Add missing source files to nls.mkPeter Eisentraut
2022-04-22Remove some recently-added pg_dump test cases.Robert Haas
2022-04-21Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane
2022-04-20Allow db.schema.table patterns, but complain about random garbage.Robert Haas
2022-04-20Fix incorrect format placeholdersPeter Eisentraut
2022-04-19Fix aggregate logging of pgbench.Tatsuo Ishii
2022-04-18Handle compression level in pg_receivewal for LZ4Michael Paquier
2022-04-16Use standard timeout, in 010_pg_basebackup.pl.Noah Misch
2022-04-15psql: fix \l display for pre-v15 databases.Tom Lane
2022-04-13Fix case sensitivity in psql's tab completion for GUC names.Tom Lane
2022-04-13Further tweak the default behavior of psql's \dconfig.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-13Rework compression options of pg_receivewalMichael Paquier
2022-04-12Remove not-very-useful early checks of __pg_log_level in logging.h.Tom Lane
2022-04-12Remove WalCompressionMethod in favor of pg_compress_algorithmMichael Paquier
2022-04-12Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier
2022-04-11Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane
2022-04-11Tweak the default behavior of psql's \dconfig.Tom Lane
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-11Put new command-line options into alphabetical order in help outputPeter Eisentraut
2022-04-09Add missing source files to nls.mkPeter Eisentraut
2022-04-08Silence compiler warnings for unsupported compression methods.Tom Lane
2022-04-08Improve frontend error logging style.Tom Lane
2022-04-08Fix busted .gitignore entry.Tom Lane
2022-04-08psql: Fix translation markingPeter Eisentraut
2022-04-08Add contrib/pg_walinspect.Jeff Davis
2022-04-08Remove error message hints mentioning configure optionsPeter Eisentraut
2022-04-07psql: add \dconfig command to show server's configuration parameters.Tom Lane
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07Fix off-by-one error in pg_waldump, introduced in 5c279a6d350.Jeff Davis
2022-04-07Unlogged sequencesPeter Eisentraut
2022-04-07Try to silence "-Wmissing-braces" complaints in rmgrdesc.c.Andres Freund
2022-04-07Fix warning introduced in 5c279a6d350.Jeff Davis
2022-04-07Custom WAL Resource Managers.Jeff Davis
2022-04-07pgstat: remove stats_temp_directory.Andres Freund
2022-04-06Add option --config-file to pg_rewindMichael Paquier
2022-04-06Remove exclusive backup modeStephen Frost
2022-04-06Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane
2022-04-06Change aggregated log format of pgbench.Tatsuo Ishii
2022-04-05Fix compilerwarning in logging size_tDaniel Gustafsson
2022-04-05pg_rewind: Fetch small files according to new size.Daniel Gustafsson
2022-04-05Extend TAP tests of pg_dump to test for compression with gzipMichael Paquier
2022-04-04psql: Show all query results by defaultPeter Eisentraut
2022-04-04pg_basebackup: Fix code that thinks about LZ4 buffer size.Robert Haas