index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
Makefile
Age
Commit message (
Expand
)
Author
2018-07-09
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-03-23
Fix make rules that generate multiple output files.
Tom Lane
2017-07-14
Fix broken link-command-line ordering for libpgfeutils.
Tom Lane
2016-04-08
Support \crosstabview in psql
Alvaro Herrera
2016-03-24
Link libpq after libpgfeutils to satisfy Windows linker.
Tom Lane
2016-03-24
Move psql's psqlscan.l into src/fe_utils.
Tom Lane
2016-03-24
Move psql's print.c and mbprint.c into src/fe_utils.
Tom Lane
2016-03-24
Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.
Tom Lane
2016-03-23
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-19
Suppress FLEX_NO_BACKUP check for psqlscanslash.l.
Tom Lane
2016-03-19
Split psql's lexer into two separate .l files for SQL and backslash cases.
Tom Lane
2016-03-18
Convert psql's flex lexer to be re-entrant, and make it compile standalone.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-01-17
Fix client-only installation
Peter Eisentraut
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-10-11
Refactor flex and bison make rules
Peter Eisentraut
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-08-25
Add makefile rules to check for backtracking in backend and psql lexers.
Tom Lane
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-11-12
Improved parallel make support
Peter Eisentraut
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-07-05
Split the LDFLAGS make variable into two parts: LDFLAGS is now used for
Tom Lane
2010-05-12
Add PGFILEDESC description to Makefiles for all /contrib executables.
Bruce Momjian
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-11-10
Do not build psql's flex module on its own, but instead include it in
Tom Lane
2009-09-18
Easier to translate psql help
Peter Eisentraut
2009-08-28
Derived files that are shipped in the distribution used to be built in the
Peter Eisentraut
2009-08-26
Update of install-sh, mkinstalldirs, and associated configury
Peter Eisentraut
2009-06-23
Fix the makefiles to fail cleanly if Perl is needed but not present. This
Tom Lane
2009-03-07
Separate the key word list that lived in keywords.c into a new header file
Alvaro Herrera
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-09-27
Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate
Tom Lane
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2005-12-18
Add new psql command \password for changing role password with client-side
Peter Eisentraut
2005-12-09
Allow installation into directories containing spaces in the name.
Peter Eisentraut
2005-05-24
Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath builds.
Tom Lane
2005-03-25
Have libpgport link before libpq so that PG client applications are more
Bruce Momjian
2005-01-01
Some more missed copyright notices. Many of these look like they
Tom Lane
2004-10-05
Add Win32 version info to client binaries.
Bruce Momjian
2004-10-04
Make sure no libs use libpgport by removing it from the link line.
Bruce Momjian
2004-10-04
Readd -DFRONTEND to client makefiles because it still affects win32.h
Bruce Momjian
2004-10-04
Make libpgport be front-end only and make libpgport_srv be a backend
Bruce Momjian
2004-05-24
Remove a few $filter() calls that were not needed.
Bruce Momjian
2004-05-19
Re-add elog() to exec.c, per Tom.
Bruce Momjian
2004-05-18
Move find_my_exec() way up into main.c so it is available to the
Bruce Momjian
2004-05-17
Reorganize code to allow path-relative installs.
Bruce Momjian
[next]