index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
isolation
Age
Commit message (
Expand
)
Author
2022-03-21
Fix risk of deadlock failure while dropping a partitioned index.
Tom Lane
2022-02-21
Fix temporary object cleanup failing due to toast access without snapshot.
Andres Freund
2021-12-13
isolationtester: append session name to application_name.
Andres Freund
2021-12-13
backpatch "Set application_name per-test in isolation and ecpg tests."
Andres Freund
2021-06-27
Remove memory leaks in isolationtester.
Tom Lane
2021-06-24
Stabilize results of insert-conflict-toast.spec.
Tom Lane
2021-06-23
Allow non-quoted identifiers as isolation test session/step names.
Tom Lane
2021-06-23
Improve display of query results in isolation tests.
Tom Lane
2021-06-23
Use annotations to reduce instability of isolation-test results.
Tom Lane
2021-06-17
Detect unused steps in isolation specs and do some cleanup
Michael Paquier
2021-06-17
Remove dry-run mode from isolationtester
Michael Paquier
2021-05-21
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-20
Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.
Tom Lane
2021-04-13
Use "-I." in directories holding Bison parsers, for Oracle compilers.
Noah Misch
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-01-30
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2020-06-11
Avoid update conflict out serialization anomalies.
Peter Geoghegan
2019-12-09
Improve isolationtester's timeout management.
Tom Lane
2019-11-24
Avoid assertion failure with LISTEN in a serializable transaction.
Tom Lane
2019-11-23
Improve test coverage for LISTEN/NOTIFY.
Tom Lane
2019-10-05
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-09-10
Sync isolationtester's handling of notice/warning messages with HEAD.
Tom Lane
2019-08-07
Fix predicate-locking of HOT updated rows.
Heikki Linnakangas
2019-06-18
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-17
Revert "Avoid spurious deadlocks when upgrading a tuple lock"
Alvaro Herrera
2019-06-13
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-05-14
Add isolation test for INSERT ON CONFLICT speculative insertion failure.
Andres Freund
2019-04-08
Fix EvalPlanQualStart to handle partitioned result rels correctly.
Tom Lane
2018-12-28
Reduce length of GIN predicate locking isolation test suite
Alexander Korotkov
2018-12-27
Ignore inherited temp relations from other sessions when truncating
Michael Paquier
2018-12-11
Raise some timeouts to 180s, in test code.
Noah Misch
2018-10-17
Fix minor bug in isolationtester.
Tom Lane
2018-09-15
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-08-15
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-07-12
Allow using the updated tuple while moving it to a different partition.
Amit Kapila
2018-05-18
Fix whitespace
Peter Eisentraut
2018-05-16
Detoast plpgsql variables if they might live across a transaction boundary.
Tom Lane
2018-05-04
Re-think predicate locking on GIN indexes.
Teodor Sigaev
2018-04-14
Improve regression test coverage of expand_tuple().
Tom Lane
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-09
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-07
Raise error when affecting tuple moved into different partition.
Andres Freund
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
Deactive flapping checksum isolation tests.
Andres Freund
2018-04-07
Predicate locking in hash indexes.
Teodor Sigaev
2018-04-05
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-03
New files for MERGE
Simon Riggs
2018-04-03
MERGE SQL Command following SQL:2016
Simon Riggs
[next]