projects
/
postgresql.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix assertion failure with replication slot release in single-user mode
[postgresql.git]
/
src
/
backend
/
storage
/
11 hours ago
Nathan Bossart
Fix comment for MAX_SIMUL_LWLOCKS.
tree
|
commitdiff
6 days ago
Tom Lane
Make type Datum be 8 bytes wide everywhere.
tree
|
commitdiff
11 days ago
Thomas Munro
Fix rare bug in read_stream.c's split IO handling.
tree
|
commitdiff
11 days ago
Peter Eisentraut
Add missing Datum conversions
tree
|
commitdiff
11 days ago
Thomas Munro
Remove obsolete comment.
tree
|
commitdiff
2025-08-05
Masahiko Sawada
Suppress maybe-uninitialized warning.
tree
|
commitdiff
2025-08-05
Peter Eisentraut
Fix various hash function uses
tree
|
commitdiff
2025-08-03
Tom Lane
Fix MemoryContextAllocAligned's interaction with Valgrind.
tree
|
commitdiff
2025-07-29
Heikki Linnakangas
Handle cancel requests with PID 0 gracefully
tree
|
commitdiff
2025-07-29
Robert Haas
Run pgindent.
tree
|
commitdiff
2025-07-28
Robert Haas
Remove misleading hint for "unexpected data beyond...
tree
|
commitdiff
2025-07-25
Michael Paquier
Fix assertion failure with latch wait in single-user...
tree
|
commitdiff
2025-07-23
Nathan Bossart
Cross-check lists of built-in LWLock tranches.
tree
|
commitdiff
2025-07-23
Amit Kapila
Preserve conflict-relevant data during logical replication.
tree
|
commitdiff
2025-07-22
Andres Freund
aio: Fix assertion, clarify README
tree
|
commitdiff
2025-07-18
Nathan Bossart
Remove unused variable in generate-lwlocknames.pl.
tree
|
commitdiff
2025-07-17
Michael Paquier
Fix inconsistent LWLock tranche names for MultiXact*
tree
|
commitdiff
2025-07-12
Andres Freund
Remove long-unused TransactionIdIsActive()
tree
|
commitdiff
2025-07-12
Thomas Munro
aio: Fix configuration reload in IO workers.
tree
|
commitdiff
2025-07-12
Thomas Munro
aio: Regularize IO worker internal naming.
tree
|
commitdiff
2025-07-12
Thomas Munro
Fix stale idle flag when IO workers exit.
tree
|
commitdiff
2025-07-11
Nathan Bossart
Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
tree
|
commitdiff
2025-07-11
Nathan Bossart
Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.
tree
|
commitdiff
2025-07-09
Nathan Bossart
Introduce pg_dsm_registry_allocations view.
tree
|
commitdiff
2025-07-08
Andres Freund
aio: Combine io_uring memory mappings, if supported
tree
|
commitdiff
2025-07-07
Álvaro Herrera
Standardize LSN formatting by zero padding
tree
|
commitdiff
2025-07-07
Michael Paquier
Integrate FullTransactionIds deeper into two-phase...
tree
|
commitdiff
2025-07-04
Fujii Masao
Speed up truncation of temporary relations.
tree
|
commitdiff
2025-07-02
Nathan Bossart
Add GetNamedDSA() and GetNamedDSHash().
tree
|
commitdiff
2025-07-01
Tom Lane
Make safeguard against incorrect flags for fsync more...
tree
|
commitdiff
2025-07-01
Tomas Vondra
Silence valgrind about pg_numa_touch_mem_if_required
tree
|
commitdiff
2025-06-16
Andres Freund
aio: Add missing memory barrier when waiting for IO...
tree
|
commitdiff
2025-06-12
Michael Paquier
Replace %llu by PRIu64 in AIO io_uring code
tree
|
commitdiff
2025-06-05
Michael Paquier
Fix copy-pasto with process count calculation in method...
tree
|
commitdiff
2025-06-03
Peter Eisentraut
Fix incorrect format placeholders
tree
|
commitdiff
2025-06-03
Fujii Masao
Rename log_lock_failure GUC to log_lock_failures for...
tree
|
commitdiff
2025-06-02
Peter Eisentraut
Fix incorrect format placeholders
tree
|
commitdiff
2025-05-30
Fujii Masao
Make XactLockTableWait() and ConditionalXactLockTableWa...
tree
|
commitdiff
2025-05-23
Daniel Gustafsson
Revert function to get memory context stats for processes
tree
|
commitdiff
2025-05-21
Michael Paquier
Adjust operation names of pg_aios to match the document...
tree
|
commitdiff
2025-05-20
Andres Freund
aio: Fix possible state confusions due to interrupt...
tree
|
commitdiff
2025-05-10
Noah Misch
Remove GLOBALTABLESPACE_OID assert for locked buffers.
tree
|
commitdiff
2025-05-10
Michael Paquier
aio: Use runtime arguments with injections points in...
tree
|
commitdiff
2025-05-09
Michael Paquier
Add support for runtime arguments in injection points
tree
|
commitdiff
2025-05-08
Heikki Linnakangas
Use 'void *' for arbitrary buffers, 'uint8 *' for byte...
tree
|
commitdiff
2025-05-07
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
next