You need to sign in or sign up before continuing.
- Mar 18, 2008
-
-
Peter Eisentraut authored
errors in any commands, including in various clean targets that have so far been handled inconsistently. make -i is available to ignore all errors in a consistent and official way.
-
- Feb 09, 2007
-
-
Peter Eisentraut authored
-
- Aug 18, 2006
-
-
Andrew Dunstan authored
-
- Apr 06, 2006
-
-
Peter Eisentraut authored
generated text files. Fix build of that file, too. Put the text files in the right place during make dist, so there are no extra manual steps required anymore.
-
- Apr 03, 2006
-
-
Peter Eisentraut authored
is done for the analogous files in the main distribution.
-
- May 01, 2005
-
-
Neil Conway authored
for a long time.
-
- Oct 06, 2004
-
-
Bruce Momjian authored
"make pgxs install by default". It is up to the committers to chose. (1) there is only one "install" target. no more "install-all-headers". it simplifies/changes several makefiles. (2) the documentation reflects the change. (3) a minor fix on pgxs to use a nicer patch without a double slash. Fabien Coelho
-
- Jul 30, 2004
-
-
Peter Eisentraut authored
some massaging by Peter Eisentraut. This is basically a simple generalization of the existing contrib makefiles.
-
- Jun 13, 2004
-
-
Peter Eisentraut authored
-
- Apr 20, 2004
-
-
PostgreSQL Daemon authored
Remove all of the libpgtcl and pgtclsh files, including all references to them within the various makefiles with_tcl is still required for the src/pl/tcl language
-
- Jan 19, 2004
-
-
Tom Lane authored
-
- Nov 28, 2003
-
-
PostgreSQL Daemon authored
testing $PostgreSQL$ tag
-
- Oct 13, 2003
-
-
Peter Eisentraut authored
little use.
-
- Aug 05, 2003
-
-
PostgreSQL Daemon authored
can't mix and match .gz and .bz2 in here ... won't build
-
PostgreSQL Daemon authored
seeing if building bz2 distributions actually works ...
-
PostgreSQL Daemon authored
remove src/data from target list
-
- Aug 01, 2003
-
-
Marc G. Fournier authored
python needs to be removed from here
-
- Oct 21, 2002
-
-
Bruce Momjian authored
-
- Sep 06, 2002
-
-
Peter Eisentraut authored
-
- Sep 05, 2002
-
-
Marc G. Fournier authored
remove pgaccess from GNUmakefile.in if we want the beta to build :)
-
- Aug 30, 2002
-
-
Marc G. Fournier authored
perl5 interface moved to gborg
-
- Aug 23, 2002
-
-
Marc G. Fournier authored
Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc project ...
-
- Aug 22, 2002
-
-
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 ...
-
- Mar 29, 2002
-
-
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.
-
- Nov 22, 2001
-
-
Bruce Momjian authored
-
- Nov 21, 2001
-
-
Bruce Momjian authored
-
Bruce Momjian authored
built, not /doc.
-
Bruce Momjian authored
-
- Sep 18, 2001
-
-
Peter Eisentraut authored
-
- Apr 08, 2001
-
-
Peter Eisentraut authored
-
- Feb 10, 2001
-
-
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.
-
- Jan 06, 2001
-
-
Peter Eisentraut authored
-
- Dec 04, 2000
-
-
Tom Lane authored
directories too, not only src and doc.
-
- Oct 03, 2000
-
-
Peter Eisentraut authored
to start up a postmaster anyway.
-
- Sep 29, 2000
-
-
Peter Eisentraut authored
add "check" and "installcheck" targets, straighten out make variable naming of host_os, host_cpu, etc.
-
- Sep 21, 2000
-
-
Peter Eisentraut authored
that's actually useful, robust, consistent. Better plan to generate aclocal.m4 as well: use m4 include directives, rather than cat.
-
- Aug 31, 2000
-
-
Peter Eisentraut authored
to one another. Sort out builddir vs srcdir variable namings. Remove some now obsoleted make variables.
-
- Aug 20, 2000
-
-
Peter Eisentraut authored
-
- Jul 19, 2000
-
-
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.
-
- Jul 18, 2000
-
-
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.
-