OSDN Git Service

Introduce Streaming Replication.
[pg-rex/syncrep.git] / src / backend / Makefile
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-05 Tom LaneFix parallel-make timing problem.
2010-01-05 Tom LaneGet rid of the need for manual maintenance of the initi...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-09-05 Tom LanePut back "ifeq ($(PORTNAME), solaris)", this time with...
2009-09-04 Tom LaneRevert ill-considered restriction of dtrace support...
2009-08-28 Peter EisentrautDerived files that are shipped in the distribution...
2009-08-26 Peter EisentrautUpdate of install-sh, mkinstalldirs, and associated...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-08-29 Peter EisentrautRemove all traces that suggest that a non-Bison yacc...
2008-08-01 Alvaro HerreraAdd a few more DTrace probes to the backend.
2008-03-17 Peter EisentrautEnable probes to work with Mac OS X Leopard and other...
2008-02-26 Peter EisentrautFixed dtrace build
2008-02-25 Peter EisentrautLink postgres from all object files at once, to avoid...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-07-24 Magnus HaganderMake it possible, and default, for MingW to build with...
2007-02-09 Peter EisentrautReplace useless uses of := by = in makefiles.
2007-01-20 Peter EisentrautRemove remains of old depend target.
2006-10-08 Tom LaneOn Windows, we know the backend stack size limit becaus...
2006-09-09 Tom LaneRevise OpenLDAP configuration and linking to work on...
2006-08-16 Peter EisentrautPut probes.o file in right directory, fixes dtrace...
2006-07-24 Peter EisentrautDTrace support, with a small initial set of probes
2006-06-22 Tom LaneRemove dllinit.c; it was only needed for long-obsolete...
2006-06-18 Peter EisentrautMerge postmaster and postgres command into just postgre...
2006-01-05 Bruce MomjianRemove QNX port.
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-11-28 Tom LaneCome to think of it, the backend doesn't use -lz either.
2005-11-28 Tom LaneDon't link readline and supporting libraries into the...
2005-10-27 Tom LaneAdd an ifneq to avoid make warning on AIX --- there...
2005-07-28 Tom LanePut libpgport into OBJS instead of LIBS, so that it...
2005-01-26 Tom LaneOn Windows, set the postmaster executable's stack size...
2004-12-31 Tom LaneClean up win32ver.o on Windows, per Magnus.
2004-10-05 Bruce MomjianAdd Win32 version info to client binaries.
2004-10-04 Bruce MomjianMake libpgport be front-end only and make libpgport_srv...
2004-08-01 Tom LaneAdd libpgport to postgres.def for Windows build. Per...
2004-07-21 Bruce MomjianBack out pg_autovacuum commit after cvs clean failure...
2004-07-21 Bruce Momjianlease find enclosed a patch that matches the PL/Perl...
2004-07-19 Tom LaneInstall recovery.conf.sample into the /share install...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-04-30 Bruce MomjianMore cleanups for USE_PGTZ.
2004-02-02 Bruce MomjianBriefly,
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-11 Bruce MomjianAdd .exe to Win32 stat calls. Don't symlink postmaster...
2003-03-21 Peter EisentrautMake "win" a separate port from "cygwin". This means...
2003-02-03 Bruce MomjianMove pg_service.conf.sample to /interfaces/libpq.
2003-01-26 Bruce MomjianInclude IPv6 addresses in pg_hba.conf even if IPv6...
2003-01-07 Bruce MomjianFix missing tab in file.
2003-01-07 Bruce MomjianDocument libpq service capability, and add sample file.
2003-01-06 Bruce MomjianEnable IPv6 connections to the server, and add pg_hba...
2002-12-14 Peter EisentrautInitial version of the SQL information schema
2002-10-09 Bruce Momjian> > > > and mb conversions (pg_ascii2mic and pg_mic2asc...
2002-09-05 Peter EisentrautAssorted fixes for Cygwin:
2002-09-04 Tom LaneAvoid multiple scans of utils/mb/conversion_procs/...
2002-08-21 Peter EisentrautMove PO files into subdirectories separate from the...
2002-08-10 Peter EisentrautFix failure to relink postmaster executable in the...
2002-08-08 Tatsuo IshiiAddress build problems on cygwin and (hopefully) AIX.
2002-07-27 Peter EisentrautAssemble portability modules into libpgport library.
2002-07-18 Tatsuo IshiiI have committed many support files for CREATE CONVERSI...
2002-07-16 Bruce MomjianMove few remaining src/utils files to backend/port...
2002-05-22 Tom LaneAdd $(LDFLAGS) to Windows make rule for postgres execut...
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-03-13 Peter EisentrautMove
2002-02-18 Bruce MomjianDon't mention TIOGA in Makefile and move strdup.c rule...
2001-11-20 Tom LaneDouble quotes in ln command to guard against spaces...
2001-09-16 Peter EisentrautInstall dynamically loadable modules into a private...
2001-06-02 Peter EisentrautNative Language Support (NLS)
2001-05-24 Bruce MomjianI haven't tried building postgres with the Watcom compi...
2001-04-23 Peter EisentrautSend 'cd' output to /dev/null.
2001-04-04 Tom LaneFix/cleanup DLLLIBS handling for Cygwin port. If it...
2001-04-02 Tom LaneRemove duplicate definition of DLLLIBS, per gripe from...
2000-11-30 Peter EisentrautMake all commands that link a program look like
2000-10-20 Peter EisentrautAdd support for VPATH builds, that is, building somewhe...
2000-10-07 Peter EisentrautSeparate -Wl,-E or equivalent into separate make variab...
2000-09-17 Peter EisentrautSupport for DESTDIR make variable. This is used as...
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-07-19 Peter EisentrautAdd distprep target to take some of the job of the...
2000-07-16 Peter EisentrautAutomatic dependency tracking
2000-07-14 Thomas G. LockhartChange order of builds to get parser before commands.
2000-07-13 Peter EisentrautRepair parallel make in backend tree (and make it reall...
2000-07-08 Tom LanePut back separate install-bin target ... I was using...
2000-07-06 Peter EisentrautBackend makefile cleanup. make maintainer-clean is...
2000-07-02 Peter EisentrautVersion number now set in configure, available through...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-17 Peter EisentrautRemove fmgrstamp-h business -- not needed and confusing
2000-06-05 Tom LaneSimplify build/install process for bki and description...
2000-06-04 Peter EisentrautNew ps display code, works on more platforms.
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-05-30 Bruce MomjianCopy pg_ident.conf.sample into /lib directory. Rename...
2000-05-29 Tom LaneNeglected to add fmgr.h to set of installed headers...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-05-11 Bruce MomjianMakefile CFLAGS cleanups.
2000-04-08 Bruce MomjianAdd new pg_options.sample file.
2000-03-08 Tom LaneClean up gmake warning caused by recent NetBSD patch...
2000-03-08 Bruce MomjianI've made a diff against the 7.0beta1 tree that accompl...
2000-02-27 Tom LaneClean up dependencies for version.o.
1999-12-16 Bruce MomjianI have done the QNX4 port with the current source tree...
1999-12-13 Bruce MomjianNew LDOUT makefile variable for QNX os.
next