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
*
Expand EPQ tests for UPDATEs and DELETEs
Andres Freund
2019-03-22
*
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-03-15
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
*
isolationtester: Use atexit()
Peter Eisentraut
2019-01-07
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Reduce length of GIN predicate locking isolation test suite
Alexander Korotkov
2018-12-28
*
Ignore inherited temp relations from other sessions when truncating
Michael Paquier
2018-12-27
*
Raise some timeouts to 180s, in test code.
Noah Misch
2018-12-10
*
Add some missing schema qualifications
Michael Paquier
2018-12-03
*
Indicate session name in isolationtester notices
Alvaro Herrera
2018-11-09
*
Fix minor bug in isolationtester.
Tom Lane
2018-10-17
*
Add option SKIP_LOCKED to VACUUM and ANALYZE
Michael Paquier
2018-10-04
*
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-15
*
Improve VACUUM and ANALYZE by avoiding early lock queue
Michael Paquier
2018-08-27
*
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-15
*
Improve TRUNCATE by avoiding early lock queue
Michael Paquier
2018-08-10
*
Allow using the updated tuple while moving it to a different partition.
Amit Kapila
2018-07-12
*
Fix whitespace
Peter Eisentraut
2018-05-17
*
Detoast plpgsql variables if they might live across a transaction boundary.
Tom Lane
2018-05-16
*
Re-think predicate locking on GIN indexes.
Teodor Sigaev
2018-05-04
*
Improve regression test coverage of expand_tuple().
Tom Lane
2018-04-14
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
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-07
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
*
New files for MERGE
Simon Riggs
2018-04-03
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "MERGE SQL Command following SQL:2016"
Simon Riggs
2018-04-02
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
*
Predicate locking in GIN index
Teodor Sigaev
2018-03-30
*
Add predicate locking for GiST
Teodor Sigaev
2018-03-27
*
Fix make rules that generate multiple output files.
Tom Lane
2018-03-23
*
Remove restriction on SQL block length in isolationtester scanner.
Tom Lane
2018-02-28
*
Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.
Tom Lane
2018-02-19
*
Avoid crash during EvalPlanQual recheck of an inner indexscan.
Tom Lane
2018-01-27
*
Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.
Tom Lane
2018-01-12
*
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
2018-01-02
*
Fix pruning of locked and updated tuples.
Andres Freund
2017-12-14
*
Speed up isolation test for concurrent VACUUM/ANALYZE behavior.
Robert Haas
2017-12-07
*
When VACUUM or ANALYZE skips a concurrently dropped table, log it.
Robert Haas
2017-12-04
*
Mark some more functions as pg_attribute_noreturn().
Tom Lane
2017-11-27
*
Build src/test/isolation during "make" and "make install".
Noah Misch
2017-11-22
[next]