summaryrefslogtreecommitdiff
path: root/src/include/Makefile
AgeCommit message (Expand)Author
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
2001-08-24Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut
2001-03-01Add missing semicolon required by QNX shell.Peter Eisentraut
2001-02-20Clean out any old versions of no-longer-installed header files that mayTom Lane
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-09-17Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-07-19Add distprep target to take some of the job of the release_prep script.Peter Eisentraut
2000-07-06Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut