This website requires JavaScript.
Explore
Help
Sign In
database
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
mirror of
https://github.com/postgres/postgres.git
synced
2025-07-02 09:02:37 +03:00
Code
Activity
Files
a25b94c080a644a66983bbcf82a4e358aa47b7df
postgres
/
src
/
backend
/
utils
/
cache
History
Tom Lane
a25b94c080
Create the pg_namespace system catalog. Doesn't do much yet, but it's
...
there and CREATE SCHEMA will make entries in it...
2002-03-22 21:34:44 +00:00
..
catcache.c
I've attached a patch which implements Bob Jenkin's hash function for
2002-03-06 20:49:46 +00:00
fcache.c
Privileges on functions and procedural languages
2002-02-18 23:11:58 +00:00
inval.c
Catcaches can now store negative entries as well as positive ones, to
2002-03-03 17:47:56 +00:00
lsyscache.c
A little further progress on schemas: push down RangeVars into
2002-03-22 02:56:37 +00:00
Makefile
Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo
2001-10-06 23:21:45 +00:00
relcache.c
Add DOMAIN support. Includes manual pages and regression tests, from
2002-03-19 02:18:25 +00:00
syscache.c
Create the pg_namespace system catalog. Doesn't do much yet, but it's
2002-03-22 21:34:44 +00:00
temprel.c
pgindent run. Make it all clean.
2001-03-22 04:01:46 +00:00