]> granicus.if.org Git - postgresql/history - src/Makefile.global.in
maintainer-clean and distclean ought to remove dependency information as well.
[postgresql] / src / Makefile.global.in
2000-07-22 Peter Eisentrautmaintainer-clean and distclean ought to remove dependen...
2000-07-19 Peter EisentrautAdd distprep target to take some of the job of the...
2000-07-17 Peter EisentrautEnd users shouldn't have to invoke a separate command...
2000-07-16 Peter EisentrautAutomatic dependency tracking
2000-07-09 Peter EisentrautAnother round of those unportable config/build changes :-/
2000-07-02 Peter EisentrautVersion number now set in configure, available through...
2000-07-01 Peter EisentrautWe don't need config.status substituting anything into...
2000-07-01 Peter EisentrautA little bit of clean-up/bug fix in Tcl build. Handle...
2000-06-28 Peter EisentrautMakefile cleanup for interface tree. Now essentially...
2000-06-27 Peter EisentrautMakefile cleanup for bin and pl subtrees. They should...
2000-06-19 Peter EisentrautIntegrated ODBC driver into regular build. No more...
2000-06-17 Peter EisentrautRemove fmgrstamp-h business -- not needed and confusing
2000-06-15 Bruce Momjian/contrib patch from Karel.
2000-06-11 Peter EisentrautSubstituted new configure test for types of accept()
2000-06-10 Peter EisentrautMoved the intricacies of the perl interface build into...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-05-27 Bruce MomjianUpdate kerberos patch
2000-05-27 Bruce MomjianBack out kerberos changes. Causes compile problems.
2000-05-27 Bruce MomjianPatch for Kerberos V.
2000-05-23 Tom LaneTransmit -I switches selected by configure (particularl...
2000-04-14 Peter Eisentrautfixed another psql \e bug (handle newlines as whitespace)
2000-03-31 Bruce MomjianI have tested the beta3 on WinNT and here are the results:
2000-03-30 Tom LaneAdd configure checks to see if 'using namespace std...
2000-03-08 Bruce MomjianI've made a diff against the 7.0beta1 tree that accompl...
2000-02-10 Bruce MomjianImprove default compile ops.
2000-01-19 Tatsuo IshiiRevert back Makefile.global
2000-01-18 Tatsuo IshiiFix multibyte support
2000-01-15 Peter Eisentraut- Allow array on int8
1999-12-13 Bruce MomjianNew LDOUT makefile variable for QNX os.
1999-12-10 Bruce MomjianFix LDREL.
1999-11-02 Bruce Momjianupdate for pgaccess
1999-10-31 Bruce MomjianUpdate to pgaccess 0.98.
1999-09-09 Bruce MomjianMake pgindent gnu test better.
1999-07-20 Bruce MomjianMove -ieee to adt Makefile, and add CPU Makefile variable.
1999-06-25 Tom LaneMakefile.global failed to define $(LIBS), which is
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1998-11-29 Tom LaneUse autoconf to determine whether system has POSIX...
1998-10-30 Marc G. FournierOkay, this shoudl provide a fix for the freebsd problem...
1998-10-19 Tom LaneCentralized shared-library build knowledge in a new...
1998-10-15 Bruce MomjianTCL/TK fixes from Billy G. Allie.
1998-10-14 Thomas G. LockhartAdd Taral's test for flags required by the detected...
1998-10-13 Bruce MomjianRemove TCL_LIB,TCL_INCDIR,TK_LIB,TK_INCDIR.
1998-10-12 Bruce MomjianNo more TCL_LIB>
1998-10-07 Thomas G. LockhartSeparate out the lextest so that it is run by "make...
1998-10-06 Thomas G. LockhartTry to configure interfaces/odbc using the --with-odbc...
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
1998-06-16 Bruce MomjianHi, here are the patches to enhance existing MB handlin...
1998-05-12 Bruce MomjianAdd sys/time.h to fe-misc.c, prevent pgtclsh from using...
1998-04-27 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-04-27 Marc G. FournierFrom: Tom Lane <tgl@sss.pgh.pa.us>
1998-04-12 Bruce MomjianFix for PROFILE env.
1998-04-06 Bruce MomjianHi,
1998-03-23 Bruce Momjianmore tcl/tk fixes
1998-03-23 Bruce MomjianAnother tcl/tk fix.
1998-02-22 Bruce MomjianConfigure patches from Brook Milligan.
1998-02-13 Marc G. FournierFrom: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
1998-01-27 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
1997-12-20 Marc G. FournierPotential fix for Bruce's "test" problem
1997-12-20 Marc G. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-12-19 Marc G. FournierGet rid of PORTNAME from Makefile.global.in...
1997-12-17 Marc G. FournierMake it entirely possible for PORTNAME to be undefined
1997-10-30 Bruce MomjianMake configure more automated, from Brook Milligan.
1997-08-17 Marc G. FournierMake sure that LIBPQDIR points to the right directory
1997-07-14 Bruce MomjianUpdate supported ports for 6.1.1 release.
1997-05-08 Bruce MomjianUpdate for bsdi
1997-04-26 Marc G. Fournierclean up the bin/*/Makefiles...up version.h to v6.1...
1997-04-15 Marc G. FournierOops, don't forget to remove the CASSERT=true line
1997-04-15 Marc G. FournierHave CASSERT enabled/disabled via configure, and passed...
1997-04-12 Marc G. FournierRemove port specific Makefile 'targets' (ie. shared...
1997-04-04 Marc G. FournierMove YACC and YFLAGS into the template files
1997-04-04 Marc G. FournierThis commit represents a clean compile with the new...
1997-04-04 Marc G. FournierOne helluva mess.
1997-04-03 Marc G. FournierVarious improvements to reduce questions :)
1997-04-02 Marc G. FournierFrom: Oleg Bartunov <oleg@sai.msu.su>
1997-03-26 Marc G. FournierAdd ability to change installation directory in build...
1997-03-25 Marc G. FournierStart of a univel port by "Michael P. Snyder" <msnyder...
1997-03-06 Bruce MomjianMove nextstep into problem/bug section.
1997-02-12 Marc G. FournierRemoved a reference to DATADIR that still existed
1997-02-08 Bruce MomjianAdd missing paren for hpux.
1997-02-06 Marc G. FournierMake sure all changes are committed...
1997-02-05 Marc G. FournierAdd Makefile.in so that configure can determine if...
1997-02-04 Marc G. FournierBring back in the autoconf files - work in progress
1997-01-24 Marc G. FournierRemove all the configure related stuff...
1997-01-24 Marc G. FournierHave configure auto-detect more of the libraries, and...
1997-01-24 Marc G. FournierAdd in the code required to auto-detect the OS and...
1997-01-24 Marc G. FournierAuto-sense lib{readline,history,curses,termcap}
1997-01-23 Marc G. FournierMakefile.global.in currently should reflect what Makefi...
1997-01-23 Marc G. FournierBring in Nat' preliminary work at autoconf'ng PostgreSQ...