]> granicus.if.org Git - postgresql/history - src/bin/psql/describe.c
Add missing translate_columns array entry
[postgresql] / src / bin / psql / describe.c
2016-06-07 Alvaro HerreraAdd missing translate_columns array entry
2016-06-07 Alvaro HerreraFix loose ends for SQL ACCESS METHOD objects
2016-04-08 Stephen FrostReserve the "pg_" namespace for roles
2016-03-24 Tom LaneMove psql's print.c and mbprint.c into src/fe_utils.
2016-03-24 Tom LaneCreate src/fe_utils/, and move stuff into there from...
2016-01-29 Tom LaneFix incorrect pattern-match processing in psql's \det...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-20 Peter Eisentrautpsql: Review of new help output strings
2015-12-02 Tom LaneFix behavior of printTable() and friends with externall...
2015-10-05 Stephen FrostALTER TABLE .. FORCE ROW LEVEL SECURITY
2015-08-03 Joe ConwayFix psql \d output of policies.
2015-07-02 Heikki LinnakangasUse appendStringInfoString/Char et al where appropriate.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-04-09 Magnus HaganderShow owner of types in psql \dT+
2015-01-24 Tom LaneClean up some mess in row-security patches.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-23 Alvaro Herreraget_object_address: separate domain constraints from...
2014-11-27 Stephen FrostRename pg_rowsecurity -> pg_policy and other fixes
2014-10-23 Fujii MasaoRemove the unused argument of PSQLexec().
2014-10-03 Stephen FrostFix CreatePolicy, pg_dump -v; psql and doc updates
2014-09-24 Stephen FrostCode review for row security.
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-07-14 Alvaro Herrerapsql: Show tablespace size in \db+
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-15 Bruce Momjianpsql: conditionally display oids and replication identity
2014-03-29 Bruce Momjianpsql: display "Replica Identity" only for FULL and...
2014-03-26 Bruce Momjianpsql: update "replica identity" display for \d+
2014-02-24 Bruce Momjianpsql: add separate \d display for disabled system...
2014-01-26 Magnus HaganderMove the options column of \db+ before the description
2014-01-26 Magnus HaganderInclude tablespace options in verbose output of \db
2014-01-16 Tom LaneAdd display of oprcode (the underlying function's name...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-04 Tom LaneFix translatability markings in psql, and add defenses...
2013-11-18 Heikki LinnakangasReplace appendPQExpBuffer(..., <constant>) with appendP...
2013-11-14 Tom LaneFix incorrect column name in psql \d code.
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-11-08 Robert HaasAdd the notion of REPLICA IDENTITY for a table.
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-08-27 Alvaro HerreraFix some "translator:" comments mangled by pgindent
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-04 Peter Eisentrautpsql: Let \l accept a pattern
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-25 Heikki LinnakangasAdd prosecdef to \df+ output.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-09 Tom LaneFix assorted bugs in privileges-for-types patch.
2012-10-02 Tom LaneStandardize naming of malloc/realloc/strdup wrapper...
2012-09-30 Peter Eisentrautpsql: Mark table headers in \drds output for translation
2012-09-03 Tom LaneMake psql's \d+ show reloptions for all relkinds.
2012-08-26 Bruce MomjianUse psql_error() for most psql error calls, per request...
2012-07-18 Robert HaasSyntax support and documentation for event triggers.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-10 Magnus HaganderOnly attempt to show collations on servers >= 9.1.
2012-05-01 Robert HaasTweak psql to print row counts when \x auto chooses...
2012-04-21 Alvaro HerreraRecast "ONLY" column CHECK constraints as NO INHERIT
2012-04-06 Tom LaneAllow statistics to be collected for foreign tables.
2012-03-22 Tom LaneIf a role has a password expiration date, show that...
2012-03-08 Tom LaneFix indentation of \d footers for non-ASCII cases.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-19 Peter EisentrautAdd support for privileges on types
2011-12-19 Alvaro HerreraAllow CHECK constraints to be declared ONLY
2011-12-07 Magnus HaganderRemove spclocation field from pg_tablespace
2011-11-12 Robert HaasFix psql's \dd version check for operator families.
2011-11-05 Magnus HaganderShow statistics target for columns in \d+ on a table
2011-11-05 Magnus HaganderMake psql \d on a sequence show the table/column owning it
2011-11-04 Magnus HaganderAdd missing space in comment
2011-08-25 Robert HaasChange format of SQL/MED generic options in psql backsl...
2011-08-11 Robert HaasDisplay both per-table and per-column FDW options in...
2011-08-11 Robert HaasChange psql's \dd command to do something more useful.
2011-08-08 Robert HaasTeach psql to display the comments on SQL/MED objects...
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...
next