summaryrefslogtreecommitdiff
path: root/src/backend/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-241-1/+1
* ICU supportPeter Eisentraut2017-03-231-1/+1
* Fix parallel make issue with new fmgrprotos.hPeter Eisentraut2017-01-231-1/+4
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-171-4/+11
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Straighten out some whitespacePeter Eisentraut2016-11-291-1/+1
* Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane2016-09-251-2/+2
* Provide and use a makefile target to build all generated headers.Tom Lane2016-07-011-12/+18
* Support multiple synchronous standby servers.Fujii Masao2016-04-061-1/+3
* Combine win32 and unix latch implementations.Andres Freund2016-03-211-2/+1
* Add support for systemd service notificationsPeter Eisentraut2016-02-021-0/+4
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Revert "Have dtrace depend on object files directly, not objfiles.txt"Robert Haas2015-10-151-2/+2
* Have dtrace depend on object files directly, not objfiles.txtRobert Haas2015-10-131-2/+2
* Fix build problems in commit aa65de042f5828968f2f6cd65f45c543a40cc3e6.Robert Haas2015-09-111-1/+1
* When trace_lwlocks is used, identify individual lwlocks by name.Robert Haas2015-09-111-1/+13
* AIX: Link the postgres executable with -Wl,-brtllib.Noah Misch2015-07-151-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Get rid of use of dlltool in Mingw builds.Tom Lane2014-02-111-12/+4
* Cygwin build fixes.Tom Lane2014-02-111-11/+9
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Move relpath() to libpgcommonAlvaro Herrera2013-02-211-3/+5
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Fix PGXS support for building loadable modules on AIX.Tom Lane2012-10-091-0/+3
* Remove generation of repl_gram.hPeter Eisentraut2012-10-081-1/+0
* Fix incorrect make maintainer-clean rule.Tom Lane2012-04-071-1/+1
* Speed up in-memory tuplesorting.Robert Haas2012-02-151-1/+3
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Fix symlink for errcodes.h so it works in VPATH builds from tarballs.Tom Lane2011-06-221-2/+3
* Use single quotes in preference to double quotes for protecting pathnames.Tom Lane2011-06-151-10/+10
* replication/repl_gram.h needs to be cleaned too ...Tom Lane2011-03-101-0/+1
* Fix some oversights in distprep and maintainer-clean targets.Tom Lane2011-03-101-1/+5
* Make handling of errcodes.h more consistent with other generated headers.Robert Haas2011-02-041-3/+13
* Avoid maintaining three separate copies of the error codes list.Robert Haas2011-02-031-0/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-2/+2
* Improved parallel make supportPeter Eisentraut2010-11-121-1/+3
* The port/pg_latch.c symlink ought to be removed by make distclean.Tom Lane2010-09-211-1/+2
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-051-9/+9
* Update comment about why postmaster doesn't get an icon.Bruce Momjian2010-05-121-2/+2
* Remove Makefile PGFILEDESC tag that the postmaster is an executable.Bruce Momjian2010-05-121-2/+3
* Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian2010-05-121-1/+3
* Well, the systemtap guys moved the goalposts again: with the latest version,Tom Lane2010-01-201-8/+8
* Introduce Streaming Replication.Heikki Linnakangas2010-01-151-2/+2
* Fix parallel-make timing problem.Tom Lane2010-01-051-1/+3
* Get rid of the need for manual maintenance of the initial contents ofTom Lane2010-01-051-8/+37
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Put back "ifeq ($(PORTNAME), solaris)", this time with some documentationTom Lane2009-09-051-1/+9
* Revert ill-considered restriction of dtrace support to Solaris only.Tom Lane2009-09-041-5/+1