aboutsummaryrefslogtreecommitdiff
path: root/src/backend/Makefile
Commit message (Expand)AuthorAge
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Fix parallel-make timing problem.Tom Lane2010-01-05
* Get rid of the need for manual maintenance of the initial contents ofTom Lane2010-01-05
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Put back "ifeq ($(PORTNAME), solaris)", this time with some documentationTom Lane2009-09-05
* Revert ill-considered restriction of dtrace support to Solaris only.Tom Lane2009-09-04
* Derived files that are shipped in the distribution used to be built in thePeter Eisentraut2009-08-28
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-26
* Update copyright for 2009.Bruce Momjian2009-01-01
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-29
* Add a few more DTrace probes to the backend.Alvaro Herrera2008-08-01
* Enable probes to work with Mac OS X Leopard and other OSes that willPeter Eisentraut2008-03-17
* Fixed dtrace buildPeter Eisentraut2008-02-26
* Link postgres from all object files at once, to avoid the error-pronePeter Eisentraut2008-02-25
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander2007-07-24
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-09
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* On Windows, we know the backend stack size limit because we have toTom Lane2006-10-08
* Revise OpenLDAP configuration and linking to work on more platformsTom Lane2006-09-09
* Put probes.o file in right directory, fixes dtrace compilationPeter Eisentraut2006-08-16
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-24
* Remove dllinit.c; it was only needed for long-obsolete Cygwin versions,Tom Lane2006-06-22
* Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut2006-06-18
* Remove QNX port.Bruce Momjian2006-01-05
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-09
* Come to think of it, the backend doesn't use -lz either.Tom Lane2005-11-28
* Don't link readline and supporting libraries into the backend.Tom Lane2005-11-28
* Add an ifneq to avoid make warning on AIX --- there is a separate ruleTom Lane2005-10-27
* Put libpgport into OBJS instead of LIBS, so that it gets includedTom Lane2005-07-28
* On Windows, set the postmaster executable's stack size to 4MB, so thatTom Lane2005-01-26
* Clean up win32ver.o on Windows, per Magnus.Tom Lane2004-12-31
* Add Win32 version info to client binaries.Bruce Momjian2004-10-05
* Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian2004-10-04
* Add libpgport to postgres.def for Windows build. Per Magnus Hagander.Tom Lane2004-08-01
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-21
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-21
* Install recovery.conf.sample into the /share install directory.Tom Lane2004-07-19
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21
* More cleanups for USE_PGTZ.Bruce Momjian2004-04-30
* Briefly,Bruce Momjian2004-02-02
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Add .exe to Win32 stat calls. Don't symlink postmaster on Win32.Bruce Momjian2003-11-11
* 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