summaryrefslogtreecommitdiff
path: root/src/backend/Makefile
AgeCommit message (Expand)Author
2002-10-09> > > > and mb conversions (pg_ascii2mic and pg_mic2ascii notBruce Momjian
2002-09-05Assorted fixes for Cygwin:Peter Eisentraut
2002-09-04Avoid multiple scans of utils/mb/conversion_procs/ subdirectories duringTom Lane
2002-08-21Move PO files into subdirectories separate from the source code.Peter Eisentraut
2002-08-10Fix failure to relink postmaster executable in the first make run if only aPeter Eisentraut
2002-08-08Address build problems on cygwin and (hopefully) AIX.Tatsuo Ishii
2002-07-27Assemble portability modules into libpgport library.Peter Eisentraut
2002-07-18I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii
2002-07-16Move few remaining src/utils files to backend/port so everything is inBruce Momjian
2002-05-22Add $(LDFLAGS) to Windows make rule for postgres executable. NeededTom Lane
2002-05-05Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane
2002-03-13MovePeter Eisentraut
2002-02-18Don't mention TIOGA in Makefile and move strdup.c rule into properBruce Momjian
2001-11-20Double quotes in ln command to guard against spaces in path.Tom Lane
2001-09-16Install dynamically loadable modules into a private subdirectoryPeter Eisentraut
2001-06-02Native Language Support (NLS)Peter Eisentraut
2001-05-24I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian
2001-04-23Send 'cd' output to /dev/null.Peter Eisentraut
2001-04-04Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's toTom Lane
2001-04-02Remove duplicate definition of DLLLIBS, per gripe from Fred Yankowski.Tom Lane
2000-11-30Make all commands that link a program look likePeter Eisentraut
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-10-07Separate -Wl,-E or equivalent into separate make variable, since it's onlyPeter Eisentraut
2000-09-17Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-07-19Add distprep target to take some of the job of the release_prep script.Peter Eisentraut
2000-07-16Automatic dependency trackingPeter Eisentraut
2000-07-14Change order of builds to get parser before commands.Thomas G. Lockhart
2000-07-13Repair parallel make in backend tree (and make it really parallel).Peter Eisentraut
2000-07-08Put back separate install-bin target ... I was using that,Tom Lane
2000-07-06Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut
2000-07-02Version number now set in configure, available through Makefile.globalPeter Eisentraut
2000-06-28First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane
2000-06-17Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut
2000-06-05Simplify build/install process for bki and description files. There'sTom Lane
2000-06-04New ps display code, works on more platforms.Peter Eisentraut
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-05-30Copy pg_ident.conf.sample into /lib directory. Rename USERAUTH toBruce Momjian
2000-05-29Neglected to add fmgr.h to set of installed headers...Tom Lane
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-05-11Makefile CFLAGS cleanups.Bruce Momjian
2000-04-08Add new pg_options.sample file.Bruce Momjian
2000-03-08Clean up gmake warning caused by recent NetBSD patch. <grumble>Tom Lane
2000-03-08I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian
2000-02-27Clean up dependencies for version.o.Tom Lane
1999-12-16I have done the QNX4 port with the current source tree. The number ofBruce Momjian
1999-12-13New LDOUT makefile variable for QNX os.Bruce Momjian
1999-12-09Make LD -r as macros that can be changed for QNX.Bruce Momjian
1999-11-14Tweak make rules for parse.h and fmgr.h to avoid bug in oldTom Lane