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.in
Age
Commit message (
Expand
)
Author
2012-10-08
Autoconfiscate selection of 64-bit int type for 64-bit large object API.
Tom Lane
2012-09-30
Add infrastructure for compile-time assertions about variable types.
Tom Lane
2012-08-31
Make configure probe for mbstowcs_l as well as wcstombs_l.
Tom Lane
2012-08-30
Remove configure flag --disable-shared, as it is no longer used by any
Bruce Momjian
2012-08-17
Check LIBXML_VERSION instead of testing in configure script.
Tom Lane
2012-07-13
Add fsync capability to initdb, and use sync_file_range() if available.
Tom Lane
2012-07-05
Remove support for using wait3() in place of waitpid().
Tom Lane
2012-06-28
Further fix install program detection
Peter Eisentraut
2012-06-27
Fix install program detection
Peter Eisentraut
2012-06-27
Use system install program when available and usable
Peter Eisentraut
2012-06-14
Stamp HEAD as 9.3devel.
Tom Lane
2012-05-31
Stamp 9.2beta2.
Tom Lane
2012-05-14
Remove unused AC_DEFINE symbols
Peter Eisentraut
2012-05-14
Remove leftovers of BeOS port
Peter Eisentraut
2012-05-12
Remove unused AC_SUBST variables
Peter Eisentraut
2012-05-10
Stamp 9.2beta1.
Tom Lane
2012-05-07
Remove strdup, strtol, strtoul from libpgport
Peter Eisentraut
2012-05-03
Remove BSD/OS (BSDi) port. There are no known users upgrading to
Bruce Momjian
2012-05-01
Remove dead ports
Peter Eisentraut
2012-02-23
Allow MinGW builds to use standardly-named OpenSSL libraries.
Tom Lane
2012-02-07
Support fls().
Robert Haas
2012-01-07
Use __sync_lock_test_and_set() for spinlocks on ARM, if available.
Tom Lane
2012-01-02
Use mutex hint bit in PPC LWARX instructions, where possible.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-27
Remove support for on_exit()
Peter Eisentraut
2011-12-14
Disable excessive FP optimization by recent versions of gcc.
Andrew Dunstan
2011-12-10
Enable compiling with the mingw-w64 32 bit compiler.
Andrew Dunstan
2011-11-18
Remove scandir() requirement in pg_upgrade; instead just use readdir()
Bruce Momjian
2011-09-10
Add missing format attributes
Peter Eisentraut
2011-09-01
Userspace access vector cache for contrib/sepgsql.
Robert Haas
2011-09-01
Fix MinGW build, broken by my previous patch to add a setlocale() wrapper
Heikki Linnakangas
2011-08-28
Include $cc_string in the info reported by a configure run.
Tom Lane
2011-08-03
Make pgbench use erand48() rather than random().
Robert Haas
2011-07-26
Don't build replacement getpeereid function on mingw.
Andrew Dunstan
2011-07-20
Rewrite libxml error handling to be more robust.
Tom Lane
2011-06-16
Start using flexible array members
Peter Eisentraut
2011-06-11
Stamp HEAD as 9.2devel.
Tom Lane
2011-06-09
Tag 9.1beta2.
Tom Lane
2011-06-02
Implement getpeereid() as a src/port compatibility function.
Tom Lane
2011-05-31
Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).
Tom Lane
2011-05-26
Adjust configure to use "+Olibmerrno" with HP-UX C compiler, if possible.
Tom Lane
2011-05-24
Adjust configure's probe for libselinux so it rejects too-old versions.
Tom Lane
2011-05-22
Clarify the documentation of the --with-ossp-uuid option
Peter Eisentraut
2011-05-06
Improve compiler string shown in version()
Peter Eisentraut
2011-04-27
Tag 9.1beta1.
Tom Lane
2011-04-23
Fix char2wchar/wchar2char to support collations properly.
Tom Lane
2011-03-02
Support for DragonFly BSD
Peter Eisentraut
2011-02-26
Add a configure check for Python.h if building with python.
Andrew Dunstan
2011-02-08
Per-column collation support
Peter Eisentraut
2011-01-26
Use -Wformat-security when available
Peter Eisentraut
[next]