summaryrefslogtreecommitdiff
path: root/src/bin/psql/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-031-1/+1
* Fix make rules that generate multiple output files.Tom Lane2018-03-231-2/+5
* Add \if support to pgbenchTeodor Sigaev2018-03-221-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Fix broken link-command-line ordering for libpgfeutils.Tom Lane2017-07-141-2/+2
* Support \if ... \elif ... \else ... \endif in psql scripting.Tom Lane2017-03-301-4/+4
* Suppress "unused variable" warnings with older versions of flex.Tom Lane2017-02-191-5/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Support \crosstabview in psqlAlvaro Herrera2016-04-081-1/+1
* Link libpq after libpgfeutils to satisfy Windows linker.Tom Lane2016-03-241-1/+1
* Move psql's psqlscan.l into src/fe_utils.Tom Lane2016-03-241-10/+5
* Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane2016-03-241-2/+2
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-241-7/+5
* Move keywords.c/kwlookup.c into src/common/.Tom Lane2016-03-231-6/+3
* Suppress FLEX_NO_BACKUP check for psqlscanslash.l.Tom Lane2016-03-191-1/+2
* Split psql's lexer into two separate .l files for SQL and backslash cases.Tom Lane2016-03-191-5/+10
* Convert psql's flex lexer to be re-entrant, and make it compile standalone.Tom Lane2016-03-181-4/+6
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Fix client-only installationPeter Eisentraut2014-01-171-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Refactor flex and bison make rulesPeter Eisentraut2012-10-111-9/+2
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Add makefile rules to check for backtracking in backend and psql lexers.Tom Lane2011-08-251-2/+3
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Improved parallel make supportPeter Eisentraut2010-11-121-2/+2
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-051-2/+2
* Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian2010-05-121-1/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Do not build psql's flex module on its own, but instead include it inTom Lane2009-11-101-2/+5
* Easier to translate psql helpPeter Eisentraut2009-09-181-3/+5
* Derived files that are shipped in the distribution used to be built in thePeter Eisentraut2009-08-281-7/+7
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-261-2/+2
* Fix the makefiles to fail cleanly if Perl is needed but not present. ThisTom Lane2009-06-231-6/+1
* Separate the key word list that lived in keywords.c into a new header fileAlvaro Herrera2009-03-071-12/+10
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminateTom Lane2007-09-271-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add new psql command \password for changing role password with client-sidePeter Eisentraut2005-12-181-6/+15
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-5/+5
* Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath builds.Tom Lane2005-05-241-2/+2
* Have libpgport link before libpq so that PG client applications are moreBruce Momjian2005-03-251-2/+2
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-2/+2
* Add Win32 version info to client binaries.Bruce Momjian2004-10-051-2/+4
* Make sure no libs use libpgport by removing it from the link line.Bruce Momjian2004-10-041-2/+2