- 26 Jun, 2007 1 commit
-
-
Tom Lane authored
installations whose pg_config program does not appear first in the PATH. Per gripe from Eddie Stanley and subsequent discussions with Fabien Coelho and others.
-
- 09 Feb, 2007 1 commit
-
-
Peter Eisentraut authored
-
- 03 Apr, 2006 1 commit
-
-
Peter Eisentraut authored
is done for the analogous files in the main distribution.
-
- 07 Mar, 2006 1 commit
-
-
Tom Lane authored
(respectively) to rename yylex and related symbols. Some were doing it this way already, while others used not-too-reliable sed hacks in the Makefiles. It's all nice and consistent now.
-
- 27 Feb, 2006 1 commit
-
-
Peter Eisentraut authored
by David Fetter
-
- 18 Oct, 2005 1 commit
-
-
Tom Lane authored
when not using gcc (which has slightly nonstandard inclusion rules).
-
- 27 Sep, 2005 1 commit
-
-
Tom Lane authored
to avoid useless multiple executions of pg_config.
-
- 24 Jul, 2005 1 commit
-
-
Tom Lane authored
Per Rocco Altier.
-
- 20 Aug, 2004 1 commit
-
-
Bruce Momjian authored
> > The patch adds missing the "libpgport.a" file to the installation under > "install-all-headers". It is needed by some contribs. I install the > library in "pkglibdir", but I was wondering whether it should be "libdir"? > I was wondering also whether it would make sense to have a "libpgport.so"? > > It fixes various macros which are used by contrib makefiles, especially > libpq_*dir and LDFLAGS when used under PGXS. It seems to me that they are > needed to > > It adds the ability to test and use PGXS with contribs, with "make > USE_PGXS=1". Without the macro, this is exactly as before, there should be > no difference, esp. wrt the vpath feature that seemed broken by previous > submission. So it should not harm anybody, and it is useful at least to me. > > It fixes some inconsistencies in various contrib makefiles > (useless override, ":=" instead of "="). Fabien COELHO
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 14 Sep, 2003 1 commit
-
-
Tom Lane authored
btree operator class, too, since in PG 7.4 you can't GROUP without one.
-
- 14 May, 2003 1 commit
-
-
Tom Lane authored
Includes fixes from Joe Conway.
-
- 31 Jan, 2003 1 commit
-
-
Tom Lane authored
bison 1.875 and later as we did from earlier bison releases. Eventually we will probably want to adopt the newer message spelling ... but not yet. Per recent discussion on pgpatches. Note: I didn't change the build rules for bootstrap, ecpg, or plpgsql grammars, since these do not affect regression test results.
-
- 01 Nov, 2002 1 commit
-
-
Tom Lane authored
(usually bison output files), not as standalone files. This hack works around flex's insistence on including <stdio.h> before we are able to include postgres.h; postgres.h will already be read before the compiler starts to read the flex output file. Needed for largefile support on some platforms.
-
- 16 Nov, 2001 1 commit
-
-
Peter Eisentraut authored
and comment in src/backend/parser/Makefile for the technical details.
-
- 06 Sep, 2001 1 commit
-
-
Peter Eisentraut authored
written a generic framework of rules that the contrib makefiles can use instead of writing their own each time. You only need to set a few variables and off you go.
-
- 18 Jun, 2001 1 commit
-
-
Bruce Momjian authored
Cygwin with the possible exception of mSQL-interface. Since I don't have mSQL installed, I skipped this tool. Except for dealing with a missing getopt.h (oid2name) and HUGE (seg), the bulk of the patch uses the standard PostgreSQL approach to deal with Windows DLL issues. I tested the build aspect of this patch under Cygwin and Linux without any ill affects. Note that I did not actually attempt to test the code for functionality. The procedure to apply the patch is as follows: $ # save the attachment as /tmp/contrib.patch $ # change directory to the top of the PostgreSQL source tree $ patch -p0 </tmp/contrib.patch Jason
-
- 20 Feb, 2001 1 commit
-
-
Peter Eisentraut authored
or library directories on the command line.
-
- 10 Feb, 2001 1 commit
-
-
Peter Eisentraut authored
When no suitable YACC is configured, supply useful informational messages to users. (Same way flex has been handled for a while.)
-
- 11 Dec, 2000 1 commit
-
-
Tom Lane authored
-