index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
isolation
Commit message (
Expand
)
Author
Age
*
Reorder EPQ work, to fix rowmark related bugs and improve efficiency.
Andres Freund
2019-09-09
*
Set application_name per-test in isolation and ecpg tests.
Tom Lane
2019-08-27
*
Detect unused steps in isolation specs and do some cleanup
Michael Paquier
2019-08-24
*
Remove dry-run mode from isolationtester
Michael Paquier
2019-08-24
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
*
Make deadlock-parallel isolation test more robust.
Tom Lane
2019-08-17
*
Use a hash table to de-duplicate NOTIFY events faster.
Tom Lane
2019-08-15
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Fix predicate-locking of HOT updated rows.
Heikki Linnakangas
2019-08-07
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Add an isolation test to exercise parallel-worker deadlock resolution.
Tom Lane
2019-08-01
*
Improve test coverage for LISTEN/NOTIFY.
Tom Lane
2019-07-28
*
Fix isolationtester race condition for notices sent before blocking.
Tom Lane
2019-07-27
*
Don't drop NOTICE messages in isolation tests.
Tom Lane
2019-07-27
*
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-18
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
*
Revert "Avoid spurious deadlocks when upgrading a tuple lock"
Alvaro Herrera
2019-06-16
*
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-13
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Add isolation test for INSERT ON CONFLICT speculative insertion failure.
Andres Freund
2019-05-14
*
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
*
Test some more cases with partitioned tables in EvalPlanQual.
Tom Lane
2019-04-09
*
Fix EvalPlanQualStart to handle partitioned result rels correctly.
Tom Lane
2019-04-08
*
Fix a number of issues around modifying a previously updated row.
Andres Freund
2019-04-07
*
Support foreign keys that reference partitioned tables
Alvaro Herrera
2019-04-03
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-29
*
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-23
*
Expand EPQ tests for UPDATEs and DELETEs
Andres Freund
2019-03-22
*
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-03-15
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
*
isolationtester: Use atexit()
Peter Eisentraut
2019-01-07
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Reduce length of GIN predicate locking isolation test suite
Alexander Korotkov
2018-12-28
*
Ignore inherited temp relations from other sessions when truncating
Michael Paquier
2018-12-27
*
Raise some timeouts to 180s, in test code.
Noah Misch
2018-12-10
*
Add some missing schema qualifications
Michael Paquier
2018-12-03
*
Indicate session name in isolationtester notices
Alvaro Herrera
2018-11-09
*
Fix minor bug in isolationtester.
Tom Lane
2018-10-17
*
Add option SKIP_LOCKED to VACUUM and ANALYZE
Michael Paquier
2018-10-04
*
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-15
*
Improve VACUUM and ANALYZE by avoiding early lock queue
Michael Paquier
2018-08-27
*
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-15
*
Improve TRUNCATE by avoiding early lock queue
Michael Paquier
2018-08-10
*
Allow using the updated tuple while moving it to a different partition.
Amit Kapila
2018-07-12
*
Fix whitespace
Peter Eisentraut
2018-05-17
*
Detoast plpgsql variables if they might live across a transaction boundary.
Tom Lane
2018-05-16
*
Re-think predicate locking on GIN indexes.
Teodor Sigaev
2018-05-04
*
Improve regression test coverage of expand_tuple().
Tom Lane
2018-04-14
*
Revert MERGE patch
Simon Riggs
2018-04-12
[next]