summaryrefslogtreecommitdiff
path: root/src/backend/Makefile
AgeCommit message (Expand)Author
2004-10-05Add Win32 version info to client binaries.Bruce Momjian
2004-10-04Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian
2004-08-01Add libpgport to postgres.def for Windows build. Per Magnus Hagander.Tom Lane
2004-07-21Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian
2004-07-21lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian
2004-07-19Install recovery.conf.sample into the /share install directory.Tom Lane
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane
2004-04-30More cleanups for USE_PGTZ.Bruce Momjian
2004-02-02Briefly,Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-11Add .exe to Win32 stat calls. Don't symlink postmaster on Win32.Bruce Momjian
2003-03-21Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut
2003-02-03Move pg_service.conf.sample to /interfaces/libpq.Bruce Momjian
2003-01-26Include IPv6 addresses in pg_hba.conf even if IPv6 is not supported; atBruce Momjian
2003-01-07Fix missing tab in file.Bruce Momjian
2003-01-07Document libpq service capability, and add sample file.Bruce Momjian
2003-01-06Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian
2002-12-14Initial version of the SQL information schemaPeter Eisentraut
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