index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
Commit message (
Expand
)
Author
Age
*
Fix WaitEventSetWait() buffer overrun.
Thomas Munro
2023-01-13
*
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-29
*
Ignore invalidated slots while computing oldest catalog Xmin
Alvaro Herrera
2022-11-22
*
Harden pmsignal.c against clobbered shared memory.
Tom Lane
2022-10-11
*
Make dsm_impl_posix_resize more future-proof.
Thomas Munro
2022-07-16
*
Don't clobber postmaster sigmask in dsm_impl_resize.
Thomas Munro
2022-07-15
*
Block signals while allocating DSM memory.
Thomas Munro
2022-07-14
*
Harden dsm_impl.c against unexpected EEXIST.
Thomas Munro
2022-07-01
*
Fix visibility check when XID is committed in CLOG but not in procarray.
Heikki Linnakangas
2022-06-27
*
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS
Alvaro Herrera
2022-05-19
*
Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().
Andres Freund
2022-05-02
*
Fix typo in comment.
Etsuro Fujita
2022-05-02
*
Rethink the delay-checkpoint-end mechanism in the back-branches.
Robert Haas
2022-04-14
*
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-24
*
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-03-03
*
Fix ordering of XIDs in ProcArrayApplyRecoveryInfo
Tomas Vondra
2022-01-27
*
Fix parallel operations that prevent oldest xmin from advancing.
Amit Kapila
2021-11-19
*
Reset lastOverflowedXid on standby when needed
Alexander Korotkov
2021-11-06
*
Avoid O(N^2) behavior when the standby process releases many locks.
Tom Lane
2021-10-31
*
Fix variable shadowing in procarray.c.
Fujii Masao
2021-09-16
*
Shut down transaction tracking at startup process exit.
Fujii Masao
2021-04-06
*
Hold interrupts while running dsm_detach() callbacks.
Thomas Munro
2021-02-15
*
Fix calculation of how much shared memory is required to store a TOC.
Fujii Masao
2021-01-15
*
Detect the deadlocks between backends and the startup process.
Fujii Masao
2021-01-06
*
Fix index deletion latestRemovedXid bug.
Peter Geoghegan
2020-12-30
*
Avoid invalid alloc size error in shm_mq
Peter Eisentraut
2020-10-20
*
Handle EACCES errors from kevent() better.
Thomas Munro
2020-10-15
*
Make WL_POSTMASTER_DEATH level-triggered on kqueue builds.
Thomas Munro
2020-10-15
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Avoid potential spinlock in a signal handler as part of global barriers.
Andres Freund
2020-06-17
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Collect built-in LWLock tranche names statically, not dynamically.
Tom Lane
2020-05-14
*
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
*
snapshot scalability: Move delayChkpt from PGXACT to PGPROC.
Andres Freund
2020-04-07
*
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
*
Revert "Improve handling of parameter differences in physical replication"
Peter Eisentraut
2020-04-04
*
Add wait events for recovery conflicts.
Fujii Masao
2020-04-03
*
Fix assorted typos
Magnus Hagander
2020-03-31
*
Improve handling of parameter differences in physical replication
Peter Eisentraut
2020-03-30
*
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-25
*
Improve the internal implementation of ereport().
Tom Lane
2020-03-24
*
Don't use EV_CLEAR for kqueue events.
Thomas Munro
2020-03-18
*
Fix kqueue support under debugger on macOS.
Thomas Munro
2020-03-18
*
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Fix bug that causes to report waiting in PS display twice, in hot standby.
Fujii Masao
2020-03-10
*
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-02-24
*
Add kqueue(2) support to the WaitEventSet API.
Thomas Munro
2020-02-05
*
Fix memory leak on DSM slot exhaustion.
Thomas Munro
2020-02-01
[next]