index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
isolation
/
specs
Age
Commit message (
Expand
)
Author
2023-04-18
Fix some typos and some incorrectly duplicated words
David Rowley
2023-03-13
Fix concurrent update issues with MERGE.
Dean Rasheed
2023-03-06
Fix some more cases of missed GENERATED-column updates.
Tom Lane
2023-03-06
Fix assert failures in parallel SERIALIZABLE READ ONLY.
Thomas Munro
2023-02-15
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-01-14
Fix MAINTAIN privileges for toast tables and partitions.
Jeff Davis
2022-12-15
Re-adjust drop-index-concurrently-1 isolation test
David Rowley
2022-12-01
Make materialized views participate in predicate locking
Michael Paquier
2022-09-14
Add subxid-overflow "isolation" test
Alvaro Herrera
2022-08-30
Adjust comments that called MultiXactIds "XMIDs".
Peter Geoghegan
2022-05-22
pgstat: fix stats.spec instability on slow machines.
Andres Freund
2022-04-26
Add some isolation tests for CLUSTER
Michael Paquier
2022-04-08
pgstat: Hide instability in stats.spec with -DCATCACHE_FORCE_RELEASE.
Andres Freund
2022-04-07
Revert "Rewrite some RI code to avoid using SPI"
Alvaro Herrera
2022-04-07
Rewrite some RI code to avoid using SPI
Alvaro Herrera
2022-04-07
Fix test instability introduced in e349c95d3e9 due to async deduplication.
Andres Freund
2022-04-07
Add isolation tests for snapshot behavior in ri_triggers.c
Alvaro Herrera
2022-04-07
pgstat: add tests for transaction behaviour, 2PC, function stats.
Andres Freund
2022-04-03
Set relfrozenxid to oldest extant XID seen by VACUUM.
Peter Geoghegan
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-03-21
Fix risk of deadlock failure while dropping a partitioned index.
Tom Lane
2022-02-21
Fix temporary object cleanup failing due to toast access without snapshot.
Andres Freund
2022-02-11
Simplify lazy_scan_heap's handling of scanned pages.
Peter Geoghegan
2021-12-13
isolationtester: append session name to application_name.
Andres Freund
2021-12-08
Fix corruption of toast indexes with REINDEX CONCURRENTLY
Michael Paquier
2021-07-13
Rename debug_invalidate_system_caches_always to debug_discard_caches.
Tom Lane
2021-07-05
Rethink blocking annotations in detach-partition-concurrently-[34].
Tom Lane
2021-06-23
Allow non-quoted identifiers as isolation test session/step names.
Tom Lane
2021-06-23
Use annotations to reduce instability of isolation-test results.
Tom Lane
2021-05-25
Make detach-partition-concurrently-4 less timing sensitive
Alvaro Herrera
2021-05-25
Make detach-partition-concurrently-3 less timing-sensitive
Alvaro Herrera
2021-05-21
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-20
Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.
Tom Lane
2021-04-28
Allow a partdesc-omitting-partitions to be cached
Alvaro Herrera
2021-03-25
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-01-30
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2020-10-29
Centralize horizon determination for temp tables, fixing bug due to skew.
Andres Freund
2020-09-08
Check default partitions constraints while descending
Alvaro Herrera
2020-09-08
Remove isolation test reindex-partitions
Michael Paquier
2020-09-08
Add support for partitioned tables and indexes in REINDEX
Michael Paquier
2020-09-02
Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEM
Michael Paquier
2020-06-11
Avoid update conflict out serialization anomalies.
Peter Geoghegan
2020-05-16
Change locktype "speculative token" to "spectoken".
Tom Lane
2020-02-12
Try to harden insert-conflict-specconflict against autovacuum.
Andres Freund
2020-02-12
Test additional speculative conflict scenarios.
Andres Freund
2020-01-28
Fix dangling pointer in EvalPlanQual machinery.
Tom Lane
2019-11-24
Avoid assertion failure with LISTEN in a serializable transaction.
Tom Lane
2019-11-16
Improve stability of tests for VACUUM (SKIP_LOCKED)
Michael Paquier
2019-10-05
Disable one more set of tests from c8841199509.
Andres Freund
[next]