aboutsummaryrefslogtreecommitdiff
path: root/src/include/Makefile
Commit message (Expand)AuthorAge
* Build in some knowledge about foreign-key relationships in the catalogs.Tom Lane2021-02-02
* Get rid of jsonpath_gram.h and jsonpath_scanner.hAlexander Korotkov2019-03-20
* Fix make rules for jsonpath grammar making them similar to SQL grammarAlexander Korotkov2019-03-17
* Install JIT related headers.Andres Freund2019-01-28
* Refactor dlopen() supportPeter Eisentraut2018-09-06
* Rearrange makefile rules for running Gen_fmgrtab.pl.Tom Lane2018-05-03
* List src/include/partitioning in src/include/MakefileAlvaro Herrera2018-04-14
* Reduce worst-case shell command line length during "make install".Tom Lane2018-04-08
* Replace our traditional initial-catalog-data format with a better design.Tom Lane2018-04-08
* Add statistics subdirectory to Makefile.Robert Haas2017-06-08
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-24
* Install lwlocknames.h even in vpath builds.Robert Haas2015-09-11
* Install all headers for the new atomics API.Andres Freund2014-10-02
* Remove maintainer-check target, fold into normal buildPeter Eisentraut2013-10-10
* Install headers from the new src/include/common subdirectory.Tom Lane2013-02-26
* Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane2012-10-07
* Fix server header file installation with vpath buildsPeter Eisentraut2011-11-10
* Add datatype directory to SUBDIRS.Itagaki Takahiro2011-09-11
* Add maintainer-check targetPeter Eisentraut2011-03-28
* Make handling of errcodes.h more consistent with other generated headers.Robert Haas2011-02-04
* Avoid maintaining three separate copies of the error codes list.Robert Haas2011-02-03
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Get rid of the need for manual maintenance of the initial contents ofTom Lane2010-01-05
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-26
* Install src/include/utils/fmgroids.h on VPATH builds too.Alvaro Herrera2009-07-20
* Add missed src/include/foreign subdirectory to the set installed intoTom Lane2009-06-30
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-29
* Move the "instr_time" typedef and associated macros into a new headerTom Lane2008-05-14
* Enable probes to work with Mac OS X Leopard and other OSes that willPeter Eisentraut2008-03-17
* make install is supposed to install everything under src/include/,Tom Lane2007-10-14
* Heikki Linnakangas <heikki@enterprisedb.com>:Teodor Sigaev2007-09-10
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-09
* Use 'cp' and 'chmod' in place of 'install' to install header files.Bruce Momjian2005-03-25
* Don't list port twice in SUBDIRS. Caught by Honda Shigehiro.Tom Lane2005-01-06
* Install include/port header files, and fix PGXS build to use them.Tom Lane2004-11-17
* Delete the `remove-old-headers' target, as it is no longer useful. PatchNeil Conway2004-11-09
* Don't create $DESTDIR/include/internal/lib, as it is no longer used.Neil Conway2004-11-03
* Remove dllist.c from libpq. It's overkill for what libpq needs; we canTom Lane2004-10-16
* Prevent install error message when doing cmp on empty tree.Bruce Momjian2004-10-07
* please find attached an alternate submission which addresses open itemBruce Momjian2004-10-06
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Install all the headers files that the ones that are already installedPeter Eisentraut2003-11-25
* Include directory rearrangementPeter Eisentraut2001-08-28
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-24
* Add missing semicolon required by QNX shell.Peter Eisentraut2001-03-01
* Clean out any old versions of no-longer-installed header files that mayTom Lane2001-02-20
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20