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
/
configure
Age
Commit message (
Expand
)
Author
2022-08-07
Trust a few system headers to stand on their own
Andres Freund
2022-08-07
windows: Remove HAVE_MINIDUMP_TYPE test
Andres Freund
2022-08-07
Rely on __func__ being supported
Andres Freund
2022-08-07
Simplify replacement code for strtof.
Thomas Munro
2022-08-06
Simplify gettimeofday() fallback logic.
Andres Freund
2022-08-05
Remove fallbacks for strtoll, strtoull.
Thomas Munro
2022-08-05
Remove configure probe for fdatasync.
Thomas Munro
2022-08-05
Remove configure probe for clock_gettime.
Thomas Munro
2022-08-05
Simplify replacement code for preadv and pwritev.
Thomas Munro
2022-08-04
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-08-04
Remove dead setenv, unsetenv replacement code.
Thomas Munro
2022-08-04
Remove configure probes for poll and poll.h.
Thomas Munro
2022-08-04
Remove configure probe for link.
Thomas Munro
2022-08-04
Remove configure probes for symlink/readlink, and dead code.
Thomas Munro
2022-08-04
Remove configure probe for setsid.
Thomas Munro
2022-08-04
Remove configure probe for shm_open.
Thomas Munro
2022-08-04
Remove configure probe and related tests for getrlimit.
Thomas Munro
2022-08-04
Remove configure probe for dlopen, and refactor.
Thomas Munro
2022-07-23
Remove dead getpwuid_r replacement code.
Thomas Munro
2022-07-23
Remove dead handling for pre-POSIX sigwait().
Thomas Munro
2022-07-23
Remove dead getrusage replacement code.
Thomas Munro
2022-07-23
Remove configure probe for wctype.h.
Thomas Munro
2022-07-23
Remove configure probe for sys/tas.h.
Thomas Munro
2022-07-21
Remove fls(), use pg_leftmost_one_pos32() instead.
Thomas Munro
2022-07-20
Add wal_sync_method=fdatasync for Windows.
Thomas Munro
2022-07-18
Fix configure executable permissions.
Andres Freund
2022-07-18
Default to hidden visibility for extension libraries where possible
Andres Freund
2022-07-14
Remove support for Visual Studio 2013
Michael Paquier
2022-07-08
Remove HP-UX port.
Thomas Munro
2022-07-06
Unify DLSUFFIX on Darwin
Peter Eisentraut
2022-06-30
Stamp HEAD as 16devel.
Tom Lane
2022-06-27
Stamp 15beta2.
REL_15_BETA2
Tom Lane
2022-05-16
Stamp 15beta1.
REL_15_BETA1
Tom Lane
2022-05-10
configure: don't probe for libldap_r if libldap is 2.5 or newer.
Tom Lane
2022-05-04
Simplify configure test
Peter Eisentraut
2022-04-01
Set minimum required version of zstd as 1.4.0.
Tom Lane
2022-04-01
libpq: Allow IP address SANs in server certificates
Peter Eisentraut
2022-03-25
Refactor DLSUFFIX handling
Peter Eisentraut
2022-03-23
configure: check for dlsym instead of dlopen.
Andres Freund
2022-02-20
Ensure the right perl is used for TAP tests on msys
Andrew Dunstan
2022-02-18
Add support for building with ZSTD.
Robert Haas
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-14
Add ./configure check for "lz4" command
Michael Paquier
2022-02-09
Test honestly for <sys/signalfd.h>.
Tom Lane
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
2022-01-24
Temporarily add some information about python include paths to configure.
Andres Freund
2022-01-20
Revert "Make configure prefer python3 to plain python."
Tom Lane
[next]