summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/dependency.out
Commit message (Expand)AuthorAgeFilesLines
* Improve several permission-related error messages.Peter Eisentraut2023-03-171-0/+4
* Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis2022-12-131-10/+10
* Provide per-table permissions for vacuum and analyze.Andrew Dunstan2022-11-281-11/+11
* Multirange datatypesAlexander Korotkov2020-12-201-0/+1
* Un-hide most cascaded-drop details in regression test results.Tom Lane2019-03-241-1/+9
* Sort dependent objects before reporting them in DROP ROLE.Tom Lane2019-03-241-2/+2
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-201-2/+2
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-171-65/+65
* Rework internals of changing a type's ownershipAlvaro Herrera2015-12-171-1/+28
* Row-Level Security Policies (RLS)Stephen Frost2014-09-191-10/+10
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-7/+0
* Improve wording for privilege description on certain failure messages; theAlvaro Herrera2010-08-261-4/+4
* Improve psql's tabular display of wrapped-around data by inserting markersTom Lane2009-11-221-3/+3
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-221-10/+10
* Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane2008-09-081-11/+11
* Don't print the name of the database in psql \z.Peter Eisentraut2008-07-031-2/+2
* Display ACLS using multiple lines for psql's \z. Brendan Jurd.Andrew Dunstan2008-05-051-8/+10
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-051-8/+8
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-211-1/+7
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-211-0/+70
* ALTER TABLE OWNER must change the ownership of the table's rowtype too.Tom Lane2005-08-041-2/+6
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-071-0/+39