index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
describe.c
Commit message (
Expand
)
Author
Age
*
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
*
Move psql's print.c and mbprint.c into src/fe_utils.
Tom Lane
2016-03-24
*
Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.
Tom Lane
2016-03-24
*
Fix incorrect pattern-match processing in psql's \det command.
Tom Lane
2016-01-29
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
psql: Review of new help output strings
Peter Eisentraut
2015-12-20
*
Fix behavior of printTable() and friends with externally-invoked pager.
Tom Lane
2015-12-02
*
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-04
*
Fix psql \d output of policies.
Joe Conway
2015-08-03
*
Use appendStringInfoString/Char et al where appropriate.
Heikki Linnakangas
2015-07-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Show owner of types in psql \dT+
Magnus Hagander
2015-04-09
*
Clean up some mess in row-security patches.
Tom Lane
2015-01-24
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
get_object_address: separate domain constraints from table constraints
Alvaro Herrera
2014-12-23
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
*
Remove the unused argument of PSQLexec().
Fujii Masao
2014-10-23
*
Fix CreatePolicy, pg_dump -v; psql and doc updates
Stephen Frost
2014-10-03
*
Code review for row security.
Stephen Frost
2014-09-24
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
psql: Show tablespace size in \db+
Alvaro Herrera
2014-07-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
psql: conditionally display oids and replication identity
Bruce Momjian
2014-04-15
*
psql: display "Replica Identity" only for FULL and NOTHING
Bruce Momjian
2014-03-29
*
psql: update "replica identity" display for \d+
Bruce Momjian
2014-03-26
*
psql: add separate \d display for disabled system triggers
Bruce Momjian
2014-02-24
*
Move the options column of \db+ before the description
Magnus Hagander
2014-01-26
*
Include tablespace options in verbose output of \db
Magnus Hagander
2014-01-26
*
Add display of oprcode (the underlying function's name) to psql's \do+.
Tom Lane
2014-01-16
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix translatability markings in psql, and add defenses against future bugs.
Tom Lane
2014-01-04
*
Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr
Heikki Linnakangas
2013-11-18
*
Fix incorrect column name in psql \d code.
Tom Lane
2013-11-14
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
*
Add the notion of REPLICA IDENTITY for a table.
Robert Haas
2013-11-08
*
Allow aggregate functions to be VARIADIC.
Tom Lane
2013-09-03
*
Fix some "translator:" comments mangled by pgindent
Alvaro Herrera
2013-08-27
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
psql: Let \l accept a pattern
Peter Eisentraut
2013-03-04
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Add prosecdef to \df+ output.
Heikki Linnakangas
2013-01-25
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix assorted bugs in privileges-for-types patch.
Tom Lane
2012-12-09
*
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-10-02
*
psql: Mark table headers in \drds output for translation
Peter Eisentraut
2012-09-29
*
Make psql's \d+ show reloptions for all relkinds.
Tom Lane
2012-09-03
*
Use psql_error() for most psql error calls, per request from Magnus.
Bruce Momjian
2012-08-25
*
Syntax support and documentation for event triggers.
Robert Haas
2012-07-18
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Only attempt to show collations on servers >= 9.1.
Magnus Hagander
2012-05-10
[next]