OSDN Git Service

Split the LDFLAGS make variable into two parts: LDFLAGS is now used for
[pg-rex/syncrep.git] / src / bin / psql / Makefile
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-11-10 Tom LaneDo not build psql's flex module on its own, but instead...
2009-09-18 Peter EisentrautEasier to translate psql help
2009-08-28 Peter EisentrautDerived files that are shipped in the distribution...
2009-08-26 Peter EisentrautUpdate of install-sh, mkinstalldirs, and associated...
2009-06-23 Tom LaneFix the makefiles to fail cleanly if Perl is needed...
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-18 Peter EisentrautAdd new psql command \password for changing role passwo...
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-05-24 Tom LaneAdd -I$(srcdir) to CPPFLAGS to make psqlscan.c compile...
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 MomjianMake sure no libs use libpgport by removing it from...
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-24 Bruce MomjianRemove a few $filter() calls that were not needed.
2004-05-19 Bruce MomjianRe-add elog() to exec.c, per Tom.
2004-05-18 Bruce MomjianMove find_my_exec() way up into main.c so it is availab...
2004-05-17 Bruce MomjianReorganize code to allow path-relative installs.
2004-04-26 Bruce MomjianAdd $(X) for cross-compiling. Seems the mingw compiler...
2004-04-22 Bruce MomjianFix filename mention in psqlrc.sample file.
2004-04-22 Bruce MomjianAdd global psql config file, psql.rc.sample.
2004-03-09 Peter EisentrautBuild scanner output when making a distribution.
2004-02-19 Tom LaneRe-implement psql's input scanning to use a flex-genera...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-08 Bruce MomjianMove simple_prompt()/sprompt.c into /port.
2003-06-06 Bruce MomjianAdd -DFRONTEND for non-MinGW Win32 ports.
2002-07-27 Peter EisentrautAssemble portability modules into libpgport library.
2002-07-15 Bruce MomjianRemove certain Makefile dependencies by using full...
2002-07-06 Bruce MomjianMove simple_prompt() into its own file to be shared...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-10-15 Tatsuo IshiiCommit Patrice's patches except:
2001-02-27 Tatsuo IshiiMassive commits for SunOS4 port.
2001-02-20 Peter EisentrautMake sure -L and -I's for our source tree are always...
2001-02-18 Bruce MomjianAdd copyright mentions, per Tom Lane.
2000-11-30 Peter EisentrautMake all commands that link a program look like
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-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-07-19 Peter EisentrautAdd distprep target to take some of the job of the...
2000-06-28 Peter EisentrautMakefile cleanup for interface tree. Now essentially...
2000-06-27 Peter EisentrautMakefile cleanup for bin and pl subtrees. They should...
1997-02-09 Marc G. FournierVarious fixes suggested by Gregor Hoffleit
1997-01-25 Marc G. FournierRemove rlstubs.[ch], since they weren't actually doing...
1997-01-25 Marc G. FournierOkay, this should pretty much clean up the psql/readlin...
1996-12-30 Bryan HendersonPut $(CURSES_LIB) in Makefile.global to replace similar...
1996-12-04 Bryan HendersonChange portname "sparc" to "sunos4" and change some...
1996-11-26 Bryan HendersonWhoops, redo Ultrix patch so the other ports still...
1996-11-26 Bryan HendersonMake it compile on Ultrix. Thanks Erik Bertelson.
1996-11-13 Bryan HendersonEliminate MKDIR, srcdir, objdir. Centralize setting...
1996-11-12 Bryan HendersonAdd dependency for install.
1996-11-11 Bryan HendersonMakefile simplification: the "bin" chapter
1996-11-09 Bruce MomjianMakefile cleanup after reorganization
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-02 Bryan HendersonContinuation of make file simplification; handle libpq...
1996-11-01 Bruce MomjianRemoval of bsdi_2_1 port.
1996-08-21 Marc G. FournierBSD$$_derived needs -ltermcap for psql
1996-08-20 Marc G. FournierBring in changes to READLINE/HISTORY defines
1996-07-25 Marc G. Fournierfixed usuage of -ltermcap for psql
1996-07-20 Marc G. Fournier- extend conditional for use of -ltermcap in bsdi/bsdi_...
1996-07-19 Marc G. Fournier- added -ltermcap to LIBS in bin/psql/Makefile
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources