summaryrefslogtreecommitdiff
path: root/src/test/isolation
Commit message (Expand)AuthorAgeFilesLines
* Add isolation test for INSERT ON CONFLICT speculative insertion failure.Andres Freund2019-05-143-0/+329
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-141-2/+1
* Test some more cases with partitioned tables in EvalPlanQual.Tom Lane2019-04-092-2/+89
* Fix EvalPlanQualStart to handle partitioned result rels correctly.Tom Lane2019-04-082-0/+29
* Fix a number of issues around modifying a previously updated row.Andres Freund2019-04-072-0/+94
* Support foreign keys that reference partitioned tablesAlvaro Herrera2019-04-035-0/+279
* Unified logging system for command-line programsPeter Eisentraut2019-04-011-1/+2
* REINDEX CONCURRENTLYPeter Eisentraut2019-03-293-0/+119
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-231-2/+2
* Expand EPQ tests for UPDATEs and DELETEsAndres Freund2019-03-224-10/+288
* Enable parallel query with SERIALIZABLE isolation.Thomas Munro2019-03-155-0/+167
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-282-6/+61
* isolationtester: Use atexit()Peter Eisentraut2019-01-071-23/+19
* Update copyright for 2019Bruce Momjian2019-01-024-4/+4
* Reduce length of GIN predicate locking isolation test suiteAlexander Korotkov2018-12-287-768/+320
* Ignore inherited temp relations from other sessions when truncatingMichael Paquier2018-12-273-0/+296
* Raise some timeouts to 180s, in test code.Noah Misch2018-12-102-10/+10
* Add some missing schema qualificationsMichael Paquier2018-12-031-1/+1
* Indicate session name in isolationtester noticesAlvaro Herrera2018-11-094-19/+50
* Fix minor bug in isolationtester.Tom Lane2018-10-171-2/+2
* Add option SKIP_LOCKED to VACUUM and ANALYZEMichael Paquier2018-10-043-0/+231
* Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane2018-09-152-0/+48
* Improve VACUUM and ANALYZE by avoiding early lock queueMichael Paquier2018-08-273-0/+201
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-151-6/+18
* Improve TRUNCATE by avoiding early lock queueMichael Paquier2018-08-103-0/+138
* Allow using the updated tuple while moving it to a different partition.Amit Kapila2018-07-123-0/+137
* Fix whitespacePeter Eisentraut2018-05-172-4/+3
* Detoast plpgsql variables if they might live across a transaction boundary.Tom Lane2018-05-163-0/+327
* Re-think predicate locking on GIN indexes.Teodor Sigaev2018-05-047-4/+135
* Improve regression test coverage of expand_tuple().Tom Lane2018-04-142-0/+34
* Revert MERGE patchSimon Riggs2018-04-129-844/+0
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-095-175/+0
* Raise error when affecting tuple moved into different partition.Andres Freund2018-04-079-1/+491
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-074-5/+6
* Deactive flapping checksum isolation tests.Andres Freund2018-04-071-2/+2
* Predicate locking in hash indexes.Teodor Sigaev2018-04-073-0/+782
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-055-0/+175
* New files for MERGESimon Riggs2018-04-038-0/+814
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-031-0/+4
* Revert "MERGE SQL Command following SQL:2016"Simon Riggs2018-04-028-814/+0
* Revert "Modified files for MERGE"Simon Riggs2018-04-021-4/+0
* Modified files for MERGESimon Riggs2018-04-021-0/+4
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-028-0/+814
* Predicate locking in GIN indexTeodor Sigaev2018-03-303-0/+891
* Add predicate locking for GiSTTeodor Sigaev2018-03-273-0/+777
* Fix make rules that generate multiple output files.Tom Lane2018-03-231-9/+0
* Remove restriction on SQL block length in isolationtester scanner.Tom Lane2018-02-281-5/+14
* Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane2018-02-192-0/+24
* Avoid crash during EvalPlanQual recheck of an inner indexscan.Tom Lane2018-01-272-1/+50
* Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.Tom Lane2018-01-123-0/+95