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
2018-03-27
Add predicate locking for GiST
Teodor Sigaev
2018-03-23
Fix make rules that generate multiple output files.
Tom Lane
2018-02-28
Remove restriction on SQL block length in isolationtester scanner.
Tom Lane
2018-02-19
Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.
Tom Lane
2018-01-27
Avoid crash during EvalPlanQual recheck of an inner indexscan.
Tom Lane
2018-01-12
Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.
Tom Lane
2018-01-03
Revert "Fix isolation test to be less timing-dependent"
Alvaro Herrera
2018-01-03
Fix isolation test to be less timing-dependent
Alvaro Herrera
2018-01-03
Update copyright for 2018
Bruce Momjian
2018-01-02
Fix deadlock hazard in CREATE INDEX CONCURRENTLY
Alvaro Herrera
2017-12-15
Fix pruning of locked and updated tuples.
Andres Freund
2017-12-07
Speed up isolation test for concurrent VACUUM/ANALYZE behavior.
Robert Haas
2017-12-04
When VACUUM or ANALYZE skips a concurrently dropped table, log it.
Robert Haas
2017-11-28
Mark some more functions as pg_attribute_noreturn().
Tom Lane
2017-11-23
Build src/test/isolation during "make" and "make install".
Noah Misch
2017-11-02
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-10-16
Exclude flex-generated code from coverage testing
Peter Eisentraut
2017-09-28
Fix freezing of a dead HOT-updated tuple
Alvaro Herrera
2017-09-05
Remove unnecessary parentheses in return statements
Peter Eisentraut
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
[next]