- Jun 10, 2000
-
-
Tom Lane authored
here bother to run autoconf, or pay attention when it complains? To say nothing of actually committing the configure that goes with the configure.in. -- Tom the janitor.
-
- Jun 09, 2000
-
-
Bruce Momjian authored
I have made the couple of mods required to make the odbc driver with postgres build and use unixODBC (http://www.unixodbc.org) This patch was applied against the postgresql-7.0beta1 build Any problems let me know. Nick Gorham
-
- Jun 07, 2000
-
-
Peter Eisentraut authored
CPP) to create platform independent files. Unfortunately, that means that every config.status (or configure) run invariably causes a relink of the postmaster and also that we can't put these files in the distribution (usefully). So we make it a little smarter: when the output files already exist and it notices that it would recreate them in identical form, it doesn't touch them. In order to avoid re-running the make rule all the time we update a timestamp file instead. Update release_prep accordingly. Also make Gen_fmgrtab.sh use the awk that is detected at configure time, not necessarily named `awk' and have it check for exit statuses a little better. In other news... Remove USE_LOCALE from the templates, it was set to `no' everywhere anyway. Also remove YACC and YFLAGS from the templates, configure is smart enough to find bison or yacc itself. Use AC_PROG_YACC for that instead of the hand-crafted code. Do not set YFLAGS to `-d'. The make rules that need this flag should explicitly invoke it. YFLAGS should be a user variable. Update the makefiles to that effect.
-
Peter Eisentraut authored
configuration helper things into config/ dir. Adjusted some relative paths in makefiles.
-
- Jun 04, 2000
-
-
Peter Eisentraut authored
Install a default configuration file. Clean up some funny business in the config file code.
-
- May 31, 2000
-
-
Peter Eisentraut authored
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)
-
- May 25, 2000
-
-
Tom Lane authored
-
- May 24, 2000
-
-
Marc G. Fournier authored
add a --with-setproctitle switch to configure that leaves the use of setproctitle() disabled by default ...
-
- May 23, 2000
-
-
Tom Lane authored
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...)
-
Tom Lane authored
--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?
-
- May 16, 2000
-
-
Tom Lane authored
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.
-
- May 12, 2000
-
-
Marc G. Fournier authored
Add two checks ... one for setproctitle and one for -lutil ... Don't do anything with them at this time, but am working on that ...
-
- May 03, 2000
-
-
Tom Lane authored
available C++ header files.
-
- Apr 15, 2000
-
-
Peter Eisentraut authored
repaired psql option scanning bug (special treatment to \g |pipe) fixed ipcclean makefile made configure look for Perl to handle psql help build gracefully
-
- Apr 01, 2000
-
-
Peter Eisentraut authored
-
- Mar 31, 2000
-
-
Tatsuo Ishii authored
multibyte encodings. These cannot be used as a backend/database encoding (OK to use as a client encoding).
-
- Mar 30, 2000
- Mar 26, 2000
-
-
Tom Lane authored
formatted descriptions of --with options.
-
- Mar 19, 2000
-
-
Tom Lane authored
command, the entries in template/.similar can really be regular expressions. This isn't a new feature, just an observation of what the code already did.
-
- Mar 08, 2000
-
-
Bruce Momjian authored
1) adds NetBSD shared lib support on both ELF and a.out platforms 2) replaces "-L$(LIBPQDIR) -lpq" with "$(LIBPQ)" defined in Makefile.global. This makes it much easier to build stuff in the source tree after you've already installed the libraries. 3) adds TEMPLATEDIR in Makefile.global that indicates where the database templates are stored. This separates the template files from real libraries that are installed in $(LIBDIR). 4) changes include order of <readline/readline.h> and <readline.h>. The latest GNU readline installs its headers under a readline subdirectory. In addition to applying the patch below the following files need to be copied: backend/port/dynloader: bsd.h -> netbsd.h bsd.c -> netbsd.c include/port: bsd.h -> netbsd.h makefiles: Makefile.bsd -> Makefile.netbsd It would be great to see this incorporated into the source tree before the 7.0 release is cut. Thanks! -- Johnny C. Lam <lamj@stat.cmu.edu>
-
- Mar 05, 2000
-
-
Peter Eisentraut authored
Completed psql's \? help
-
- Feb 29, 2000
-
-
Bruce Momjian authored
-
- Feb 20, 2000
-
-
Peter Eisentraut authored
Improved psql's Ctrl-C handling Fixed configure test for sigsetjmp that now even recognizes it if it's a macro
-
- Feb 18, 2000
-
-
Peter Eisentraut authored
autoconf mailing list. ;)
-
- Jan 22, 2000
-
-
Tom Lane authored
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...
-
- Jan 19, 2000
-
-
Bruce Momjian authored
-
Tatsuo Ishii authored
Add check for --with-mb. It is now obsoleted.
-
- Jan 16, 2000
-
-
Peter Eisentraut authored
-
- Jan 15, 2000
-
-
Peter Eisentraut authored
- Prevent permissions on indexes - Instituted --enable-multibyte option and tweaked the MB build process where necessary - initdb prompts for superuser password
-
- Jan 09, 2000
-
-
Tom Lane authored
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.
-
- Dec 30, 1999
-
-
Tatsuo Ishii authored
-
- Dec 21, 1999
-
-
Bruce Momjian authored
-
- Dec 20, 1999
-
-
Bruce Momjian authored
-
Tom Lane authored
but do not bother to declare them in <stdio.h>. Seems to be a more common omission than you'd think...
-
- Dec 17, 1999
-
-
Bruce Momjian authored
-
- Dec 16, 1999
-
-
Bruce Momjian authored
backend/Makefiles to be patched could significantly be reduced since they have been adopted to the QNX4 needs. Andreas Kardos
-
- Nov 04, 1999
-
-
Bruce Momjian authored
-
- Nov 02, 1999
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-