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