summaryrefslogtreecommitdiff
path: root/src/test/isolation
Commit message (Expand)AuthorAgeFilesLines
* Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera2014-08-276-3/+167
* Add regression tests for SELECT FOR UPDATE/SHARE NOWAIT.Heikki Linnakangas2014-08-257-0/+223
* Finish adding file version information to installed Windows binaries.Noah Misch2014-08-181-2/+5
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-281-1/+1
* Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane2014-05-281-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-063-26/+26
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-051-1/+1
* Isolation test files for ALTER TABLE patchSimon Riggs2014-04-062-0/+2968
* Reduce lock levels of some ALTER TABLE cmdsSimon Riggs2014-04-061-0/+1
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-151-13/+1
* Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian2014-02-121-2/+2
* Update copyright for 2014Bruce Momjian2014-01-074-4/+4
* isolationtester: Ensure stderr is unbuffered, tooAlvaro Herrera2013-12-191-1/+5
* Make stdout unbufferedAlvaro Herrera2013-12-191-8/+3
* Don't ignore tuple locks propagated by our updatesAlvaro Herrera2013-12-183-0/+148
* Fix improper abort during update chain lockingAlvaro Herrera2013-12-054-0/+301
* Avoid resetting Xmax when it's a multi with an aborted updateAlvaro Herrera2013-12-051-8/+5
* build: pass EXTRA_REGRESS_OPTS to secondary regression testsBruce Momjian2013-12-041-4/+4
* Don't TransactionIdDidAbort in HeapTupleGetUpdateXidAlvaro Herrera2013-11-291-5/+8
* Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas2013-11-181-1/+1
* Fix buffer overrun in isolation test program.Kevin Grittner2013-11-151-1/+9
* Try again to make pg_isolation_regress work its build directory.Robert Haas2013-11-121-7/+26
* Fix pg_isolation_regress to work outside its build directory.Robert Haas2013-11-082-3/+18
* Replace pg_asprintf() with psprintf().Tom Lane2013-10-221-2/+2
* Add use of asprintf()Peter Eisentraut2013-10-131-7/+3
* Allow drop-index-concurrently-1 test to run at any isolation level.Kevin Grittner2013-10-083-3/+52
* add multixact-no-deadlock to scheduleAlvaro Herrera2013-10-041-0/+1
* Make some isolationtester specs more completeAlvaro Herrera2013-10-049-118/+692
* isolationtester: Allow tuples to be returned in more placesAlvaro Herrera2013-10-041-2/+10
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+1
* In isolationtester, retry after EINTR return from select(2).Tom Lane2013-04-061-0/+2
* Minor robustness improvements for isolationtester.Tom Lane2013-04-021-9/+22
* Bump up timeout delays some more in timeouts isolation test.Tom Lane2013-03-202-12/+12
* Increase timeout delays in new timeouts isolation test.Tom Lane2013-03-172-12/+12
* Add lock_timeout configuration parameter.Tom Lane2013-03-163-0/+119
* Flush stderr and stdout in isolation tester.Andrew Dunstan2013-02-271-0/+4
* isolationtester: add a few fflush(stderr) callsAlvaro Herrera2013-01-231-1/+3
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-2325-161/+1644
* Update copyrights for 2013Bruce Momjian2013-01-014-4/+4
* Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.Tom Lane2012-11-011-8/+6
* Isolation test for DROP INDEX CONCURRENTLYSimon Riggs2012-10-183-0/+79
* Revert tests for drop index concurrently.Simon Riggs2012-10-185-116/+0
* Add isolation tests for DROP INDEX CONCURRENTLY.Simon Riggs2012-10-185-0/+116
* Refactor flex and bison make rulesPeter Eisentraut2012-10-111-14/+0
* Fix serializable mode with index-only scans.Kevin Grittner2012-09-043-0/+88
* Allow isolation tests to specify multiple setup blocks.Kevin Grittner2012-09-044-8/+35
* Update isolation tests' README file.Tom Lane2012-08-081-5/+4
* Remove now unneeded results file for disabled prepared transactions case.Andrew Dunstan2012-07-201-41529/+0
* Remove prepared transactions from main isolation test schedule.Andrew Dunstan2012-07-202-1/+10
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-43/+44