index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert WAL posix_fallocate() patches.
Jeff Davis
2013-09-04
1
-1
/
+1
*
Fix configure probe for sys/ucred.h.
Tom Lane
2013-07-25
1
-3
/
+11
*
Use posix_fallocate() for new WAL files, where available.
Jeff Davis
2013-07-05
1
-1
/
+1
*
Be consistent about #define'ing configure symbols as "1" not empty.
Tom Lane
2013-06-15
1
-1
/
+1
*
Stamp HEAD as 9.4devel.
Tom Lane
2013-06-14
1
-1
/
+1
*
Stamp 9.3beta1.
REL9_3_BETA1
Tom Lane
2013-05-06
1
-1
/
+1
*
Compiler optimizations for page checksum code.
Simon Riggs
2013-04-30
1
-0
/
+10
*
Allow sepgsql labels to depend on object name.
Robert Haas
2013-03-28
1
-2
/
+2
*
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2013-01-13
1
-0
/
+3
*
Last-gasp attempt to save libperl.so configure probe.
Tom Lane
2013-01-10
1
-1
/
+1
*
Test linking libperl.so using only Perl's required libraries.
Tom Lane
2013-01-09
1
-1
/
+1
*
Add explicit configure-time checks for perl.h and libperl.so.
Tom Lane
2013-01-09
1
-0
/
+24
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Ignore libedit/libreadline while probing for standard functions.
Tom Lane
2012-12-18
1
-15
/
+16
*
Remove -Wlogical-op from standard compiler flags
Peter Eisentraut
2012-11-23
1
-1
/
+0
*
Add -Wlogical-op to standard compiler flags, if supported
Peter Eisentraut
2012-11-16
1
-0
/
+1
*
Autoconfiscate selection of 64-bit int type for 64-bit large object API.
Tom Lane
2012-10-07
1
-2
/
+14
*
Add infrastructure for compile-time assertions about variable types.
Tom Lane
2012-09-30
1
-0
/
+2
*
Make configure probe for mbstowcs_l as well as wcstombs_l.
Tom Lane
2012-08-31
1
-1
/
+1
*
Remove configure flag --disable-shared, as it is no longer used by any
Bruce Momjian
2012-08-30
1
-7
/
+0
*
Check LIBXML_VERSION instead of testing in configure script.
Tom Lane
2012-08-17
1
-17
/
+0
*
Add fsync capability to initdb, and use sync_file_range() if available.
Tom Lane
2012-07-13
1
-1
/
+1
*
Remove support for using wait3() in place of waitpid().
Tom Lane
2012-07-05
1
-1
/
+1
*
Further fix install program detection
Peter Eisentraut
2012-06-28
1
-3
/
+3
*
Fix install program detection
Peter Eisentraut
2012-06-27
1
-1
/
+3
*
Use system install program when available and usable
Peter Eisentraut
2012-06-27
1
-0
/
+8
*
Stamp HEAD as 9.3devel.
Tom Lane
2012-06-13
1
-1
/
+1
*
Stamp 9.2beta2.
REL9_2_BETA2
Tom Lane
2012-05-31
1
-1
/
+1
*
Remove unused AC_DEFINE symbols
Peter Eisentraut
2012-05-14
1
-5
/
+2
*
Remove leftovers of BeOS port
Peter Eisentraut
2012-05-14
1
-5
/
+2
*
Remove unused AC_SUBST variables
Peter Eisentraut
2012-05-12
1
-6
/
+0
*
Stamp 9.2beta1.
REL9_2_BETA1
Tom Lane
2012-05-10
1
-1
/
+1
*
Remove strdup, strtol, strtoul from libpgport
Peter Eisentraut
2012-05-07
1
-1
/
+1
*
Remove BSD/OS (BSDi) port. There are no known users upgrading to
Bruce Momjian
2012-05-03
1
-3
/
+2
*
Remove dead ports
Peter Eisentraut
2012-05-01
1
-9
/
+0
*
Allow MinGW builds to use standardly-named OpenSSL libraries.
Tom Lane
2012-02-23
1
-2
/
+2
*
Support fls().
Robert Haas
2012-02-07
1
-1
/
+1
*
Use __sync_lock_test_and_set() for spinlocks on ARM, if available.
Tom Lane
2012-01-07
1
-0
/
+11
*
Use mutex hint bit in PPC LWARX instructions, where possible.
Tom Lane
2012-01-02
1
-1
/
+17
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Remove support for on_exit()
Peter Eisentraut
2011-12-27
1
-5
/
+0
*
Disable excessive FP optimization by recent versions of gcc.
Andrew Dunstan
2011-12-14
1
-0
/
+2
*
Enable compiling with the mingw-w64 32 bit compiler.
Andrew Dunstan
2011-12-10
1
-1
/
+6
*
Remove scandir() requirement in pg_upgrade; instead just use readdir()
Bruce Momjian
2011-11-17
1
-1
/
+1
*
Add missing format attributes
Peter Eisentraut
2011-09-10
1
-0
/
+1
*
Userspace access vector cache for contrib/sepgsql.
Robert Haas
2011-09-01
1
-2
/
+2
*
Fix MinGW build, broken by my previous patch to add a setlocale() wrapper
Heikki Linnakangas
2011-09-01
1
-0
/
+1
*
Include $cc_string in the info reported by a configure run.
Tom Lane
2011-08-28
1
-7
/
+7
*
Make pgbench use erand48() rather than random().
Robert Haas
2011-08-03
1
-7
/
+1
*
Don't build replacement getpeereid function on mingw.
Andrew Dunstan
2011-07-25
1
-3
/
+7
[next]