index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
isolation
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-01
Make ALTER SEQUENCE, including RESTART, fully transactional.
Andres Freund
2017-05-15
Fix ALTER SEQUENCE locking
Peter Eisentraut
2017-04-10
Move isolationtester's is-blocked query into C code for speed.
Tom Lane
2017-04-05
Add isolation test for SERIALIZABLE READ ONLY DEFERRABLE.
Kevin Grittner
2017-03-17
Repair test for vacuum reltuples fix.
Andrew Gierth
2017-03-16
Avoid having vacuum set reltuples to 0 on non-empty relations in the
Andrew Gierth
2017-03-14
Improve isolation tests infrastructure.
Andres Freund
2017-03-09
Fix inclusions of postgres_fe.h from .h files.
Tom Lane
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-23
Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.
Tom Lane
2016-09-22
Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.
Tom Lane
2016-08-30
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2016-08-19
Add alternative output for ON CONFLICT toast isolation test.
Andres Freund
2016-08-18
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-07-17
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-15
Avoid serializability errors when locking a tuple with a committed update
Alvaro Herrera
2016-04-27
Use memmove() not memcpy() to slide some pointers down.
Tom Lane
2016-04-08
Replace printf format %i by %d
Peter Eisentraut
2016-04-07
Detect SSI conflicts before reporting constraint violations
Kevin Grittner
2016-03-22
Fix EvalPlanQual bug when query contains both locked and not-locked rels.
Tom Lane
2016-03-09
Handle invalid libpq sockets in more places
Peter Eisentraut
2016-03-01
Suppress scary-looking log messages from async-notify isolation test.
Tom Lane
2016-02-29
Make new isolationtester test more stable
Alvaro Herrera
2016-02-27
Respect TEMP_CONFIG when pg_regress_check and friends are called
Andrew Dunstan
2016-02-26
Add isolationtester spec for old heapam.c bug
Alvaro Herrera
2016-02-22
Create a function to reliably identify which sessions block which others.
Tom Lane
2016-02-12
Increase deadlock_timeout some more in the deadlock-hard isolation test.
Tom Lane
2016-02-12
Revert "isolationtester: don't repeat the is-it-waiting query when retrying a...
Tom Lane
2016-02-12
Revert "Still further tweaking of deadlock isolation tests."
Tom Lane
2016-02-12
Still further tweaking of deadlock isolation tests.
Tom Lane
2016-02-12
isolationtester: don't repeat the is-it-waiting query when retrying a step.
Tom Lane
2016-02-12
Re-pgindent isolationtester.c.
Tom Lane
2016-02-12
Fix whitespace
Peter Eisentraut
2016-02-12
Further tweaking of deadlock isolation tests.
Tom Lane
2016-02-11
Make new deadlock isolation test more reproducible.
Tom Lane
2016-02-11
Code review for isolationtester changes.
Tom Lane
2016-02-11
Add some isolation tests for deadlock detection and resolution.
Robert Haas
2016-02-11
Modify the isolation tester so that multiple sessions can wait.
Robert Haas
2016-02-11
Specify permutations for isolation tests with "invalid" permutations.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-01
Fix errors in commit a04bb65f70dafdf462e0478ad19e6de56df89bfc.
Tom Lane
2015-08-15
Remove unused expected-output file.
Robert Haas
2015-08-15
Reject isolation test specifications with duplicate step names.
Robert Haas
2015-08-10
Temporarily(?) remove BRIN isolation test.
Tom Lane
2015-08-05
Fix BRIN to use SnapshotAny during summarization
Alvaro Herrera
2015-07-29
Add some test coverage of EvalPlanQual with non-locked tables.
Tom Lane
[next]