aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAge
* Remove configurability of PPC spinlock assembly code.Tom Lane2022-08-13
* Rely on __func__ being supportedAndres Freund2022-08-07
* Fix inconsistent comments for some function declarations in headersMichael Paquier2022-08-04
* Clean up some residual confusion between OIDs and RelFileNumbers.Robert Haas2022-07-28
* Convert macros to static inline functions (buf_internals.h)Robert Haas2022-07-27
* Add missing space in comments.Amit Kapila2022-07-21
* Support gcc -fkeep-inline-functionsPeter Eisentraut2022-07-15
* Avoid unsatisfied-external-reference errors in static inlines.Tom Lane2022-07-13
* Convert macros to static inline functions (bufmgr.h)Peter Eisentraut2022-07-13
* Convert macros to static inline functions (itemptr.h)Peter Eisentraut2022-07-13
* Rename some functions to mention Relation instead of RelFileLocator.Robert Haas2022-07-12
* Further tidy-up for old CPU architectures.Thomas Munro2022-07-12
* Convert macros to static inline functions (bufpage.h)Peter Eisentraut2022-07-11
* Fix lock assertions in dshash.c.Thomas Munro2022-07-11
* Tidy up claimed supported CPUs and OSes.Thomas Munro2022-07-11
* Remove HP/Intel Itanium support.Thomas Munro2022-07-08
* Remove HP-UX port.Thomas Munro2022-07-08
* Convert macros to static inline functions (block.h)Peter Eisentraut2022-07-07
* 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
* 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