summaryrefslogtreecommitdiff
path: root/src/configure
AgeCommit message (Collapse)Author
2000-06-06Moved configure script from src/ to the top level directory. MovedPeter Eisentraut
configuration helper things into config/ dir. Adjusted some relative paths in makefiles.
2000-06-04New ps display code, works on more platforms.Peter Eisentraut
Install a default configuration file. Clean up some funny business in the config file code.
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
That means you can now set your options in either or all of $PGDATA/configuration, some postmaster option (--enable-fsync=off), or set a SET command. The list of options is in backend/utils/misc/guc.c, documentation will be written post haste. pg_options is gone, so is that pq_geqo config file. Also removed were backend -K, -Q, and -T options (no longer applicable, although -d0 does the same as -Q). Added to configure an --enable-syslog option. changed all callers from TPRINTF to elog(DEBUG)
2000-05-24Make the world safe for QNX's busted shell ...Tom Lane
2000-05-24add a --with-setproctitle switch to configure that leaves the use of ↵Marc G. Fournier
setproctitle() disabled by default ...
2000-05-23Twiddle C++ configuration checks so that we #include <string> (ifTom Lane
it exists) before testing 'using namespace std'. This is necessary on some C++ setups where the compiler won't take a 'using' until you've included a header that mentions namespace std. (Pretty braindead if you ask me, but...)
2000-05-23Transmit -I switches selected by configure (particularly those fromTom Lane
--with-includes) to makefiles for pltcl and plperl, so that these switches will be used even though we do not want other top-level CFLAGS. Ain't it fun trying to support multiple-compiler platforms?
2000-05-16Remove configure check for how to abbreviate 'tr A-Z a-z', and insteadTom Lane
just use the portable form, tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz There were a bunch of places that weren't paying attention to configure's result anyway (including configure itself!?); clean them up too.
2000-05-12Add two checks ... one for setproctitle and one for -lutil ...Marc G. Fournier
Don't do anything with them at this time, but am working on that ...
2000-05-03Do not try to build libpq++ if class 'string' is not defined in theTom Lane
available C++ header files.
2000-04-14fixed another psql \e bug (handle newlines as whitespace)Peter Eisentraut
repaired psql option scanning bug (special treatment to \g |pipe) fixed ipcclean makefile made configure look for Perl to handle psql help build gracefully
2000-04-03Looks like Peter forgot to commit configure with configure.in.Tom Lane
2000-03-31Regenerate configure (for configure.in version 1.305)Tatsuo Ishii
2000-03-30Unixware fix for new config.guess output,Tom Lane
from Bill.Allie@mug.org.
2000-03-30Autoconf.Tom Lane
2000-03-26Make configure --help produce slightly more useful and consistently-Tom Lane
formatted descriptions of --with options.
2000-03-19Autoconf runTom Lane
2000-03-05Forgot to run autoconf.Peter Eisentraut
(Configure shouldn't really be in CVS ...)
2000-02-28autoconfBruce Momjian
2000-02-20Moved psql \eset and \eshow to \encodingPeter Eisentraut
Improved psql's Ctrl-C handling Fixed configure test for sigsetjmp that now even recognizes it if it's a macro
2000-02-18Fixed handling of old --with-mb option using newly gained wisdom fromPeter Eisentraut
autoconf mailing list. ;)
2000-01-21Fix tab-complete so it works with old versions of readline that don'tTom Lane
have the rl_completion_append_character variable. The tab completion behavior doesn't seem to be quite perfect in that situation, but it's better than failing to build at all...
2000-01-19autoconfBruce Momjian
2000-01-19Revert back Makefile.globalTatsuo Ishii
Add check for --with-mb. It is now obsoleted.
2000-01-16Included all yacc and lex files into the distribution.Peter Eisentraut
2000-01-15- Allow array on int8Peter Eisentraut
- Prevent permissions on indexes - Instituted --enable-multibyte option and tweaked the MB build process where necessary - initdb prompts for superuser password
2000-01-09New scheme for managing platform-specific regress test result files.Tom Lane
Instead of hard-wiring one result file per platform, there is a map file 'resultmap' that says which one to use --- a lot like template/.similar. I have only created entries in resultmap for my own platform (HPUX) so far; feel free to add lines for other platforms.
1999-12-30Allow --with-mb=SQL_ASCIITatsuo Ishii
1999-12-21autoconfBruce Momjian
1999-12-20Avoid compiler warnings on systems that have snprintf and/or vsnprintfTom Lane
but do not bother to declare them in <stdio.h>. Seems to be a more common omission than you'd think...
1999-12-17autoconfBruce Momjian
1999-12-16autoconfBruce Momjian
1999-11-04autoconfBruce Momjian
1999-11-01autoconfBruce Momjian
1999-11-01autoconfBruce Momjian
1999-10-31autoconfBruce Momjian
1999-10-31autoconfBruce Momjian
1999-10-12autoconfBruce Momjian
1999-10-12autoconfBruce Momjian
1999-10-11autoconfBruce Momjian
1999-10-03autoconfBruce Momjian
1999-10-02Replace float.c's #ifdef finite check with a proper autoconf check, so itTom Lane
works if finite() is a function. Patch from Christof Petig.
1999-09-12Make sure both SRCH_INC and SRCH_LIB are checked for existances and added toMarc G. Fournier
the CPPFLAGS/LDFLAGS variables...
1999-08-03Fix ELF test so it doesn't spit up on all non-ELF systems...Tom Lane
use Autoconf-approved method of testing for predefined symbols, and move it down to where we know what compiler to run and how to run it.
1999-08-01autoconfBruce Momjian
1999-07-20autoconfBruce Momjian
1999-07-19autoconfBruce Momjian
1999-07-19autoconfBruce Momjian
1999-07-19Put back mistakenly removed configure test for HAVE_NETINET_IN_H.Tom Lane
1999-07-18autoconfBruce Momjian