]> granicus.if.org Git - postgresql/history - src/bin/psql/describe.c
Fix possible buffer overrun in \d command: substr(..., 128) produces
[postgresql] / src / bin / psql / describe.c
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...
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-04-24 Peter EisentrautMissed one NAMEDATALEN.
2002-04-24 Peter EisentrautRemove traces of NAMEDATALEN and INDEX_MAX_KEYS from...
2002-04-19 Tom LaneChange naming rule for ON SELECT rules of views: they...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-05 Bruce MomjianI was tinkering with creating rules on views (so, for...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-19 Bruce MomjianAdd psql \dD listing of domains, from Jonathan Eisler.
2002-03-07 Bruce MomjianBack out psql domain improvements until domain is applied.
2002-03-06 Bruce MomjianHere is a diff of changes to the psql source code imple...
2002-03-05 Bruce MomjianShowing index details with \d on psql.
2001-11-12 Tom Lanepsql's \do was going out of its way to lie about the...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-06 Bruce MomjianWhile playing around with trying to add foreign keys...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-08-09 Tom LaneAdd TOAST table to the set of relkinds known to \d.
2001-08-05 Tom LaneShow index predicate when doing \d on a partial index.
2001-07-08 Peter EisentrautShow islossy for index.
2001-06-30 Peter EisentrautNLS for the psql \d family of commands. (E.g., the...
2001-05-28 Bruce MomjianThis just breaks down the indices in to three groups:
2001-05-27 Peter EisentrautDon't use multi-line string literals.
2001-05-09 Bruce MomjianRight-align \du user-id.
2001-05-09 Bruce MomjianFix memory leak in new psql \du code.
2001-05-09 Bruce MomjianHere's a version of my suggested diffs transplanted...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-10-25 Tom LaneTeach psql about new relkind for views.
2000-10-24 Tom LaneMajor overhaul of large-object implementation, by Denis...
2000-09-07 Tatsuo IshiiFix psql crash. If MULTIBYTE is enabled, \l+ dumps...
2000-07-09 Peter Eisentrautoidvectortypes: use SQL type names and separate by...
2000-07-07 Peter Eisentraut- format_type function, in use by psql
2000-04-16 Peter Eisentrautsquished \dS+ bug pointed out by Mike Mascari
2000-04-16 Peter Eisentrautmore psql bug squashing:
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-26 Tom Lanepsql's \d command wasn't doing the right things with...
2000-02-16 Bruce MomjianClean up include files use in psql.
2000-02-07 Peter EisentrautFixed psql double quoting of SQL ids
2000-01-29 Peter EisentrautA few minor psql enhancements
2000-01-20 Bruce MomjianFix typo in \z.
2000-01-18 Peter Eisentrautanother set of cleanups
2000-01-18 Tatsuo IshiiShow encoding name rather than encoding id in case...
2000-01-14 Peter EisentrautFixed psql variables vs array syntax, as well as minor...
2000-01-12 Peter EisentrautFixed a few "fixes" and bugs. Adjusted messages and...
2000-01-10 Bruce MomjianRename oid8 -> oidvector and int28 -> int2vector. ...
2000-01-10 Bruce MomjianMove fixes for >8 indexed fields.
1999-12-31 Bruce MomjianMake psql \dT always show descriptions. There is room.
1999-12-17 Bruce MomjianFix MULTIBYTE handling in string by using strcat.
1999-11-26 Bruce Momjian* Includes tab completion. It's not magic, but it's...
1999-11-13 Bruce MomjianFix for psql control-d and .psqlrc that I broke. Fix...
1999-11-11 Bruce MomjianIn the spirit of TODO item
1999-11-04 Bruce Momjianpsql cleanup
1999-11-04 Bruce MomjianMajor psql overhaul by Peter Eisentraut.