index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
modules
/
test_slru
Age
Commit message (
Expand
)
Author
2025-12-09
Widen MultiXactOffset to 64 bits
Heikki Linnakangas
2025-12-05
Fix test to work with non-8kB block sizes
Heikki Linnakangas
2025-12-03
Add test for multixid wraparound
Heikki Linnakangas
2025-12-03
Set next multixid's offset when creating a new multixid
Heikki Linnakangas
2025-09-09
test_slru: Fix LWLock tranche allocation in EXEC_BACKEND builds.
Nathan Bossart
2025-09-03
Move dynamically-allocated LWLock tranche names to shared memory.
Nathan Bossart
2025-05-09
Add support for runtime arguments in injection points
Michael Paquier
2025-04-29
test_slru: Fix incorrect format placeholders
Peter Eisentraut
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-01-29
Fix grammatical typos around possessive "its"
John Naylor
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-03
Add missing newlines at the end of two SQL files
Michael Paquier
2024-10-28
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-09-03
Simplify makefiles exporting twice enable_injection_points
Michael Paquier
2024-08-23
Rework new SLRU test with injection points
Michael Paquier
2024-08-20
Add injection-point test for new multixact CV usage
Alvaro Herrera
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-02-28
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-28
Add SLRU tests for 64-bit page case
Alexander Korotkov
2023-11-28
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
2023-04-20
Remove unused global variable
David Rowley
2023-03-03
meson: Prevent installation of test files during main install
Peter Eisentraut
2023-02-17
Fix incorrect format placeholder
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-07
meson: Add 'running' test setup, as a replacement for installcheck
Andres Freund
2022-11-17
Remove unneeded include in test_slru.c
Michael Paquier
2022-11-16
Add test module for SLRUs
Michael Paquier