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-11-12 05:01:15 +03:00
Code
Activity
Files
838fe25a9532ab2e9b9b7517fec94e804cf3da81
postgres
/
src
/
backend
/
utils
/
cache
History
Tom Lane
3114102521
Reimplement temp tables using schemas. The temp table map is history;
...
temp table entries in pg_class have the names the user would expect.
2002-03-31 06:26:32 +00:00
..
catcache.c
pg_class has a relnamespace column. You can create and access tables
2002-03-26 19:17:02 +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
pg_type has a typnamespace column; system now supports creating types
2002-03-29 19:06:29 +00:00
Makefile
Reimplement temp tables using schemas. The temp table map is history;
2002-03-31 06:26:32 +00:00
relcache.c
Reimplement temp tables using schemas. The temp table map is history;
2002-03-31 06:26:32 +00:00
syscache.c
Reimplement temp tables using schemas. The temp table map is history;
2002-03-31 06:26:32 +00:00