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
/
test
/
isolation
/
specs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce length of GIN predicate locking isolation test suite
Alexander Korotkov
2018-12-28
3
-180
/
+78
*
Ignore inherited temp relations from other sessions when truncating
Michael Paquier
2018-12-27
1
-0
/
+78
*
Add option SKIP_LOCKED to VACUUM and ANALYZE
Michael Paquier
2018-10-04
1
-0
/
+59
*
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-15
1
-0
/
+17
*
Improve VACUUM and ANALYZE by avoiding early lock queue
Michael Paquier
2018-08-27
1
-0
/
+51
*
Improve TRUNCATE by avoiding early lock queue
Michael Paquier
2018-08-10
1
-0
/
+38
*
Allow using the updated tuple while moving it to a different partition.
Amit Kapila
2018-07-12
1
-0
/
+76
*
Fix whitespace
Peter Eisentraut
2018-05-17
2
-4
/
+3
*
Detoast plpgsql variables if they might live across a transaction boundary.
Tom Lane
2018-05-16
1
-0
/
+137
*
Re-think predicate locking on GIN indexes.
Teodor Sigaev
2018-05-04
3
-2
/
+86
*
Improve regression test coverage of expand_tuple().
Tom Lane
2018-04-14
1
-0
/
+14
*
Revert MERGE patch
Simon Riggs
2018-04-12
4
-315
/
+0
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
2
-117
/
+0
*
Raise error when affecting tuple moved into different partition.
Andres Freund
2018-04-07
4
-1
/
+176
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
4
-5
/
+6
*
Predicate locking in hash indexes.
Teodor Sigaev
2018-04-07
1
-0
/
+122
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
2
-0
/
+117
*
New files for MERGE
Simon Riggs
2018-04-03
4
-0
/
+314
*
Revert "MERGE SQL Command following SQL:2016"
Simon Riggs
2018-04-02
4
-314
/
+0
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
4
-0
/
+314
*
Predicate locking in GIN index
Teodor Sigaev
2018-03-30
1
-0
/
+134
*
Add predicate locking for GiST
Teodor Sigaev
2018-03-27
1
-0
/
+117
*
Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.
Tom Lane
2018-02-19
1
-0
/
+9
*
Avoid crash during EvalPlanQual recheck of an inner indexscan.
Tom Lane
2018-01-27
1
-1
/
+17
*
Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.
Tom Lane
2018-01-12
1
-0
/
+37
*
Revert "Fix isolation test to be less timing-dependent"
Alvaro Herrera
2018-01-03
1
-8
/
+4
*
Fix isolation test to be less timing-dependent
Alvaro Herrera
2018-01-03
1
-4
/
+8
*
Fix deadlock hazard in CREATE INDEX CONCURRENTLY
Alvaro Herrera
2018-01-02
1
-0
/
+40
*
Fix pruning of locked and updated tuples.
Andres Freund
2017-12-14
1
-2
/
+34
*
Speed up isolation test for concurrent VACUUM/ANALYZE behavior.
Robert Haas
2017-12-07
1
-15
/
+15
*
When VACUUM or ANALYZE skips a concurrently dropped table, log it.
Robert Haas
2017-12-04
1
-0
/
+45
*
Fix freezing of a dead HOT-updated tuple
Alvaro Herrera
2017-09-28
1
-0
/
+27
*
Make ALTER SEQUENCE, including RESTART, fully transactional.
Andres Freund
2017-06-01
1
-8
/
+11
*
Fix ALTER SEQUENCE locking
Peter Eisentraut
2017-05-15
1
-0
/
+39
*
Add isolation test for SERIALIZABLE READ ONLY DEFERRABLE.
Kevin Grittner
2017-04-05
3
-0
/
+119
*
Repair test for vacuum reltuples fix.
Andrew Gierth
2017-03-17
1
-2
/
+5
*
Avoid having vacuum set reltuples to 0 on non-empty relations in the
Andrew Gierth
2017-03-16
1
-0
/
+45
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
2
-2
/
+2
*
Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.
Tom Lane
2016-10-23
1
-0
/
+34
*
Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.
Tom Lane
2016-09-22
1
-0
/
+17
*
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-17
1
-0
/
+51
*
Avoid serializability errors when locking a tuple with a committed update
Alvaro Herrera
2016-07-15
3
-0
/
+166
*
Detect SSI conflicts before reporting constraint violations
Kevin Grittner
2016-04-07
4
-0
/
+156
*
Fix EvalPlanQual bug when query contains both locked and not-locked rels.
Tom Lane
2016-03-22
1
-0
/
+23
*
Suppress scary-looking log messages from async-notify isolation test.
Tom Lane
2016-02-29
1
-1
/
+1
*
Make new isolationtester test more stable
Alvaro Herrera
2016-02-29
1
-5
/
+11
*
Add isolationtester spec for old heapam.c bug
Alvaro Herrera
2016-02-26
1
-0
/
+28
*
Increase deadlock_timeout some more in the deadlock-hard isolation test.
Tom Lane
2016-02-12
1
-1
/
+1
*
Revert "Still further tweaking of deadlock isolation tests."
Tom Lane
2016-02-12
1
-4
/
+2
*
Still further tweaking of deadlock isolation tests.
Tom Lane
2016-02-12
1
-2
/
+4
[next]