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
*
Remove configurability of PPC spinlock assembly code.
Tom Lane
2022-08-13
*
Rely on __func__ being supported
Andres Freund
2022-08-07
*
Fix inconsistent comments for some function declarations in headers
Michael Paquier
2022-08-04
*
Clean up some residual confusion between OIDs and RelFileNumbers.
Robert Haas
2022-07-28
*
Convert macros to static inline functions (buf_internals.h)
Robert Haas
2022-07-27
*
Add missing space in comments.
Amit Kapila
2022-07-21
*
Support gcc -fkeep-inline-functions
Peter Eisentraut
2022-07-15
*
Avoid unsatisfied-external-reference errors in static inlines.
Tom Lane
2022-07-13
*
Convert macros to static inline functions (bufmgr.h)
Peter Eisentraut
2022-07-13
*
Convert macros to static inline functions (itemptr.h)
Peter Eisentraut
2022-07-13
*
Rename some functions to mention Relation instead of RelFileLocator.
Robert Haas
2022-07-12
*
Further tidy-up for old CPU architectures.
Thomas Munro
2022-07-12
*
Convert macros to static inline functions (bufpage.h)
Peter Eisentraut
2022-07-11
*
Fix lock assertions in dshash.c.
Thomas Munro
2022-07-11
*
Tidy up claimed supported CPUs and OSes.
Thomas Munro
2022-07-11
*
Remove HP/Intel Itanium support.
Thomas Munro
2022-07-08
*
Remove HP-UX port.
Thomas Munro
2022-07-08
*
Convert macros to static inline functions (block.h)
Peter Eisentraut
2022-07-07
*
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
*
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
[next]