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 some typos and some incorrectly duplicated words
David Rowley
2023-04-18
1
-1
/
+1
*
Fix concurrent update issues with MERGE.
Dean Rasheed
2023-03-13
4
-48
/
+553
*
Fix some more cases of missed GENERATED-column updates.
Tom Lane
2023-03-06
2
-150
/
+179
*
Fix assert failures in parallel SERIALIZABLE READ ONLY.
Thomas Munro
2023-03-06
5
-46
/
+168
*
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-15
3
-12
/
+12
*
Fix MAINTAIN privileges for toast tables and partitions.
Jeff Davis
2023-01-14
2
-6
/
+5
*
Update copyright for 2023
Bruce Momjian
2023-01-02
5
-5
/
+5
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
Re-adjust drop-index-concurrently-1 isolation test
David Rowley
2022-12-16
3
-40
/
+44
*
meson: Add 'running' test setup, as a replacement for installcheck
Andres Freund
2022-12-07
1
-0
/
+1
*
Make materialized views participate in predicate locking
Michael Paquier
2022-12-01
3
-0
/
+173
*
Simplify WARNING messages from skipped vacuum/analyze on a table
Andrew Dunstan
2022-11-23
1
-8
/
+8
*
meson: Split 'main' suite into 'regress' and 'isolation'
Andres Freund
2022-11-04
1
-1
/
+1
*
meson: Add windows resource files
Andres Freund
2022-10-05
1
-0
/
+13
*
Harmonize more lexer function parameter names.
Peter Geoghegan
2022-09-22
1
-1
/
+1
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+58
*
Add subxid-overflow "isolation" test
Alvaro Herrera
2022-09-14
3
-0
/
+162
*
Build all Flex files standalone
John Naylor
2022-09-04
4
-15
/
+31
*
Adjust comments that called MultiXactIds "XMIDs".
Peter Geoghegan
2022-08-29
1
-1
/
+1
*
Remove configure probe for sys/select.h.
Thomas Munro
2022-08-14
1
-3
/
+1
*
Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT.
Noah Misch
2022-07-01
2
-12
/
+13
*
pgstat: fix stats.spec instability on slow machines.
Andres Freund
2022-05-22
3
-6
/
+7
*
Add some isolation tests for CLUSTER
Michael Paquier
2022-04-26
5
-0
/
+123
*
pgstat: Hide instability in stats.spec with -DCATCACHE_FORCE_RELEASE.
Andres Freund
2022-04-07
3
-170
/
+172
*
Revert "Rewrite some RI code to avoid using SPI"
Alvaro Herrera
2022-04-07
2
-3
/
+6
*
Rewrite some RI code to avoid using SPI
Alvaro Herrera
2022-04-07
2
-6
/
+3
*
Fix test instability introduced in e349c95d3e9 due to async deduplication.
Andres Freund
2022-04-07
3
-24
/
+24
*
Add isolation tests for snapshot behavior in ri_triggers.c
Alvaro Herrera
2022-04-07
3
-0
/
+186
*
pgstat: add alternate output for stats.spec, for the 2PC disabled case.
Andres Freund
2022-04-07
1
-0
/
+3761
*
pgstat: add tests for transaction behaviour, 2PC, function stats.
Andres Freund
2022-04-07
3
-0
/
+4491
*
Set relfrozenxid to oldest extant XID seen by VACUUM.
Peter Geoghegan
2022-04-03
5
-117
/
+340
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
9
-0
/
+979
*
Fix risk of deadlock failure while dropping a partitioned index.
Tom Lane
2022-03-21
3
-0
/
+148
*
Fix temporary object cleanup failing due to toast access without snapshot.
Andres Freund
2022-02-21
3
-0
/
+201
*
Simplify lazy_scan_heap's handling of scanned pages.
Peter Geoghegan
2022-02-11
2
-4
/
+5
*
Add Boolean node
Peter Eisentraut
2022-01-17
1
-30
/
+30
*
Update copyright for 2022
Bruce Momjian
2022-01-07
4
-4
/
+4
*
isolationtester: append session name to application_name.
Andres Freund
2021-12-13
3
-16
/
+37
*
Fix corruption of toast indexes with REINDEX CONCURRENTLY
Michael Paquier
2021-12-08
3
-0
/
+895
*
Rename debug_invalidate_system_caches_always to debug_discard_caches.
Tom Lane
2021-07-13
1
-1
/
+1
*
Rethink blocking annotations in detach-partition-concurrently-[34].
Tom Lane
2021-07-05
4
-117
/
+143
*
Remove memory leaks in isolationtester.
Tom Lane
2021-06-27
2
-9
/
+19
*
Allow non-quoted identifiers as isolation test session/step names.
Tom Lane
2021-06-23
103
-3840
/
+3866
*
Improve display of query results in isolation tests.
Tom Lane
2021-06-23
89
-13288
/
+32400
*
Use annotations to reduce instability of isolation-test results.
Tom Lane
2021-06-22
48
-722
/
+1076
*
Update another variant expected-result file.
Tom Lane
2021-06-15
1
-1
/
+3
*
Remove another orphan expected-result file.
Tom Lane
2021-06-15
1
-218
/
+0
*
Update variant expected-result file.
Tom Lane
2021-06-14
1
-1
/
+1
*
Remove orphaned expected-result file.
Tom Lane
2021-06-14
1
-15
/
+0
*
Make detach-partition-concurrently-4 less timing sensitive
Alvaro Herrera
2021-05-25
2
-51
/
+68
[next]