summaryrefslogtreecommitdiff
path: root/src/backend/catalog
AgeCommit message (Expand)Author
2023-01-19Keep perl style checker happyAndrew Dunstan
2023-01-19Fix searchpath for modern Perl for genbki.plAndrew Dunstan
2018-08-03Add table relcache invalidation to index builds.Peter Geoghegan
2018-05-24Properly schema-qualify additional object types in getObjectDescription().Tom Lane
2018-04-11Do not select new object OIDs that match recently-dead entries.Tom Lane
2018-03-23Fix make rules that generate multiple output files.Tom Lane
2018-03-01Use ereport not elog for some corrupt-HOT-chain reports.Tom Lane
2017-10-27Rethink the dependencies recorded for FieldSelect/FieldStore nodes.Tom Lane
2017-10-23Fix some oversights in expression dependency recording.Tom Lane
2017-08-15Include foreign tables in information_schema.table_privilegesPeter Eisentraut
2017-08-07Again match pg_user_mappings to information_schema.user_mapping_options.Noah Misch
2017-05-26Move autogenerated array types out of the way during ALTER ... RENAME.Tom Lane
2017-05-08Match pg_user_mappings limits to information_schema.user_mapping_options.Noah Misch
2016-12-08Log the creation of an init fork unconditionally.Robert Haas
2016-11-26Fix test about ignoring extension dependencies during extension scripts.Tom Lane
2016-10-13Fix another bug in merging of inherited CHECK constraints.Tom Lane
2016-10-08Fix two bugs in merging of inherited CHECK constraints.Tom Lane
2016-06-13Fix multiple minor infelicities in aclchk.c error reports.Tom Lane
2016-05-06Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.Tom Lane
2015-12-21Rework internals of changing a type's ownershipAlvaro Herrera
2015-12-11For REASSIGN OWNED for foreign user mappingsAlvaro Herrera
2015-05-24Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType.Tom Lane
2015-03-05Fix user mapping object descriptionAlvaro Herrera
2015-03-03Add comment for "is_internal" parameterAlvaro Herrera
2015-02-18Fix object identities for pg_conversion objectsAlvaro Herrera
2014-11-11Fix dependency searching for case where column is visited before table.Tom Lane
2014-08-11Fix failure to follow the directions when "init" fork was added.Fujii Masao
2014-08-07pg_upgrade: prevent oid conflicts with new-cluster TOAST tablesBruce Momjian
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-04-16Fix object identities for text search objectsAlvaro Herrera
2014-03-17During index build, check and elog (not just Assert) for broken HOT chain.Tom Lane
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
2014-01-10Accept pg_upgraded tuples during multixact freezingAlvaro Herrera
2013-12-20Avoid useless palloc during transaction commitAlvaro Herrera
2013-09-03Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.Tom Lane
2013-07-05Update messages, comments and documentation for materialized views.Noah Misch
2013-06-12Improve updatability checking for views and foreign tables.Tom Lane
2013-06-09Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE permissions.Tom Lane
2013-06-05Update SQL features listPeter Eisentraut
2013-06-03Put back allow_system_table_mods check in heap_create().Heikki Linnakangas
2013-05-30Remove whitespace from end of linesPeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-06Move materialized views' is-populated status into their pg_class entries.Tom Lane
2013-04-20Clean up references to SQL92Peter Eisentraut
2013-04-12sepgsql: Enforce db_procedure:{execute} permission.Robert Haas
2013-04-12Minor wording corrections for object-access hook stuff.Robert Haas
2013-04-11Fix confusion between ObjectType and ObjectClassAlvaro Herrera