summaryrefslogtreecommitdiff
path: root/src/backend/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add libpgport to postgres.def for Windows build. Per Magnus Hagander.Tom Lane2004-08-011-2/+2
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-211-3/+3
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-211-3/+3
* Install recovery.conf.sample into the /share install directory.Tom Lane2004-07-191-1/+2
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-6/+2
* More cleanups for USE_PGTZ.Bruce Momjian2004-04-301-1/+5
* Briefly,Bruce Momjian2004-02-021-2/+41
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Add .exe to Win32 stat calls. Don't symlink postmaster on Win32.Bruce Momjian2003-11-111-3/+7
* Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut2003-03-211-8/+8
* Move pg_service.conf.sample to /interfaces/libpq.Bruce Momjian2003-02-031-2/+1
* Include IPv6 addresses in pg_hba.conf even if IPv6 is not supported; atBruce Momjian2003-01-261-11/+1
* Fix missing tab in file.Bruce Momjian2003-01-071-2/+2
* Document libpq service capability, and add sample file.Bruce Momjian2003-01-071-3/+5
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-061-1/+11
* Initial version of the SQL information schemaPeter Eisentraut2002-12-141-3/+3
* > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii notBruce Momjian2002-10-091-1/+20
* Assorted fixes for Cygwin:Peter Eisentraut2002-09-051-17/+10
* Avoid multiple scans of utils/mb/conversion_procs/ subdirectories duringTom Lane2002-09-041-4/+1
* Move PO files into subdirectories separate from the source code.Peter Eisentraut2002-08-211-20/+3
* Fix failure to relink postmaster executable in the first make run if only aPeter Eisentraut2002-08-101-2/+2
* Address build problems on cygwin and (hopefully) AIX.Tatsuo Ishii2002-08-081-1/+3
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-271-9/+7
* I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii2002-07-181-1/+2
* Move few remaining src/utils files to backend/port so everything is inBruce Momjian2002-07-161-5/+5
* Add $(LDFLAGS) to Windows make rule for postgres executable. NeededTom Lane2002-05-221-3/+3
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-051-2/+2
* MovePeter Eisentraut2002-03-131-2/+2
* Don't mention TIOGA in Makefile and move strdup.c rule into properBruce Momjian2002-02-181-5/+1
* Double quotes in ln command to guard against spaces in path.Tom Lane2001-11-201-2/+2
* Install dynamically loadable modules into a private subdirectoryPeter Eisentraut2001-09-161-9/+17
* Native Language Support (NLS)Peter Eisentraut2001-06-021-2/+20
* I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian2001-05-241-2/+3
* Send 'cd' output to /dev/null.Peter Eisentraut2001-04-231-2/+2
* Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's toTom Lane2001-04-041-9/+7
* Remove duplicate definition of DLLLIBS, per gripe from Fred Yankowski.Tom Lane2001-04-021-2/+3
* Make all commands that link a program look likePeter Eisentraut2000-11-301-4/+4
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-201-7/+8
* Separate -Wl,-E or equivalent into separate make variable, since it's onlyPeter Eisentraut2000-10-071-3/+3
* Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut2000-09-171-16/+16
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-2/+2
* Add distprep target to take some of the job of the release_prep script.Peter Eisentraut2000-07-191-3/+11
* Automatic dependency trackingPeter Eisentraut2000-07-161-4/+1
* Change order of builds to get parser before commands.Thomas G. Lockhart2000-07-141-3/+3
* Repair parallel make in backend tree (and make it really parallel).Peter Eisentraut2000-07-131-15/+10
* Put back separate install-bin target ... I was using that,Tom Lane2000-07-081-8/+11
* Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut2000-07-061-211/+113
* Version number now set in configure, available through Makefile.globalPeter Eisentraut2000-07-021-9/+4
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-3/+1
* Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut2000-06-171-9/+2