summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-21Avoid putting build-location-dependent strings into generated files.Tom Lane
2017-11-30SQL proceduresPeter Eisentraut
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-22Sort default partition to bottom of psql \d+Simon Riggs
2017-11-22Show partition info from psql \d+Simon Riggs
2017-11-09Add hash partitioning.Robert Haas
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-11-02In client support of v10 features, use standard schema handling.Noah Misch
2017-10-31Fix underqualified cast-target type names in pg_dump and psql queries.Tom Lane
2017-10-22Adjust psql \d query to avoid use of @> operator.Tom Lane
2017-10-16Exclude flex-generated code from coverage testingPeter Eisentraut
2017-10-06#ifdef out some dead code in psql/mainloop.c.Tom Lane
2017-09-29psql: Don't try to print a partition constraint we didn't fetch.Robert Haas
2017-09-29psql: Update \d sequence displayPeter Eisentraut
2017-09-21Provide a test for variable existence in psqlAndrew Dunstan
2017-09-12Add psql variables to track success/failure of SQL queries.Tom Lane
2017-09-11Message style fixesPeter Eisentraut
2017-09-08Allow a partitioned table to have a default partition.Robert Haas
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-09-06Merge duplicative code for \sf/\sv, \ef/\ev in psql/command.c.Tom Lane
2017-09-06Allow SET STATISTICS on expression indexesSimon Riggs
2017-09-05Add \gdesc psql command.Tom Lane
2017-09-05In psql, use PSQL_PAGER in preference to PAGER, if it's set.Tom Lane
2017-09-05Add psql variables showing server version and psql version.Tom Lane
2017-09-05Reformat psql's --help=variables output.Tom Lane
2017-08-24psql: Fix \gx when FETCH_COUNT is usedStephen Frost
2017-08-16Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut
2017-08-15psql: Add tab completion for \pset pagerPeter Eisentraut
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-12Remove unnecessary braces, to match the surrounding style.Heikki Linnakangas
2017-07-10Translation updatesAlvaro Herrera
2017-07-05psql documentation fixesPeter Eisentraut
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