summaryrefslogtreecommitdiff
path: root/src/backend/catalog/namespace.c
AgeCommit message (Expand)Author
2025-09-29Fix StatisticsObjIsVisibleExt() for pg_temp.Noah Misch
2025-09-16Provide more-specific error details/hints for function lookup failures.Tom Lane
2025-08-28Avoid including commands/dbcommands.h in so many placesÁlvaro Herrera
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-08Fix search_path cache initialization.Jeff Davis
2024-07-09Fix missing invalidations for search_path cache.Jeff Davis
2024-04-28Fix duplicated consecutive words in commentsDavid Rowley
2024-03-05Fix search_path to a safe value during maintenance operations.Jeff Davis
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-03-03Redefine backend ID to be an index into the proc arrayHeikki Linnakangas
2024-02-06Simplify initialization of incremental hash stateJohn Naylor
2024-01-19Add optimized C string hashingJohn Naylor
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-02Minor fixes for search path cache code.Tom Lane
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2023-12-05Optimize SearchPathCache by saving the last entry.Jeff Davis
2023-11-20Optimize check_search_path() by using SearchPathCache.Jeff Davis
2023-11-20Be more paranoid about OOM in search_path cache.Jeff Davis
2023-11-15Add cache for recomputeNamespacePath().Jeff Davis
2023-10-14Harden xxx_is_visible() functions against concurrent object drops.Tom Lane
2023-08-23Add const decorationsPeter Eisentraut
2023-08-09Recalculate search_path after ALTER ROLE.Jeff Davis
2023-08-01Rename OverrideSearchPath to SearchPathMatcher.Noah Misch
2023-08-01Remove PushOverrideSearchPath() and PopOverrideSearchPath().Noah Misch
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-08Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-11-13Refactor ownercheck functionsPeter Eisentraut
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-10-05Rename shadowed local variablesDavid Rowley
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-02-21Fix temporary object cleanup failing due to toast access without snapshot.Andres Freund
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-09Remove Value node structPeter Eisentraut
2021-06-10Reconsider the handling of procedure OUT parameters.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-09-17Remove support for postfix (right-unary) operators.Tom Lane
2020-07-08code: replace 'master' with 'primary' where appropriate.Andres Freund
2020-03-26Improve performance of "simple expressions" in PL/pgSQL.Tom Lane
2020-02-29Avoid failure if autovacuum tries to access a just-dropped temp namespace.Tom Lane
2020-01-15Fix buggy logic in isTempNamespaceInUse()Michael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-08-05Require the schema qualification in pg_temp.type_name(arg).Noah Misch
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-07-08Fix inconsistencies in the codeMichael Paquier