summaryrefslogtreecommitdiff
path: root/src/include/Makefile
AgeCommit message (Expand)Author
2023-03-10Include headers of archive/ in installationMichael Paquier
2022-09-14Move gramparse.h to src/backend/parserJohn Naylor
2022-09-12Use normal install program to install server headers.Heikki Linnakangas
2022-07-09Install generated nodes/nodetags.hPeter Eisentraut
2022-07-09Automatically generate node support functionsPeter Eisentraut
2021-02-02Build in some knowledge about foreign-key relationships in the catalogs.Tom Lane
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-01-28Install JIT related headers.Andres Freund
2018-09-06Refactor dlopen() supportPeter Eisentraut
2018-05-03Rearrange makefile rules for running Gen_fmgrtab.pl.Tom Lane
2018-04-15List src/include/partitioning in src/include/MakefileAlvaro Herrera
2018-04-08Reduce worst-case shell command line length during "make install".Tom Lane
2018-04-08Replace our traditional initial-catalog-data format with a better design.Tom Lane
2017-06-08Add statistics subdirectory to Makefile.Robert Haas
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2016-03-24Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane
2015-09-11Install lwlocknames.h even in vpath builds.Robert Haas
2014-10-02Install all headers for the new atomics API.Andres Freund
2013-10-11Remove maintainer-check target, fold into normal buildPeter Eisentraut
2013-02-26Install headers from the new src/include/common subdirectory.Tom Lane
2012-10-08Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane
2011-11-10Fix server header file installation with vpath buildsPeter Eisentraut
2011-09-10Add datatype directory to SUBDIRS.Itagaki Takahiro
2011-03-28Add maintainer-check targetPeter Eisentraut
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
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-15Introduce Streaming Replication.Heikki Linnakangas
2010-01-05Get rid of the need for manual maintenance of the initial contents ofTom Lane
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-07-20Install src/include/utils/fmgroids.h on VPATH builds too.Alvaro Herrera
2009-06-30Add missed src/include/foreign subdirectory to the set installed intoTom Lane
2008-08-29Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut
2008-05-14Move the "instr_time" typedef and associated macros into a new headerTom Lane
2008-03-17Enable probes to work with Mac OS X Leopard and other OSes that willPeter Eisentraut
2007-10-14make install is supposed to install everything under src/include/,Tom Lane
2007-09-10Heikki Linnakangas <heikki@enterprisedb.com>:Teodor Sigaev
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-03-25Use 'cp' and 'chmod' in place of 'install' to install header files.Bruce Momjian
2005-01-06Don't list port twice in SUBDIRS. Caught by Honda Shigehiro.Tom Lane
2004-11-17Install include/port header files, and fix PGXS build to use them.Tom Lane
2004-11-09Delete the `remove-old-headers' target, as it is no longer useful. PatchNeil Conway
2004-11-03Don't create $DESTDIR/include/internal/lib, as it is no longer used.Neil Conway
2004-10-16Remove dllist.c from libpq. It's overkill for what libpq needs; we canTom Lane
2004-10-07Prevent install error message when doing cmp on empty tree.Bruce Momjian
2004-10-06please find attached an alternate submission which addresses open itemBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-25Install all the headers files that the ones that are already installedPeter Eisentraut
2001-08-28Include directory rearrangementPeter Eisentraut