summaryrefslogtreecommitdiff
path: root/src/bin/initdb/Makefile
AgeCommit message (Expand)Author
2017-07-14Fix broken link-command-line ordering for libpgfeutils.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-22initdb now needs submake-libpq and submake-libpgfeutils.Tom Lane
2016-08-20Make initdb's suggested "pg_ctl start" command line more reliable.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-04-30Fix parallel make risk with new check temp-install setupPeter Eisentraut
2015-01-06Update copyright for 2015Bruce Momjian
2014-04-25Clean up temp installations after client program tests.Tom Lane
2014-04-15Add TAP tests for client programsPeter Eisentraut
2014-01-07Update copyright for 2014Bruce Momjian
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-13Propagate with_system_tzdata setting into initdb build.Tom Lane
2011-09-09Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-12Improved parallel make supportPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2010-05-12Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-10-13Try to fix msvc build for recent initdb changes.Tom Lane
2007-10-13Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane
2007-09-27Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminateTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-03-25Have libpgport link before libpq so that PG client applications are moreBruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-10-05Add Win32 version info to client binaries.Bruce Momjian
2004-10-04Readd -DFRONTEND to client makefiles because it still affects win32.hBruce Momjian
2004-10-04Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-01Minor adjustments for dirmod.c.Bruce Momjian
2004-08-01Add docs for initdb --auth.Bruce Momjian
2004-05-24Remove a few $filter() calls that were not needed.Bruce Momjian
2004-05-19Re-add elog() to exec.c, per Tom.Bruce Momjian
2004-05-18Move find_my_exec() way up into main.c so it is available to theBruce Momjian
2004-05-17Reorganize code to allow path-relative installs.Bruce Momjian
2004-05-11As part of the work for making relocatable installs, I have re-factoredBruce Momjian
2004-04-26Add $(X) for cross-compiling. Seems the mingw compiler running onBruce Momjian
2003-12-23Fix a number of places where reconfiguring with a different installationTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-23Add maintainer-clean target.Peter Eisentraut
2003-11-13Silly to copy sprompt.c from src/port when we're linking libpgport anyway.Tom Lane
2003-11-11Move system_views.sql into backend/catalog, per Tom.Bruce Momjian
2003-11-10Add C version of initdb, from Andrew Dunstan.Bruce Momjian