index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
aio
Age
Commit message (
Expand
)
Author
2025-12-10
Fix some near-bugs related to ResourceOwner function arguments
Heikki Linnakangas
2025-12-10
Fix typo in comment
Heikki Linnakangas
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-11-26
Remove a few unused struct members.
Nathan Bossart
2025-11-04
aio: Improve assertions related to io_method
Andres Freund
2025-09-17
Fix shared memory calculation size of PgAioCtl
Michael Paquier
2025-08-27
aio: Stop using enum bitfields due to bad code generation
Andres Freund
2025-08-26
Message style improvements
Peter Eisentraut
2025-08-21
Use consistent type for pgaio_io_get_id() result
Peter Eisentraut
2025-08-09
Fix rare bug in read_stream.c's split IO handling.
Thomas Munro
2025-08-08
Add missing Datum conversions
Peter Eisentraut
2025-07-22
aio: Fix assertion, clarify README
Andres Freund
2025-07-12
aio: Fix configuration reload in IO workers.
Thomas Munro
2025-07-12
aio: Regularize IO worker internal naming.
Thomas Munro
2025-07-12
Fix stale idle flag when IO workers exit.
Thomas Munro
2025-07-07
aio: Combine io_uring memory mappings, if supported
Andres Freund
2025-06-16
aio: Add missing memory barrier when waiting for IO handle
Andres Freund
2025-06-13
Replace %llu by PRIu64 in AIO io_uring code
Michael Paquier
2025-06-05
Fix copy-pasto with process count calculation in method_io_uring.c
Michael Paquier
2025-06-02
Fix incorrect format placeholders
Peter Eisentraut
2025-05-21
Adjust operation names of pg_aios to match the documentation
Michael Paquier
2025-05-19
aio: Fix possible state confusions due to interrupt processing
Andres Freund
2025-05-10
aio: Use runtime arguments with injections points in tests
Michael Paquier
2025-05-10
Add support for runtime arguments in injection points
Michael Paquier
2025-04-25
aio: Improve debug logging around waiting for IOs
Andres Freund
2025-04-25
Fix bug allowing io_combine_limit > io_max_combine_combine limit
Andres Freund
2025-04-25
aio: Fix crash potential for pg_aios views due to late state update
Andres Freund
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-19
Rename injection points used in AIO tests
Michael Paquier
2025-04-07
aio: Make AIO more compatible with valgrind
Andres Freund
2025-04-07
read_stream: Fix overflow hazard with large shared buffers
Andres Freund
2025-04-01
aio: Add errcontext for processing I/Os for another backend
Melanie Plageman
2025-04-01
aio: Add README.md explaining higher level design
Andres Freund
2025-04-01
aio: Add pg_aios view
Andres Freund
2025-03-30
read_stream: Introduce and use optional batchmode support
Andres Freund
2025-03-30
aio: Basic read_stream adjustments for real AIO
Andres Freund
2025-03-30
bufmgr: Implement AIO read support
Andres Freund
2025-03-30
aio: Add WARNING result status
Andres Freund
2025-03-29
aio: Implement support for reads in smgr/md/fd
Andres Freund
2025-03-26
aio: Add io_method=io_uring
Andres Freund
2025-03-26
aio: Rename pgaio_io_prep_* to pgaio_io_start_*
Andres Freund
2025-03-26
aio: Pass result of local callbacks to ->report_return
Andres Freund
2025-03-26
aio: Be more paranoid about interrupts
Andres Freund
2025-03-22
aio: Change prefix of PgAioResultStatus values to PGAIO_RS_
Andres Freund
2025-03-22
Fix ps display for IO workers.
Thomas Munro
2025-03-21
Support buffer forwarding in read_stream.c.
Thomas Munro
2025-03-19
Increase io_combine_limit range to 1MB.
Thomas Munro
2025-03-19
Introduce io_max_combine_limit.
Thomas Munro
2025-03-18
aio: Add io_method=worker
Andres Freund
2025-03-18
aio: Infrastructure for io_method=worker
Andres Freund
[next]