aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/Makefile
Commit message (Expand)AuthorAge
* Fix client-only installationPeter Eisentraut2014-01-17
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Refactor flex and bison make rulesPeter Eisentraut2012-10-11
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add makefile rules to check for backtracking in backend and psql lexers.Tom Lane2011-08-25
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Improved parallel make supportPeter Eisentraut2010-11-12
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-05
* Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian2010-05-12
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Do not build psql's flex module on its own, but instead include it inTom Lane2009-11-10
* Easier to translate psql helpPeter Eisentraut2009-09-18
* Derived files that are shipped in the distribution used to be built in thePeter Eisentraut2009-08-28
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-26
* Fix the makefiles to fail cleanly if Perl is needed but not present. ThisTom Lane2009-06-23
* Separate the key word list that lived in keywords.c into a new header fileAlvaro Herrera2009-03-07
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminateTom Lane2007-09-27
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Add new psql command \password for changing role password with client-sidePeter Eisentraut2005-12-18
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-09
* Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath builds.Tom Lane2005-05-24
* Have libpgport link before libpq so that PG client applications are moreBruce Momjian2005-03-25
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-01
* Add Win32 version info to client binaries.Bruce Momjian2004-10-05
* Make sure no libs use libpgport by removing it from the link line.Bruce Momjian2004-10-04
* Readd -DFRONTEND to client makefiles because it still affects win32.hBruce Momjian2004-10-04
* Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian2004-10-04
* Remove a few $filter() calls that were not needed.Bruce Momjian2004-05-24
* Re-add elog() to exec.c, per Tom.Bruce Momjian2004-05-19
* Move find_my_exec() way up into main.c so it is available to theBruce Momjian2004-05-18
* Reorganize code to allow path-relative installs.Bruce Momjian2004-05-17
* Add $(X) for cross-compiling. Seems the mingw compiler running onBruce Momjian2004-04-26
* Fix filename mention in psqlrc.sample file.Bruce Momjian2004-04-22
* Add global psql config file, psql.rc.sample.Bruce Momjian2004-04-22
* Build scanner output when making a distribution.Peter Eisentraut2004-03-09
* Re-implement psql's input scanning to use a flex-generated lexer, as perTom Lane2004-02-19
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Move simple_prompt()/sprompt.c into /port.Bruce Momjian2003-08-08
* Add -DFRONTEND for non-MinGW Win32 ports.Bruce Momjian2003-06-06
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-27
* Remove certain Makefile dependencies by using full pathnames inBruce Momjian2002-07-15
* Move simple_prompt() into its own file to be shared with psql and pg_dump.Bruce Momjian2002-07-06
* Update copyright to 2002.Bruce Momjian2002-06-20
* Commit Patrice's patches except:Tatsuo Ishii2001-10-15
* Massive commits for SunOS4 port.Tatsuo Ishii2001-02-27