summaryrefslogtreecommitdiff
path: root/src/test/isolation
AgeCommit message (Expand)Author
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-14Add isolation test for INSERT ON CONFLICT speculative insertion failure.Andres Freund
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-04-09Test some more cases with partitioned tables in EvalPlanQual.Tom Lane
2019-04-08Fix EvalPlanQualStart to handle partitioned result rels correctly.Tom Lane
2019-04-08Fix a number of issues around modifying a previously updated row.Andres Freund
2019-04-03Support foreign keys that reference partitioned tablesAlvaro Herrera
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-03-29REINDEX CONCURRENTLYPeter Eisentraut
2019-03-24tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund
2019-03-23Expand EPQ tests for UPDATEs and DELETEsAndres Freund
2019-03-15Enable parallel query with SERIALIZABLE isolation.Thomas Munro
2019-01-28In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane
2019-01-07isolationtester: Use atexit()Peter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-28Reduce length of GIN predicate locking isolation test suiteAlexander Korotkov
2018-12-27Ignore inherited temp relations from other sessions when truncatingMichael Paquier
2018-12-11Raise some timeouts to 180s, in test code.Noah Misch
2018-12-03Add some missing schema qualificationsMichael Paquier
2018-11-09Indicate session name in isolationtester noticesAlvaro Herrera
2018-10-17Fix minor bug in isolationtester.Tom Lane
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