index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure
Age
Commit message (
Expand
)
Author
2015-08-05
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-07-30
Update ax_pthread.m4 to an experimental draft version from upstream.
Heikki Linnakangas
2015-07-17
AIX: Test the -qlonglong option before use.
Noah Misch
2015-07-09
Use AS_IF rather than plain shell "if" in pthread-check.
Heikki Linnakangas
2015-07-08
Move pthread-tests earlier in the autoconf script.
Heikki Linnakangas
2015-07-08
Replace our hacked version of ax_pthread.m4 with latest upstream version.
Heikki Linnakangas
2015-07-02
Make numeric form of PG version number readily available in Makefiles.
Tom Lane
2015-07-02
Replace obsolete autoconf macros with their modern replacements.
Heikki Linnakangas
2015-06-30
Stamp HEAD as 9.6devel.
Tom Lane
2015-06-30
Test -lrt for sched_yield
Alvaro Herrera
2015-06-29
Stamp 9.5alpha1.
Tom Lane
2015-05-27
Remove configure check prohibiting threaded libpython on OpenBSD.
Tom Lane
2015-05-03
fix escaping of brackets for m4 broken in b6b2149e48aa61981ae0199c963d5145a37...
Andrew Dunstan
2015-05-03
Fix python_includespec on Windows at configure time
Andrew Dunstan
2015-05-02
Windows also needs an override of the shared libpython detection
Peter Eisentraut
2015-05-02
Fix shared libpython detection on OS X
Peter Eisentraut
2015-05-02
Move interpreter shared library detection to configure
Peter Eisentraut
2015-04-14
Optimize pg_comp_crc32c_sse42 routine slightly, and also use it on x86.
Heikki Linnakangas
2015-04-14
Try to fix the CRC-32C autoconf magic for icc compiler.
Heikki Linnakangas
2015-04-14
Use Intel SSE 4.2 CRC instructions where available.
Heikki Linnakangas
2015-04-05
Suppress clang's unhelpful gripes about -pthread switch being unused.
Tom Lane
2015-03-20
Add, optional, support for 128bit integers.
Andres Freund
2015-03-15
src/port/dirmod.c needs to be built on Cygwin too.
Tom Lane
2015-03-14
Build src/port/dirmod.c only on Windows.
Tom Lane
2015-02-10
Speed up CRC calculation using slicing-by-8 algorithm.
Heikki Linnakangas
2015-01-14
Allow CFLAGS from configure's environment to override automatic CFLAGS.
Tom Lane
2015-01-11
Remove configure test for nonstandard variants of getpwuid_r().
Tom Lane
2015-01-08
On Darwin, detect and report a multithreaded postmaster.
Noah Misch
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-23
Detect PG_PRINTF_ATTRIBUTE automatically.
Noah Misch
2014-11-02
Add configure --enable-tap-tests option
Peter Eisentraut
2014-10-25
Add native compiler and memory barriers for solaris studio.
Andres Freund
2014-10-21
doc: Check DocBook XML validity during the build
Peter Eisentraut
2014-09-25
Add a basic atomic ops API abstracting away platform/architecture details.
Andres Freund
2014-09-18
Fix configure check for %z printf support after INT64_MODIFIER changes.
Andres Freund
2014-09-14
Run missing documentation tools through "missing"
Peter Eisentraut
2014-08-29
Always use our getaddrinfo.c on Windows.
Noah Misch
2014-08-21
Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.
Heikki Linnakangas
2014-08-11
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-07-25
Move PGAC_LDAP_SAFE to config/programs.m4.
Noah Misch
2014-07-22
Diagnose incompatible OpenLDAP versions during build and test.
Noah Misch
2014-07-15
Move check for SSL_get_current_compression to run on mingw
Magnus Hagander
2014-07-15
Detect presence of SSL_get_current_compression
Magnus Hagander
2014-07-15
Remove dependency on wsock32.lib in favor of ws2_32
Magnus Hagander
2014-07-01
Remove some useless code in the configure script.
Tom Lane
2014-06-28
Remove Alpha and Tru64 support.
Andres Freund
2014-06-14
Add mkdtemp() to libpgport.
Noah Misch
2014-06-11
Stamp HEAD as 9.5devel.
Tom Lane
2014-06-04
Silence Bison deprecation warnings
Peter Eisentraut
2014-05-30
On OS X, link libpython normally, ignoring the "framework" framework.
Tom Lane
[next]