index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config
Age
Commit message (
Expand
)
Author
2021-12-12
Use return instead of exit() in configure
Tom Lane
2019-09-08
configure: Update python search order
Tom Lane
2018-11-19
Back-patch updated thread flags tests into 9.4 and 9.5.
Tom Lane
2018-11-19
Fix configure's AC_CHECK_DECLS tests to work correctly with clang.
Tom Lane
2018-09-30
Fix detection of the result type of strerror_r().
Tom Lane
2018-09-25
Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").
Tom Lane
2017-12-08
MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.
Noah Misch
2017-11-23
Support linking with MinGW-built Perl.
Noah Misch
2017-08-14
Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.
Tom Lane
2017-07-31
PL/Perl portability fix: absorb relevant -D switches from Perl.
Tom Lane
2016-05-02
Fix configure's incorrect version tests for flex and perl.
Tom Lane
2016-03-15
Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.
Tom Lane
2015-12-11
Install our "missing" script where PGXS builds can find it.
Tom Lane
2015-11-18
Accept flex > 2.5.x in configure.
Tom Lane
2015-07-29
Blacklist xlc 32-bit inlining.
Noah Misch
2015-05-26
Remove configure check prohibiting threaded libpython on OpenBSD.
Tom Lane
2014-06-03
Silence Bison deprecation warnings
Peter Eisentraut
2014-05-30
On OS X, link libpython normally, ignoring the "framework" framework.
Tom Lane
2014-05-10
Accept tcl 8.6 in configure's probe for tclsh.
Tom Lane
2014-05-10
Update config.guess and config.sub
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-01
Fix "quiet inline" configure test for newer clang compilers.
Tom Lane
2014-01-23
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2013-10-10
Remove maintainer-check target, fold into normal build
Peter Eisentraut
2013-06-15
Be consistent about #define'ing configure symbols as "1" not empty.
Tom Lane
2013-04-30
Compiler optimizations for page checksum code.
Simon Riggs
2013-04-26
Update config.guess and config.sub
Peter Eisentraut
2013-01-13
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2013-01-09
Detect Windows perl linkage parameters in configure script.
Andrew Dunstan
2013-01-06
Fix plpython build on older versions of OS X.
Tom Lane
2013-01-05
PL/Python: Make build on OS X more flexible
Peter Eisentraut
2012-10-09
Rename USE_INLINE to PG_USE_INLINE
Alvaro Herrera
2012-09-30
Add infrastructure for compile-time assertions about variable types.
Tom Lane
2012-08-29
Also check for Python platform-specific include directory
Peter Eisentraut
2012-08-21
Fix install-strip on Mac OS X
Peter Eisentraut
2012-05-14
Put back AC_REQUIRE([AC_STRUCT_TM]).
Tom Lane
2012-05-14
Remove unused AC_DEFINE symbols
Peter Eisentraut
2012-05-08
Update config.guess and config.sub
Peter Eisentraut
2012-03-22
Fix configure's search for collateindex.pl.
Tom Lane
2012-02-20
Don't reject threaded Python on FreeBSD.
Tom Lane
2011-12-10
Enable compiling with the mingw-w64 32 bit compiler.
Andrew Dunstan
2011-11-29
python.m4: Remove useless "import string" calls
Peter Eisentraut
2011-08-18
Improve detection of Python 3.2 installations
Peter Eisentraut
2011-05-26
Adjust configure to use "+Olibmerrno" with HP-UX C compiler, if possible.
Tom Lane
2011-05-19
Update config.guess and config.sub
Peter Eisentraut
2011-02-16
Better support for thread-support flag detection with clang
Peter Eisentraut
2011-02-08
Per-column collation support
Peter Eisentraut
2011-01-30
Enable building with the Mingw64 compiler.
Andrew Dunstan
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-10-25
find -path is not portable, so use grep -v instead.
Alvaro Herrera
[next]