summaryrefslogtreecommitdiff
path: root/src/backend/Makefile
AgeCommit message (Expand)Author
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-03-20Get rid of jsonpath_gram.h and jsonpath_scanner.hAlexander Korotkov
2019-03-17Fix make rules for jsonpath grammar making them similar to SQL grammarAlexander Korotkov
2019-03-16Partial implementation of SQL/JSON path languageAlexander Korotkov
2019-01-02Ensure link commands list *.o files before LDFLAGS.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-25Integrate recovery.conf into postgresql.confPeter Eisentraut
2018-09-06Refactor dlopen() supportPeter Eisentraut
2018-05-03Rearrange makefile rules for running Gen_fmgrtab.pl.Tom Lane
2018-04-30Remove Windows module-list-dumping code.Tom Lane
2018-04-30Dump full memory maps around failing Windows reattach code.Tom Lane
2018-04-09Fix partial-build problems introduced by having more generated headers.Tom Lane
2018-04-08Replace our traditional initial-catalog-data format with a better design.Tom Lane
2018-04-06Faster partition pruningAlvaro Herrera
2018-04-05Install errcodes.txt for use by extensions.Andrew Gierth
2018-03-28Add inlining support to LLVM JIT provider.Andres Freund
2018-03-23Fix make rules that generate multiple output files.Tom Lane
2018-03-22Basic JIT provider and error handling infrastructure.Andres Freund
2018-01-03Update copyright for 2018Bruce Momjian
2017-08-21Inject $(ICU_LIBS) regardless of platform.Noah Misch
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