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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove temporary files after backend crash
Tomas Vondra
2021-03-18
6
-5
/
+216
*
Fix function name in error hint
Magnus Hagander
2021-03-18
1
-1
/
+1
*
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-18
12
-14
/
+189
*
Fix memory lifetime issues of replication slot stats.
Andres Freund
2021-03-17
1
-1
/
+5
*
Code review for server's handling of "tablespace map" files.
Tom Lane
2021-03-17
5
-64
/
+82
*
Prevent buffer overrun in read_tablespace_map().
Tom Lane
2021-03-17
1
-1
/
+1
*
Add end-to-end testing of pg_basebackup's tar-format output.
Tom Lane
2021-03-17
3
-14
/
+78
*
Revert "Fix race in Parallel Hash Join batch cleanup."
Thomas Munro
2021-03-18
5
-142
/
+113
*
Fix comment in indexing.c
Michael Paquier
2021-03-17
1
-1
/
+0
*
Small error message improvement
Peter Eisentraut
2021-03-17
2
-3
/
+3
*
Update the names of Parallel Hash Join phases.
Thomas Munro
2021-03-17
5
-101
/
+104
*
Fix race in Parallel Hash Join batch cleanup.
Thomas Munro
2021-03-17
3
-32
/
+58
*
Fix transaction.sql tests in higher isolation levels.
Thomas Munro
2021-03-17
2
-0
/
+6
*
Fix race condition in drop subscription's handling of tablesync slots.
Amit Kapila
2021-03-17
1
-0
/
+7
*
Enable parallelism in REFRESH MATERIALIZED VIEW.
Thomas Munro
2021-03-17
3
-1
/
+7
*
Fix comment about promising tuples.
Peter Geoghegan
2021-03-16
1
-2
/
+4
*
Avoid corner-case memory leak in SSL parameter processing.
Tom Lane
2021-03-16
1
-22
/
+27
*
Fix a confusing amcheck corruption message.
Robert Haas
2021-03-16
1
-2
/
+1
*
Use pre-fetching for ANALYZE
Stephen Frost
2021-03-16
1
-2
/
+71
*
Improve logging of auto-vacuum and auto-analyze
Stephen Frost
2021-03-16
2
-7
/
+111
*
Improve logging of bad parameter values in BIND messages.
Tom Lane
2021-03-16
2
-3
/
+107
*
(Blind) fix Perl splitting of strings at newlines
Alvaro Herrera
2021-03-16
1
-1
/
+1
*
Add some basic tests for progress reporting of COPY
Michael Paquier
2021-03-16
2
-0
/
+116
*
Add libpq pipeline mode support to pgbench
Alvaro Herrera
2021-03-15
2
-16
/
+194
*
Implement pipeline mode in libpq
Alvaro Herrera
2021-03-15
16
-111
/
+2182
*
Work around issues in MinGW-64's setjmp/longjmp support.
Tom Lane
2021-03-15
1
-3
/
+10
*
Drop SERIALIZABLE workaround from parallel query tests.
Thomas Munro
2021-03-15
10
-30
/
+14
*
Make archiver process an auxiliary process.
Fujii Masao
2021-03-15
10
-213
/
+161
*
Notice that heap page has dead items during VACUUM.
Peter Geoghegan
2021-03-14
1
-5
/
+6
*
Doc: add note about how to run the pg_amcheck regression tests.
Tom Lane
2021-03-13
1
-0
/
+19
*
In pg_amcheck tests, don't depend on perl's Q/q pack code.
Robert Haas
2021-03-13
1
-9
/
+12
*
pg_amcheck: Keep trying to fix the tests.
Tom Lane
2021-03-13
1
-1
/
+1
*
Improve FK trigger parallel-safety check added by 05c8482f7f.
Amit Kapila
2021-03-13
3
-19
/
+5
*
pg_amcheck: Keep trying to fix the tests.
Robert Haas
2021-03-12
1
-10
/
+1
*
pg_amcheck: Try to fix still more test failures.
Robert Haas
2021-03-12
2
-15
/
+15
*
Try to avoid apparent platform-dependency in IPC::Run
Robert Haas
2021-03-12
1
-1
/
+1
*
Fix portability issues in pg_amcheck's 004_verify_heapam.pl.
Robert Haas
2021-03-12
1
-30
/
+42
*
Consolidate nbtree VACUUM metapage routines.
Peter Geoghegan
2021-03-12
3
-69
/
+61
*
Move PG_USED_FOR_ASSERTS_ONLY before initializer.
Robert Haas
2021-03-12
1
-1
/
+1
*
Adjust perl style.
Robert Haas
2021-03-12
2
-9
/
+8
*
Try to fix compiler warnings.
Robert Haas
2021-03-12
1
-3
/
+4
*
Add pg_amcheck, a CLI for contrib/amcheck.
Robert Haas
2021-03-12
11
-9
/
+3532
*
Fix race condition in psql \e's detection of file modification.
Tom Lane
2021-03-12
1
-3
/
+24
*
Forbid marking an identity column as nullable.
Tom Lane
2021-03-12
3
-0
/
+32
*
Specialize checkpointer sort functions.
Thomas Munro
2021-03-12
1
-15
/
+22
*
Fix size overflow in calculation introduced by commits d6ad34f3 and bea449c6.
Amit Kapila
2021-03-12
1
-3
/
+3
*
Fix use of relcache TriggerDesc field introduced by commit 05c8482f7f.
Amit Kapila
2021-03-12
1
-9
/
+15
*
Poll postmaster less frequently in recovery.
Thomas Munro
2021-03-12
1
-2
/
+23
*
Add condition variable for walreceiver shutdown.
Thomas Munro
2021-03-12
5
-13
/
+37
*
Add condition variable for recovery resume.
Thomas Munro
2021-03-12
1
-10
/
+21
[next]