Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-06 | Moved configure script from src/ to the top level directory. Moved | Peter Eisentraut | |
configuration helper things into config/ dir. Adjusted some relative paths in makefiles. | |||
2000-06-04 | New 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-31 | The 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-24 | Make the world safe for QNX's busted shell ... | Tom Lane | |
2000-05-24 | add a --with-setproctitle switch to configure that leaves the use of ↵ | Marc G. Fournier | |
setproctitle() disabled by default ... | |||
2000-05-23 | Twiddle C++ configuration checks so that we #include <string> (if | Tom 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-23 | Transmit -I switches selected by configure (particularly those from | Tom 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-16 | Remove configure check for how to abbreviate 'tr A-Z a-z', and instead | Tom 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-12 | Add 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-03 | Do not try to build libpq++ if class 'string' is not defined in the | Tom Lane | |
available C++ header files. | |||
2000-04-14 | fixed 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-03 | Looks like Peter forgot to commit configure with configure.in. | Tom Lane | |
2000-03-31 | Regenerate configure (for configure.in version 1.305) | Tatsuo Ishii | |
2000-03-30 | Unixware fix for new config.guess output, | Tom Lane | |
from Bill.Allie@mug.org. | |||
2000-03-30 | Autoconf. | Tom Lane | |
2000-03-26 | Make configure --help produce slightly more useful and consistently- | Tom Lane | |
formatted descriptions of --with options. | |||
2000-03-19 | Autoconf run | Tom Lane | |
2000-03-05 | Forgot to run autoconf. | Peter Eisentraut | |
(Configure shouldn't really be in CVS ...) | |||
2000-02-28 | autoconf | Bruce Momjian | |
2000-02-20 | Moved psql \eset and \eshow to \encoding | Peter Eisentraut | |
Improved psql's Ctrl-C handling Fixed configure test for sigsetjmp that now even recognizes it if it's a macro | |||
2000-02-18 | Fixed handling of old --with-mb option using newly gained wisdom from | Peter Eisentraut | |
autoconf mailing list. ;) | |||
2000-01-21 | Fix tab-complete so it works with old versions of readline that don't | Tom 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-19 | autoconf | Bruce Momjian | |
2000-01-19 | Revert back Makefile.global | Tatsuo Ishii | |
Add check for --with-mb. It is now obsoleted. | |||
2000-01-16 | Included all yacc and lex files into the distribution. | Peter Eisentraut | |
2000-01-15 | - Allow array on int8 | Peter Eisentraut | |
- Prevent permissions on indexes - Instituted --enable-multibyte option and tweaked the MB build process where necessary - initdb prompts for superuser password | |||
2000-01-09 | New 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-30 | Allow --with-mb=SQL_ASCII | Tatsuo Ishii | |
1999-12-21 | autoconf | Bruce Momjian | |
1999-12-20 | Avoid compiler warnings on systems that have snprintf and/or vsnprintf | Tom Lane | |
but do not bother to declare them in <stdio.h>. Seems to be a more common omission than you'd think... | |||
1999-12-17 | autoconf | Bruce Momjian | |
1999-12-16 | autoconf | Bruce Momjian | |
1999-11-04 | autoconf | Bruce Momjian | |
1999-11-01 | autoconf | Bruce Momjian | |
1999-11-01 | autoconf | Bruce Momjian | |
1999-10-31 | autoconf | Bruce Momjian | |
1999-10-31 | autoconf | Bruce Momjian | |
1999-10-12 | autoconf | Bruce Momjian | |
1999-10-12 | autoconf | Bruce Momjian | |
1999-10-11 | autoconf | Bruce Momjian | |
1999-10-03 | autoconf | Bruce Momjian | |
1999-10-02 | Replace float.c's #ifdef finite check with a proper autoconf check, so it | Tom Lane | |
works if finite() is a function. Patch from Christof Petig. | |||
1999-09-12 | Make sure both SRCH_INC and SRCH_LIB are checked for existances and added to | Marc G. Fournier | |
the CPPFLAGS/LDFLAGS variables... | |||
1999-08-03 | Fix 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-01 | autoconf | Bruce Momjian | |
1999-07-20 | autoconf | Bruce Momjian | |
1999-07-19 | autoconf | Bruce Momjian | |
1999-07-19 | autoconf | Bruce Momjian | |
1999-07-19 | Put back mistakenly removed configure test for HAVE_NETINET_IN_H. | Tom Lane | |
1999-07-18 | autoconf | Bruce Momjian | |