index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Commit message (
Expand
)
Author
Age
*
Remove some recently-added pg_dump test cases.
Robert Haas
2022-04-22
*
Rethink method for assigning OIDs to the template0 and postgres DBs.
Tom Lane
2022-04-21
*
Allow db.schema.table patterns, but complain about random garbage.
Robert Haas
2022-04-20
*
Fix incorrect format placeholders
Peter Eisentraut
2022-04-20
*
Fix aggregate logging of pgbench.
Tatsuo Ishii
2022-04-19
*
Handle compression level in pg_receivewal for LZ4
Michael Paquier
2022-04-18
*
Use standard timeout, in 010_pg_basebackup.pl.
Noah Misch
2022-04-15
*
psql: fix \l display for pre-v15 databases.
Tom Lane
2022-04-15
*
Fix case sensitivity in psql's tab completion for GUC names.
Tom Lane
2022-04-13
*
Further tweak the default behavior of psql's \dconfig.
Tom Lane
2022-04-13
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Rework compression options of pg_receivewal
Michael Paquier
2022-04-13
*
Remove not-very-useful early checks of __pg_log_level in logging.h.
Tom Lane
2022-04-12
*
Remove WalCompressionMethod in favor of pg_compress_algorithm
Michael Paquier
2022-04-12
*
Rename backup_compression.{c,h} to compression.{c,h}
Michael Paquier
2022-04-12
*
Make XLogRecGetBlockTag() throw error if there's no such block.
Tom Lane
2022-04-11
*
Tweak the default behavior of psql's \dconfig.
Tom Lane
2022-04-11
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
Put new command-line options into alphabetical order in help output
Peter Eisentraut
2022-04-11
*
Add missing source files to nls.mk
Peter Eisentraut
2022-04-09
*
Silence compiler warnings for unsupported compression methods.
Tom Lane
2022-04-08
*
Improve frontend error logging style.
Tom Lane
2022-04-08
*
Fix busted .gitignore entry.
Tom Lane
2022-04-08
*
psql: Fix translation marking
Peter Eisentraut
2022-04-08
*
Add contrib/pg_walinspect.
Jeff Davis
2022-04-08
*
Remove error message hints mentioning configure options
Peter Eisentraut
2022-04-08
*
psql: add \dconfig command to show server's configuration parameters.
Tom Lane
2022-04-07
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
*
Fix off-by-one error in pg_waldump, introduced in 5c279a6d350.
Jeff Davis
2022-04-07
*
Unlogged sequences
Peter Eisentraut
2022-04-07
*
Try to silence "-Wmissing-braces" complaints in rmgrdesc.c.
Andres Freund
2022-04-07
*
Fix warning introduced in 5c279a6d350.
Jeff Davis
2022-04-07
*
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
*
pgstat: remove stats_temp_directory.
Andres Freund
2022-04-06
*
Add option --config-file to pg_rewind
Michael Paquier
2022-04-07
*
Remove exclusive backup mode
Stephen Frost
2022-04-06
*
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-04-06
*
Change aggregated log format of pgbench.
Tatsuo Ishii
2022-04-06
*
Fix compilerwarning in logging size_t
Daniel Gustafsson
2022-04-05
*
pg_rewind: Fetch small files according to new size.
Daniel Gustafsson
2022-04-05
*
Extend TAP tests of pg_dump to test for compression with gzip
Michael Paquier
2022-04-05
*
psql: Show all query results by default
Peter Eisentraut
2022-04-04
*
pg_basebackup: Fix code that thinks about LZ4 buffer size.
Robert Haas
2022-04-04
*
Allow CLUSTER on partitioned tables
Alvaro Herrera
2022-04-02
*
psql: Refactor ProcessResult()
Peter Eisentraut
2022-04-01
*
Improve handling and logging of TAP tests for pg_upgrade
Michael Paquier
2022-04-01
*
Switch the regression tests of pg_upgrade to use TAP tests
Michael Paquier
2022-04-01
*
initdb: When running CREATE DATABASE, use STRATEGY = WAL_COPY.
Robert Haas
2022-03-31
*
psql: Refactor SendQuery()
Peter Eisentraut
2022-03-31
*
psql: Add tests for \errverbose
Peter Eisentraut
2022-03-31
[next]