summaryrefslogtreecommitdiff
path: root/src/test/isolation
AgeCommit message (Expand)Author
2018-10-04Add option SKIP_LOCKED to VACUUM and ANALYZEMichael Paquier
2018-09-15Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane
2018-08-27Improve VACUUM and ANALYZE by avoiding early lock queueMichael Paquier
2018-08-15Clean up assorted misuses of snprintf()'s result value.Tom Lane
2018-08-10Improve TRUNCATE by avoiding early lock queueMichael Paquier
2018-07-12Allow using the updated tuple while moving it to a different partition.Amit Kapila
2018-05-18Fix whitespacePeter Eisentraut
2018-05-16Detoast plpgsql variables if they might live across a transaction boundary.Tom Lane
2018-05-04Re-think predicate locking on GIN indexes.Teodor Sigaev
2018-04-14Improve regression test coverage of expand_tuple().Tom Lane
2018-04-12Revert MERGE patchSimon Riggs
2018-04-09Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander
2018-04-07Raise error when affecting tuple moved into different partition.Andres Freund
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-07Deactive flapping checksum isolation tests.Andres Freund
2018-04-07Predicate locking in hash indexes.Teodor Sigaev
2018-04-05Allow on-line enabling and disabling of data checksumsMagnus Hagander
2018-04-03New files for MERGESimon Riggs
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "MERGE SQL Command following SQL:2016"Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-04-02MERGE SQL Command following SQL:2016Simon Riggs
2018-03-30Predicate locking in GIN indexTeodor Sigaev
2018-03-27Add predicate locking for GiSTTeodor Sigaev
2018-03-23Fix make rules that generate multiple output files.Tom Lane
2018-02-28Remove restriction on SQL block length in isolationtester scanner.Tom Lane
2018-02-19Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane
2018-01-27Avoid crash during EvalPlanQual recheck of an inner indexscan.Tom Lane
2018-01-12Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.Tom Lane
2018-01-03Revert "Fix isolation test to be less timing-dependent"Alvaro Herrera
2018-01-03Fix isolation test to be less timing-dependentAlvaro Herrera
2018-01-03Update copyright for 2018Bruce Momjian
2018-01-02Fix deadlock hazard in CREATE INDEX CONCURRENTLYAlvaro Herrera
2017-12-15Fix pruning of locked and updated tuples.Andres Freund
2017-12-07Speed up isolation test for concurrent VACUUM/ANALYZE behavior.Robert Haas
2017-12-04When VACUUM or ANALYZE skips a concurrently dropped table, log it.Robert Haas
2017-11-28Mark some more functions as pg_attribute_noreturn().Tom Lane
2017-11-23Build src/test/isolation during "make" and "make install".Noah Misch
2017-11-02Revert bogus fixes of HOT-freezing bugAlvaro Herrera
2017-10-16Exclude flex-generated code from coverage testingPeter Eisentraut
2017-09-28Fix freezing of a dead HOT-updated tupleAlvaro Herrera
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-01Make ALTER SEQUENCE, including RESTART, fully transactional.Andres Freund
2017-05-15Fix ALTER SEQUENCE lockingPeter Eisentraut
2017-04-10Move isolationtester's is-blocked query into C code for speed.Tom Lane
2017-04-05Add isolation test for SERIALIZABLE READ ONLY DEFERRABLE.Kevin Grittner
2017-03-17Repair test for vacuum reltuples fix.Andrew Gierth