aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/describe.c
Commit message (Expand)AuthorAge
* Support foreign keys that reference partitioned tablesAlvaro Herrera2019-04-03
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Generated columnsPeter Eisentraut2019-03-30
* Show table access methods as such in psql's \dA.Andres Freund2019-03-29
* Add support for multivariate MCV listsTomas Vondra2019-03-27
* psql: Schema-qualify typecast in one \d queryAlvaro Herrera2019-03-26
* Improve psql's \d display of foreign key constraintsAlvaro Herrera2019-03-26
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* psql: Describe partitioned tables/indexes as suchAlvaro Herrera2018-11-19
* Fix psql's \dC command to annotate I/O conversion casts as such.Tom Lane2018-08-31
* doc: Update uses of the word "procedure"Peter Eisentraut2018-08-22
* psql: Add option for procedures to \dfPeter Eisentraut2018-07-24
* Improve psql's \d command to show whether index columns are key columns.Tom Lane2018-07-19
* psql: show cloned triggers in partitionsAlvaro Herrera2018-06-29
* psql: have \d show FKs on partitioned tablesAlvaro Herrera2018-05-14
* Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane2018-04-08
* Logical replication support for TRUNCATEPeter Eisentraut2018-04-07
* Add prokind column, replacing proisagg and proiswindowPeter Eisentraut2018-03-02
* Local partitioned indexesAlvaro Herrera2018-01-19
* Fix Latin spellingPeter Eisentraut2018-01-11
* Update copyright for 2018Bruce Momjian2018-01-02
* SQL proceduresPeter Eisentraut2017-11-30
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Sort default partition to bottom of psql \d+Simon Riggs2017-11-23
* Show partition info from psql \d+Simon Riggs2017-11-23
* In client support of v10 features, use standard schema handling.Noah Misch2017-11-01
* Fix underqualified cast-target type names in pg_dump and psql queries.Tom Lane2017-10-31
* Adjust psql \d query to avoid use of @> operator.Tom Lane2017-10-22
* psql: Don't try to print a partition constraint we didn't fetch.Robert Haas2017-09-29
* psql: Update \d sequence displayPeter Eisentraut2017-09-29
* Allow a partitioned table to have a default partition.Robert Haas2017-09-08
* Allow SET STATISTICS on expression indexesSimon Riggs2017-09-06
* Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut2017-08-15
* Include publication owner's name in the output of \dRp+.Tom Lane2017-07-28
* Standardize describe.c's behavior for no-matching-objects a bit more.Tom Lane2017-07-27
* Avoid use of sprintf/snprintf in describe.c.Tom Lane2017-07-27
* Sync listDbRoleSettings() with the rest of the world.Tom Lane2017-07-27
* Clean up SQL emitted by psql/describe.c.Tom Lane2017-07-26
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane2017-06-21
* Tweak publication fetching in psqlPeter Eisentraut2017-06-20
* Fix materialized-view documentation oversights.Tom Lane2017-06-19
* psql: Improve display of "for all tables" publicationsPeter Eisentraut2017-06-15
* psql: Use more consistent capitalization of some output headingsPeter Eisentraut2017-06-13
* Re-run pgindent.Tom Lane2017-06-13