index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
describe.c
Age
Commit message (
Expand
)
Author
2025-04-07
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-04-04
Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects.
Fujii Masao
2025-04-02
Add support for NOT ENFORCED in foreign key constraints
Peter Eisentraut
2025-03-24
psql: use consistent alias for pg_description
Magnus Hagander
2025-03-24
psql: show default extension version in \dx output
Magnus Hagander
2025-02-20
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-02-05
Show more-intuitive titles for psql commands \dt, \di, etc.
Tom Lane
2025-01-28
Rename pubgencols_type to pubgencols in pg_publication.
Amit Kapila
2025-01-23
Change publication's publish_generated_columns option type to enum.
Amit Kapila
2025-01-22
Fix \dRp+ output when describing publications with a lower server version.
Amit Kapila
2025-01-14
psql: Add option to use expanded mode to all list commands.
Dean Rasheed
2025-01-14
psql: Add leakproof indicator to \df+, \do+, \dAo+, and \dC+ output.
Dean Rasheed
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-03
Rework some code handling pg_subscription data in psql and pg_dump
Michael Paquier
2024-11-28
psql: Sprinkle more CppAsString2() in describe.c
Michael Paquier
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-07
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-11-06
Remove unused #include's from bin .c files
Peter Eisentraut
2024-10-18
Remove unused code for unlogged materialized views.
Fujii Masao
2024-09-24
Fix psql describe commands' handling of ACL columns for old servers.
Tom Lane
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-07-02
Add information about access method for partitioned relations in \dP+
Michael Paquier
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
2024-04-15
psql: Make output of \dD more stable
Peter Eisentraut
2024-04-15
Fix ALTER DOMAIN NOT NULL syntax
Peter Eisentraut
2024-03-17
Make stxstattarget nullable
Peter Eisentraut
2024-03-14
Introduce "builtin" collation provider.
Jeff Davis
2024-03-09
Catalog changes preparing for builtin collation provider.
Jeff Davis
2024-03-05
Rename pg_constraint.conwithoutoverlaps to conperiod
Peter Eisentraut
2024-01-30
Add a failover option to subscriptions.
Amit Kapila
2024-01-24
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-13
Improve default and empty privilege outputs in psql.
Tom Lane
2023-08-25
Catalog not-null constraints
Alvaro Herrera
2023-07-19
Add psql \drg command to display role grants.
Tom Lane
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-17
Revert "Add USER SET parameter values for pg_db_role_setting"
Alexander Korotkov
2023-05-16
psql: Adjust capitalization of table heading
Peter Eisentraut
2023-04-24
Display 'password_required' option for \dRs+ command.
Amit Kapila
2023-04-04
Add a run_as_owner option to subscriptions.
Robert Haas
2023-03-08
Allow tailoring of ICU locales with custom rules
Peter Eisentraut
2023-03-02
Show "internal name" not "source code" in psql's \df+ command.
Tom Lane
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-07
psql: Add support for \dpS and \zS.
Dean Rasheed
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-09
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-11-08
psql: Add information in \d+ about foreign partitions and child tables
Michael Paquier
2022-09-06
Fix an assortment of improper usages of string functions
David Rowley
[next]