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
Commit message (
Expand
)
Author
Age
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Revert 019_replslot_limit.pl related debugging aids.
Andres Freund
2022-07-05
*
Remove durable_rename_excl()
Michael Paquier
2022-07-05
*
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
*
Rethink PROCSIGNAL_BARRIER_SMGRRELEASE.
Thomas Munro
2022-05-07
*
Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().
Andres Freund
2022-05-02
*
Fix typo in comment.
Etsuro Fujita
2022-05-02
*
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
*
Add missing spaces after single-line comments
David Rowley
2022-04-14
*
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
*
Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)
Michael Paquier
2022-04-08
*
Truncate line pointer array during heap pruning.
Peter Geoghegan
2022-04-07
*
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-04-06
*
dsm: allow use in single user mode.
Andres Freund
2022-04-06
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
*
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
*
Fix race between DROP TABLESPACE and checkpointing.
Thomas Munro
2022-03-16
*
Fix waiting in RegisterSyncRequest().
Thomas Munro
2022-03-16
*
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
*
Add further debug info to help debug 019_replslot_limit.pl failures.
Andres Freund
2022-02-25
*
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
*
Move replication slot release to before_shmem_exit().
Andres Freund
2022-02-14
*
Add WL_SOCKET_CLOSED for socket shutdown events.
Thomas Munro
2022-02-14
*
Fix DROP {DATABASE,TABLESPACE} on Windows.
Thomas Munro
2022-02-12
*
Reduce more the number of calls to GetMaxBackends()
Michael Paquier
2022-02-10
*
Test honestly for <sys/signalfd.h>.
Tom Lane
2022-02-09
*
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-08
*
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-30
[next]