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
*
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
*
Fix compilation warning in ipci.c
Michael Paquier
2021-09-08
*
Introduce GUC shared_memory_size
Michael Paquier
2021-09-08
*
Move the shared memory size calculation to its own function
Michael Paquier
2021-09-06
*
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-07-31
*
Get rid of artificial restriction on hash table sizes on Windows.
Tom Lane
2021-07-25
*
Deduplicate choice of horizon for a relation procarray.c.
Andres Freund
2021-07-24
*
Fix lack of message pluralization
Peter Eisentraut
2021-07-14
*
Remove some dead stores.
Thomas Munro
2021-07-02
*
Improve various places that double the size of a buffer
David Rowley
2021-07-01
*
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-28
*
Message style improvements
Peter Eisentraut
2021-06-28
*
Use correct horizon when vacuuming catalog relations.
Andres Freund
2021-06-21
*
Remove pg_wait_for_backend_termination().
Noah Misch
2021-06-14
*
Copy-edit text for the pg_terminate_backend() "timeout" parameter.
Noah Misch
2021-06-14
*
Improve and cleanup ProcArrayAdd(), ProcArrayRemove().
Andres Freund
2021-06-11
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
*
Factor out system call names from error messages
Peter Eisentraut
2021-04-23
*
Use correct format placeholder for WSAGetLastError()
Peter Eisentraut
2021-04-23
*
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
*
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-08
*
Add functions to wait for backend termination
Magnus Hagander
2021-04-08
*
Increment xactCompletionCount during subtransaction abort.
Andres Freund
2021-04-06
*
Add function to log the memory contexts of specified backend process.
Fujii Masao
2021-04-06
*
Shut down transaction tracking at startup process exit.
Fujii Masao
2021-04-06
[next]