index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
command.c
Age
Commit message (
Expand
)
Author
2012-03-01
psql: Improve error display for psql -f -
Peter Eisentraut
2012-02-09
psql: Support zero byte field and record separators
Peter Eisentraut
2012-01-25
Have \copy go through SendQuery
Alvaro Herrera
2012-01-16
psql: Fix memory leak
Peter Eisentraut
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-04
Add a \setenv command to psql.
Andrew Dunstan
2011-12-02
psql: Make temporary editor files have .sql extension
Peter Eisentraut
2011-11-12
Add psql expanded auto mode
Peter Eisentraut
2011-11-10
Throw nice error if server is too old to support psql's \ef or \sf command.
Tom Lane
2011-08-26
Clean up weird corner cases in lexing of psql meta-command arguments.
Tom Lane
2011-08-26
Support non-ASCII letters in psql variable names.
Tom Lane
2011-08-08
Teach psql to display the comments on conversions and domains.
Robert Haas
2011-08-04
Teach psql to display comments on languages and casts.
Robert Haas
2011-07-26
Add missing newlines at end of error messages
Peter Eisentraut
2011-07-26
Replace printf format %i by %d
Peter Eisentraut
2011-07-23
Unbreak Windows builds broken by EDITOR_LINENUMBER_ARG change.
Andrew Dunstan
2011-07-23
Change EDITOR_LINENUMBER_SWITCH to an environment variable
Peter Eisentraut
2011-07-06
Add \ir command to psql.
Robert Haas
2011-05-21
Message improvement
Peter Eisentraut
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-02-19
Set psql client encoding from locale by default
Peter Eisentraut
2011-02-12
DDL support for collations
Peter Eisentraut
2011-02-08
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-01-20
Add new psql command \dL to list languages.
Robert Haas
2011-01-02
Basic foreign table support.
Robert Haas
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-11-07
Implement an "S" option for psql's \dn command.
Tom Lane
2010-10-26
Minor fixups for psql's process_file() function.
Robert Haas
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-25
Avoid passing signed chars to <ctype.h> functions ... same old
Tom Lane
2010-08-14
Fix \ef and \sf to not fail on functions with nonnull probin.
Tom Lane
2010-08-14
Add a \sf (show function) command to psql, for those times when you need to
Tom Lane
2010-08-12
Extend psql's \e and \ef commands so that a line number can be specified,
Tom Lane
2010-08-03
Kibitzing on \conninfo patch: adjust the order of field output to match
Tom Lane
2010-07-23
Have psql avoid describing local sockets as host names.
Robert Haas
2010-07-20
Have \conninfo mention the port even for local sockets.
Robert Haas
2010-07-20
Add \conninfo command to psql, to show current connection info.
Robert Haas
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-05-21
Unbreak \h; can't do strlen(NULL).
Robert Haas
2010-05-08
Work around a subtle portability problem in use of printf %s format.
Tom Lane
2010-04-03
\ddp should be recognized as such even if user appends S or + to it.
Tom Lane
2010-03-08
Return proper exit code (3) from psql when ON_ERROR_STOP=on and
Bruce Momjian
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-16
Prevent psql version banner from being printed by the \c command if the
Bruce Momjian
2010-02-05
Modify recently added PQconnectdbParams() with new argument, expand_dbname.
Joe Conway
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-12-01
psql -f -
Bruce Momjian
2009-11-22
Improve psql's tabular display of wrapped-around data by inserting markers
Tom Lane
2009-10-13
Add "\pset linestyle ascii/unicode" option to psql, allowing our traditional
Tom Lane
2009-10-07
Make it possibly to specify GUC params per user and per database.
Alvaro Herrera
[next]