summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
2016-09-12Fix recent commit for tab-completion of database template.Kevin Grittner
2016-09-11psql tab completion for CREATE DATABASE ... TEMPLATE ...Kevin Grittner
2016-09-03Improve readability of the output of psql's \timing command.Tom Lane
2016-09-01Improve tab completion for BEGIN & START|SET TRANSACTION.Kevin Grittner
2016-08-30Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane
2016-08-30Simplify correct use of simple_prompt().Tom Lane
2016-08-18Update line count totals for psql help displays.Tom Lane
2016-08-18Improve psql's tab completion for \l.Tom Lane
2016-08-18Improve psql's tab completion for ALTER EXTENSION foo UPDATE ...Tom Lane
2016-08-16Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane
2016-08-08Translation updatesPeter Eisentraut
2016-08-08Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch
2016-08-08Introduce a psql "\connect -reuse-previous=on|off" option.Noah Misch
2016-08-08Sort out paired double quotes in \connect, \password and \crosstabview.Noah Misch
2016-07-28Guard against empty buffer in gets_fromFile()'s check for a newline.Tom Lane
2016-07-18Translation updatesPeter Eisentraut
2016-07-12Put some things in a better order in psql helpPeter Eisentraut
2016-07-11Improve output of psql's \df+ command.Tom Lane
2016-06-24psql: Improve \crosstabview error messagesPeter Eisentraut
2016-06-23Add tab completion for pager_min_lines to psql.Andrew Dunstan
2016-06-20Translation updatesPeter Eisentraut
2016-06-15Use strftime("%c") to format timestamps in psql's \watch command.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-06-09Eliminate "parallel degree" terminology.Robert Haas
2016-06-07Add missing translate_columns array entryAlvaro Herrera
2016-06-07Fix loose ends for SQL ACCESS METHOD objectsAlvaro Herrera
2016-06-07psql: Add missing file to nls.mkPeter Eisentraut
2016-06-03Suppress -Wunused-result warnings about write(), again.Tom Lane
2016-05-22psql: Message style improvementsPeter Eisentraut
2016-05-09Translation updatesPeter Eisentraut
2016-05-06Fix psql's \ev and \sv commands so that they handle view reloptions.Dean Rasheed
2016-04-17Avoid code duplication in \crosstabview.Tom Lane
2016-04-16psql: Add new gettext triggerPeter Eisentraut
2016-04-15Rethink \crosstabview's argument parsing logic.Tom Lane
2016-04-12Improve coding of column-name parsing in psql's new crosstabview.c.Tom Lane
2016-04-08Support \crosstabview in psqlAlvaro Herrera
2016-04-08Reserve the "pg_" namespace for rolesStephen Frost
2016-04-08Add a 'parallel_degree' reloption.Robert Haas
2016-04-04Add a \gexec command to psql for evaluation of computed queries.Tom Lane
2016-04-03Add psql \errverbose command to see last server error at full verbosity.Tom Lane
2016-03-28psql tab-complete for CREATE/DROP ACCESS METHODTeodor Sigaev
2016-03-25Link libpq after libpgfeutils to satisfy Windows linker.Tom Lane
2016-03-25Move psql's psqlscan.l into src/fe_utils.Tom Lane
2016-03-24Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane
2016-03-24Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane
2016-03-24Move keywords.c/kwlookup.c into src/common/.Tom Lane
2016-03-21Allow the delay in psql's \watch command to be a fractional second.Tom Lane
2016-03-21Improve header output from psql's \watch command.Tom Lane
2016-03-21Use %option bison-bridge in psql/pgbench lexers.Tom Lane
2016-03-19Sync backend/parser/scan.l with bin/psql/psqlscan.l.Tom Lane