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
/
backend
/
storage
Age
Commit message (
Expand
)
Author
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
2025-03-16
localbuf: Introduce FlushLocalBuffer()
Andres Freund
2025-03-16
localbuf: Introduce TerminateLocalBufferIO()
Andres Freund
2025-03-16
localbuf: Introduce InvalidateLocalBuffer()
Andres Freund
2025-03-16
localbuf: Fix dangerous coding pattern in GetLocalVictimBuffer()
Andres Freund
2025-03-15
Simplify distance heuristics in read_stream.c.
Thomas Munro
2025-03-15
Improve read_stream.c advice for dense streams.
Thomas Munro
2025-03-14
Add GUC option to log lock acquisition failures.
Fujii Masao
2025-03-14
Optimize iteration over PGPROC for fast-path lock searches.
Fujii Masao
2025-03-14
Respect changing pin limits in read_stream.c.
Thomas Munro
2025-03-14
Improve buffer manager API for backend pin limits.
Thomas Munro
2025-03-13
Make lwlocknames.h generated file less ugly
Álvaro Herrera
2025-03-13
Fix copy-and-paste mistake in error message
Peter Eisentraut
2025-03-13
Fix read_stream.c for changing io_combine_limit.
Thomas Munro
2025-03-08
Make parallel nbtree index scans use an LWLock.
Peter Geoghegan
2025-03-05
Split WaitEventSet functions to separate source file
Heikki Linnakangas
2025-03-05
Use ModifyWaitEvent to update exit_on_postmaster_death
Heikki Linnakangas
2025-03-05
Remove unused ShutdownLatchSupport() function
Heikki Linnakangas
2025-03-04
Make FP_LOCK_SLOTS_PER_BACKEND look like a function
Tomas Vondra
2025-02-27
Remove arbitrary cap on read_stream.c buffer queue.
Thomas Munro
2025-02-27
Fix possible double-release of spinlock in procsignal.c
Michael Paquier
2025-02-26
Re-add GUC track_wal_io_timing
Michael Paquier
2025-02-25
Change _mdfd_segpath() to return paths by value
Andres Freund
2025-02-25
Change relpath() et al to return path by value
Andres Freund
2025-02-24
Add static asserts for MAX_BACKENDS limiting factors
Andres Freund
2025-02-24
Base LWLock limits directly on MAX_BACKENDS
Andres Freund
2025-02-24
Move MAX_BACKENDS to procnumber.h
Andres Freund
2025-02-24
Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing
Michael Paquier
2025-02-22
Allow lwlocks to be disowned
Andres Freund
2025-02-20
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-02-19
Fix unsafe access to BufferDescriptors
Richard Guo
2025-02-18
Fix typo in 2a8a0067.
Thomas Munro
2025-02-15
Fix explicit valgrind interaction in read_stream.c.
Thomas Munro
2025-02-14
Remove obsolete comment.
Thomas Munro
2025-02-13
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-02-12
Remove unnecessary (char *) casts [checksum]
Peter Eisentraut
2025-02-12
Remove unnecessary (char *) casts [mem]
Peter Eisentraut
2025-01-31
Fix comment of StrategySyncStart()
Michael Paquier
2025-01-29
Make BufferIsExclusiveLocked and BufferIsDirty work for local buffers.
Tom Lane
2025-01-29
Fix grammatical typos around possessive "its"
John Naylor
2025-01-25
Use the correct sizeof() in BufFileLoadBuffer
Tomas Vondra
2025-01-20
Add const qualifiers to bufpage.h
Peter Eisentraut
2025-01-20
Fix latch event policy that hid socket events.
Thomas Munro
2025-01-19
Remove PrintBufferDescs() and PrintPinnedBufs().
Tom Lane
2025-01-14
Make pg_stat_io count IOs as bytes instead of blocks for some operations
Michael Paquier
2025-01-10
Merge pgstat_count_io_op_n() and pgstat_count_io_op()
Michael Paquier
2025-01-06
Allow changing autovacuum_max_workers without restarting.
Nathan Bossart
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
[next]