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
Age
Commit message (
Expand
)
Author
2016-09-12
Fix recent commit for tab-completion of database template.
Kevin Grittner
2016-09-11
psql tab completion for CREATE DATABASE ... TEMPLATE ...
Kevin Grittner
2016-09-03
Improve readability of the output of psql's \timing command.
Tom Lane
2016-09-01
Improve tab completion for BEGIN & START|SET TRANSACTION.
Kevin Grittner
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-18
Update line count totals for psql help displays.
Tom Lane
2016-08-18
Improve psql's tab completion for \l.
Tom Lane
2016-08-18
Improve psql's tab completion for ALTER EXTENSION foo UPDATE ...
Tom Lane
2016-08-16
Fix assorted places in psql to print version numbers >= 10 in new style.
Tom Lane
2016-08-08
Translation updates
Peter Eisentraut
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-08-08
Sort out paired double quotes in \connect, \password and \crosstabview.
Noah Misch
2016-07-28
Guard against empty buffer in gets_fromFile()'s check for a newline.
Tom Lane
2016-07-18
Translation updates
Peter Eisentraut
2016-07-12
Put some things in a better order in psql help
Peter Eisentraut
2016-07-11
Improve output of psql's \df+ command.
Tom Lane
2016-06-24
psql: Improve \crosstabview error messages
Peter Eisentraut
2016-06-23
Add tab completion for pager_min_lines to psql.
Andrew Dunstan
2016-06-20
Translation updates
Peter Eisentraut
2016-06-15
Use strftime("%c") to format timestamps in psql's \watch command.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-09
Eliminate "parallel degree" terminology.
Robert Haas
2016-06-07
Add missing translate_columns array entry
Alvaro Herrera
2016-06-07
Fix loose ends for SQL ACCESS METHOD objects
Alvaro Herrera
2016-06-07
psql: Add missing file to nls.mk
Peter Eisentraut
2016-06-03
Suppress -Wunused-result warnings about write(), again.
Tom Lane
2016-05-22
psql: Message style improvements
Peter Eisentraut
2016-05-09
Translation updates
Peter Eisentraut
2016-05-06
Fix psql's \ev and \sv commands so that they handle view reloptions.
Dean Rasheed
2016-04-17
Avoid code duplication in \crosstabview.
Tom Lane
2016-04-16
psql: Add new gettext trigger
Peter Eisentraut
2016-04-15
Rethink \crosstabview's argument parsing logic.
Tom Lane
2016-04-12
Improve coding of column-name parsing in psql's new crosstabview.c.
Tom Lane
2016-04-08
Support \crosstabview in psql
Alvaro Herrera
2016-04-08
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
Add a 'parallel_degree' reloption.
Robert Haas
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-28
psql tab-complete for CREATE/DROP ACCESS METHOD
Teodor Sigaev
2016-03-25
Link libpq after libpgfeutils to satisfy Windows linker.
Tom Lane
2016-03-25
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-24
Move keywords.c/kwlookup.c into src/common/.
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-21
Use %option bison-bridge in psql/pgbench lexers.
Tom Lane
2016-03-19
Sync backend/parser/scan.l with bin/psql/psqlscan.l.
Tom Lane
[next]