summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/dependency.out
AgeCommit message (Expand)Author
2025-02-05Show more-intuitive titles for psql commands \dt, \di, etc.Tom Lane
2024-03-13Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2024-02-14Fix multiranges to behave more like dependent types.Tom Lane
2023-07-07Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2023-03-17Improve several permission-related error messages.Peter Eisentraut
2022-12-14Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis
2022-11-28Provide per-table permissions for vacuum and analyze.Andrew Dunstan
2020-12-20Multirange datatypesAlexander Korotkov
2019-03-24Un-hide most cascaded-drop details in regression test results.Tom Lane
2019-03-24Sort dependent objects before reporting them in DROP ROLE.Tom Lane
2019-03-20Make heap TID a tiebreaker nbtree index column.Peter Geoghegan
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2015-12-17Rework internals of changing a type's ownershipAlvaro Herrera
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2012-07-05Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas
2010-08-26Improve wording for privilege description on certain failure messages; theAlvaro Herrera
2009-11-22Improve psql's tabular display of wrapped-around data by inserting markersTom Lane
2009-01-22Support column-level privileges, as required by SQL standard.Tom Lane
2008-09-08Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane
2008-07-03Don't print the name of the database in psql \z.Peter Eisentraut
2008-05-05Display ACLS using multiple lines for psql's \z. Brendan Jurd.Andrew Dunstan
2006-09-05Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane
2006-08-21Fix all known problems with pg_dump's handling of serial sequencesTom Lane
2005-11-21Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera
2005-08-04ALTER TABLE OWNER must change the ownership of the table's rowtype too.Tom Lane
2005-07-07Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane