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
...
*
Remove redundant ftruncate() for POSIX DSM memory.
Thomas Munro
2022-07-14
*
Block signals while allocating DSM memory.
Thomas Munro
2022-07-14
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
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
*
Don't trust signalfd() on illumos.
Thomas Munro
2022-06-26
*
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-06-08
*
Revert changes to CONCURRENTLY that "sped up" Xmin advance
Alvaro Herrera
2022-05-31
*
shm_mq_sendv: Fix flushing bug when receiver not yet attached.
Robert Haas
2022-05-31
*
Add debugging help in OwnLatch().
Thomas Munro
2022-05-31
*
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS
Alvaro Herrera
2022-05-19
*
Clean up newlines following left parentheses
Alvaro Herrera
2022-05-13
*
Add a new shmem_request_hook hook.
Robert Haas
2022-05-13
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Add logging for excessive ProcSignalBarrier waits.
Thomas Munro
2022-05-11
*
Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().
Andres Freund
2022-05-02
*
Fix typo in comment.
Etsuro Fujita
2022-05-02
*
Tighten ComputeXidHorizons' handling of walsenders.
Tom Lane
2022-04-15
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-08
*
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
dsm: allow use in single user mode.
Andres Freund
2022-04-06
*
Explain why the startup process can't cause a shortage of sinval slots.
Robert Haas
2022-03-29
*
Fix typos in standby.c
Michael Paquier
2022-03-25
*
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-24
*
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-07
*
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-03-03
*
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-17
*
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-16
*
Add WL_SOCKET_CLOSED for socket shutdown events.
Thomas Munro
2022-02-14
*
Fix DROP {DATABASE,TABLESPACE} on Windows.
Thomas Munro
2022-02-12
*
Test honestly for <sys/signalfd.h>.
Tom Lane
2022-02-09
*
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-08
*
Fix ordering of XIDs in ProcArrayApplyRecoveryInfo
Tomas Vondra
2022-01-27
*
Consistently use the function name CreateCheckPoint in code and comments.
Amit Kapila
2022-01-17
*
Improve warning message in pg_signal_backend()
John Naylor
2022-01-11
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
*
Fix parallel operations that prevent oldest xmin from advancing.
Amit Kapila
2021-11-19
*
Make some comments use the term "ProcSignal" for consistency
Michael Paquier
2021-11-09
*
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
*
shm_mq: Update mq_bytes_written less often.
Robert Haas
2021-10-14
*
Fix duplicate words in comments
Daniel Gustafsson
2021-10-04
*
Introduce GUC shared_memory_size_in_huge_pages
Michael Paquier
2021-09-21
*
Fix variable shadowing in procarray.c.
Fujii Masao
2021-09-16
*
Use int instead of size_t in procarray.c.
Fujii Masao
2021-09-16
[prev]
[next]