aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/describe.c
Commit message (Expand)AuthorAge
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-08
* Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane2016-03-24
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-24
* Fix incorrect pattern-match processing in psql's \det command.Tom Lane2016-01-29
* Update copyright for 2016Bruce Momjian2016-01-02
* psql: Review of new help output stringsPeter Eisentraut2015-12-20
* Fix behavior of printTable() and friends with externally-invoked pager.Tom Lane2015-12-02
* ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost2015-10-04
* Fix psql \d output of policies.Joe Conway2015-08-03
* Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas2015-07-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Show owner of types in psql \dT+Magnus Hagander2015-04-09
* Clean up some mess in row-security patches.Tom Lane2015-01-24
* Update copyright for 2015Bruce Momjian2015-01-06
* get_object_address: separate domain constraints from table constraintsAlvaro Herrera2014-12-23
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-27
* Remove the unused argument of PSQLexec().Fujii Masao2014-10-23
* Fix CreatePolicy, pg_dump -v; psql and doc updatesStephen Frost2014-10-03
* Code review for row security.Stephen Frost2014-09-24
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* psql: Show tablespace size in \db+Alvaro Herrera2014-07-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* psql: conditionally display oids and replication identityBruce Momjian2014-04-15
* psql: display "Replica Identity" only for FULL and NOTHINGBruce Momjian2014-03-29
* psql: update "replica identity" display for \d+Bruce Momjian2014-03-26
* psql: add separate \d display for disabled system triggersBruce Momjian2014-02-24
* Move the options column of \db+ before the descriptionMagnus Hagander2014-01-26
* Include tablespace options in verbose output of \dbMagnus Hagander2014-01-26
* Add display of oprcode (the underlying function's name) to psql's \do+.Tom Lane2014-01-16
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix translatability markings in psql, and add defenses against future bugs.Tom Lane2014-01-04
* Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas2013-11-18
* Fix incorrect column name in psql \d code.Tom Lane2013-11-14
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Add the notion of REPLICA IDENTITY for a table.Robert Haas2013-11-08
* Allow aggregate functions to be VARIADIC.Tom Lane2013-09-03
* Fix some "translator:" comments mangled by pgindentAlvaro Herrera2013-08-27
* pgindent run for release 9.3Bruce Momjian2013-05-29
* psql: Let \l accept a patternPeter Eisentraut2013-03-04
* Add a materialized view relations.Kevin Grittner2013-03-03
* Add prosecdef to \df+ output.Heikki Linnakangas2013-01-25
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix assorted bugs in privileges-for-types patch.Tom Lane2012-12-09
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-02
* psql: Mark table headers in \drds output for translationPeter Eisentraut2012-09-29
* Make psql's \d+ show reloptions for all relkinds.Tom Lane2012-09-03
* Use psql_error() for most psql error calls, per request from Magnus.Bruce Momjian2012-08-25
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Only attempt to show collations on servers >= 9.1.Magnus Hagander2012-05-10