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
/
config
Age
Commit message (
Expand
)
Author
2025-01-17
Remove flex version checks
Peter Eisentraut
2025-01-05
Remove useless configure check
Peter Eisentraut
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-27
Use __attribute__((target(...))) for SSE4.2 CRC-32C support.
Nathan Bossart
2024-11-07
Fix __attribute__((target(...))) usage.
Nathan Bossart
2024-11-07
Use __attribute__((target(...))) for AVX-512 support.
Nathan Bossart
2024-10-01
Simplify checking for xlocale.h
Peter Eisentraut
2024-10-01
jit: Require at least LLVM 14, if enabled.
Peter Eisentraut
2024-05-16
jit: Remove {llvm-config,clang}-N configure probes.
Thomas Munro
2024-04-09
Update config.guess and config.sub
Peter Eisentraut
2024-04-07
Optimize pg_popcount() with AVX-512 instructions.
Nathan Bossart
2024-02-28
Remove AIX support
Heikki Linnakangas
2024-01-25
jit: Require at least LLVM 10.
Thomas Munro
2024-01-05
Add copyright notices to a few perl scripts that don't have them
Andrew Dunstan
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-12-20
Remove MSVC scripts
Michael Paquier
2023-11-06
Remove distprep
Peter Eisentraut
2023-10-22
Log LLVM library version in configure output.
Thomas Munro
2023-08-10
Use native CRC instructions on 64-bit LoongArch
John Naylor
2023-07-08
All supported systems have locale_t.
Thomas Munro
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-20
Use --strip-unneeded when stripping static libraries with GNU strip.
Tom Lane
2023-04-12
Update config.guess and config.sub
Peter Eisentraut
2022-12-07
autoconf: Move export_dynamic determination to configure
Andres Freund
2022-12-02
autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32C
Andres Freund
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
Add definition pg_attribute_aligned() for MSVC
Michael Paquier
2022-09-14
Bump minimum Perl version to 5.14
John Naylor
2022-09-09
Bump minimum version of Flex to 2.5.35
John Naylor
2022-09-09
Bump minimum version of Bison to 2.3
John Naylor
2022-08-23
Remove further unwanted linker flags from perl_embed_ldflags
Peter Eisentraut
2022-08-22
Remove configure probes for sockaddr_storage members.
Thomas Munro
2022-08-13
Remove replacement code for getaddrinfo.
Thomas Munro
2022-08-13
Remove configure probe for struct sockaddr_storage.
Thomas Munro
2022-08-13
Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.
Thomas Munro
2022-08-13
Remove configure probes for sys/un.h and struct sockaddr_un.
Thomas Munro
2022-08-07
Rely on __func__ being supported
Andres Freund
2022-08-06
Simplify gettimeofday() fallback logic.
Andres Freund
2022-07-06
Unify DLSUFFIX on Darwin
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-07
Update config.guess and config.sub
Peter Eisentraut
2022-03-25
Refactor DLSUFFIX handling
Peter Eisentraut
2022-03-15
Fix collection of typos in the code and the documentation
Michael Paquier
2022-02-20
Ensure the right perl is used for TAP tests on msys
Andrew Dunstan
2022-02-18
Suppress warning about stack_base_ptr with late-model GCC.
Tom Lane
2022-02-17
plpython: Reject Python 2 during build configuration.
Andres Freund
2022-02-03
Remove configure's check for rl_completion_append_character.
Tom Lane
2022-01-25
Replace use of deprecated Python module distutils.sysconfig, take 2.
Tom Lane
2022-01-25
Revert "Temporarily add some information about python include paths to config...
Tom Lane
[next]