index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
isolation
Age
Commit message (
Expand
)
Author
2019-08-07
Fix predicate-locking of HOT updated rows.
Heikki Linnakangas
2018-12-27
Ignore inherited temp relations from other sessions when truncating
Michael Paquier
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-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-12
Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.
Tom Lane
2018-01-02
Fix deadlock hazard in CREATE INDEX CONCURRENTLY
Alvaro Herrera
2017-12-14
Fix pruning of locked and updated tuples.
Andres Freund
2017-11-02
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-09-28
Fix freezing of a dead HOT-updated tuple
Alvaro Herrera
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-12-13
Back-patch fcff8a575198478023ada8a48e13b50f70054766 as a bug fix.
Kevin Grittner
2016-09-22
Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.
Tom Lane
2016-07-15
Avoid serializability errors when locking a tuple with a committed update
Alvaro Herrera
2015-05-27
Fix portability issue in isolationtester grammar.
Tom Lane
2015-01-15
Fix use-of-already-freed-memory problem in EvalPlanQual processing.
Tom Lane
2015-01-04
Fix thinko in lock mode enum
Alvaro Herrera
2014-12-11
Fix corner case where SELECT FOR UPDATE could return a row twice.
Tom Lane
2014-08-27
Fix FOR UPDATE NOWAIT on updated tuple chains
Alvaro Herrera
2014-05-28
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
Fix bogus %name-prefix option syntax in all our Bison files.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-05
Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Heikki Linnakangas
2014-04-06
Isolation test files for ALTER TABLE patch
Simon Riggs
2014-04-06
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-02-15
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-02-12
Rename 'gmake' to 'make' in docs and recommended commands
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-19
isolationtester: Ensure stderr is unbuffered, too
Alvaro Herrera
2013-12-19
Make stdout unbuffered
Alvaro Herrera
2013-12-18
Don't ignore tuple locks propagated by our updates
Alvaro Herrera
2013-12-05
Fix improper abort during update chain locking
Alvaro Herrera
2013-12-05
Avoid resetting Xmax when it's a multi with an aborted update
Alvaro Herrera
2013-12-04
build: pass EXTRA_REGRESS_OPTS to secondary regression tests
Bruce Momjian
2013-11-29
Don't TransactionIdDidAbort in HeapTupleGetUpdateXid
Alvaro Herrera
2013-11-18
Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr
Heikki Linnakangas
2013-11-15
Fix buffer overrun in isolation test program.
Kevin Grittner
2013-11-12
Try again to make pg_isolation_regress work its build directory.
Robert Haas
2013-11-08
Fix pg_isolation_regress to work outside its build directory.
Robert Haas
2013-10-22
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-10-08
Allow drop-index-concurrently-1 test to run at any isolation level.
Kevin Grittner
2013-10-04
add multixact-no-deadlock to schedule
Alvaro Herrera
2013-10-04
Make some isolationtester specs more complete
Alvaro Herrera
2013-10-04
isolationtester: Allow tuples to be returned in more places
Alvaro Herrera
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-04-06
In isolationtester, retry after EINTR return from select(2).
Tom Lane
[next]