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
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
*
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2021-01-30
*
Avoid redundantly prefixing PQerrorMessage for a connection failure.
Tom Lane
2021-01-22
*
Allow pg_regress.c wrappers to postprocess test result files.
Tom Lane
2021-01-11
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Use setenv() in preference to putenv().
Tom Lane
2020-12-30
*
Centralize horizon determination for temp tables, fixing bug due to skew.
Andres Freund
2020-10-28
*
Install pg_isolation_regress and isolationtester
Alvaro Herrera
2020-10-15
*
Check default partitions constraints while descending
Alvaro Herrera
2020-09-08
*
Remove isolation test reindex-partitions
Michael Paquier
2020-09-08
*
Add support for partitioned tables and indexes in REINDEX
Michael Paquier
2020-09-08
*
Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEM
Michael Paquier
2020-09-02
*
Avoid update conflict out serialization anomalies.
Peter Geoghegan
2020-06-11
*
Change locktype "speculative token" to "spectoken".
Tom Lane
2020-05-15
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Try to harden insert-conflict-specconflict against autovacuum.
Andres Freund
2020-02-11
*
Test additional speculative conflict scenarios.
Andres Freund
2020-02-11
*
Fix dangling pointer in EvalPlanQual machinery.
Tom Lane
2020-01-28
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Improve isolationtester's timeout management.
Tom Lane
2019-12-09
*
Avoid assertion failure with LISTEN in a serializable transaction.
Tom Lane
2019-11-24
*
Improve stability of tests for VACUUM (SKIP_LOCKED)
Michael Paquier
2019-11-16
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
*
Disable one more set of tests from c8841199509.
Andres Freund
2019-10-05
*
Disable one set of tests from c8841199509.
Andres Freund
2019-10-04
*
Add isolation tests for the combination of EPQ and triggers.
Andres Freund
2019-10-04
*
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
[next]