index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
isolation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix FOR UPDATE NOWAIT on updated tuple chains
Alvaro Herrera
2014-08-27
6
-3
/
+167
*
Add regression tests for SELECT FOR UPDATE/SHARE NOWAIT.
Heikki Linnakangas
2014-08-25
7
-0
/
+223
*
Finish adding file version information to installed Windows binaries.
Noah Misch
2014-08-18
1
-2
/
+5
*
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
1
-1
/
+1
*
Fix bogus %name-prefix option syntax in all our Bison files.
Tom Lane
2014-05-28
1
-1
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
3
-26
/
+26
*
Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Heikki Linnakangas
2014-05-05
1
-1
/
+1
*
Isolation test files for ALTER TABLE patch
Simon Riggs
2014-04-06
2
-0
/
+2968
*
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-04-06
1
-0
/
+1
*
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-02-15
1
-13
/
+1
*
Rename 'gmake' to 'make' in docs and recommended commands
Bruce Momjian
2014-02-12
1
-2
/
+2
*
Update copyright for 2014
Bruce Momjian
2014-01-07
4
-4
/
+4
*
isolationtester: Ensure stderr is unbuffered, too
Alvaro Herrera
2013-12-19
1
-1
/
+5
*
Make stdout unbuffered
Alvaro Herrera
2013-12-19
1
-8
/
+3
*
Don't ignore tuple locks propagated by our updates
Alvaro Herrera
2013-12-18
3
-0
/
+148
*
Fix improper abort during update chain locking
Alvaro Herrera
2013-12-05
4
-0
/
+301
*
Avoid resetting Xmax when it's a multi with an aborted update
Alvaro Herrera
2013-12-05
1
-8
/
+5
*
build: pass EXTRA_REGRESS_OPTS to secondary regression tests
Bruce Momjian
2013-12-04
1
-4
/
+4
*
Don't TransactionIdDidAbort in HeapTupleGetUpdateXid
Alvaro Herrera
2013-11-29
1
-5
/
+8
*
Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr
Heikki Linnakangas
2013-11-18
1
-1
/
+1
*
Fix buffer overrun in isolation test program.
Kevin Grittner
2013-11-15
1
-1
/
+9
*
Try again to make pg_isolation_regress work its build directory.
Robert Haas
2013-11-12
1
-7
/
+26
*
Fix pg_isolation_regress to work outside its build directory.
Robert Haas
2013-11-08
2
-3
/
+18
*
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-22
1
-2
/
+2
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
1
-7
/
+3
*
Allow drop-index-concurrently-1 test to run at any isolation level.
Kevin Grittner
2013-10-08
3
-3
/
+52
*
add multixact-no-deadlock to schedule
Alvaro Herrera
2013-10-04
1
-0
/
+1
*
Make some isolationtester specs more complete
Alvaro Herrera
2013-10-04
9
-118
/
+692
*
isolationtester: Allow tuples to be returned in more places
Alvaro Herrera
2013-10-04
1
-2
/
+10
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-1
/
+1
*
In isolationtester, retry after EINTR return from select(2).
Tom Lane
2013-04-06
1
-0
/
+2
*
Minor robustness improvements for isolationtester.
Tom Lane
2013-04-02
1
-9
/
+22
*
Bump up timeout delays some more in timeouts isolation test.
Tom Lane
2013-03-20
2
-12
/
+12
*
Increase timeout delays in new timeouts isolation test.
Tom Lane
2013-03-17
2
-12
/
+12
*
Add lock_timeout configuration parameter.
Tom Lane
2013-03-16
3
-0
/
+119
*
Flush stderr and stdout in isolation tester.
Andrew Dunstan
2013-02-27
1
-0
/
+4
*
isolationtester: add a few fflush(stderr) calls
Alvaro Herrera
2013-01-23
1
-1
/
+3
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
25
-161
/
+1644
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
4
-4
/
+4
*
Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.
Tom Lane
2012-11-01
1
-8
/
+6
*
Isolation test for DROP INDEX CONCURRENTLY
Simon Riggs
2012-10-18
3
-0
/
+79
*
Revert tests for drop index concurrently.
Simon Riggs
2012-10-18
5
-116
/
+0
*
Add isolation tests for DROP INDEX CONCURRENTLY.
Simon Riggs
2012-10-18
5
-0
/
+116
*
Refactor flex and bison make rules
Peter Eisentraut
2012-10-11
1
-14
/
+0
*
Fix serializable mode with index-only scans.
Kevin Grittner
2012-09-04
3
-0
/
+88
*
Allow isolation tests to specify multiple setup blocks.
Kevin Grittner
2012-09-04
4
-8
/
+35
*
Update isolation tests' README file.
Tom Lane
2012-08-08
1
-5
/
+4
*
Remove now unneeded results file for disabled prepared transactions case.
Andrew Dunstan
2012-07-20
1
-41529
/
+0
*
Remove prepared transactions from main isolation test schedule.
Andrew Dunstan
2012-07-20
2
-1
/
+10
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-43
/
+44
[next]