index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
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
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-07-27
Fix very minor memory leaks in psql's command.c.
Tom Lane
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-05-03
Add PQencryptPasswordConn function to libpq, use it in psql and createuser.
Heikki Linnakangas
2017-04-11
Remove support for bcc and msvc standalone libpq builds
Magnus Hagander
2017-04-02
Fix behavior of psql's \p to agree with \g, \w, etc.
Tom Lane
2017-03-30
Support \if ... \elif ... \else ... \endif in psql scripting.
Tom Lane
2017-03-10
Fix hard-coded relkind constants in assorted src/bin files.
Tom Lane
2017-03-07
psql: Add \gx command
Stephen Frost
2017-02-25
Remove some configure header-file checks that we weren't really using.
Tom Lane
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-01-30
Make psql reject attempts to set special variables to invalid values.
Tom Lane
2017-01-20
Logical replication
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-08-30
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2016-08-30
Simplify correct use of simple_prompt().
Tom Lane
2016-08-16
Fix assorted places in psql to print version numbers >= 10 in new style.
Tom Lane
2016-08-08
Obstruct shell, SQL, and conninfo injection via database and role names.
Noah Misch
2016-08-08
Introduce a psql "\connect -reuse-previous=on|off" option.
Noah Misch
2016-06-15
Use strftime("%c") to format timestamps in psql's \watch command.
Tom Lane
2016-06-07
Fix loose ends for SQL ACCESS METHOD objects
Alvaro Herrera
2016-05-22
psql: Message style improvements
Peter Eisentraut
2016-05-06
Fix psql's \ev and \sv commands so that they handle view reloptions.
Dean Rasheed
2016-04-15
Rethink \crosstabview's argument parsing logic.
Tom Lane
2016-04-08
Support \crosstabview in psql
Alvaro Herrera
2016-04-08
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-04
Add a \gexec command to psql for evaluation of computed queries.
Tom Lane
2016-04-03
Add psql \errverbose command to see last server error at full verbosity.
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-21
Allow the delay in psql's \watch command to be a fractional second.
Tom Lane
2016-03-21
Improve header output from psql's \watch command.
Tom Lane
2016-03-19
Split psql's lexer into two separate .l files for SQL and backslash cases.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-08
psql: Support multiple -c and -f options, and allow mixing them.
Robert Haas
2015-12-03
Clean up some psql issues around handling of the query output file.
Tom Lane
2015-12-03
psql: Improve spelling
Peter Eisentraut
2015-11-27
Improve PQhost() to return useful data for default Unix-socket connections.
Tom Lane
2015-11-25
Be more paranoid about null return values from libpq status functions.
Tom Lane
2015-11-13
Remove a lot of XC-specific code from the repo.
Pavan Deolasee
2015-11-03
Code + docs review for unicode linestyle patch.
Tom Lane
2015-10-29
Message style improvements
Peter Eisentraut
2015-10-06
psql: allow \pset C in setting the title, matches \C
Bruce Momjian
2015-09-05
Rearrange the handling of error context reports.
Tom Lane
2015-08-31
psql: print longtable as a possible \pset option
Bruce Momjian
2015-07-09
Fix null pointer dereference in "\c" psql command.
Noah Misch
[next]