]> granicus.if.org Git - postgresql/history - src/bin/scripts/Makefile
Move psql's print.c and mbprint.c into src/fe_utils.
[postgresql] / src / bin / scripts / Makefile
2016-03-24 Tom LaneMove psql's print.c and mbprint.c into src/fe_utils.
2016-03-24 Tom LaneCreate src/fe_utils/, and move stuff into there from...
2016-03-24 Tom LaneMove keywords.c/kwlookup.c into src/common/.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-04-30 Peter EisentrautFix parallel make risk with new check temp-install...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-04-25 Tom LaneClean up temp installations after client program tests.
2014-04-15 Peter EisentrautAdd TAP tests for client programs
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-02-08 Peter Eisentrautscripts: Add build prerequisite on libpgport
2013-01-23 Robert Haaspg_isready
2013-01-17 Magnus HaganderSupport multiple -t/--table arguments for more commands
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-12 Peter EisentrautImproved parallel make support
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-05 Tom LaneSplit the LDFLAGS make variable into two parts: LDFLAGS...
2010-05-12 Bruce MomjianAdd PGFILEDESC description to Makefiles for all /contri...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-08-26 Peter EisentrautUpdate of install-sh, mkinstalldirs, and associated...
2009-03-07 Alvaro HerreraAvoid MSVC breakage caused by my previous commit by...
2009-03-07 Alvaro HerreraSeparate the key word list that lived in keywords.c...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-09-27 Tom LaneDefine the FRONTEND symbol in postgres_fe.h, which...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-07-29 Bruce MomjianMove reindexdb from /contrib to /bin.
2005-03-25 Bruce MomjianHave libpgport link before libpq so that PG client...
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2004-10-05 Bruce MomjianAdd Win32 version info to client binaries.
2004-10-04 Bruce MomjianReadd -DFRONTEND to client makefiles because it still...
2004-10-04 Bruce MomjianMake libpgport be front-end only and make libpgport_srv...
2004-05-26 Tom LaneRecent commits added created files that weren't getting...
2004-05-25 Bruce MomjianMake the locale location relocatable.
2004-04-26 Bruce MomjianAdd $(X) for cross-compiling. Seems the mingw compiler...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-12 Bruce MomjianRemove WIN32_CONSOLE support, at the request of the...
2003-09-07 Bruce MomjianChanges for MinGW/WIN32:
2003-08-08 Bruce MomjianMove simple_prompt()/sprompt.c into /port.
2003-06-18 Peter EisentrautChange clusterdb and vacuumdb into C programs.
2003-04-16 Tom LaneFix some problems exposed by building outside the sourc...
2003-03-18 Peter EisentrautReimplement create and drop scripts in C, to reduce...
2002-10-18 Tom LaneUn-break createlang build.
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-08-27 Bruce MomjianI attach a little patch to make CLUSTER set and reset...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-01-03 Bruce MomjianAdd mention that createlang.sh indirection not needed...
2001-05-23 Peter EisentrautMake createlang use dynamic loader enhancements (automa...
2001-02-18 Bruce MomjianAdd copyright mentions, per Tom Lane.
2000-10-20 Peter EisentrautAdd support for VPATH builds, that is, building somewhe...
2000-09-17 Peter EisentrautSupport for DESTDIR make variable. This is used as...
2000-09-08 Peter EisentrautMake building scripts kind of consistent in look and...
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-08-20 Peter EisentrautSubstitute libdir into createlang as last resort so...
2000-06-28 Tom LaneRepair incorrect assumption that all versions of 'insta...
2000-06-27 Peter EisentrautMakefile cleanup for bin and pl subtrees. They should...
1999-12-16 Bruce MomjianI have done the QNX4 port with the current source tree...
1999-12-08 Bruce MomjianChange $< to $+ in scripts Makefile, and clean up pg_en...
1999-12-05 Bruce MomjianI cleaned those out as well (the echo -n "bug" was...
1999-12-04 Bruce MomjianNew scripts for create/drop user/db from Peter Eisentraut