- 23 May, 2000 1 commit
-
-
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?
-
- 16 May, 2000 1 commit
-
-
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.
-
- 12 May, 2000 1 commit
-
-
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 ...
-
- 03 May, 2000 1 commit
-
-
Tom Lane authored
available C++ header files.
-
- 14 Apr, 2000 1 commit
-
-
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
-
- 31 Mar, 2000 2 commits
-
-
Peter Eisentraut authored
-
Tatsuo Ishii authored
multibyte encodings. These cannot be used as a backend/database encoding (OK to use as a client encoding).
-
- 30 Mar, 2000 2 commits
- 26 Mar, 2000 1 commit
-
-
Tom Lane authored
formatted descriptions of --with options.
-
- 19 Mar, 2000 1 commit
-
-
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.
-
- 08 Mar, 2000 1 commit
-
-
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>
-
- 05 Mar, 2000 1 commit
-
-
Peter Eisentraut authored
Completed psql's \? help
-
- 28 Feb, 2000 1 commit
-
-
Bruce Momjian authored
-
- 20 Feb, 2000 1 commit
-
-
Peter Eisentraut authored
Improved psql's Ctrl-C handling Fixed configure test for sigsetjmp that now even recognizes it if it's a macro
-
- 18 Feb, 2000 1 commit
-
-
Peter Eisentraut authored
autoconf mailing list. ;)
-
- 21 Jan, 2000 1 commit
-
-
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...
-
- 19 Jan, 2000 2 commits
-
-
Bruce Momjian authored
-
Tatsuo Ishii authored
Add check for --with-mb. It is now obsoleted.
-
- 16 Jan, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 15 Jan, 2000 1 commit
-
-
Peter Eisentraut authored
- Prevent permissions on indexes - Instituted --enable-multibyte option and tweaked the MB build process where necessary - initdb prompts for superuser password
-
- 09 Jan, 2000 1 commit
-
-
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.
-
- 30 Dec, 1999 1 commit
-
-
Tatsuo Ishii authored
-
- 21 Dec, 1999 1 commit
-
-
Bruce Momjian authored
-
- 20 Dec, 1999 2 commits
-
-
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...
-
- 17 Dec, 1999 1 commit
-
-
Bruce Momjian authored
-
- 16 Dec, 1999 1 commit
-
-
Bruce Momjian authored
backend/Makefiles to be patched could significantly be reduced since they have been adopted to the QNX4 needs. Andreas Kardos
-
- 04 Nov, 1999 1 commit
-
-
Bruce Momjian authored
-
- 01 Nov, 1999 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 31 Oct, 1999 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 12 Oct, 1999 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 11 Oct, 1999 1 commit
-
-
Bruce Momjian authored
-
- 03 Oct, 1999 1 commit
-
-
Bruce Momjian authored
--enable-debug adds -g (unconditionally) --disable-debug removes -g (if it was already in there somehow) (giving neither does nothing) Since none of the templates default CFLAGS with a -g you're not likely to end up with two -g flags. Not that they'd hurt though. It doesn't do anything about C++. Peter Eisentraut
-
- 02 Oct, 1999 1 commit
-
-
Tom Lane authored
works if finite() is a function. Patch from Christof Petig.
-
- 12 Sep, 1999 1 commit
-
-
Marc G. Fournier authored
Make sure both SRCH_INC and SRCH_LIB are checked for existances and added to the CPPFLAGS/LDFLAGS variables...
-