summaryrefslogtreecommitdiff
path: root/src/bin/psql/Makefile
AgeCommit message (Expand)Author
2018-07-09Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-03-23Fix make rules that generate multiple output files.Tom Lane
2017-07-14Fix broken link-command-line ordering for libpgfeutils.Tom Lane
2016-04-08Support \crosstabview in psqlAlvaro Herrera
2016-03-24Link libpq after libpgfeutils to satisfy Windows linker.Tom Lane
2016-03-24Move psql's psqlscan.l into src/fe_utils.Tom Lane
2016-03-24Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane
2016-03-24Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane
2016-03-23Move keywords.c/kwlookup.c into src/common/.Tom Lane
2016-03-19Suppress FLEX_NO_BACKUP check for psqlscanslash.l.Tom Lane
2016-03-19Split psql's lexer into two separate .l files for SQL and backslash cases.Tom Lane
2016-03-18Convert psql's flex lexer to be re-entrant, and make it compile standalone.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-01-17Fix client-only installationPeter Eisentraut
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-08-25Add makefile rules to check for backtracking in backend and psql lexers.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-11-10Do not build psql's flex module on its own, but instead include it inTom Lane
2009-09-18Easier to translate psql helpPeter Eisentraut
2009-08-28Derived files that are shipped in the distribution used to be built in thePeter Eisentraut
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-06-23Fix the makefiles to fail cleanly if Perl is needed but not present. ThisTom Lane
2009-03-07Separate the key word list that lived in keywords.c into a new header fileAlvaro Herrera
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
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-18Add new psql command \password for changing role password with client-sidePeter Eisentraut
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-05-24Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath builds.Tom Lane
2005-03-25Have libpgport link before libpq so that PG client applications are moreBruce Momjian
2005-01-01Some more missed copyright notices. Many of these look like theyTom Lane
2004-10-05Add Win32 version info to client binaries.Bruce Momjian
2004-10-04Make sure no libs use libpgport by removing it from the link line.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-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