- 01 Aug, 2003 1 commit
-
-
Marc G. Fournier authored
python needs to be removed from here
-
- 21 Oct, 2002 1 commit
-
-
Bruce Momjian authored
-
- 06 Sep, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 05 Sep, 2002 1 commit
-
-
Marc G. Fournier authored
remove pgaccess from GNUmakefile.in if we want the beta to build :)
-
- 30 Aug, 2002 1 commit
-
-
Marc G. Fournier authored
perl5 interface moved to gborg
-
- 22 Aug, 2002 2 commits
-
-
Marc G. Fournier authored
Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc project ...
-
Marc G. Fournier authored
Okay, libpq++ is moved to GBorg, and all traces of it have been removed from the core repository ... I haven't *moved* the libpq++ files out of the tree, mainly as we want to keep them in place for past branches ... Peter, I think I've covered all the files I need, and re-ran autoconf to make sure the configure file is in place properly ...
-
- 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.
-
- 21 Nov, 2001 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
built, not /doc.
-
Bruce Momjian authored
-
- 17 Sep, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 08 Apr, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 10 Feb, 2001 1 commit
-
-
Tom Lane authored
are now separate files "postgres.h" and "postgres_fe.h", which are meant to be the primary include files for backend .c files and frontend .c files respectively. By default, only include files meant for frontend use are installed into the installation include directory. There is a new make target 'make install-all-headers' that adds the whole content of the src/include tree to the installed fileset, for use by people who want to develop server-side code without keeping the complete source tree on hand. Cleaned up a whole lot of crufty and inconsistent header inclusions.
-
- 06 Jan, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 04 Dec, 2000 1 commit
-
-
Tom Lane authored
directories too, not only src and doc.
-
- 02 Oct, 2000 1 commit
-
-
Peter Eisentraut authored
to start up a postmaster anyway.
-
- 29 Sep, 2000 1 commit
-
-
Peter Eisentraut authored
add "check" and "installcheck" targets, straighten out make variable naming of host_os, host_cpu, etc.
-
- 21 Sep, 2000 1 commit
-
-
Peter Eisentraut authored
that's actually useful, robust, consistent. Better plan to generate aclocal.m4 as well: use m4 include directives, rather than cat.
-
- 31 Aug, 2000 1 commit
-
-
Peter Eisentraut authored
to one another. Sort out builddir vs srcdir variable namings. Remove some now obsoleted make variables.
-
- 20 Aug, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 19 Jul, 2000 1 commit
-
-
Peter Eisentraut authored
The latter updated accordingly. Also add `dist' and `distcheck' targets to play with, but caveat packager. Updated backend/bootstrap and backend/parser makefile to make them marginally builddir aware and fix the usual set of things. Add rule to automatically remake config.h dependent on config.h.in and config.status. (Adopted from Autoconf manual and about every other package.) On a good day we should now have a complete and accurate set of dependencies throughout everything.
-
- 17 Jul, 2000 1 commit
-
-
Peter Eisentraut authored
documentation. Therefore it's now installed by default. If there is no documentation to be found (i.e., you are not using the distribution) then this step is skipped. Add --docdir option to configure to control installation directory.
-
- 16 Jul, 2000 1 commit
-
-
Peter Eisentraut authored
The .DEFAULT rule in backend/Makefile is harmful -- removed. Replace `::' rules by `:'.
-
- 28 Jun, 2000 1 commit
-
-
Peter Eisentraut authored
standard targets and behaviour. Replaced Makefile.in's with Makefile's and declared the respective variables in Makefile.global. maintainer-clean target now available at top level, although it does not work in the backend tree yet. Cleanup pass over Makefile.shlib, renamed some targets and variables. The shared library symlink tests are now done by make, not the shell. ecpg: Remove one warning in sloppy flex output. PL/Perl and Perl interface: the MakeMaker documentation is confusing, the realclean target *does* "delete derived files", but it also uninstalls them. Don't use that. The submake targets in the various bin directories that update libpq should `make all', not `make libpq.a'. That is a) unportable, and b) doesn't build the shared library.
-
- 14 Jun, 2000 1 commit
-
-
Peter Eisentraut authored
we'll get there one day. Use `cat' to create aclocal.m4, not `aclocal'. Some people don't have automake installed. Only run the autoconf rule in the top-level GNUmakefile if the invoker specified `make configure', don't run it automatically because of CVS timestamp skew.
-
- 11 Jun, 2000 1 commit
-
-
Tom Lane authored
-
- 10 Jun, 2000 1 commit
-
-
Peter Eisentraut authored
that now functions as a wrapper around the MakeMaker stuff. It might even behave sensically when we have separate build dirs. Same for plperl, which of course still doesn't work very well. Made sure that plperl respects the choice of --libdir. Added --with-python to automatically build and install the Python interface. Works similarly to the Perl5 stuff. Moved the burden of the distclean targets lower down into the source tree. Eventually, each make file should have its own. Added automatic remaking of makefiles and configure. Currently only for the top-level because of a bug(?) in Autoconf. Use GNU `missing' to work around missing autoconf and aclocal. Start factoring out macros into their own config/*.m4 files to increase readability and organization.
-
- 07 Jun, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 06 Jun, 2000 1 commit
-
-
Peter Eisentraut authored
configuration helper things into config/ dir. Adjusted some relative paths in makefiles.
-