summaryrefslogtreecommitdiff
path: root/src/include/storage
AgeCommit message (Expand)Author
12 hoursIntegrate FullTransactionIds deeper into two-phase codeMichael Paquier
4 daysSpeed up truncation of temporary relations.Fujii Masao
5 daysAdd GetNamedDSA() and GetNamedDSHash().Nathan Bossart
7 daysaio: Fix reference to outdated nameAndres Freund
2025-06-15Sync typedefs.list with the buildfarm.Tom Lane
2025-06-03Rename log_lock_failure GUC to log_lock_failures for consistency.Fujii Masao
2025-05-23Revert function to get memory context stats for processesDaniel Gustafsson
2025-05-19Fix incorrect year in some copyright noticesMichael Paquier
2025-05-10aio: Use runtime arguments with injections points in testsMichael Paquier
2025-05-08Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas
2025-04-27Don't use double-quotes in #include's of system headers.Tom Lane
2025-04-26Eliminate divide in new fast-path locking codeDavid Rowley
2025-04-20Fix a few duplicate words in commentsDavid Rowley
2025-04-20Comment on need to MarkBufferDirty() if omitting DELAY_CHKPT_START.Noah Misch
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-17Assert lack of hazardous buffer locks before possible catalog read.Noah Misch
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
2025-04-11Add missing PGDLLIMPORT markingsPeter Eisentraut
2025-04-09Cleanup of pg_numa.cTomas Vondra
2025-04-08Introduce file_copy_method setting.Thomas Munro
2025-04-08Add function to get memory context stats for processesDaniel Gustafsson
2025-04-08Add pg_buffercache_evict_{relation,all} functionsAndres Freund
2025-04-07Add support for basic NUMA awarenessTomas Vondra
2025-04-07aio: Make AIO more compatible with valgrindAndres Freund
2025-04-02Make cancel request keys longerHeikki Linnakangas
2025-04-02Get rid of WALBufMappingLockAlexander Korotkov
2025-04-02Improve error message when standby does accept connections.Fujii Masao
2025-04-01aio: Add test_aio moduleAndres Freund
2025-03-30Enable IO concurrency on all systemsAndres Freund
2025-03-30read_stream: Introduce and use optional batchmode supportAndres Freund
2025-03-30bufmgr: Use AIO in StartReadBuffers()Andres Freund
2025-03-30bufmgr: Implement AIO read supportAndres Freund
2025-03-30aio: Add WARNING result statusAndres Freund
2025-03-30Let caller of PageIsVerified() control ignore_checksum_failureAndres Freund
2025-03-29aio, bufmgr: Comment fixes/improvementsAndres Freund
2025-03-29aio: Implement support for reads in smgr/md/fdAndres Freund
2025-03-29Fix mis-attribution of checksum failure stats to the wrong databaseAndres Freund
2025-03-28Fix crash if LockErrorCleanup() is called twiceHeikki Linnakangas
2025-03-26aio: Add io_method=io_uringAndres Freund
2025-03-26aio: Rename pgaio_io_prep_* to pgaio_io_start_*Andres Freund
2025-03-26aio: Pass result of local callbacks to ->report_returnAndres Freund
2025-03-22aio: Change prefix of PgAioResultStatus values to PGAIO_RS_Andres Freund
2025-03-21Support buffer forwarding in StartReadBuffers().Thomas Munro
2025-03-19Introduce io_max_combine_limit.Thomas Munro
2025-03-18aio: Add io_method=workerAndres Freund
2025-03-18aio: Infrastructure for io_method=workerAndres Freund
2025-03-18Increase default maintenance_io_concurrency to 16Melanie Plageman
2025-03-17aio: Add core asynchronous I/O infrastructureAndres Freund
2025-03-17aio: Basic subsystem initializationAndres Freund
2025-03-16localbuf: Introduce StartLocalBufferIO()Andres Freund