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
/
meson.build
Age
Commit message (
Expand
)
Author
5 days
Fix O_CLOEXEC flag handling in Windows port.
Thomas Munro
7 days
test_custom_stats: Test module for custom cumulative statistics
Michael Paquier
12 days
Add a test for incomplete splits in B-tree indexes
Heikki Linnakangas
2025-11-24
Move isolation test index-killtuples to src/test/modules/index/
Michael Paquier
2025-09-22
Add a test module for Bitmapset
Michael Paquier
2025-09-18
Add a test harness for the LWLock tranche code.
Nathan Bossart
2025-08-06
Convert src/tools/testint128.c into a test module.
Dean Rasheed
2025-07-17
Add a test harness for the binary heap code.
Nathan Bossart
2025-04-01
aio: Add test_aio module
Andres Freund
2025-02-20
Add support for OAUTHBEARER SASL mechanism
Daniel Gustafsson
2025-02-10
Add test of various escape functions
Andres Freund
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-24
Avoid looping over all type cache entries in TypeCacheRelCallback()
Alexander Korotkov
2024-04-11
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-08
Custom reloptions for table AM
Alexander Korotkov
2024-04-04
Introduce a non-recursive JSON parser
Andrew Dunstan
2024-03-21
Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.
Masahiko Sawada
2024-03-07
Add template for adaptive radix tree
John Naylor
2024-01-29
Fix locking when fixing an incomplete split of a GIN internal page
Heikki Linnakangas
2024-01-22
Add test module injection_points
Michael Paquier
2024-01-19
Introduce the dynamic shared memory registry.
Nathan Bossart
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-30
Add tests for XID wraparound.
Masahiko Sawada
2023-11-15
Add test_dsa module.
Heikki Linnakangas
2023-11-08
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-05-17
Revert "Add USER SET parameter values for pg_db_role_setting"
Alexander Korotkov
2023-03-15
Add a hook for modifying the ldapbind password
Andrew Dunstan
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-09
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-11-16
Add test module for SLRUs
Michael Paquier
2022-11-15
Add test module for Custom WAL Resource Manager feature.
Jeff Davis
2022-10-11
Add support for COPY TO callback functions
Michael Paquier
2022-09-22
meson: Add initial version of meson based build system
Andres Freund