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
/
config
Commit message (
Expand
)
Author
Age
Files
Lines
*
Be consistent about #define'ing configure symbols as "1" not empty.
Tom Lane
2013-06-15
1
-5
/
+10
*
Compiler optimizations for page checksum code.
Simon Riggs
2013-04-30
1
-0
/
+25
*
Update config.guess and config.sub
Peter Eisentraut
2013-04-26
2
-63
/
+86
*
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2013-01-13
1
-1
/
+58
*
Detect Windows perl linkage parameters in configure script.
Andrew Dunstan
2013-01-09
1
-0
/
+6
*
Fix plpython build on older versions of OS X.
Tom Lane
2013-01-06
1
-1
/
+1
*
PL/Python: Make build on OS X more flexible
Peter Eisentraut
2013-01-05
1
-3
/
+11
*
Rename USE_INLINE to PG_USE_INLINE
Alvaro Herrera
2012-10-09
1
-2
/
+2
*
Add infrastructure for compile-time assertions about variable types.
Tom Lane
2012-09-30
1
-0
/
+40
*
Also check for Python platform-specific include directory
Peter Eisentraut
2012-08-29
1
-3
/
+12
*
Fix install-strip on Mac OS X
Peter Eisentraut
2012-08-21
2
-26
/
+36
*
Put back AC_REQUIRE([AC_STRUCT_TM]).
Tom Lane
2012-05-14
1
-1
/
+2
*
Remove unused AC_DEFINE symbols
Peter Eisentraut
2012-05-14
1
-3
/
+2
*
Update config.guess and config.sub
Peter Eisentraut
2012-05-08
2
-44
/
+76
*
Fix configure's search for collateindex.pl.
Tom Lane
2012-03-22
1
-4
/
+7
*
Don't reject threaded Python on FreeBSD.
Tom Lane
2012-02-20
1
-2
/
+2
*
Enable compiling with the mingw-w64 32 bit compiler.
Andrew Dunstan
2011-12-10
1
-1
/
+1
*
python.m4: Remove useless "import string" calls
Peter Eisentraut
2011-11-29
1
-6
/
+6
*
Improve detection of Python 3.2 installations
Peter Eisentraut
2011-08-18
1
-2
/
+7
*
Adjust configure to use "+Olibmerrno" with HP-UX C compiler, if possible.
Tom Lane
2011-05-26
1
-0
/
+3
*
Update config.guess and config.sub
Peter Eisentraut
2011-05-19
2
-146
/
+192
*
Better support for thread-support flag detection with clang
Peter Eisentraut
2011-02-16
1
-1
/
+2
*
Per-column collation support
Peter Eisentraut
2011-02-08
1
-0
/
+29
*
Enable building with the Mingw64 compiler.
Andrew Dunstan
2011-01-30
1
-2
/
+3
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
2
-3
/
+3
*
find -path is not portable, so use grep -v instead.
Alvaro Herrera
2010-10-25
1
-1
/
+1
*
Add/fix caching on some configure checks
Peter Eisentraut
2010-09-29
2
-23
/
+30
*
Prevent doc/src/sgml subdirs from being created, instead of deleting
Alvaro Herrera
2010-09-24
1
-10
/
+5
*
Fix remaining stray references to CVS.
Tom Lane
2010-09-22
4
-6
/
+5
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
12
-12
/
+12
*
Don't auto-create the subdirectories holding built documentation in a VPATH
Tom Lane
2010-08-26
1
-0
/
+9
*
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-08-19
1
-2
/
+1
*
Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...
Michael Meskes
2010-05-25
1
-16
/
+1
*
Added a configure test for "long long" datatypes. So far this is only used in...
Michael Meskes
2010-05-25
1
-1
/
+17
*
Update config.guess and config.sub
Peter Eisentraut
2010-05-12
2
-162
/
+153
*
Don't link PL/Python against LOCALMODLIBS
Peter Eisentraut
2010-03-17
1
-2
/
+2
*
Fix configure's regexp for extracting the Perl version number from perl -v
Tom Lane
2010-02-23
1
-2
/
+2
*
Revert configure warning to use "official distribution".
Bruce Momjian
2010-02-22
3
-8
/
+8
*
Use the term "bundled distribution" instead of "official distribution" in
Bruce Momjian
2010-02-22
3
-8
/
+8
*
Support inlining various small performance-critical functions on non-GCC
Tom Lane
2010-02-13
1
-1
/
+25
*
Make configure check the version of Perl we're building with, and reject
Tom Lane
2010-01-07
1
-2
/
+27
*
Python 3 support in PL/Python
Peter Eisentraut
2009-12-15
1
-1
/
+3
*
In the configure check for the Python distutils module, use a less obscure
Peter Eisentraut
2009-10-14
1
-2
/
+2
*
Remove any -arch switches given in ExtUtils::Embed's ldopts from our
Tom Lane
2009-09-08
1
-2
/
+6
*
Update of install-sh, mkinstalldirs, and associated configury
Peter Eisentraut
2009-08-26
3
-322
/
+365
*
Use DocBook XSL stylesheets for man page building
Peter Eisentraut
2009-08-04
1
-30
/
+1
*
Make the configure messages rejecting old bison and flex versions include
Tom Lane
2009-07-13
1
-5
/
+5
*
Advance the minimum required version of "flex" from 2.5.4 to 2.5.31, and
Tom Lane
2009-07-13
1
-17
/
+17
*
Upgrade to Autoconf 2.63
Peter Eisentraut
2009-07-02
2
-45
/
+2
*
Fix the makefiles to fail cleanly if Perl is needed but not present. This
Tom Lane
2009-06-23
1
-3
/
+22
[next]