summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-07Translation updatesPeter Eisentraut
2017-07-28Include publication owner's name in the output of \dRp+.Tom Lane
2017-07-27Fix psql tab completion for CREATE USER MAPPING.Tom Lane
2017-07-27Standardize describe.c's behavior for no-matching-objects a bit more.Tom Lane
2017-07-27Avoid use of sprintf/snprintf in describe.c.Tom Lane
2017-07-27Sync listDbRoleSettings() with the rest of the world.Tom Lane
2017-07-27Fix very minor memory leaks in psql's command.c.Tom Lane
2017-07-26Clean up SQL emitted by psql/describe.c.Tom Lane
2017-07-14Fix broken link-command-line ordering for libpgfeutils.Tom Lane
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-07-12Remove unnecessary braces, to match the surrounding style.Heikki Linnakangas
2017-07-10Translation updatesAlvaro Herrera
2017-07-05psql documentation fixesPeter Eisentraut
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-22psql: Restore alphabetical order in words_after_create.Robert Haas
2017-06-21Manually un-break a few URLs that pgindent used to insist on splitting.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-21Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane
2017-06-20Tweak publication fetching in psqlPeter Eisentraut
2017-06-19Fix materialized-view documentation oversights.Tom Lane
2017-06-15psql: Improve display of "for all tables" publicationsPeter Eisentraut
2017-06-15Show distribution information for partitioned tables too.Pavan Deolasee
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Put documentation of options and commands in more alphabetical orderPeter Eisentraut
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-13psql: Use more consistent capitalization of some output headingsPeter Eisentraut
2017-06-13Re-run pgindent.Tom Lane
2017-06-09psql: Update tab completion for ALTER SUBSCRIPTIONPeter Eisentraut
2017-06-03Add some missing backslash commands to psql's tab-completion knowledge.Tom Lane
2017-06-02psql: Fix display of whether table is part of publicationPeter Eisentraut
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-17Make psql handle EOF during COPY FROM STDIN properly on all platforms.Tom Lane
2017-05-17psql: publication/subscription tab completion fixesPeter Eisentraut
2017-05-17Preventive maintenance in advance of pgindent run.Tom Lane
2017-05-15Translation updatesPeter Eisentraut
2017-05-14Standardize terminology for pg_statistic_ext entries.Tom Lane
2017-05-13Teach \d+ to show partitioning constraints.Robert Haas
2017-05-13Complete tab completion for DROP STATISTICSAlvaro Herrera
2017-05-12Change CREATE STATISTICS syntaxAlvaro Herrera
2017-05-12Rework the options syntax for logical replication commandsPeter Eisentraut
2017-05-10psql: Add missing translation markersPeter Eisentraut
2017-05-09Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut
2017-05-08Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas
2017-05-03Add PQencryptPasswordConn function to libpq, use it in psql and createuser.Heikki Linnakangas
2017-04-28psql: Support identity columns in sequence displayPeter Eisentraut
2017-04-17Rename columns in new pg_statistic_ext catalogAlvaro Herrera
2017-04-14Add option to modify sync commit per subscriptionPeter Eisentraut