index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config
/
programs.m4
Age
Commit message (
Expand
)
Author
2012-08-22
Fix install-strip on Mac OS X
Peter Eisentraut
2010-09-29
Add/fix caching on some configure checks
Peter Eisentraut
2010-09-22
Fix remaining stray references to CVS.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-02-22
Revert configure warning to use "official distribution".
Bruce Momjian
2010-02-22
Use the term "bundled distribution" instead of "official distribution" in
Bruce Momjian
2009-07-13
Make the configure messages rejecting old bison and flex versions include
Tom Lane
2009-07-13
Advance the minimum required version of "flex" from 2.5.4 to 2.5.31, and
Tom Lane
2008-08-29
Remove all traces that suggest that a non-Bison yacc might be supported, and
Peter Eisentraut
2008-05-27
Require bind_textdomain_codeset() not just gettext() to enable NLS support.
Tom Lane
2008-02-17
Upgrade to Autoconf 2.61:
Peter Eisentraut
2007-07-19
Adjust configure script to print the bison and flex versions in use.
Tom Lane
2006-05-23
Avoid duplicate definition of LOCALEDIR in pg_config.h, already defined
Bruce Momjian
2005-12-04
Add configure flag to allow libedit to be preferred over GNU readline:
Bruce Momjian
2004-12-02
Hack to work around broken linker on older NetBSD/OpenBSD/Irix assumed
Tom Lane
2004-11-30
Fix readline/libedit selection code to prefer readline over libedit
Tom Lane
2004-09-02
Some versions of lex will drop a lex.yy.c file when we probe to see if
Tom Lane
2004-09-02
Use $PATH_SEPARATOR like the rest of the autoconf code, instead of
Tom Lane
2004-05-19
Configure adjustments for irix.
Bruce Momjian
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-05-06
Properly test for buggy flex 2.5.3.
Bruce Momjian
2003-04-06
Generate pg_config.h.in by autoheader. Separate out manually editable
Peter Eisentraut
2002-04-10
Readline and Zlib now required by default. Add options --without-readline
Peter Eisentraut
2002-04-10
Add make install-strip target.
Peter Eisentraut
2002-03-29
Upgrade to Autoconf version 2.53. Replaced many custom macro
Peter Eisentraut
2001-08-28
Fix the readline test to find dependent libraries on NetBSD and OpenBSD.
Peter Eisentraut
2001-08-06
Do not pre-expand localedir as substituted in the makefile, so that 'make
Peter Eisentraut
2001-06-02
Native Language Support (NLS)
Peter Eisentraut
2001-02-10
Only look for bison as YACC; other yaccs need to be selected explicitly.
Peter Eisentraut
2001-02-06
Only use termcap xor [n]curses, depending on what readline needs. Solaris
Peter Eisentraut
2000-10-26
In flex --version test, redirect stdin to /dev/null, because some lex' hang
Peter Eisentraut
2000-08-28
New configure test for flex, which recognizes only flex but does so in all
Peter Eisentraut