summaryrefslogtreecommitdiff
path: root/src/backend/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-191-2/+2
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-291-10/+9
* Add a few more DTrace probes to the backend.Alvaro Herrera2008-08-011-2/+2
* Enable probes to work with Mac OS X Leopard and other OSes that willPeter Eisentraut2008-03-171-2/+13
* Fixed dtrace buildPeter Eisentraut2008-02-261-2/+2
* Link postgres from all object files at once, to avoid the error-pronePeter Eisentraut2008-02-251-23/+17
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-3/+6
* Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander2007-07-241-1/+2
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-091-3/+3
* Remove remains of old depend target.Peter Eisentraut2007-01-201-4/+1
* On Windows, we know the backend stack size limit because we have toTom Lane2006-10-081-3/+3
* Revise OpenLDAP configuration and linking to work on more platformsTom Lane2006-09-091-3/+3
* Put probes.o file in right directory, fixes dtrace compilationPeter Eisentraut2006-08-161-2/+2
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-241-3/+11
* Remove dllinit.c; it was only needed for long-obsolete Cygwin versions,Tom Lane2006-06-221-6/+3
* Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut2006-06-181-2/+2
* Remove QNX port.Bruce Momjian2006-01-051-9/+1
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-24/+24
* Come to think of it, the backend doesn't use -lz either.Tom Lane2005-11-281-3/+3
* Don't link readline and supporting libraries into the backend.Tom Lane2005-11-281-1/+4
* Add an ifneq to avoid make warning on AIX --- there is a separate ruleTom Lane2005-10-271-2/+4
* Put libpgport into OBJS instead of LIBS, so that it gets includedTom Lane2005-07-281-8/+10
* On Windows, set the postmaster executable's stack size to 4MB, so thatTom Lane2005-01-261-3/+3
* Clean up win32ver.o on Windows, per Magnus.Tom Lane2004-12-311-2/+2
* Add Win32 version info to client binaries.Bruce Momjian2004-10-051-4/+5
* Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian2004-10-041-1/+3
* 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