summaryrefslogtreecommitdiff
path: root/src/include/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Include headers of archive/ in installationMichael Paquier2023-03-101-1/+1
* Move gramparse.h to src/backend/parserJohn Naylor2022-09-141-2/+2
* Use normal install program to install server headers.Heikki Linnakangas2022-09-121-10/+3
* Install generated nodes/nodetags.hPeter Eisentraut2022-07-091-0/+1
* Automatically generate node support functionsPeter Eisentraut2022-07-091-0/+1
* Build in some knowledge about foreign-key relationships in the catalogs.Tom Lane2021-02-021-2/+3
* Get rid of jsonpath_gram.h and jsonpath_scanner.hAlexander Korotkov2019-03-201-2/+2
* Fix make rules for jsonpath grammar making them similar to SQL grammarAlexander Korotkov2019-03-171-2/+2
* Install JIT related headers.Andres Freund2019-01-281-1/+1
* Refactor dlopen() supportPeter Eisentraut2018-09-061-2/+2
* Rearrange makefile rules for running Gen_fmgrtab.pl.Tom Lane2018-05-031-1/+1
* List src/include/partitioning in src/include/MakefileAlvaro Herrera2018-04-141-2/+3
* Reduce worst-case shell command line length during "make install".Tom Lane2018-04-081-4/+7
* Replace our traditional initial-catalog-data format with a better design.Tom Lane2018-04-081-2/+4
* Add statistics subdirectory to Makefile.Robert Haas2017-06-081-1/+1
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-171-1/+2
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-241-2/+3
* Install lwlocknames.h even in vpath builds.Robert Haas2015-09-111-1/+1
* Install all headers for the new atomics API.Andres Freund2014-10-021-1/+1
* Remove maintainer-check target, fold into normal buildPeter Eisentraut2013-10-101-3/+0
* Install headers from the new src/include/common subdirectory.Tom Lane2013-02-261-6/+6
* Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane2012-10-071-7/+9
* Fix server header file installation with vpath buildsPeter Eisentraut2011-11-101-0/+6
* Add datatype directory to SUBDIRS.Itagaki Takahiro2011-09-111-1/+1
* Add maintainer-check targetPeter Eisentraut2011-03-281-0/+3
* Make handling of errcodes.h more consistent with other generated headers.Robert Haas2011-02-041-0/+1
* Avoid maintaining three separate copies of the error codes list.Robert Haas2011-02-031-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Introduce Streaming Replication.Heikki Linnakangas2010-01-151-3/+3
* Get rid of the need for manual maintenance of the initial contents ofTom Lane2010-01-051-2/+2
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-261-3/+3
* Install src/include/utils/fmgroids.h on VPATH builds too.Alvaro Herrera2009-07-201-1/+2
* Add missed src/include/foreign subdirectory to the set installed intoTom Lane2009-06-301-2/+2
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-291-2/+2
* Move the "instr_time" typedef and associated macros into a new headerTom Lane2008-05-141-2/+3
* Enable probes to work with Mac OS X Leopard and other OSes that willPeter Eisentraut2008-03-171-2/+2
* make install is supposed to install everything under src/include/,Tom Lane2007-10-141-3/+5
* Heikki Linnakangas <heikki@enterprisedb.com>:Teodor Sigaev2007-09-101-2/+2
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-21/+21
* Use 'cp' and 'chmod' in place of 'install' to install header files.Bruce Momjian2005-03-251-7/+6
* Don't list port twice in SUBDIRS. Caught by Honda Shigehiro.Tom Lane2005-01-061-2/+2
* Install include/port header files, and fix PGXS build to use them.Tom Lane2004-11-171-2/+3
* Delete the `remove-old-headers' target, as it is no longer useful. PatchNeil Conway2004-11-091-20/+2
* Don't create $DESTDIR/include/internal/lib, as it is no longer used.Neil Conway2004-11-031-2/+2
* Remove dllist.c from libpq. It's overkill for what libpq needs; we canTom Lane2004-10-161-3/+2
* Prevent install error message when doing cmp on empty tree.Bruce Momjian2004-10-071-2/+2
* please find attached an alternate submission which addresses open itemBruce Momjian2004-10-061-18/+9
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Install all the headers files that the ones that are already installedPeter Eisentraut2003-11-251-1/+3
* Include directory rearrangementPeter Eisentraut2001-08-281-31/+27