]> granicus.if.org Git - postgresql/history - src/bin/psql/describe.c
Show aggregate return types in psql \da output.
[postgresql] / src / bin / psql / describe.c
2007-03-16 Magnus HaganderShow aggregate return types in psql \da output.
2007-02-20 Peter EisentrautIdentify schema of inherited table in psql \d when...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-01-20 Neil ConwayList disabled triggers separately in psql's "\d <table...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-08 Neil ConwayFix a memory leak in psql: we'd leak a few PGresult...
2006-10-09 Tom LaneMove processNamePattern into dumputils.c in preparation...
2006-10-07 Tom LaneFix ancient oversight in psql's \d pattern processing...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-29 Tom LaneInvent an assign-hook mechanism for psql variables...
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-07-17 Neil ConwayImprove psql's \df slash command to include the argumen...
2006-06-14 Tom LaneClean up psql's control-C handling to avoid longjmp...
2006-06-01 Tom LaneFix up hack to suppress escape_string_warning so that...
2006-05-31 Bruce MomjianEscape processing patch:
2006-05-28 Tom LaneFix up pg_dump to do string escaping fully correctly...
2006-05-28 Alvaro HerreraRemove traces of otherwise unused RELKIND_SPECIAL symbo...
2006-05-26 Bruce MomjianUse E'' strings internally only when standard_conformin...
2006-04-26 Bruce MomjianAdd tablespace display to psql \l+.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-12 Bruce MomjianRemove LEFT part of JOIN to pg_roles because of optimiz...
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-27 Bruce MomjianDisable expanded mode only for \d tablename, not for...
2005-10-20 Tom LaneMake \d order a table's check constraints by constraint...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-04 Peter EisentrautClean up some messages and fix missing translation...
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-08-14 Tom LaneFix psql's \d commands to use pg_roles instead of pg_us...
2005-08-14 Tom LaneFix up tab completion for ROLEs and add some more compl...
2005-07-18 Tom LaneAvoid need for E'' construct by using regexp instead...
2005-07-18 Tom LaneAdjust psql describe queries so that any pg_foo_is_visi...
2005-07-02 Bruce MomjianAdd E'' to internally created SQL strings that contain...
2005-07-01 Bruce MomjianClarify code to double \\ and '.
2005-06-26 Bruce MomjianAdd E'' syntax so eventually normal strings can treat...
2005-06-14 Bruce MomjianNow \d show tablespace of indices per discussion.
2005-06-14 Bruce MomjianAdd -L option to psql to log sessions.
2005-04-06 Neil ConwayInclude information about a domain's CHECK constraint...
2005-04-01 Bruce MomjianAdjust pg_proc.proargtypes[0] tests in psql \df to...
2005-03-16 Neil ConwayThis patch makes \d on tables and views sort fk constra...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-11-09 Peter EisentrautClarify some strings
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-10-12 Peter EisentrautMessage style revisions
2004-09-10 Neil Conwaypsql consistency fixes from Greg Sabino Mullane: have...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-20 Bruce MomjianAllow psql to use 7.4.X database by not referencing...
2004-07-15 Bruce MomjianAdd permission display to \db+.
2004-07-13 Bruce MomjianHave \dn+ show permissions and description for schemas.
2004-07-13 Bruce MomjianMove tablespace name up on to the same line in psql \d.
2004-07-12 Bruce MomjianAdd tablespace location display for psql \d.
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-04-22 Neil ConwayMake psql's \d+ command indicate whether the table...
2004-04-06 Bruce MomjianAdd CLUSTER tag to psql \d display.
2004-03-22 Bruce MomjianI just noticed that \dp outputs "Table" to indicate...
2004-01-25 Neil ConwayMore fallout from the recent psql patch: rename xmalloc...
2004-01-24 Neil ConwayThis patch makes some of the memory manipulation perfor...
2004-01-11 Dennis BjorklundMark string for translation.
2003-12-23 Bruce MomjianSupress non-temp schemas from psql \dn display.
2003-12-01 Bruce Momjianattached is a patch that adds display of the groups...
2003-12-01 Bruce MomjianThis patch finishes off the work that I did with making...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-26 Bruce MomjianUppercase a few keywords in queries.
2003-10-17 Tom LaneUse pg_get_constraintdef() rather than pg_constraint...
2003-09-07 Bruce MomjianChanges for MinGW/WIN32:
2003-08-09 Bruce MomjianThis makes psql use the new pg_get_viewdef function...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Bruce Momjianhere are the patches for psql on Win32:
2003-07-25 Bruce Momjian> Having read the list, and noticed the message about...
2003-07-23 Peter EisentrautApply message style guide to frontend programs.
2003-06-27 Tom LaneMissing calls to PQclear in large_obj.c and describe.c.
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-03-27 Bruce MomjianNew \d format:
2003-02-24 Tom LaneAvoid using a separate query to fetch the default expre...
2003-01-07 Tom LaneApply the proper version of Christopher Kings-Lynne...
2002-12-21 Tom LaneFix possible buffer overrun in \d command: substr(...
2002-12-12 Bruce MomjianTODO marked as done:
2002-10-19 Tom LaneMake psql's \df display functions that return sets...
2002-10-15 Tom LaneFix psql to cope with autocommit off, at least during...
2002-09-22 Tom LaneMake \dS work more like it used to, viz, show only...
2002-09-04 Bruce Momjianpgindent run.
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-27 Peter EisentrautEnable locale, so case conversion (identifier processin...
2002-08-27 Bruce MomjianAdd '+' mention in \? help. More clean of \? to do.
2002-08-24 Tom LaneThe cstring datatype can now be copied, passed around...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-16 Tom LaneModify pg_dump to dump foreign-key constraints as const...
2002-08-15 Bruce MomjianTom Lane wrote:
2002-08-10 Tom LaneGet rid of double PQclear(res) in error path.
2002-08-10 Tom Lanepsql backslash commands are schema-aware. Pattern...
2002-08-09 Tom LaneColumn ordering in \d output should agree with sort...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-20 Bruce MomjianI can't remember who said they were working on schema...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-05-13 Tom LaneMake operators have their own comments separate from...
next