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
/
command.c
Age
Commit message (
Expand
)
Author
2013-03-26
Get rid of obsolete parse_version helper function.
Heikki Linnakangas
2013-03-04
psql: Let \l accept a pattern
Peter Eisentraut
2013-03-03
Add a materialized view relations.
Kevin Grittner
2013-02-02
Create a psql command \gset to store query results into psql variables.
Tom Lane
2013-02-02
Prevent "\g filename" from affecting subsequent commands after an error.
Tom Lane
2013-01-24
Use correct output device for Windows prompts.
Andrew Dunstan
2013-01-17
Add a latex-longtable output format to psql
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-14
Provide Assert() for frontend code.
Andrew Dunstan
2012-10-02
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-08-31
psql: Reduce compatibility warning
Peter Eisentraut
2012-08-25
Use psql_error() for most psql error calls, per request from Magnus.
Bruce Momjian
2012-08-15
Add C comment about new \c parameter requirement for crashed connections.
Bruce Momjian
2012-08-15
In psql, if the is no connection object, e.g. due to a server crash,
Bruce Momjian
2012-08-09
Make psql -1 < file behave as expected.
Robert Haas
2012-07-18
Syntax support and documentation for event triggers.
Robert Haas
2012-07-05
Don't try to trim "../" in join_path_components().
Tom Lane
2012-06-14
Make \conninfo print SSL information.
Robert Haas
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-07
Message style improvements
Peter Eisentraut
2012-05-01
Tweak psql to print row counts when \x auto chooses non-expanded output.
Robert Haas
2012-04-23
Lots of doc corrections.
Robert Haas
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-24
Change EDITOR_LINENUMBER_SWITCH to an environment variable
Peter Eisentraut
2011-07-06
Add \ir command to psql.
Robert Haas
2011-05-22
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-01
Basic foreign table support.
Robert Haas
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-11-06
Implement an "S" option for psql's \dn command.
Tom Lane
2010-10-26
Minor fixups for psql's process_file() function.
Robert Haas
[next]