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
/
include
/
storage
Age
Commit message (
Expand
)
Author
12 hours
Integrate FullTransactionIds deeper into two-phase code
Michael Paquier
4 days
Speed up truncation of temporary relations.
Fujii Masao
5 days
Add GetNamedDSA() and GetNamedDSHash().
Nathan Bossart
7 days
aio: Fix reference to outdated name
Andres Freund
2025-06-15
Sync typedefs.list with the buildfarm.
Tom Lane
2025-06-03
Rename log_lock_failure GUC to log_lock_failures for consistency.
Fujii Masao
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-05-19
Fix incorrect year in some copyright notices
Michael Paquier
2025-05-10
aio: Use runtime arguments with injections points in tests
Michael Paquier
2025-05-08
Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays
Heikki Linnakangas
2025-04-27
Don't use double-quotes in #include's of system headers.
Tom Lane
2025-04-26
Eliminate divide in new fast-path locking code
David Rowley
2025-04-20
Fix a few duplicate words in comments
David Rowley
2025-04-20
Comment on need to MarkBufferDirty() if omitting DELAY_CHKPT_START.
Noah Misch
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-17
Assert lack of hazardous buffer locks before possible catalog read.
Noah Misch
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-11
Add missing PGDLLIMPORT markings
Peter Eisentraut
2025-04-09
Cleanup of pg_numa.c
Tomas Vondra
2025-04-08
Introduce file_copy_method setting.
Thomas Munro
2025-04-08
Add function to get memory context stats for processes
Daniel Gustafsson
2025-04-08
Add pg_buffercache_evict_{relation,all} functions
Andres Freund
2025-04-07
Add support for basic NUMA awareness
Tomas Vondra
2025-04-07
aio: Make AIO more compatible with valgrind
Andres Freund
2025-04-02
Make cancel request keys longer
Heikki Linnakangas
2025-04-02
Get rid of WALBufMappingLock
Alexander Korotkov
2025-04-02
Improve error message when standby does accept connections.
Fujii Masao
2025-04-01
aio: Add test_aio module
Andres Freund
2025-03-30
Enable IO concurrency on all systems
Andres Freund
2025-03-30
read_stream: Introduce and use optional batchmode support
Andres Freund
2025-03-30
bufmgr: Use AIO in StartReadBuffers()
Andres Freund
2025-03-30
bufmgr: Implement AIO read support
Andres Freund
2025-03-30
aio: Add WARNING result status
Andres Freund
2025-03-30
Let caller of PageIsVerified() control ignore_checksum_failure
Andres Freund
2025-03-29
aio, bufmgr: Comment fixes/improvements
Andres Freund
2025-03-29
aio: Implement support for reads in smgr/md/fd
Andres Freund
2025-03-29
Fix mis-attribution of checksum failure stats to the wrong database
Andres Freund
2025-03-28
Fix crash if LockErrorCleanup() is called twice
Heikki Linnakangas
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-22
aio: Change prefix of PgAioResultStatus values to PGAIO_RS_
Andres Freund
2025-03-21
Support buffer forwarding in StartReadBuffers().
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
2025-03-18
Increase default maintenance_io_concurrency to 16
Melanie Plageman
2025-03-17
aio: Add core asynchronous I/O infrastructure
Andres Freund
2025-03-17
aio: Basic subsystem initialization
Andres Freund
2025-03-16
localbuf: Introduce StartLocalBufferIO()
Andres Freund
[next]