index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
Commit message (
Expand
)
Author
Age
*
Fix lock assertions in dshash.c.
Thomas Munro
2022-07-11
*
Revert 019_replslot_limit.pl related debugging aids.
Andres Freund
2022-07-05
*
shm_mq_sendv: Fix flushing bug when receiver not yet attached.
Robert Haas
2022-05-31
*
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS
Alvaro Herrera
2022-05-19
*
Add missing 'extern' to function prototypes.
Andres Freund
2022-05-12
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Rethink PROCSIGNAL_BARRIER_SMGRRELEASE.
Thomas Munro
2022-05-07
*
Revert recent changes with durable_rename_excl()
Michael Paquier
2022-04-28
*
Remove durable_rename_excl()
Michael Paquier
2022-04-28
*
Tighten ComputeXidHorizons' handling of walsenders.
Tom Lane
2022-04-15
*
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-08
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
Use ISB as a spin-delay instruction on ARM64.
Tom Lane
2022-04-06
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
*
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-24
*
Remove some pointless code in block.h.
Tom Lane
2022-03-03
*
Fix bogus casting in BlockIdGetBlockNumber().
Tom Lane
2022-03-03
*
Add further debug info to help debug 019_replslot_limit.pl failures.
Andres Freund
2022-02-25
*
Add WL_SOCKET_CLOSED for socket shutdown events.
Thomas Munro
2022-02-14
*
Fix DROP {DATABASE,TABLESPACE} on Windows.
Thomas Munro
2022-02-12
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Use MaxLockMode symbol in more places.
Tom Lane
2022-01-03
*
Change ProcSendSignal() to take pgprocno.
Thomas Munro
2021-12-16
*
Fix parallel operations that prevent oldest xmin from advancing.
Amit Kapila
2021-11-19
*
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-23
*
shm_mq: Update mq_bytes_written less often.
Robert Haas
2021-10-14
*
Introduce GUC shared_memory_size_in_huge_pages
Michael Paquier
2021-09-21
*
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
*
Optimize fileset usage in apply worker.
Amit Kapila
2021-09-02
*
Refactor sharedfileset.c to separate out fileset implementation.
Amit Kapila
2021-08-30
*
Add RISC-V spinlock support in s_lock.h.
Tom Lane
2021-08-13
*
Move temporary file cleanup to before_shmem_exit().
Andres Freund
2021-08-07
*
process startup: Always call Init[Auxiliary]Process() before BaseInit().
Andres Freund
2021-08-05
*
Run checkpointer and bgwriter in crash recovery.
Thomas Munro
2021-08-02
*
Support direct I/O on macOS.
Thomas Munro
2021-07-19
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Provide ReadRecentBuffer() to re-pin buffers by ID.
Thomas Munro
2021-04-08
*
Truncate line pointer array during VACUUM.
Peter Geoghegan
2021-04-07
*
Add function to log the memory contexts of specified backend process.
Fujii Masao
2021-04-06
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
*
Provide recovery_init_sync_method=syncfs.
Thomas Munro
2021-03-20
*
Make archiver process an auxiliary process.
Fujii Masao
2021-03-15
*
Improve comment for struct BufferDesc.
Thomas Munro
2021-03-11
*
Replace buffer I/O locks with condition variables.
Thomas Munro
2021-03-11
*
Use SIGURG rather than SIGUSR1 for latches.
Thomas Munro
2021-03-01
*
Optimize latches to send fewer signals.
Thomas Munro
2021-03-01
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
*
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-24
[next]