index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
/
namespace.c
Age
Commit message (
Expand
)
Author
2025-09-29
Fix StatisticsObjIsVisibleExt() for pg_temp.
Noah Misch
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2025-08-28
Avoid including commands/dbcommands.h in so many places
Álvaro Herrera
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-08
Fix search_path cache initialization.
Jeff Davis
2024-07-09
Fix missing invalidations for search_path cache.
Jeff Davis
2024-04-28
Fix duplicated consecutive words in comments
David Rowley
2024-03-05
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-02-06
Simplify initialization of incremental hash state
John Naylor
2024-01-19
Add optimized C string hashing
John Naylor
2024-01-04
Update copyright for 2024
Bruce Momjian
2024-01-02
Minor fixes for search path cache code.
Tom Lane
2024-01-02
Fix typos in comments and in one isolation test.
Robert Haas
2023-12-05
Optimize SearchPathCache by saving the last entry.
Jeff Davis
2023-11-20
Optimize check_search_path() by using SearchPathCache.
Jeff Davis
2023-11-20
Be more paranoid about OOM in search_path cache.
Jeff Davis
2023-11-15
Add cache for recomputeNamespacePath().
Jeff Davis
2023-10-14
Harden xxx_is_visible() functions against concurrent object drops.
Tom Lane
2023-08-23
Add const decorations
Peter Eisentraut
2023-08-09
Recalculate search_path after ALTER ROLE.
Jeff Davis
2023-08-01
Rename OverrideSearchPath to SearchPathMatcher.
Noah Misch
2023-08-01
Remove PushOverrideSearchPath() and PopOverrideSearchPath().
Noah Misch
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-08
Replace last PushOverrideSearchPath() call with set_config_option().
Noah Misch
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
Refactor ownercheck functions
Peter Eisentraut
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-05
Rename shadowed local variables
David Rowley
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-02-21
Fix temporary object cleanup failing due to toast access without snapshot.
Andres Freund
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-09-09
Remove Value node struct
Peter Eisentraut
2021-06-10
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-02
Fix some grammar and typos in comments and docs
Michael Paquier
2020-09-17
Remove support for postfix (right-unary) operators.
Tom Lane
2020-07-08
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-03-26
Improve performance of "simple expressions" in PL/pgSQL.
Tom Lane
2020-02-29
Avoid failure if autovacuum tries to access a just-dropped temp namespace.
Tom Lane
2020-01-15
Fix buggy logic in isTempNamespaceInUse()
Michael Paquier
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-08-05
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-07-16
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-08
Fix inconsistencies in the code
Michael Paquier
[next]