projects
/
postgresql.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix deparsing FETCH FIRST <expr> ROWS WITH TIES
[postgresql.git]
/
src
/
backend
/
storage
/
9 days ago
Noah Misch
Remove GLOBALTABLESPACE_OID assert for locked buffers.
tree
|
commitdiff
9 days ago
Michael Paquier
aio: Use runtime arguments with injections points in...
tree
|
commitdiff
9 days ago
Michael Paquier
Add support for runtime arguments in injection points
tree
|
commitdiff
11 days ago
Heikki Linnakangas
Use 'void *' for arbitrary buffers, 'uint8 *' for byte...
tree
|
commitdiff
12 days ago
Michael Paquier
Fix some comments related to IO workers
tree
|
commitdiff
2025-04-27
Tom Lane
Don't use double-quotes in #include's of system headers...
tree
|
commitdiff
2025-04-26
David Rowley
Eliminate divide in new fast-path locking code
tree
|
commitdiff
2025-04-25
Andres Freund
aio: Improve debug logging around waiting for IOs
tree
|
commitdiff
2025-04-25
Andres Freund
Fix bug allowing io_combine_limit > io_max_combine_comb...
tree
|
commitdiff
2025-04-25
Andres Freund
aio: Fix crash potential for pg_aios views due to late...
tree
|
commitdiff
2025-04-21
David Rowley
Fix a few more duplicate words in comments
tree
|
commitdiff
2025-04-19
Michael Paquier
Fix typos and grammar in the code
tree
|
commitdiff
2025-04-19
Michael Paquier
Rename injection points used in AIO tests
tree
|
commitdiff
2025-04-17
Noah Misch
Assert lack of hazardous buffer locks before possible...
tree
|
commitdiff
2025-04-12
Peter Geoghegan
Harmonize function parameter names for Postgres 18.
tree
|
commitdiff
2025-04-11
Daniel Gustafsson
Fix recently introduced typos
tree
|
commitdiff
2025-04-09
Tomas Vondra
Cleanup of pg_numa.c
tree
|
commitdiff
2025-04-08
Thomas Munro
Introduce file_copy_method setting.
tree
|
commitdiff
2025-04-08
Daniel Gustafsson
Add function to get memory context stats for processes
tree
|
commitdiff
2025-04-08
Andres Freund
Increase BAS_BULKREAD based on effective_io_concurrency
tree
|
commitdiff
2025-04-08
Andres Freund
Add pg_buffercache_evict_{relation,all} functions
tree
|
commitdiff
2025-04-08
Amit Kapila
Stabilize 035_standby_logical_decoding.pl.
tree
|
commitdiff
2025-04-07
Tomas Vondra
Introduce pg_shmem_allocations_numa view
tree
|
commitdiff
2025-04-07
Andres Freund
aio: Make AIO more compatible with valgrind
tree
|
commitdiff
2025-04-07
Andres Freund
localbuf: Add Valgrind buffer access instrumentation
tree
|
commitdiff
2025-04-07
Andres Freund
read_stream: Fix overflow hazard with large shared...
tree
|
commitdiff
2025-04-06
Andres Freund
aio: Avoid spurious coverity warning
tree
|
commitdiff
2025-04-04
Tomas Vondra
Revert "Improve accounting for memory used by shared...
tree
|
commitdiff
2025-04-02
Tomas Vondra
Improve accounting for PredXactList, RWConflictPool...
tree
|
commitdiff
2025-04-02
Tomas Vondra
Improve accounting for memory used by shared hash tables
tree
|
commitdiff
2025-04-02
Heikki Linnakangas
Make cancel request keys longer
tree
|
commitdiff
2025-04-01
Melanie Plageman
aio: Add errcontext for processing I/Os for another...
tree
|
commitdiff
2025-04-01
Andres Freund
aio: Minor comment improvements
tree
|
commitdiff
2025-04-01
Andres Freund
aio: Add README.md explaining higher level design
tree
|
commitdiff
2025-04-01
Andres Freund
md: Add comment & assert to buffer-zeroing path in...
tree
|
commitdiff
2025-04-01
Andres Freund
aio: Add test_aio module
tree
|
commitdiff
2025-04-01
Andres Freund
aio: Add pg_aios view
tree
|
commitdiff
2025-03-30
Andres Freund
read_stream: Introduce and use optional batchmode support
tree
|
commitdiff
2025-03-30
Andres Freund
aio: Basic read_stream adjustments for real AIO
tree
|
commitdiff
2025-03-30
Andres Freund
bufmgr: Use AIO in StartReadBuffers()
tree
|
commitdiff
2025-03-30
Andres Freund
bufmgr: Implement AIO read support
tree
|
commitdiff
2025-03-30
Andres Freund
aio: Add WARNING result status
tree
|
commitdiff
2025-03-30
Andres Freund
Let caller of PageIsVerified() control ignore_checksum_...
tree
|
commitdiff
2025-03-30
Andres Freund
pgstat: Allow checksum errors to be reported in critica...
tree
|
commitdiff
2025-03-29
Andres Freund
localbuf: Track pincount in BufferDesc as well
tree
|
commitdiff
2025-03-29
Andres Freund
aio, bufmgr: Comment fixes/improvements
tree
|
commitdiff
2025-03-29
Andres Freund
aio: Implement support for reads in smgr/md/fd
tree
|
commitdiff
2025-03-29
Andres Freund
Fix mis-attribution of checksum failure stats to the...
tree
|
commitdiff
2025-03-29
Peter Eisentraut
Use PRI?64 instead of "ll?" in format strings (continued).
tree
|
commitdiff
2025-03-28
Heikki Linnakangas
Fix crash if LockErrorCleanup() is called twice
tree
|
commitdiff
2025-03-27
Daniel Gustafsson
Fix guc_malloc calls for consistency and OOM checks
tree
|
commitdiff
2025-03-27
Michael Paquier
doc: Correct description of values used in FSM for...
tree
|
commitdiff
2025-03-26
Andres Freund
aio: Add io_method=io_uring
tree
|
commitdiff
2025-03-26
Andres Freund
aio: Rename pgaio_io_prep_* to pgaio_io_start_*
tree
|
commitdiff
2025-03-26
Andres Freund
aio: Pass result of local callbacks to ->report_return
tree
|
commitdiff
2025-03-26
Andres Freund
aio: Be more paranoid about interrupts
tree
|
commitdiff
2025-03-24
Andres Freund
Redefine max_files_per_process to control additionally...
tree
|
commitdiff
2025-03-23
Heikki Linnakangas
Fix rare assertion failure in standby, if primary is...
tree
|
commitdiff
2025-03-22
Andres Freund
aio: Change prefix of PgAioResultStatus values to PGAIO_RS_
tree
|
commitdiff
2025-03-21
Thomas Munro
Fix ps display for IO workers.
tree
|
commitdiff
2025-03-21
Thomas Munro
Support buffer forwarding in StartReadBuffers().
tree
|
commitdiff
2025-03-21
Thomas Munro
Support buffer forwarding in read_stream.c.
tree
|
commitdiff
2025-03-20
Andres Freund
bufmgr: Improve stats when a buffer is read in concurrently
tree
|
commitdiff
2025-03-20
Andres Freund
smgr: Hold interrupts in most smgr functions
tree
|
commitdiff
2025-03-20
Peter Eisentraut
Revert workarounds for -Wmissing-braces false positives...
tree
|
commitdiff
2025-03-20
Peter Eisentraut
Fix typo in comment
tree
|
commitdiff
2025-03-19
Thomas Munro
Increase io_combine_limit range to 1MB.
tree
|
commitdiff
2025-03-19
Thomas Munro
Introduce io_max_combine_limit.
tree
|
commitdiff
2025-03-18
Andres Freund
smgr: Make SMgrRelation initialization safer against...
tree
|
commitdiff
2025-03-18
Andres Freund
aio: Add io_method=worker
tree
|
commitdiff
2025-03-18
Andres Freund
aio: Infrastructure for io_method=worker
tree
|
commitdiff
2025-03-17
Andres Freund
aio: Add core asynchronous I/O infrastructure
tree
|
commitdiff
2025-03-17
Andres Freund
aio: Basic subsystem initialization
tree
|
commitdiff
2025-03-16
Andres Freund
localbuf: Introduce StartLocalBufferIO()
tree
|
commitdiff
2025-03-16
Andres Freund
localbuf: Introduce FlushLocalBuffer()
tree
|
commitdiff
2025-03-16
Andres Freund
localbuf: Introduce TerminateLocalBufferIO()
tree
|
commitdiff
2025-03-16
Andres Freund
localbuf: Introduce InvalidateLocalBuffer()
tree
|
commitdiff
2025-03-16
Andres Freund
localbuf: Fix dangerous coding pattern in GetLocalVicti...
tree
|
commitdiff
2025-03-15
Thomas Munro
Simplify distance heuristics in read_stream.c.
tree
|
commitdiff
2025-03-15
Thomas Munro
Improve read_stream.c advice for dense streams.
tree
|
commitdiff
2025-03-14
Fujii Masao
Add GUC option to log lock acquisition failures.
tree
|
commitdiff
2025-03-14
Fujii Masao
Optimize iteration over PGPROC for fast-path lock searches.
tree
|
commitdiff
2025-03-14
Thomas Munro
Respect changing pin limits in read_stream.c.
tree
|
commitdiff
2025-03-14
Thomas Munro
Improve buffer manager API for backend pin limits.
tree
|
commitdiff
2025-03-13
Álvaro Herrera
Make lwlocknames.h generated file less ugly
tree
|
commitdiff
2025-03-13
Peter Eisentraut
Fix copy-and-paste mistake in error message
tree
|
commitdiff
2025-03-13
Thomas Munro
Fix read_stream.c for changing io_combine_limit.
tree
|
commitdiff
2025-03-08
Peter Geoghegan
Make parallel nbtree index scans use an LWLock.
tree
|
commitdiff
2025-03-05
Heikki Linnakangas
Split WaitEventSet functions to separate source file
tree
|
commitdiff
2025-03-05
Heikki Linnakangas
Use ModifyWaitEvent to update exit_on_postmaster_death
tree
|
commitdiff
2025-03-05
Heikki Linnakangas
Remove unused ShutdownLatchSupport() function
tree
|
commitdiff
2025-03-04
Tomas Vondra
Make FP_LOCK_SLOTS_PER_BACKEND look like a function
tree
|
commitdiff
2025-02-27
Thomas Munro
Remove arbitrary cap on read_stream.c buffer queue.
tree
|
commitdiff
2025-02-27
Michael Paquier
Fix possible double-release of spinlock in procsignal.c
tree
|
commitdiff
2025-02-26
Michael Paquier
Re-add GUC track_wal_io_timing
tree
|
commitdiff
2025-02-25
Andres Freund
Change _mdfd_segpath() to return paths by value
tree
|
commitdiff
2025-02-25
Andres Freund
Change relpath() et al to return path by value
tree
|
commitdiff
2025-02-24
Andres Freund
Add static asserts for MAX_BACKENDS limiting factors
tree
|
commitdiff
2025-02-24
Andres Freund
Base LWLock limits directly on MAX_BACKENDS
tree
|
commitdiff
2025-02-24
Andres Freund
Move MAX_BACKENDS to procnumber.h
tree
|
commitdiff
next