aboutsummaryrefslogtreecommitdiff
path: root/src/backend/Makefile
Commit message (Expand)AuthorAge
* Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut2003-03-21
* Move pg_service.conf.sample to /interfaces/libpq.Bruce Momjian2003-02-03
* Include IPv6 addresses in pg_hba.conf even if IPv6 is not supported; atBruce Momjian2003-01-26
* Fix missing tab in file.Bruce Momjian2003-01-07
* Document libpq service capability, and add sample file.Bruce Momjian2003-01-07
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-06
* Initial version of the SQL information schemaPeter Eisentraut2002-12-14
* > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii notBruce Momjian2002-10-09
* Assorted fixes for Cygwin:Peter Eisentraut2002-09-05
* Avoid multiple scans of utils/mb/conversion_procs/ subdirectories duringTom Lane2002-09-04
* Move PO files into subdirectories separate from the source code.Peter Eisentraut2002-08-21
* Fix failure to relink postmaster executable in the first make run if only aPeter Eisentraut2002-08-10
* Address build problems on cygwin and (hopefully) AIX.Tatsuo Ishii2002-08-08
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-27
* I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii2002-07-18
* Move few remaining src/utils files to backend/port so everything is inBruce Momjian2002-07-16
* Add $(LDFLAGS) to Windows make rule for postgres executable. NeededTom Lane2002-05-22
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* MovePeter Eisentraut2002-03-13
* Don't mention TIOGA in Makefile and move strdup.c rule into properBruce Momjian2002-02-18
* Double quotes in ln command to guard against spaces in path.Tom Lane2001-11-20
* Install dynamically loadable modules into a private subdirectoryPeter Eisentraut2001-09-16
* Native Language Support (NLS)Peter Eisentraut2001-06-02
* I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian2001-05-24
* Send 'cd' output to /dev/null.Peter Eisentraut2001-04-23
* Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's toTom Lane2001-04-04
* Remove duplicate definition of DLLLIBS, per gripe from Fred Yankowski.Tom Lane2001-04-02
* Make all commands that link a program look likePeter Eisentraut2000-11-30
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20
* Separate -Wl,-E or equivalent into separate make variable, since it's onlyPeter Eisentraut2000-10-07
* Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut2000-09-17
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Add distprep target to take some of the job of the release_prep script.Peter Eisentraut2000-07-19
* Automatic dependency trackingPeter Eisentraut2000-07-16
* Change order of builds to get parser before commands.Thomas G. Lockhart2000-07-14
* Repair parallel make in backend tree (and make it really parallel).Peter Eisentraut2000-07-13
* Put back separate install-bin target ... I was using that,Tom Lane2000-07-08
* Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut2000-07-06
* Version number now set in configure, available through Makefile.globalPeter Eisentraut2000-07-02
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut2000-06-17
* Simplify build/install process for bki and description files. There'sTom Lane2000-06-05
* New ps display code, works on more platforms.Peter Eisentraut2000-06-04
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Copy pg_ident.conf.sample into /lib directory. Rename USERAUTH toBruce Momjian2000-05-30
* Neglected to add fmgr.h to set of installed headers...Tom Lane2000-05-29
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Makefile CFLAGS cleanups.Bruce Momjian2000-05-11
* Add new pg_options.sample file.Bruce Momjian2000-04-08