aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAge
* Fix lock assertions in dshash.c.Thomas Munro2022-07-11
* Revert 019_replslot_limit.pl related debugging aids.Andres Freund2022-07-05
* shm_mq_sendv: Fix flushing bug when receiver not yet attached.Robert Haas2022-05-31
* Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGSAlvaro Herrera2022-05-19
* Add missing 'extern' to function prototypes.Andres Freund2022-05-12
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Rethink PROCSIGNAL_BARRIER_SMGRRELEASE.Thomas Munro2022-05-07
* 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
* Rename delayChkpt to delayChkptFlags.Robert Haas2022-04-08
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* Use ISB as a spin-delay instruction on ARM64.Tom Lane2022-04-06
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-29
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-24
* Remove some pointless code in block.h.Tom Lane2022-03-03
* Fix bogus casting in BlockIdGetBlockNumber().Tom Lane2022-03-03
* Add further debug info to help debug 019_replslot_limit.pl failures.Andres Freund2022-02-25
* Add WL_SOCKET_CLOSED for socket shutdown events.Thomas Munro2022-02-14
* Fix DROP {DATABASE,TABLESPACE} on Windows.Thomas Munro2022-02-12
* Update copyright for 2022Bruce Momjian2022-01-07
* Use MaxLockMode symbol in more places.Tom Lane2022-01-03
* Change ProcSendSignal() to take pgprocno.Thomas Munro2021-12-16
* Fix parallel operations that prevent oldest xmin from advancing.Amit Kapila2021-11-19
* Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch2021-10-23
* shm_mq: Update mq_bytes_written less often.Robert Haas2021-10-14
* Introduce GUC shared_memory_size_in_huge_pagesMichael Paquier2021-09-21
* Introduce GUC shared_memory_sizeMichael Paquier2021-09-08
* Move the shared memory size calculation to its own functionMichael Paquier2021-09-06
* Optimize fileset usage in apply worker.Amit Kapila2021-09-02
* Refactor sharedfileset.c to separate out fileset implementation.Amit Kapila2021-08-30
* Add RISC-V spinlock support in s_lock.h.Tom Lane2021-08-13
* Move temporary file cleanup to before_shmem_exit().Andres Freund2021-08-07
* process startup: Always call Init[Auxiliary]Process() before BaseInit().Andres Freund2021-08-05
* Run checkpointer and bgwriter in crash recovery.Thomas Munro2021-08-02
* Support direct I/O on macOS.Thomas Munro2021-07-19
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Provide ReadRecentBuffer() to re-pin buffers by ID.Thomas Munro2021-04-08
* Truncate line pointer array during VACUUM.Peter Geoghegan2021-04-07
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-06
* Add support for asynchronous execution.Etsuro Fujita2021-03-31
* Provide recovery_init_sync_method=syncfs.Thomas Munro2021-03-20
* Make archiver process an auxiliary process.Fujii Masao2021-03-15
* Improve comment for struct BufferDesc.Thomas Munro2021-03-11
* Replace buffer I/O locks with condition variables.Thomas Munro2021-03-11
* Use SIGURG rather than SIGUSR1 for latches.Thomas Munro2021-03-01
* Optimize latches to send fewer signals.Thomas Munro2021-03-01
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-27
* Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan2021-02-24