index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add option --config-file to pg_rewind
Michael Paquier
2022-04-07
2
-4
/
+32
*
Remove exclusive backup mode
Stephen Frost
2022-04-06
3
-33
/
+7
*
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-04-06
3
-10
/
+140
*
Change aggregated log format of pgbench.
Tatsuo Ishii
2022-04-06
1
-17
/
+42
*
Fix compilerwarning in logging size_t
Daniel Gustafsson
2022-04-05
1
-2
/
+2
*
pg_rewind: Fetch small files according to new size.
Daniel Gustafsson
2022-04-05
5
-14
/
+188
*
Extend TAP tests of pg_dump to test for compression with gzip
Michael Paquier
2022-04-05
2
-2
/
+93
*
psql: Show all query results by default
Peter Eisentraut
2022-04-04
6
-235
/
+306
*
pg_basebackup: Fix code that thinks about LZ4 buffer size.
Robert Haas
2022-04-04
1
-14
/
+8
*
Allow CLUSTER on partitioned tables
Alvaro Herrera
2022-04-02
1
-0
/
+1
*
psql: Refactor ProcessResult()
Peter Eisentraut
2022-04-01
1
-93
/
+111
*
Improve handling and logging of TAP tests for pg_upgrade
Michael Paquier
2022-04-01
1
-9
/
+31
*
Switch the regression tests of pg_upgrade to use TAP tests
Michael Paquier
2022-04-01
5
-351
/
+283
*
initdb: When running CREATE DATABASE, use STRATEGY = WAL_COPY.
Robert Haas
2022-03-31
1
-3
/
+11
*
psql: Refactor SendQuery()
Peter Eisentraut
2022-03-31
1
-40
/
+64
*
psql: Add tests for \errverbose
Peter Eisentraut
2022-03-31
1
-0
/
+47
*
Clean up some dead code in pg_dump with tar format and gzip compression
Michael Paquier
2022-03-31
1
-78
/
+11
*
Allow parallel zstd compression when taking a base backup.
Robert Haas
2022-03-30
4
-17
/
+90
*
Simplify a needlessly-complicated regular expression.
Robert Haas
2022-03-30
1
-1
/
+1
*
Add TAP test in pg_dump with --format=tar and --compress
Michael Paquier
2022-03-30
1
-0
/
+16
*
In 020_createdb.pl, change order of command-line arguments.
Robert Haas
2022-03-29
1
-2
/
+2
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
4
-3
/
+40
*
psql: Add test for psql behavior on server crash
Peter Eisentraut
2022-03-29
1
-0
/
+17
*
Fix a few goofs in new backup compression code.
Robert Haas
2022-03-28
3
-4
/
+21
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
1
-4
/
+65
*
waldump: fix use-after-free in search_directory().
Andres Freund
2022-03-27
1
-1
/
+1
*
Remove more unused module imports from TAP tests
Daniel Gustafsson
2022-03-27
2
-4
/
+0
*
Avoid using large pass-by-value struct arguments in pgbench.
Tom Lane
2022-03-27
1
-15
/
+15
*
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-26
4
-10
/
+136
*
Harden TAP tests that intentionally corrupt page checksums.
Tom Lane
2022-03-25
4
-39
/
+19
*
Update tab-completion for CREATE PUBLICATION with sequences
Tomas Vondra
2022-03-25
1
-9
/
+15
*
Refactor DLSUFFIX handling
Peter Eisentraut
2022-03-25
1
-1
/
+1
*
Second attempt to fix pgbench TAP test.
Tatsuo Ishii
2022-03-25
1
-2
/
+2
*
Improve command line options for pg_waldump.
Thomas Munro
2022-03-25
1
-43
/
+37
*
List offending databases in pg_upgrade datallowconn check
Daniel Gustafsson
2022-03-24
1
-3
/
+38
*
Remove unused module imports from TAP tests
Daniel Gustafsson
2022-03-24
16
-24
/
+0
*
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-24
5
-88
/
+319
*
Add additional filtering options to pg_waldump.
Thomas Munro
2022-03-24
1
-1
/
+143
*
Fix pgbench TAP test.
Tatsuo Ishii
2022-03-24
1
-1
/
+2
*
pg_upgrade: Upgrade an Assert to a real 'if' test
Alvaro Herrera
2022-03-23
1
-1
/
+3
*
pg_basebackup: Try to fix some failures on Windows.
Robert Haas
2022-03-23
1
-6
/
+8
*
Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.
Robert Haas
2022-03-23
6
-256
/
+247
*
Allow pgbench to retry in some cases.
Tatsuo Ishii
2022-03-23
3
-160
/
+1193
*
Add missing dependency of pg_dumpall to WIN32RES.
Andres Freund
2022-03-22
1
-1
/
+1
*
Add ALTER SUBSCRIPTION ... SKIP.
Amit Kapila
2022-03-22
3
-2
/
+15
*
Fix bogus dependency handling for GENERATED expressions.
Tom Lane
2022-03-21
1
-4
/
+4
*
Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.
Tom Lane
2022-03-21
1
-19
/
+8
*
psql: handle tab completion of timezone names after "SET TIMEZONE TO".
Tom Lane
2022-03-20
2
-0
/
+48
*
Fix global ICU collations for ICU < 54
Peter Eisentraut
2022-03-20
3
-21
/
+5
*
Improve handling of SET ACCESS METHOD for ALTER MATERIALIZED VIEW
Michael Paquier
2022-03-19
1
-1
/
+5
[next]