summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-14Provide Assert() for frontend code.Andrew Dunstan
2012-12-09Fix assorted bugs in privileges-for-types patch.Tom Lane
2012-12-02Fix psql crash while parsing SQL file whose encoding is different fromTatsuo Ishii
2012-10-12In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2012-10-02Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane
2012-10-02Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane
2012-09-30psql: Mark table headers in \drds output for translationPeter Eisentraut
2012-09-15psql: Add more constraint completionPeter Eisentraut
2012-09-03Make psql's \d+ show reloptions for all relkinds.Tom Lane
2012-09-01psql: Reduce compatibility warningPeter Eisentraut
2012-08-28Prevent psql tab completion in SET from adding TO when the equals signBruce Momjian
2012-08-26Use psql_error() for most psql error calls, per request from Magnus.Bruce Momjian
2012-08-20Improved tab completion for CLUSTER VERBOSE.Robert Haas
2012-08-20Tab complete "TABLE whatever DROP CONSTRAINT" with a constraint name.Robert Haas
2012-08-15Add C comment about new \c parameter requirement for crashed connections.Bruce Momjian
2012-08-15In psql, if the is no connection object, e.g. due to a server crash,Bruce Momjian
2012-08-09Make psql -1 < file behave as expected.Robert Haas
2012-07-26Tab complete table names after ALTER TABLE x [NO] INHERIT.Robert Haas
2012-07-18Syntax support and documentation for event triggers.Robert Haas
2012-07-16Remove unreachable codePeter Eisentraut
2012-07-06Run updated copyright.pl on HEAD and 9.2 trees, updating the psqlBruce Momjian
2012-07-05Don't try to trim "../" in join_path_components().Tom Lane
2012-07-05Fix function argument tab completion for schema-qualified or quoted function ...Magnus Hagander
2012-07-05Run newly-configured perltidy script on Perl files.Bruce Momjian
2012-07-02Assorted message style improvementsPeter Eisentraut
2012-06-17Make documentation of --help and --version options more consistentPeter Eisentraut
2012-06-14Make \conninfo print SSL information.Robert Haas
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-07Message style improvementsPeter Eisentraut
2012-05-27psql: Remove notice about readline from --version outputPeter Eisentraut
2012-05-10Only attempt to show collations on servers >= 9.1.Magnus Hagander
2012-05-08psql: Add variable to control keyword case in tab completionPeter Eisentraut
2012-05-01Tweak psql to print row counts when \x auto chooses non-expanded output.Robert Haas
2012-04-26psql: Tab completion updatesPeter Eisentraut
2012-04-24Lots of doc corrections.Robert Haas
2012-04-21Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera
2012-04-18psql: Add tab completion for CREATE/ALTER ROLE name WITHPeter Eisentraut
2012-04-10psql: Improve tab completion of WITHPeter Eisentraut
2012-04-06Allow statistics to be collected for foreign tables.Tom Lane
2012-04-04Remove useless PGRES_COPY_BOTH "support" in psql.Tom Lane
2012-04-01Fix recently introduced typo in NLS file listsPeter Eisentraut
2012-03-31Fix glitch recently introduced in psql tab completion.Tom Lane
2012-03-30Add new files to NLS file listsPeter Eisentraut
2012-03-22If a role has a password expiration date, show that in psql's \du output.Tom Lane
2012-03-21Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut
2012-03-16psql: Remove inappropriate const qualifiersPeter Eisentraut
2012-03-08psql: Remove useless codePeter Eisentraut
2012-03-08Fix indentation of \d footers for non-ASCII cases.Tom Lane