summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
2019-02-13More unconstify usePeter Eisentraut
2019-01-28psql: Remove unused tab completion queryPeter Eisentraut
2019-01-28Add tab completion for ALTER INDEX ALTER COLUMN in psqlMichael Paquier
2019-01-26Fix psql's "\g target" meta-command to work with COPY TO STDOUT.Tom Lane
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2019-01-19Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander
2019-01-15Finish reverting "recheck_on_update" patch.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-29Remove redundant translation markersPeter Eisentraut
2018-12-25Improve tab completion of ALTER INDEX/TABLE with SET STATISTICS in psqlMichael Paquier
2018-12-23Add completion for storage parameters after CREATE TABLE WITH in psqlMichael Paquier
2018-12-20Add more tab completion for CREATE TABLE in psqlMichael Paquier
2018-12-03Add some missing schema qualificationsMichael Paquier
2018-11-27Use wildcard to match parens after CREATE STATISTICSTomas Vondra
2018-11-26Add CSV table output mode in psql.Tom Lane
2018-11-26Fix breakage of "\pset format latex".Tom Lane
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-19psql: Describe partitioned tables/indexes as suchAlvaro Herrera
2018-11-19psql: Show IP address in \conninfoAlvaro Herrera
2018-11-14Make psql's "\pset format" command reject non-unique abbreviations.Tom Lane
2018-11-06Reorganize format options of psql in alphabetical orderMichael Paquier
2018-10-26Improve tab completion of CREATE EVENT TRIGGER in psqlMichael Paquier
2018-10-26Add tab completion of EXECUTE FUNCTION for CREATE TRIGGER in psqlMichael Paquier
2018-10-20Client-side fixes for delayed NOTIFY receipt.Tom Lane
2018-09-22Get rid of explicit argument-count markings in tab-complete.c.Tom Lane
2018-09-21Fix bogus tab-completion rule for CREATE PUBLICATION.Tom Lane
2018-09-21Improve tab completion for ANALYZE, EXPLAIN, and VACUUM.Tom Lane
2018-09-21Rationalize Query_for_list_of_[relations] query names in tab-complete.c.Tom Lane
2018-09-20Fix psql's tab completion for TABLE.Tom Lane
2018-09-20Fix psql's tab completion for ALTER DATABASE ... SET TABLESPACE.Tom Lane
2018-09-13Message style improvementsPeter Eisentraut
2018-09-12Minor fixes for psql tab completion.Tom Lane
2018-09-07Use C99 designated initializers for some structsPeter Eisentraut
2018-08-31Fix psql's \dC command to annotate I/O conversion casts as such.Tom Lane
2018-08-22doc: Update uses of the word "procedure"Peter Eisentraut
2018-08-03Remove no-longer-appropriate special case in psql's \conninfo code.Tom Lane
2018-07-24psql: Add option for procedures to \dfPeter Eisentraut
2018-07-19Improve psql's \d command to show whether index columns are key columns.Tom Lane
2018-06-30pgindent run prior to branchingAndrew Dunstan
2018-06-29psql: show cloned triggers in partitionsAlvaro Herrera
2018-06-25Translation updatesPeter Eisentraut
2018-05-21Translation updatesPeter Eisentraut
2018-05-14psql: have \d show FKs on partitioned tablesAlvaro Herrera
2018-05-10Various improvements of skipping index scan during vacuum technicsTeodor Sigaev
2018-05-09Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-12Revert MERGE patchSimon Riggs
2018-04-08Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane
2018-04-07Logical replication support for TRUNCATEPeter Eisentraut
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane