summaryrefslogtreecommitdiff
path: root/src/backend/Makefile
AgeCommit message (Expand)Author
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-03-23ICU supportPeter Eisentraut
2017-01-23Fix parallel make issue with new fmgrprotos.hPeter Eisentraut
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-29Straighten out some whitespacePeter Eisentraut
2016-09-25Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane
2016-07-01Provide and use a makefile target to build all generated headers.Tom Lane
2016-04-06Support multiple synchronous standby servers.Fujii Masao
2016-03-21Combine win32 and unix latch implementations.Andres Freund
2016-02-03Add support for systemd service notificationsPeter Eisentraut
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-15Revert "Have dtrace depend on object files directly, not objfiles.txt"Robert Haas
2015-10-13Have dtrace depend on object files directly, not objfiles.txtRobert Haas
2015-09-11Fix build problems in commit aa65de042f5828968f2f6cd65f45c543a40cc3e6.Robert Haas
2015-09-11When trace_lwlocks is used, identify individual lwlocks by name.Robert Haas
2015-07-16AIX: Link the postgres executable with -Wl,-brtllib.Noah Misch
2015-01-06Update copyright for 2015Bruce Momjian
2014-02-11Get rid of use of dlltool in Mingw builds.Tom Lane
2014-02-11Cygwin build fixes.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-02-22Move relpath() to libpgcommonAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-10-10Fix PGXS support for building loadable modules on AIX.Tom Lane
2012-10-09Remove generation of repl_gram.hPeter Eisentraut
2012-04-07Fix incorrect make maintainer-clean rule.Tom Lane
2012-02-15Speed up in-memory tuplesorting.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-06-22Fix symlink for errcodes.h so it works in VPATH builds from tarballs.Tom Lane
2011-06-16Use single quotes in preference to double quotes for protecting pathnames.Tom Lane
2011-03-10replication/repl_gram.h needs to be cleaned too ...Tom Lane
2011-03-10Fix some oversights in distprep and maintainer-clean targets.Tom Lane
2011-02-04Make handling of errcodes.h more consistent with other generated headers.Robert Haas
2011-02-04Avoid maintaining three separate copies of the error codes list.Robert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-12Improved parallel make supportPeter Eisentraut
2010-09-21The port/pg_latch.c symlink ought to be removed by make distclean.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2010-05-12Update comment about why postmaster doesn't get an icon.Bruce Momjian
2010-05-12Remove Makefile PGFILEDESC tag that the postmaster is an executable.Bruce Momjian
2010-05-12Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian
2010-01-20Well, the systemtap guys moved the goalposts again: with the latest version,Tom Lane
2010-01-15Introduce Streaming Replication.Heikki Linnakangas
2010-01-05Fix parallel-make timing problem.Tom Lane
2010-01-05Get rid of the need for manual maintenance of the initial contents ofTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-09-05Put back "ifeq ($(PORTNAME), solaris)", this time with some documentationTom Lane
2009-09-04Revert ill-considered restriction of dtrace support to Solaris only.Tom Lane