index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
isolation
Commit message (
Expand
)
Author
Age
*
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-13
*
Use printf's %m format instead of strerror(errno) in more places
Michael Paquier
2024-03-12
*
Fix handling of self-modified tuples in MERGE.
Dean Rasheed
2024-03-07
*
Rename SLRU elements in view pg_stat_slru
Alvaro Herrera
2024-02-28
*
Remove flaky isolation tests for timeouts
Alexander Korotkov
2024-02-25
*
Remove remaining references to timeouts-long
Alexander Korotkov
2024-02-16
*
Remove timeouts-long.out
Alexander Korotkov
2024-02-16
*
Followup fixes for transaction_timeout
Alexander Korotkov
2024-02-16
*
Introduce transaction_timeout
Alexander Korotkov
2024-02-15
*
Use extensible buffers to assemble command lines
Peter Eisentraut
2024-02-11
*
Make spelling of cancelled/cancellation consistent
Alvaro Herrera
2024-01-26
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix typos in comments and in one isolation test.
Robert Haas
2024-01-02
*
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
2023-11-28
*
Remove distprep
Peter Eisentraut
2023-11-06
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Speed up pg_regress server readiness testing.
Daniel Gustafsson
2023-10-24
*
Fix EvalPlanQual rechecking during MERGE.
Dean Rasheed
2023-09-30
*
Remove test from commit fa2e874946.
Jeff Davis
2023-08-10
*
Recalculate search_path after ALTER ROLE.
Jeff Davis
2023-08-09
*
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-07-07
*
Remove incidental md5() function uses from several tests
Peter Eisentraut
2023-07-04
*
Fix cache lookup hazards introduced by ff9618e82a.
Nathan Bossart
2023-06-22
*
Fix misbehavior of EvalPlanQual checks with multiple result relations.
Tom Lane
2023-05-19
*
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-18
*
Fix concurrent update issues with MERGE.
Dean Rasheed
2023-03-13
*
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-03-06
*
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-15
*
Fix MAINTAIN privileges for toast tables and partitions.
Jeff Davis
2023-01-14
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Re-adjust drop-index-concurrently-1 isolation test
David Rowley
2022-12-16
*
meson: Add 'running' test setup, as a replacement for installcheck
Andres Freund
2022-12-07
*
Make materialized views participate in predicate locking
Michael Paquier
2022-12-01
*
Simplify WARNING messages from skipped vacuum/analyze on a table
Andrew Dunstan
2022-11-23
*
meson: Split 'main' suite into 'regress' and 'isolation'
Andres Freund
2022-11-04
*
meson: Add windows resource files
Andres Freund
2022-10-05
*
Harmonize more lexer function parameter names.
Peter Geoghegan
2022-09-22
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Add subxid-overflow "isolation" test
Alvaro Herrera
2022-09-14
*
Build all Flex files standalone
John Naylor
2022-09-04
*
Adjust comments that called MultiXactIds "XMIDs".
Peter Geoghegan
2022-08-29
*
Remove configure probe for sys/select.h.
Thomas Munro
2022-08-14
*
Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT.
Noah Misch
2022-07-01
*
pgstat: fix stats.spec instability on slow machines.
Andres Freund
2022-05-22
*
Add some isolation tests for CLUSTER
Michael Paquier
2022-04-26
*
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
[next]