aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Add tab completion for table_rewrite's CREATE EVENT TRIGGER in psqlMichael Paquier2022-05-25
* pg_upgrade: Tweak translatable stringsPeter Eisentraut2022-05-23
* psql: Update \timing also in case of an errorPeter Eisentraut2022-05-23
* Improve and fix some issues in the TAP tests of pg_upgradeMichael Paquier2022-05-21
* pg_waldump: Improve option parsing error messagesPeter Eisentraut2022-05-20
* pgbench: Restore compatibility of --partitions=0Michael Paquier2022-05-18
* Translation updatesPeter Eisentraut2022-05-16
* pg_upgrade: Add missing gettext triggersPeter Eisentraut2022-05-16
* pg_upgrade: Add missing gettext triggersPeter Eisentraut2022-05-16
* Indent C code in flex and bison filesPeter Eisentraut2022-05-13
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix typos and grammar in code and test commentsMichael Paquier2022-05-11
* 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