index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
port
Commit message (
Expand
)
Author
Age
*
Require memory barrier support.
Thomas Munro
2024-07-30
*
Require compiler barrier support.
Thomas Munro
2024-07-30
*
Remove --disable-atomics, require 32 bit atomics.
Thomas Munro
2024-07-30
*
Remove --disable-spinlocks.
Thomas Munro
2024-07-30
*
Windows replacement for strtok_r()
Peter Eisentraut
2024-07-23
*
Remove bogus assertion in pg_atomic_monotonic_advance_u64
Alvaro Herrera
2024-07-04
*
Remove support for HPPA (a/k/a PA-RISC) architecture.
Tom Lane
2024-07-01
*
Add XLogCtl->logInsertResult
Alvaro Herrera
2024-04-07
*
Optimize visibilitymap_count() with AVX-512 instructions.
Nathan Bossart
2024-04-06
*
Optimize pg_popcount() with AVX-512 instructions.
Nathan Bossart
2024-04-06
*
Inline pg_popcount() for small buffers.
Nathan Bossart
2024-04-03
*
Improve style of pg_lfind32().
Nathan Bossart
2024-03-27
*
Fix compiler warning for pg_lfind32().
Nathan Bossart
2024-03-26
*
Micro-optimize pg_lfind32().
Nathan Bossart
2024-03-26
*
Inline pg_popcount{32,64} into pg_popcount().
Nathan Bossart
2024-03-19
*
Fix link error for test_radixtree module on Windows
John Naylor
2024-03-08
*
Fix signedness error in 9f225e992 for gcc
John Naylor
2024-03-06
*
Introduce helper SIMD functions for small byte arrays
John Naylor
2024-03-06
*
Introduce atomic read/write functions with full barrier semantics.
Nathan Bossart
2024-02-29
*
Remove AIX support
Heikki Linnakangas
2024-02-28
*
Fix gai_strerror() thread-safety on Windows.
Thomas Munro
2024-02-12
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Optimize pg_atomic_exchange_u32 and pg_atomic_exchange_u64.
Nathan Bossart
2023-12-18
*
Optimize pg_readv/pg_pwritev single vector case.
Thomas Munro
2023-11-29
*
Fix fallback implementation for pg_atomic_test_set_flag().
Nathan Bossart
2023-11-15
*
Improve the naming in wal_sync_method code.
Nathan Bossart
2023-10-13
*
Use native CRC instructions on 64-bit LoongArch
John Naylor
2023-08-10
*
Bring some MSVC asserts in line with other platforms
John Naylor
2023-07-31
*
Remove wal_sync_method=fsync_writethrough on Windows.
Thomas Munro
2023-07-14
*
Don't expose Windows' mbstowcs_l() and wcstombs_l().
Thomas Munro
2023-07-11
*
Don't use _BitScanForward64/_BitScanReverse64 on 32-bit MSVC builds
David Rowley
2023-06-08
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Remove stray mid-sentence tabs in comments
Peter Eisentraut
2023-05-19
*
Fix various typos
David Rowley
2023-04-18
*
Fix detection of unseekable files for fseek() and ftello() with MSVC
Michael Paquier
2023-04-12
*
Don't leak descriptors into subprograms.
Thomas Munro
2023-03-03
*
Remove newly added asserts from pg_bitutils.h
John Naylor
2023-02-22
*
Add MSVC support for pg_leftmost_one_pos32() and friends
John Naylor
2023-02-20
*
Add assert checking to pg_leftmost_one_pos32() and friends
John Naylor
2023-02-20
*
Fix various typos in code and tests
Michael Paquier
2023-02-09
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
mingw: Define PGDLLEXPORT as __declspec (dllexport) as done for msvc
Andres Freund
2022-09-30
*
windows: Set UMDF_USING_NTSTATUS globally, include ntstatus.h
Andres Freund
2022-09-28
*
Restore pg_pread and friends.
Thomas Munro
2022-09-29
*
Remove uses of register due to incompatibility with C++17 and up
Andres Freund
2022-09-24
*
Add definition pg_attribute_aligned() for MSVC
Michael Paquier
2022-09-21
*
Fix sign-compare warnings arising from port/simd.h
John Naylor
2022-09-04
*
Further code review of port/simd.h
John Naylor
2022-08-30
*
Fix broken cast on MSVC
John Naylor
2022-08-29
*
Use ARM Advanced SIMD (NEON) intrinsics where available
John Naylor
2022-08-29
[next]