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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add isolation test for INSERT ON CONFLICT speculative insertion failure.
Andres Freund
2019-05-14
3
-0
/
+329
*
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
1
-2
/
+1
*
Test some more cases with partitioned tables in EvalPlanQual.
Tom Lane
2019-04-09
2
-2
/
+89
*
Fix EvalPlanQualStart to handle partitioned result rels correctly.
Tom Lane
2019-04-08
2
-0
/
+29
*
Fix a number of issues around modifying a previously updated row.
Andres Freund
2019-04-07
2
-0
/
+94
*
Support foreign keys that reference partitioned tables
Alvaro Herrera
2019-04-03
5
-0
/
+279
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
1
-1
/
+2
*
REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-29
3
-0
/
+119
*
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-23
1
-2
/
+2
*
Expand EPQ tests for UPDATEs and DELETEs
Andres Freund
2019-03-22
4
-10
/
+288
*
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-03-15
5
-0
/
+167
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
2
-6
/
+61
*
isolationtester: Use atexit()
Peter Eisentraut
2019-01-07
1
-23
/
+19
*
Update copyright for 2019
Bruce Momjian
2019-01-02
4
-4
/
+4
*
Reduce length of GIN predicate locking isolation test suite
Alexander Korotkov
2018-12-28
7
-768
/
+320
*
Ignore inherited temp relations from other sessions when truncating
Michael Paquier
2018-12-27
3
-0
/
+296
*
Raise some timeouts to 180s, in test code.
Noah Misch
2018-12-10
2
-10
/
+10
*
Add some missing schema qualifications
Michael Paquier
2018-12-03
1
-1
/
+1
*
Indicate session name in isolationtester notices
Alvaro Herrera
2018-11-09
4
-19
/
+50
*
Fix minor bug in isolationtester.
Tom Lane
2018-10-17
1
-2
/
+2
*
Add option SKIP_LOCKED to VACUUM and ANALYZE
Michael Paquier
2018-10-04
3
-0
/
+231
*
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-15
2
-0
/
+48
*
Improve VACUUM and ANALYZE by avoiding early lock queue
Michael Paquier
2018-08-27
3
-0
/
+201
*
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-15
1
-6
/
+18
*
Improve TRUNCATE by avoiding early lock queue
Michael Paquier
2018-08-10
3
-0
/
+138
*
Allow using the updated tuple while moving it to a different partition.
Amit Kapila
2018-07-12
3
-0
/
+137
*
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
3
-0
/
+327
*
Re-think predicate locking on GIN indexes.
Teodor Sigaev
2018-05-04
7
-4
/
+135
*
Improve regression test coverage of expand_tuple().
Tom Lane
2018-04-14
2
-0
/
+34
*
Revert MERGE patch
Simon Riggs
2018-04-12
9
-844
/
+0
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
5
-175
/
+0
*
Raise error when affecting tuple moved into different partition.
Andres Freund
2018-04-07
9
-1
/
+491
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
4
-5
/
+6
*
Deactive flapping checksum isolation tests.
Andres Freund
2018-04-07
1
-2
/
+2
*
Predicate locking in hash indexes.
Teodor Sigaev
2018-04-07
3
-0
/
+782
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
5
-0
/
+175
*
New files for MERGE
Simon Riggs
2018-04-03
8
-0
/
+814
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
1
-0
/
+4
*
Revert "MERGE SQL Command following SQL:2016"
Simon Riggs
2018-04-02
8
-814
/
+0
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
1
-4
/
+0
*
Modified files for MERGE
Simon Riggs
2018-04-02
1
-0
/
+4
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
8
-0
/
+814
*
Predicate locking in GIN index
Teodor Sigaev
2018-03-30
3
-0
/
+891
*
Add predicate locking for GiST
Teodor Sigaev
2018-03-27
3
-0
/
+777
*
Fix make rules that generate multiple output files.
Tom Lane
2018-03-23
1
-9
/
+0
*
Remove restriction on SQL block length in isolationtester scanner.
Tom Lane
2018-02-28
1
-5
/
+14
*
Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.
Tom Lane
2018-02-19
2
-0
/
+24
*
Avoid crash during EvalPlanQual recheck of an inner indexscan.
Tom Lane
2018-01-27
2
-1
/
+50
*
Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.
Tom Lane
2018-01-12
3
-0
/
+95
[next]