index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
port
Age
Commit message (
Expand
)
Author
6 days
Remove implicit cast from 'void *'
John Naylor
6 days
Make sure IOV_MAX is defined.
Tom Lane
6 days
Fix indentation in pg_numa code
Tomas Vondra
7 days
Silence valgrind about pg_numa_touch_mem_if_required
Tomas Vondra
2025-04-26
Match parameter in new function to earlier equivalents
John Naylor
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-09
Cleanup of pg_numa.c
Tomas Vondra
2025-04-07
Add support for basic NUMA awareness
Tomas Vondra
2025-04-06
Compute CRC32C using AVX-512 instructions where available
John Naylor
2025-04-01
Use function attributes for SSE 4.2 even when targeting that extension
John Naylor
2025-03-31
Inline CRC computation for small fixed-length input on x86
John Naylor
2025-03-28
Optimize popcount functions with ARM SVE intrinsics.
Nathan Bossart
2025-03-28
Revert "Tidy up locale thread safety in ECPG library."
Peter Eisentraut
2025-03-28
Optimize popcount functions with ARM Neon intrinsics.
Nathan Bossart
2025-03-28
Rename TRY_POPCNT_FAST to TRY_POPCNT_X86_64.
Nathan Bossart
2025-03-28
Tidy up locale thread safety in ECPG library.
Peter Eisentraut
2025-03-19
Increase io_combine_limit range to 1MB.
Thomas Munro
2025-01-22
Fix comment about AVX-512 popcount support.
Nathan Bossart
2025-01-17
Remove redefinitions of SIG_* macros in win32_port.h.
Nathan Bossart
2025-01-15
IWYU widely useful pragmas
Peter Eisentraut
2025-01-09
Provide 64-bit ftruncate() and lseek() on Windows.
Thomas Munro
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-04
Use <stdint.h> and <inttypes.h> for c.h integers.
Thomas Munro
2024-11-08
Fix sign-compare warnings in pg_iovec.h.
Nathan Bossart
2024-08-28
Add prefetching support on macOS
Peter Eisentraut
2024-08-23
thread-safety: gmtime_r(), localtime_r()
Peter Eisentraut
2024-07-30
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-23
Windows replacement for strtok_r()
Peter Eisentraut
2024-07-04
Remove bogus assertion in pg_atomic_monotonic_advance_u64
Alvaro Herrera
2024-07-01
Remove support for HPPA (a/k/a PA-RISC) architecture.
Tom Lane
2024-04-07
Add XLogCtl->logInsertResult
Alvaro Herrera
2024-04-07
Optimize visibilitymap_count() with AVX-512 instructions.
Nathan Bossart
2024-04-07
Optimize pg_popcount() with AVX-512 instructions.
Nathan Bossart
2024-04-03
Inline pg_popcount() for small buffers.
Nathan Bossart
2024-03-28
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-19
Inline pg_popcount{32,64} into pg_popcount().
Nathan Bossart
2024-03-08
Fix link error for test_radixtree module on Windows
John Naylor
2024-03-06
Fix signedness error in 9f225e992 for gcc
John Naylor
2024-03-06
Introduce helper SIMD functions for small byte arrays
John Naylor
2024-02-29
Introduce atomic read/write functions with full barrier semantics.
Nathan Bossart
2024-02-28
Remove AIX support
Heikki Linnakangas
2024-02-11
Fix gai_strerror() thread-safety on Windows.
Thomas Munro
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-18
Optimize pg_atomic_exchange_u32 and pg_atomic_exchange_u64.
Nathan Bossart
2023-11-29
Optimize pg_readv/pg_pwritev single vector case.
Thomas Munro
[next]