aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage
Commit message (Expand)AuthorAge
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Revert 019_replslot_limit.pl related debugging aids.Andres Freund2022-07-05
* Remove durable_rename_excl()Michael Paquier2022-07-05
* Harden dsm_impl.c against unexpected EEXIST.Thomas Munro2022-07-01
* Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas2022-06-27
* Don't trust signalfd() on illumos.Thomas Munro2022-06-26
* Be more careful about GucSource for internally-driven GUC settings.Tom Lane2022-06-08
* Revert changes to CONCURRENTLY that "sped up" Xmin advanceAlvaro Herrera2022-05-31
* shm_mq_sendv: Fix flushing bug when receiver not yet attached.Robert Haas2022-05-31
* Add debugging help in OwnLatch().Thomas Munro2022-05-31
* Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGSAlvaro Herrera2022-05-19
* Clean up newlines following left parenthesesAlvaro Herrera2022-05-13
* Add a new shmem_request_hook hook.Robert Haas2022-05-13
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Add logging for excessive ProcSignalBarrier waits.Thomas Munro2022-05-11
* Rethink PROCSIGNAL_BARRIER_SMGRRELEASE.Thomas Munro2022-05-07
* Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().Andres Freund2022-05-02
* Fix typo in comment.Etsuro Fujita2022-05-02
* Revert recent changes with durable_rename_excl()Michael Paquier2022-04-28
* Remove durable_rename_excl()Michael Paquier2022-04-28
* Tighten ComputeXidHorizons' handling of walsenders.Tom Lane2022-04-15
* Add missing spaces after single-line commentsDavid Rowley2022-04-14
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-12
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* Rename delayChkpt to delayChkptFlags.Robert Haas2022-04-08
* Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)Michael Paquier2022-04-08
* Truncate line pointer array during heap pruning.Peter Geoghegan2022-04-07
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* pgstat: scaffolding for transactional stats creation / drop.Andres Freund2022-04-06
* dsm: allow use in single user mode.Andres Freund2022-04-06
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-29
* Explain why the startup process can't cause a shortage of sinval slots.Robert Haas2022-03-29
* Fix typos in standby.cMichael Paquier2022-03-25
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-24
* Fix race between DROP TABLESPACE and checkpointing.Thomas Munro2022-03-16
* Fix waiting in RegisterSyncRequest().Thomas Munro2022-03-16
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-07
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-03
* Add further debug info to help debug 019_replslot_limit.pl failures.Andres Freund2022-02-25
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-17
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16
* Move replication slot release to before_shmem_exit().Andres Freund2022-02-14
* Add WL_SOCKET_CLOSED for socket shutdown events.Thomas Munro2022-02-14
* Fix DROP {DATABASE,TABLESPACE} on Windows.Thomas Munro2022-02-12
* Reduce more the number of calls to GetMaxBackends()Michael Paquier2022-02-10
* Test honestly for <sys/signalfd.h>.Tom Lane2022-02-09
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-08
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-30