]> granicus.if.org Git - postgresql/history - src/bin/psql/describe.c
Teach psql to display the comments on conversions and domains.
[postgresql] / src / bin / psql / describe.c
2011-08-08 Robert HaasTeach psql to display the comments on conversions and...
2011-08-05 Robert HaasAllow per-column foreign data wrapper options.
2011-08-04 Robert HaasTeach psql to display comments on languages and casts.
2011-07-26 Robert HaasOnly display column comments for relkinds that support...
2011-07-06 Robert HaasAttempt to standardize formatting of psql queries.
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-08 Alvaro HerreraRevert psql bits to display NOT VALID for FKs
2011-04-17 Tom LaneFix assorted infelicities in collation handling in...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-09 Tom LaneDon't show unusable collations in psql's \dO command.
2011-04-08 Robert HaasMake psql use pg_table_size instead of pg_relation_size...
2011-03-03 Tom LaneMark operator implementation functions as such in their...
2011-02-27 Magnus HaganderFix verbose display of REPLICATION role attribute
2011-02-23 Itagaki TakahiroMake the second words lowercase in psql's \d titles...
2011-02-19 Tom LaneCreate the catalog infrastructure for foreign-data...
2011-02-15 Simon RiggsAdd version-sensitive SQL for psql when constraints...
2011-02-12 Peter EisentrautDDL support for collations
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-08 Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-01-24 Heikki LinnakangasFix typo in the psql \d query handling, so that we...
2011-01-20 Robert HaasAdd new psql command \dL to list languages.
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-11-07 Tom LaneImplement an "S" option for psql's \dn command.
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-10-10 Tom LaneSupport triggers on views.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-01 Robert HaasMake psql distinguish between unique indices and unique...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-03-11 Tom LaneModify psql's \d printout to fold exclusion constraints...
2010-03-11 Tom LaneSimplify a couple of pg_dump and psql \d queries about...
2010-03-01 Heikki LinnakangasFix numericlocale psql option when used with a null...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-01-28 Peter EisentrautType table feature
2010-01-21 Itagaki TakahiroAdjust psql to use pg_get_triggerdef(pretty=true) to...
2010-01-17 Tom LaneImprove the handling of SET CONSTRAINTS commands by...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-11-11 Peter EisentrautIn psql \du, separate the role attributes by comma...
2009-11-03 Peter EisentrautIn psql, show view definition only with \d+, not with \d
2009-10-28 Tom LaneFix \df to re-allow regexp special characters in the...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-20 Tom LaneRemove unnecessary and version-sensitive dependence...
2009-07-07 Tom LaneJust a little more schema-qualification ...
2009-07-07 Peter Eisentrautpsql backward compatibility fix
2009-07-07 Peter EisentrautSort child tables by name instead of OID in \d+ display
2009-07-07 Tom LaneCode review for patch to show definition of index colum...
2009-07-06 Peter EisentrautShow definition of index columns in \d on index
2009-07-03 Peter EisentrautHave \d show child tables that inherit from the specifi...
2009-06-13 Peter EisentrautTweak the display of incoming foreign-key constraints...
2009-06-12 Tom LaneFix several places where a function was declared static...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-10 Peter EisentrautClarify error message
2009-06-04 Tom LaneTrivial code style cleanup around a couple of ngettext...
2009-05-27 Peter EisentrautFix to use the same format specifiers in both branches...
2009-05-05 Tom LaneCode review for \df rewrite: fix assorted bugs, make...
2009-05-04 Heikki LinnakangasFix the query used for \d against 8.2 and 8.3 servers.
2009-04-21 Bruce MomjianImprove psql \df error handling.
2009-04-21 Bruce MomjianAdd agg/normal/trigger/window flags for psql \df and...
2009-04-08 Tom LaneRemove psql's ancient hack that suppressed functions...
2009-04-04 Tom LaneImprove obsolete comment.
2009-04-04 Tom LaneMake \dt \di and friends more consistent about the...
2009-04-02 Bruce MomjianDo not show information_schema in \d* commands, unless...
2009-04-02 Bruce MomjianChange psql \d* display so 'S' _or_ a pattern include...
2009-03-26 Peter EisentrautGettext plural support
2009-03-25 Peter EisentrautPolish SQL/MED terminology
2009-02-24 Peter EisentrautAdd the possibility to specify an explicit validator...
2009-02-23 Tom LaneFix psql's \dD to show only one row per domain, even...
2009-02-11 Alvaro HerreraImprove psql \d+ to show TOAST reloptions too. Per...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-20 Bruce MomjianMake psql \d and \dt consistent for system tables,...
2009-01-19 Bruce MomjianDocument RELKIND_SPECIAL reference in psql, from <...
2009-01-06 Bruce MomjianAdd documentation for new \d*S* patch, and clean up...
2009-01-06 Bruce MomjianThis makes all the \dX commands (most importantly to...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-31 Tom LaneFix another problem in SQL-MED \d displays: should...
2008-12-31 Tom LaneConsistently use multi-line formatting for all ACL...
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-12-19 Alvaro HerreraHave psql's \d+ print reloptions. Extracted from Euler...
2008-11-09 Tom LaneReplace pg_class.reltriggers with relhastriggers, which...
2008-11-06 Tom LaneImprove psql's \dC command to take a pattern parameter...
2008-11-03 Tom LaneFix two error-recovery bugs in describeOneTableDetails...
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-07-18 Tom LaneSuppress compiler warning, and not incidentally make...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-07-15 Bruce MomjianAddendum: psql sequence value display patch was origin...
2008-07-15 Bruce MomjianHave psql \d show the value of sequence columns.
2008-07-14 Bruce MomjianAdd comment about literal strings in our syntax not...
2008-07-14 Bruce MomjianAdd column storage type to psql \d+ display.
2008-07-14 Bruce MomjianIn psql, rename trans_* variables to translate_*, for...
2008-07-12 Peter EisentrautMore replacements of binary compatible to binary coercible.
2008-07-03 Peter EisentrautDon't print the name of the database in psql \z.
2008-07-03 Tom LaneFix psql's \d and allied commands to work with all...
next