index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
describe.c
Commit message (
Expand
)
Author
Age
*
Support foreign keys that reference partitioned tables
Alvaro Herrera
2019-04-03
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
Generated columns
Peter Eisentraut
2019-03-30
*
Show table access methods as such in psql's \dA.
Andres Freund
2019-03-29
*
Add support for multivariate MCV lists
Tomas Vondra
2019-03-27
*
psql: Schema-qualify typecast in one \d query
Alvaro Herrera
2019-03-26
*
Improve psql's \d display of foreign key constraints
Alvaro Herrera
2019-03-26
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
psql: Describe partitioned tables/indexes as such
Alvaro Herrera
2018-11-19
*
Fix psql's \dC command to annotate I/O conversion casts as such.
Tom Lane
2018-08-31
*
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-22
*
psql: Add option for procedures to \df
Peter Eisentraut
2018-07-24
*
Improve psql's \d command to show whether index columns are key columns.
Tom Lane
2018-07-19
*
psql: show cloned triggers in partitions
Alvaro Herrera
2018-06-29
*
psql: have \d show FKs on partitioned tables
Alvaro Herrera
2018-05-14
*
Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.
Tom Lane
2018-04-08
*
Logical replication support for TRUNCATE
Peter Eisentraut
2018-04-07
*
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-03-02
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
*
Fix Latin spelling
Peter Eisentraut
2018-01-11
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Sort default partition to bottom of psql \d+
Simon Riggs
2017-11-23
*
Show partition info from psql \d+
Simon Riggs
2017-11-23
*
In client support of v10 features, use standard schema handling.
Noah Misch
2017-11-01
*
Fix underqualified cast-target type names in pg_dump and psql queries.
Tom Lane
2017-10-31
*
Adjust psql \d query to avoid use of @> operator.
Tom Lane
2017-10-22
*
psql: Don't try to print a partition constraint we didn't fetch.
Robert Haas
2017-09-29
*
psql: Update \d sequence display
Peter Eisentraut
2017-09-29
*
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-08
*
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-09-06
*
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-15
*
Include publication owner's name in the output of \dRp+.
Tom Lane
2017-07-28
*
Standardize describe.c's behavior for no-matching-objects a bit more.
Tom Lane
2017-07-27
*
Avoid use of sprintf/snprintf in describe.c.
Tom Lane
2017-07-27
*
Sync listDbRoleSettings() with the rest of the world.
Tom Lane
2017-07-27
*
Clean up SQL emitted by psql/describe.c.
Tom Lane
2017-07-26
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Final pgindent run with old pg_bsd_indent (version 1.3).
Tom Lane
2017-06-21
*
Tweak publication fetching in psql
Peter Eisentraut
2017-06-20
*
Fix materialized-view documentation oversights.
Tom Lane
2017-06-19
*
psql: Improve display of "for all tables" publications
Peter Eisentraut
2017-06-15
*
psql: Use more consistent capitalization of some output headings
Peter Eisentraut
2017-06-13
*
Re-run pgindent.
Tom Lane
2017-06-13
[next]