index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
Commit message (
Expand
)
Author
Age
*
When completing ALTER INDEX .. SET, add an equals sign also.
Robert Haas
2015-11-06
*
Code + docs review for unicode linestyle patch.
Tom Lane
2015-11-03
*
Message style improvements
Peter Eisentraut
2015-10-28
*
Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.
Tom Lane
2015-10-22
*
Tab complete CREATE EXTENSION .. VERSION.
Robert Haas
2015-10-20
*
psql: allow \pset C in setting the title, matches \C
Bruce Momjian
2015-10-05
*
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-04
*
Add CASCADE support for CREATE EXTENSION.
Andres Freund
2015-10-03
*
Fix incorrect tab-completion for GRANT and REVOKE
Fujii Masao
2015-10-01
*
Fix compiler warning for non-TIOCGWINSZ case
Andrew Dunstan
2015-09-28
*
Fix compiler warning about unused function in non-readline case.
Andrew Dunstan
2015-09-28
*
Further fix for psql's code for locale-aware formatting of numeric output.
Tom Lane
2015-09-25
*
Further fix for psql's code for locale-aware formatting of numeric output.
Tom Lane
2015-09-25
*
Fix psql's code for locale-aware formatting of numeric output.
Tom Lane
2015-09-24
*
Review program help output for wording and formatting
Peter Eisentraut
2015-09-16
*
psql: Generic tab completion support for enum and bool GUCs.
Andres Freund
2015-09-08
*
Improve tab-completion for GRANT and REVOKE.
Fujii Masao
2015-09-09
*
Allow per-tablespace effective_io_concurrency
Alvaro Herrera
2015-09-08
*
Rearrange the handling of error context reports.
Tom Lane
2015-09-05
*
psql: print longtable as a possible \pset option
Bruce Momjian
2015-08-31
*
psql: Make EXECUTE PROCEDURE tab completion a bit narrower.
Robert Haas
2015-08-18
*
Tab completion for CREATE SEQUENCE.
Robert Haas
2015-08-04
*
Fix psql \d output of policies.
Joe Conway
2015-08-03
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Improve tab-completion for DROP POLICY
Alvaro Herrera
2015-07-20
*
Fix null pointer dereference in "\c" psql command.
Noah Misch
2015-07-08
*
Add tab-completion for psql meta-commands.
Fujii Masao
2015-07-07
*
Add psql PROMPT variable showing the pid of the connected to backend.
Andres Freund
2015-07-07
*
Add psql \ev and \sv commands for editing and showing view definitions.
Tom Lane
2015-07-03
*
Use appendStringInfoString/Char et al where appropriate.
Heikki Linnakangas
2015-07-02
*
Translation updates
Peter Eisentraut
2015-06-28
*
psql: Add some tab completion for TABLESAMPLE.
Robert Haas
2015-06-22
*
Add PASSWORD to tab completions for CREATE/ALTER ROLE/USER/GROUP.
Robert Haas
2015-06-19
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Remove the new UPSERT command tag and use INSERT instead.
Andres Freund
2015-05-23
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
psql: Improve tab completion for ALTER FOREIGN TABLE.
Robert Haas
2015-04-29
*
Show owner of types in psql \dT+
Magnus Hagander
2015-04-09
*
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-04-03
*
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-04-02
*
Revert "psql: fix \connect with URIs and conninfo strings"
Robert Haas
2015-04-02
*
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-04-01
*
psql: add asciidoc output format
Bruce Momjian
2015-03-31
*
Remove a couple other vestigial yylex() declarations.
Tom Lane
2015-03-29
*
Add a pager_min_lines setting to psql
Andrew Dunstan
2015-03-28
*
Fix whitespace
Peter Eisentraut
2015-03-27
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
psql: show proper row count in \x mode for zero-column output
Bruce Momjian
2015-03-24
*
psql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT off mode
Bruce Momjian
2015-03-19
[next]