summaryrefslogtreecommitdiff
path: root/src/backend/Makefile
AgeCommit message (Expand)Author
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane
2007-07-24Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2007-01-20Remove remains of old depend target.Peter Eisentraut
2006-10-08On Windows, we know the backend stack size limit because we have toTom Lane
2006-09-09Revise OpenLDAP configuration and linking to work on more platformsTom Lane
2006-08-16Put probes.o file in right directory, fixes dtrace compilationPeter Eisentraut
2006-07-24DTrace support, with a small initial set of probesPeter Eisentraut
2006-06-22Remove dllinit.c; it was only needed for long-obsolete Cygwin versions,Tom Lane
2006-06-18Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut
2006-01-05Remove QNX port.Bruce Momjian
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-11-28Come to think of it, the backend doesn't use -lz either.Tom Lane
2005-11-28Don't link readline and supporting libraries into the backend.Tom Lane
2005-10-27Add an ifneq to avoid make warning on AIX --- there is a separate ruleTom Lane
2005-07-28Put libpgport into OBJS instead of LIBS, so that it gets includedTom Lane
2005-01-26On Windows, set the postmaster executable's stack size to 4MB, so thatTom Lane
2004-12-31Clean up win32ver.o on Windows, per Magnus.Tom Lane
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