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
59c016aa9f490b533621ab26a98de02cf0ab7e31
postgres
/
src
/
backend
/
utils
/
cache
History
Tom Lane
59c016aa9f
Pass the type OID as the typioparam for all non-array types, rather than
...
only composite types as we did in 8.0. Per discussion with Martijn van Oosterhout.
2005-08-12 21:49:47 +00:00
..
catcache.c
Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that the
2005-08-08 19:17:23 +00:00
inval.c
Two-phase commit. Original patch by Heikki Linnakangas, with additional
2005-06-17 22:32:51 +00:00
lsyscache.c
Pass the type OID as the typioparam for all non-array types, rather than
2005-08-12 21:49:47 +00:00
Makefile
$Header: -> $PostgreSQL Changes ...
2003-11-29 19:52:15 +00:00
relcache.c
Solve the problem of OID collisions by probing for duplicate OIDs
2005-08-12 01:36:05 +00:00
syscache.c
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
2005-06-28 05:09:14 +00:00
typcache.c
Modify hash_search() API to prevent future occurrences of the error
2005-05-29 04:23:07 +00:00