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
/
backend
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid crash with WHERE CURRENT OF and a custom scan plan.
Tom Lane
2021-01-18
1
-2
/
+8
*
Narrow the scope of a local variable.
Tom Lane
2021-01-18
1
-1
/
+2
*
Add bytea equivalents of ltrim() and rtrim().
Tom Lane
2021-01-18
2
-39
/
+115
*
Allow for error or refusal while absorbing a ProcSignalBarrier.
Robert Haas
2021-01-18
1
-12
/
+113
*
Pause recovery for insufficient parameter settings
Peter Eisentraut
2021-01-18
1
-5
/
+54
*
Refactor option handling of CLUSTER, REINDEX and VACUUM
Michael Paquier
2021-01-18
6
-117
/
+140
*
Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZE
Tomas Vondra
2021-01-17
2
-8
/
+86
*
Add pg_stat_database counters for sessions and session time
Magnus Hagander
2021-01-17
5
-5
/
+249
*
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-16
7
-77
/
+301
*
Remove unnecessary pstrdup in fetch_table_list.
Amit Kapila
2021-01-16
1
-1
/
+1
*
Disallow CREATE STATISTICS on system catalogs
Tomas Vondra
2021-01-15
1
-0
/
+7
*
Avoid spurious wait in concurrent reindex
Alvaro Herrera
2021-01-15
1
-1
/
+47
*
Fix calculation of how much shared memory is required to store a TOC.
Fujii Masao
2021-01-15
1
-2
/
+2
*
Fix O(N^2) stat() calls when recycling WAL segments
Michael Paquier
2021-01-15
1
-30
/
+31
*
Prevent drop of tablespaces used by partitioned relations
Alvaro Herrera
2021-01-14
4
-9
/
+84
*
Ensure that a standby is able to follow a primary on a newer timeline.
Fujii Masao
2021-01-14
1
-1
/
+1
*
Rework refactoring of hex and encoding routines
Michael Paquier
2021-01-14
3
-55
/
+85
*
Move our p{read,write}v replacements into their own files.
Thomas Munro
2021-01-14
1
-0
/
+65
*
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-13
12
-343
/
+1776
*
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
18
-25
/
+187
*
Log long wait time on recovery conflict when it's resolved.
Fujii Masao
2021-01-13
3
-13
/
+58
*
Fix memory leak in SnapBuildSerialize.
Amit Kapila
2021-01-13
1
-1
/
+4
*
Optimize DropRelFileNodesAllBuffers() for recovery.
Amit Kapila
2021-01-13
2
-15
/
+83
*
Fix routine name in comment of catcache.c
Michael Paquier
2021-01-13
1
-1
/
+1
*
Invent struct ReindexIndexInfo
Alvaro Herrera
2021-01-12
1
-61
/
+65
*
Fix thinko in comment
Alvaro Herrera
2021-01-12
1
-1
/
+1
*
Fix relation descriptor leak.
Amit Kapila
2021-01-12
1
-3
/
+13
*
Optimize DropRelFileNodeBuffers() for recovery.
Amit Kapila
2021-01-12
2
-14
/
+152
*
Rethink SQLSTATE code for ERRCODE_IDLE_SESSION_TIMEOUT.
Tom Lane
2021-01-11
1
-1
/
+1
*
Use vectored I/O to fill new WAL segments.
Thomas Munro
2021-01-11
1
-6
/
+22
*
Fix ancient bug in parsing of BRE-mode regular expressions.
Tom Lane
2021-01-08
1
-1
/
+1
*
Further second thoughts about idle_session_timeout patch.
Tom Lane
2021-01-07
1
-15
/
+16
*
Add GUC to log long wait times on recovery conflicts.
Fujii Masao
2021-01-08
5
-29
/
+260
*
Improve commentary in timeout.c.
Tom Lane
2021-01-06
1
-1
/
+8
*
Add idle_session_timeout.
Tom Lane
2021-01-06
7
-8
/
+67
*
Improve timeout.c's handling of repeated timeout set/cancel.
Tom Lane
2021-01-06
1
-26
/
+100
*
Report progress of COPY commands
Tomas Vondra
2021-01-06
5
-4
/
+52
*
Replace CLOBBER_CACHE_ALWAYS with run-time GUC
Peter Eisentraut
2021-01-06
5
-53
/
+90
*
Detect the deadlocks between backends and the startup process.
Fujii Masao
2021-01-06
4
-32
/
+139
*
Fix typos in decode.c and logical.c.
Amit Kapila
2021-01-06
2
-5
/
+5
*
Introduce a new GUC_REPORT setting "in_hot_standby".
Tom Lane
2021-01-05
2
-1
/
+51
*
Add an explicit cast to double when using fabs().
Dean Rasheed
2021-01-05
1
-1
/
+1
*
Fix numeric_power() when the exponent is INT_MIN.
Dean Rasheed
2021-01-05
1
-1
/
+1
*
Standardize one aspect of rmgr desc output.
Peter Geoghegan
2021-01-04
2
-3
/
+3
*
Fix typo in origin.c.
Amit Kapila
2021-01-05
1
-1
/
+1
*
Fix typo in reorderbuffer.c.
Amit Kapila
2021-01-05
1
-7
/
+7
*
Replace remaining uses of "whitelist".
Thomas Munro
2021-01-05
2
-2
/
+2
*
Rename "enum blacklist" to "uncommitted enums".
Thomas Munro
2021-01-05
3
-49
/
+51
*
Fix integer-overflow corner cases in substring() functions.
Tom Lane
2021-01-04
3
-63
/
+106
*
Rethink the "read/write parameter" mechanism in pl/pgsql.
Tom Lane
2021-01-04
1
-2
/
+5
[next]