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
*
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
*
Abstract some more architecture-specific details away from SIMD functionality
John Naylor
2022-08-29
*
Use SSE2 in is_valid_ascii() where available.
John Naylor
2022-08-26
*
Add optimized functions for linear search within byte arrays
John Naylor
2022-08-26
*
Remove unused symbol __aarch64
John Naylor
2022-08-25
*
Remove configure probe for netinet/tcp.h.
Thomas Munro
2022-08-18
*
Fix macro problem with gai_strerror on Windows.
Thomas Munro
2022-08-18
*
Remove replacement code for getaddrinfo.
Thomas Munro
2022-08-14
*
Remove configurability of PPC spinlock assembly code.
Tom Lane
2022-08-13
*
Remove configure probe for sys/resource.h and refactor.
Thomas Munro
2022-08-14
*
Remove configure probe for sys/select.h.
Thomas Munro
2022-08-14
*
Remove configure probes for sys/un.h and struct sockaddr_un.
Thomas Munro
2022-08-14
*
Remove configure probe for sys/uio.h.
Thomas Munro
2022-08-14
*
Introduce optimized routine for linear searches of arrays
John Naylor
2022-08-10
*
Simplify gettimeofday for Windows.
Thomas Munro
2022-08-07
*
Simplify gettimeofday() fallback logic.
Andres Freund
2022-08-06
[next]