summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
2015-04-09Show owner of types in psql \dT+Magnus Hagander
2015-04-03Add log_min_autovacuum_duration per-table optionAlvaro Herrera
2015-04-02psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2015-04-02Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas
2015-04-01psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2015-03-31psql: add asciidoc output formatBruce Momjian
2015-03-29Remove a couple other vestigial yylex() declarations.Tom Lane
2015-03-28Add a pager_min_lines setting to psqlAndrew Dunstan
2015-03-27Fix whitespacePeter Eisentraut
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-25psql: show proper row count in \x mode for zero-column outputBruce Momjian
2015-03-20psql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT off modeBruce Momjian
2015-03-14Remove workaround for ancient incompatibility between readline and libedit.Tom Lane
2015-03-11Make operator precedence follow the SQL standard more closely.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-03-10Clean up the mess from => patch.Tom Lane
2015-02-03Add API functions to libpq to interrogate SSL related stuff.Heikki Linnakangas
2015-02-02Translation updatesPeter Eisentraut
2015-01-31Fix documentation of psql's ECHO all mode.Tom Lane
2015-01-24Clean up some mess in row-security patches.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-31Improve consistency of parsing of psql's magic variables.Tom Lane
2014-12-31Don't tab-complete COMMENT ON ... IS with IS.Robert Haas
2014-12-23get_object_address: separate domain constraints from table constraintsAlvaro Herrera
2014-12-15Translation updatesPeter Eisentraut
2014-12-08REINDEX SCHEMASimon Riggs
2014-11-29Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14 with PQconninfo().Noah Misch
2014-11-29Revert "Add libpq function PQhostaddr()."Noah Misch
2014-11-28Add tab-completion for ALTER TABLE ALTER CONSTRAINT in psql.Fujii Masao
2014-11-27Make \watch respect the user's \pset null setting.Fujii Masao
2014-11-27Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost
2014-11-23Fix memory leaks introduced by commit eca2b9bAndrew Dunstan
2014-11-22Rework echo_hidden for \sf and \ef from commit e4d2817.Andrew Dunstan
2014-11-21Fix an error in psql that overcounted output lines.Andrew Dunstan
2014-11-21Make psql's \sf and \ef honor ECHO_HIDDEN.Andrew Dunstan
2014-11-18Fix some bogus direct uses of realloc().Tom Lane
2014-11-17Translation updatesPeter Eisentraut
2014-11-13Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao
2014-11-11Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao
2014-11-10Tab complete second argument to \c with role names.Robert Haas
2014-10-26Fix undersized result buffer in pset_quoted_string().Tom Lane
2014-10-24psql: complain if pg_dump custom-format is detectedAlvaro Herrera
2014-10-23Remove the unused argument of PSQLexec().Fujii Masao
2014-10-19psql: Improve \pset without argumentsPeter Eisentraut
2014-10-14psql: Fix \? output alignmentPeter Eisentraut
2014-10-06Translation updatesPeter Eisentraut
2014-10-03Fix CreatePolicy, pg_dump -v; psql and doc updatesStephen Frost
2014-09-24Code review for row security.Stephen Frost
2014-09-23Add unicode_*_linestyle to \? variablesStephen Frost
2014-09-19Row-Level Security Policies (RLS)Stephen Frost