- 28 May, 2002 1 commit
-
-
Peter Eisentraut authored
Makefile.shlib system, not MakeMaker.
-
- 24 May, 2002 1 commit
-
-
Peter Eisentraut authored
system, not Tcl-provided one. Make sure export file, if any, is cleaned. Tcl configuration is now read directly in configure and recorded in Makefile.global. This eliminates some duplicate efforts and allows for easier hand-editing of the results, if necessary.
-
- 14 Apr, 2002 1 commit
-
-
Peter Eisentraut authored
which covers some recent installation schemes. Add Mandrake installation layout to directories to check for stylesheets. Allow documentation build to proceed if stylesheets were not found, in case the stylesheets might be found through the SGML catalog mechanism.
-
- 10 Apr, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 29 Mar, 2002 1 commit
-
-
Peter Eisentraut authored
calls with new or now-built-in versions. Make sure that all calls to AC_DEFINE have a third argument, for possible use of autoheader in the future.
-
- 13 Mar, 2002 1 commit
-
-
Peter Eisentraut authored
src/GNUmakefile.in to src/Makefile and src/backend/port/Makefile.in to src/backend/port/Makefile All configure substitutions are now done in Makefile.global.
-
- 05 Mar, 2002 1 commit
-
-
Bruce Momjian authored
parts o f postgresql. The jdbc drivers are never compiled with debugging support. This p atch make sure that debugging information is added to the jdbc jar when the --en able-debug is added. This was usefull for me for debugging some java jdbc poolin g objects but this might perhaps be usefull for other people too? Dries Verachtert
-
- 20 Dec, 2001 1 commit
-
-
Bruce Momjian authored
-
- 13 Oct, 2001 1 commit
-
-
Tom Lane authored
-
- 22 Sep, 2001 1 commit
-
-
Peter Eisentraut authored
an already installed iODBC or unixODBC driver manager. In particular, use the include files provided by the driver manager over our own, and use the odbcinst library of the driver manager rather than gpps.c. Migrate portability sections common to several files into psqlodbc.h.
-
- 17 Sep, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 16 Sep, 2001 1 commit
-
-
Peter Eisentraut authored
under libdir, for a cleaner separation in the installation layout and compatibility with binary packaging standards. Point backend's default search location there. The contrib modules are also installed in the said location, giving them the benefit of the default search path as well. No changes in user interface nevertheless.
-
- 29 Aug, 2001 1 commit
-
-
Peter Eisentraut authored
system. Some systems did not understand the 'l' section, and in general it wasn't entirely appropriate. On SCO OpenServer, the man pages won't be installed at all until someone figures out their man system.
-
- 28 Aug, 2001 1 commit
-
-
Peter Eisentraut authored
Client headers are no longer in a subdirectory, since they have been made namespace-clean. Internal libpq headers are in a private subdirectory. Server headers are in a private subdirectory. pg_config has a new option to point there.
-
- 27 Aug, 2001 1 commit
-
-
Peter Eisentraut authored
shared library, or we can do without one.
-
- 26 Aug, 2001 1 commit
-
-
Peter Eisentraut authored
platforms and without relinking. Also support VPATH builds and DESTDIR installs. One hopes.
-
- 24 Aug, 2001 1 commit
-
-
Peter Eisentraut authored
places that were including the wrong files.
-
- 15 Jul, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 10 Jul, 2001 1 commit
-
-
Peter Eisentraut authored
choice of compiler and flags, uninstall, and peculiar Python installation layouts for PyGreSql. Also install into site-packages now, as officially recommended. And pgdb.py is also installed now, used to be forgotten.
-
- 02 Jun, 2001 1 commit
-
-
Peter Eisentraut authored
Use --enable-nls to turn it on; see installation instructions for details. See developer's guide how to make use of it in programs and how to add translations. psql sources have been almost fully prepared and an incomplete German translation has been provided. In the backend, only elog() calls are currently translatable, and the provided German translation file is more of a placeholder.
-
- 25 May, 2001 1 commit
-
-
Bruce Momjian authored
under Cygwin. The root cause of this problem is that (Sun) java is a native Win32 app and hence does not understand Cygwin Posix style paths. The solution is to use Cygwin's cygpath utility to convert the Posix style JDBC installation directory path into a Win32 one before invoking ant. I'm not sure if my patch is the best way to correct this issue but my goal was to confine the Cygwin specific constructs to Jason Tishler
-
- 12 May, 2001 1 commit
-
-
Peter Eisentraut authored
there's no shared libpython. Test suite works as well. Also, add some documentation.
-
- 09 May, 2001 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
enables pltcl unknown support. Also it adds substituting of tclsh with tclsh that was by configure in pltcl_*mod scripts. For example, On freebsd, tclsh can be called tclsh8.2 or tclsh8.3 depending on installed version of Tcl. After patching files src/pl/tcl/modules/pltcl_listmod src/pl/tcl/modules/pltcl_loadmod src/pl/tcl/modules/pltcl_delmod must be renamed(copied,repocopied) to src/pl/tcl/modules/pltcl_listmod.in src/pl/tcl/modules/pltcl_loadmod.in src/pl/tcl/modules/pltcl_delmod.in seva@sevasoft.kiev.ua
-
- 10 Mar, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 05 Mar, 2001 1 commit
-
-
Peter Mount authored
Ok, I've split todays commit into three, the first two already done had some bits in JDBC & the first set of tools into contrib. This is the third, and deals with enabling JDBC to be compiled with the main source. What it does is add a new option to configure: --with-java This option tells configure to look for ant (our build tool of choice) and if found, it then compiles both the JDBC driver and the new tools as part of the normal make. Also, when the postgresql install is done, all the .jar files are also installed into the ${PGLIB}/java directory (thought best to keep then separate) Now I had some conflicts when this applied so could someone please double check that everything is ok? Peter
-
- 03 Mar, 2001 1 commit
-
-
Peter Eisentraut authored
Recode test for equality of source and build directory using 'test -ef', because even using pwd you might not get equal strings. Thanks, QNX.
-
- 27 Feb, 2001 1 commit
-
-
Tatsuo Ishii authored
-
- 20 Feb, 2001 1 commit
-
-
Peter Eisentraut authored
or library directories on the command line.
-
- 07 Feb, 2001 1 commit
-
-
Tom Lane authored
scripts like pgaccess.
-
- 20 Jan, 2001 1 commit
-
-
Tom Lane authored
-
- 29 Dec, 2000 1 commit
-
-
Tom Lane authored
Autoconf manual. In particular, touching it before creating config.status is guaranteed to lose.
-
- 16 Dec, 2000 1 commit
-
-
Peter Eisentraut authored
flawed because the timestamp file is already updated when Makefile.global is remade, and the rule for config.h never gets run.
-
- 30 Nov, 2000 1 commit
-
-
Peter Eisentraut authored
$(CC) $(CFLAGS) $(LDFLAGS) <object files> <extra-libraries> $(LIBS) -o $@ This form seemed to be the most portable, readable, and logical, but in any case it's better than having a dozen different ones in the tree.
-
- 20 Nov, 2000 2 commits
-
-
Peter Eisentraut authored
-
Vadim B. Mikheev authored
-
- 09 Nov, 2000 1 commit
-
-
Peter Eisentraut authored
but take it as 'int *' instead. Add real test for whether ld -R works on Unixware. Rename --enable-uniconv to --enable-unicode-conversion. Install shlibs mode 755 by default, since 644 causes gratuitous complaints from ldd et al. on some systems.
-
- 05 Nov, 2000 1 commit
-
-
Peter Eisentraut authored
standard installation layout it should be possible to build the HTML and print documentation without additional manual setup.
-
- 04 Nov, 2000 1 commit
-
-
Peter Eisentraut authored
confused in src/interfaces/libpq for some reason. Seemingly, different GNU make versions have several mutually conflicting problems with implicit rule chains. Words are not sufficient...
-