summaryrefslogtreecommitdiff
path: root/src/bin/psql/describe.c
AgeCommit message (Expand)Author
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-07-21Allow users to skip logical replication of data having origin.Amit Kapila
2022-07-21Fix various memory leaks in psql's describe commands \d*Michael Paquier
2022-07-03Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-06-19Message and documentation refinementsPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-10Remove some tabs in SQL code in C string literalsPeter Eisentraut
2022-04-20Allow db.schema.table patterns, but complain about random garbage.Robert Haas
2022-04-15psql: fix \l display for pre-v15 databases.Tom Lane
2022-04-13Further tweak the default behavior of psql's \dconfig.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-11Tweak the default behavior of psql's \dconfig.Tom Lane
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-08psql: Fix translation markingPeter Eisentraut
2022-04-07psql: add \dconfig command to show server's configuration parameters.Tom Lane
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07Unlogged sequencesPeter Eisentraut
2022-03-26Allow specifying column lists for logical replicationTomas Vondra
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-03-22Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-03-14Optionally disable subscriptions on error.Amit Kapila
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-03Add UNIQUE null treatment optionPeter Eisentraut
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-18Fix psql \d's query for identifying parent triggers.Tom Lane
2022-01-08Fix issues with describe queries of extended statistics in psqlMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-06Extend psql's \lo_list/\dl to be able to print large objects' ACLs.Tom Lane
2022-01-05Create foreign key triggers in partitioned tables tooAlvaro Herrera
2021-12-16Remove psql support for server versions preceding 9.2.Tom Lane
2021-12-11Create a new type category for "internal use" types.Tom Lane
2021-11-09Rename some enums to use TABLE instead of REL.Amit Kapila
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-10-12psql: Fix some scan-build warningsPeter Eisentraut
2021-09-28Properly schema-prefix reference to pg_catalog.pg_get_statisticsobjdef_columnsMagnus Hagander
2021-08-30psql: Fix name quoting on extended statisticsAlvaro Herrera
2021-08-28psql \dX: reference regclass with "pg_catalog." prefixAlvaro Herrera
2021-08-28psql \dP: reference regclass with "pg_catalog." prefixAlvaro Herrera
2021-07-26psql \dX: check schema when listing statistics objectsTomas Vondra
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-06-03Standardize usages of appendStringInfo and appendPQExpBufferDavid Rowley
2021-05-27Rethink definition of pg_attribute.attcompression.Tom Lane
2021-04-16psql: Small fixes for better translatabilityPeter Eisentraut
2021-04-15Undo decision to allow pg_proc.prosrc to be NULL.Tom Lane
2021-04-08Allow psql's \df and \do commands to specify argument types.Tom Lane
2021-04-07SQL-standard function bodyPeter Eisentraut
2021-03-26Extended statistics on expressionsTomas Vondra
2021-03-26Add "pg_database_owner" default role.Noah Misch