summaryrefslogtreecommitdiff
path: root/src/backend/catalog
AgeCommit message (Expand)Author
2015-05-24Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType.Tom Lane
2015-03-05Fix user mapping object descriptionAlvaro Herrera
2014-07-15Fix REASSIGN OWNED for text search objectsAlvaro Herrera
2014-06-04Fix longstanding bug in HeapTupleSatisfiesVacuum().Andres Freund
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2014-02-17Avoid repeated name lookups during table and index DDL.Robert Haas
2014-02-17Prevent privilege escalation in explicit calls to PL validators.Noah Misch
2013-11-06Prevent creating window functions with default arguments.Tom Lane
2013-09-03Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.Tom Lane
2013-06-09Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE permissions.Tom Lane
2013-01-28DROP OWNED: don't try to drop tablespaces/databasesAlvaro Herrera
2012-12-10Update minimum recovery point on truncation.Heikki Linnakangas
2012-11-29Fix assorted bugs in CREATE INDEX CONCURRENTLY.Tom Lane
2012-10-03REASSIGN OWNED: consider grants on tablespaces, tooAlvaro Herrera
2012-02-22REASSIGN OWNED: Support foreign data wrappers and serversAlvaro Herrera
2011-12-20Avoid crashing when we have problems unlinking files post-commit.Tom Lane
2011-10-14Fix bugs in information_schema.referential_constraints view.Tom Lane
2011-10-03ProcedureCreate neglected to record dependencies on default expressions.Tom Lane
2011-06-13Fix aboriginal copy-paste mistake in error messageAlvaro Herrera
2011-04-20Fix use of incorrect constant RemoveRoleFromObjectACL.Robert Haas
2011-04-20Fix bugs in indexing of in-doubt HOT-updated tuples.Tom Lane
2011-04-20Set indcheckxmin true when REINDEX fixes an invalid or not-ready index.Tom Lane
2011-04-19Avoid changing an index's indcheckxmin horizon during REINDEX.Tom Lane
2011-04-19Revert "Prevent incorrect updates of pg_index while reindexing pg_index itself."Tom Lane
2011-04-15Prevent incorrect updates of pg_index while reindexing pg_index itself.Tom Lane
2011-03-28Prevent a rowtype from being included in itself.Tom Lane
2011-02-15Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.Tom Lane
2011-01-20Make ALTER TABLE revalidate uniqueness and exclusion constraints.Robert Haas
2010-11-12Add missing support for removing foreign data wrapper / server privilegesHeikki Linnakangas
2010-11-02Ensure an index that uses a whole-row Var still depends on its table.Tom Lane
2010-10-20Remove obsolete comment, per Josh Kupershmidt.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-08-26Improve wording for privilege description on certain failure messages; theAlvaro Herrera
2010-08-13Fix Assert failure in PushOverrideSearchPath when trying to restore a searchTom Lane
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-07-03Allow REASSIGNED OWNED to handle opclasses and opfamilies.Robert Haas
2010-06-13Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.Robert Haas
2010-06-09Remove stray word from comment.Robert Haas
2010-05-13Fix vpath installation from distribution tarball (bug #5447)Peter Eisentraut
2010-05-11Set per-function GUC settings during validating the function.Itagaki Takahiro
2010-04-28Modify information_schema._pg_keysequal() to avoid search path risk whenTom Lane
2010-04-26Reorder pg_stat_activity columns to be more consistent, using layoutBruce Momjian
2010-04-20Arrange for client authentication to occur before we select a specificTom Lane
2010-04-15Update XML features listPeter Eisentraut
2010-04-05Arrange to remove pg_default_acl entries completely if their ACL settingTom Lane
2010-04-05Fix updateAclDependencies() to not assume that ACL role dependencies can onlyTom Lane
2010-03-25Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera
2010-03-19Modify error context callback functions to not assume that they can fetchTom Lane
2010-03-06Fix warning messages in restrict_and_check_grant() to include the column nameTom Lane
2010-02-26pgindent run for 9.0Bruce Momjian