summaryrefslogtreecommitdiff
path: root/src/bin/psql/describe.c
AgeCommit message (Expand)Author
2025-04-07Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera
2025-04-04Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects.Fujii Masao
2025-04-02Add support for NOT ENFORCED in foreign key constraintsPeter Eisentraut
2025-03-24psql: use consistent alias for pg_descriptionMagnus Hagander
2025-03-24psql: show default extension version in \dx outputMagnus Hagander
2025-02-20Remove various unnecessary (char *) castsPeter Eisentraut
2025-02-07Virtual generated columnsPeter Eisentraut
2025-02-05Show more-intuitive titles for psql commands \dt, \di, etc.Tom Lane
2025-01-28Rename pubgencols_type to pubgencols in pg_publication.Amit Kapila
2025-01-23Change publication's publish_generated_columns option type to enum.Amit Kapila
2025-01-22Fix \dRp+ output when describing publications with a lower server version.Amit Kapila
2025-01-14psql: Add option to use expanded mode to all list commands.Dean Rasheed
2025-01-14psql: Add leakproof indicator to \df+, \do+, \dAo+, and \dC+ output.Dean Rasheed
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-03Rework some code handling pg_subscription data in psql and pg_dumpMichael Paquier
2024-11-28psql: Sprinkle more CppAsString2() in describe.cMichael Paquier
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-11-07Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila
2024-11-06Remove unused #include's from bin .c filesPeter Eisentraut
2024-10-18Remove unused code for unlogged materialized views.Fujii Masao
2024-09-24Fix psql describe commands' handling of ACL columns for old servers.Tom Lane
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-07-02Add information about access method for partitioned relations in \dP+Michael Paquier
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-04-15psql: Make output of \dD more stablePeter Eisentraut
2024-04-15Fix ALTER DOMAIN NOT NULL syntaxPeter Eisentraut
2024-03-17Make stxstattarget nullablePeter Eisentraut
2024-03-14Introduce "builtin" collation provider.Jeff Davis
2024-03-09Catalog changes preparing for builtin collation provider.Jeff Davis
2024-03-05Rename pg_constraint.conwithoutoverlaps to conperiodPeter Eisentraut
2024-01-30Add a failover option to subscriptions.Amit Kapila
2024-01-24Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-13Improve default and empty privilege outputs in psql.Tom Lane
2023-08-25Catalog not-null constraintsAlvaro Herrera
2023-07-19Add psql \drg command to display role grants.Tom Lane
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-17Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov
2023-05-16psql: Adjust capitalization of table headingPeter Eisentraut
2023-04-24Display 'password_required' option for \dRs+ command.Amit Kapila
2023-04-04Add a run_as_owner option to subscriptions.Robert Haas
2023-03-08Allow tailoring of ICU locales with custom rulesPeter Eisentraut
2023-03-02Show "internal name" not "source code" in psql's \df+ command.Tom Lane
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-07psql: Add support for \dpS and \zS.Dean Rasheed
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-09Add USER SET parameter values for pg_db_role_settingAlexander Korotkov
2022-11-08psql: Add information in \d+ about foreign partitions and child tablesMichael Paquier
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley