index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Age
Commit message (
Expand
)
Author
2022-05-13
Indent C code in flex and bison files
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-11
Fix typos and grammar in code and test comments
Michael Paquier
2022-05-11
Add missing source files to nls.mk
Peter Eisentraut
2022-05-10
Remove some tabs in SQL code in C string literals
Peter Eisentraut
2022-05-10
Fix several issues with the TAP tests of pg_upgrade
Michael Paquier
2022-05-09
Add missing source files to nls.mk
Peter Eisentraut
2022-04-22
Remove some recently-added pg_dump test cases.
Robert Haas
2022-04-21
Rethink method for assigning OIDs to the template0 and postgres DBs.
Tom Lane
2022-04-20
Allow db.schema.table patterns, but complain about random garbage.
Robert Haas
2022-04-20
Fix incorrect format placeholders
Peter Eisentraut
2022-04-19
Fix aggregate logging of pgbench.
Tatsuo Ishii
2022-04-18
Handle compression level in pg_receivewal for LZ4
Michael Paquier
2022-04-16
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-13
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-12
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-11
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-09
Add missing source files to nls.mk
Peter Eisentraut
2022-04-08
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-07
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-07
pgstat: remove stats_temp_directory.
Andres Freund
2022-04-06
Add option --config-file to pg_rewind
Michael Paquier
2022-04-06
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-05
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-04
psql: Show all query results by default
Peter Eisentraut
2022-04-04
pg_basebackup: Fix code that thinks about LZ4 buffer size.
Robert Haas
[next]