index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
Age
Commit message (
Expand
)
Author
2025-10-21
Fix comment in pg_get_shmem_allocations_numa()
Michael Paquier
2025-10-19
Add static assertion that RELSEG_SIZE fits in an int.
Tom Lane
2025-10-09
bufmgr: Fix valgrind checking for buffers pinned in StrategyGetBuffer()
Andres Freund
2025-10-08
bufmgr: Don't lock buffer header in StrategyGetBuffer()
Andres Freund
2025-10-08
bufmgr: fewer calls to BufferDescriptorGetContentLock
Andres Freund
2025-10-08
bufmgr: Fix signedness of mask variable in BufferSync()
Andres Freund
2025-10-08
bufmgr: Introduce FlushUnlockedBuffer
Andres Freund
2025-10-08
Improve ReadRecentBuffer() scalability
Andres Freund
2025-10-03
Make some use of anonymous unions [DSM registry].
Nathan Bossart
2025-09-25
Don't include execnodes.h in replication/conflict.h
Álvaro Herrera
2025-09-24
Remove PointerIsValid()
Peter Eisentraut
2025-09-18
Fix re-initialization of LWLock-related shared memory.
Nathan Bossart
2025-09-17
Mark shared buffer lookup table HASH_FIXED_SIZE
Andres Freund
2025-09-17
Fix shared memory calculation size of PgAioCtl
Michael Paquier
2025-09-12
Default to log_lock_waits=on
Peter Eisentraut
2025-09-12
Remove traces of support for Sun Studio compiler
Peter Eisentraut
2025-09-11
Move named LWLock tranche requests to shared memory.
Nathan Bossart
2025-09-08
meson: build checksums with extra optimization flags.
Jeff Davis
2025-09-05
bufmgr: Remove freelist, always use clock-sweep
Andres Freund
2025-09-05
bufmgr: Use consistent naming of the clock-sweep algorithm
Andres Freund
2025-09-04
Revert recent change to RequestNamedLWLockTranche().
Nathan Bossart
2025-09-03
Move dynamically-allocated LWLock tranche names to shared memory.
Nathan Bossart
2025-08-29
Prepare DSM registry for upcoming changes to LWLock tranche names.
Nathan Bossart
2025-08-29
Provide error context when an error is thrown within WaitOnLock().
Tom Lane
2025-08-29
Make LWLockCounter a global variable.
Nathan Bossart
2025-08-29
Mark ItemPointer arguments as const in tuple/table lock functions
Peter Eisentraut
2025-08-28
Avoid including commands/dbcommands.h in so many places
Álvaro Herrera
2025-08-27
aio: Stop using enum bitfields due to bad code generation
Andres Freund
2025-08-26
Message style improvements
Peter Eisentraut
2025-08-22
Change dynahash.c and hsearch.h to use int64 instead of long
Michael Paquier
2025-08-21
Use consistent type for pgaio_io_get_id() result
Peter Eisentraut
2025-08-19
Fix comment for MAX_SIMUL_LWLOCKS.
Nathan Bossart
2025-08-13
Make type Datum be 8 bytes wide everywhere.
Tom Lane
2025-08-09
Fix rare bug in read_stream.c's split IO handling.
Thomas Munro
2025-08-08
Add missing Datum conversions
Peter Eisentraut
2025-08-09
Remove obsolete comment.
Thomas Munro
2025-08-05
Suppress maybe-uninitialized warning.
Masahiko Sawada
2025-08-05
Fix various hash function uses
Peter Eisentraut
2025-08-02
Fix MemoryContextAllocAligned's interaction with Valgrind.
Tom Lane
2025-07-30
Handle cancel requests with PID 0 gracefully
Heikki Linnakangas
2025-07-29
Run pgindent.
Robert Haas
2025-07-28
Remove misleading hint for "unexpected data beyond EOF" error.
Robert Haas
2025-07-25
Fix assertion failure with latch wait in single-user mode
Michael Paquier
2025-07-23
Cross-check lists of built-in LWLock tranches.
Nathan Bossart
2025-07-23
Preserve conflict-relevant data during logical replication.
Amit Kapila
2025-07-22
aio: Fix assertion, clarify README
Andres Freund
2025-07-18
Remove unused variable in generate-lwlocknames.pl.
Nathan Bossart
2025-07-17
Fix inconsistent LWLock tranche names for MultiXact*
Michael Paquier
2025-07-12
Remove long-unused TransactionIdIsActive()
Andres Freund
2025-07-12
aio: Fix configuration reload in IO workers.
Thomas Munro
[prev]
[next]