postgresql/src/backend/storage
Hiroshi Inoue 2e2189a568 Make it possible to execute crashed CREATE/DROP commands again.
Now indexes of pg_class and pg_type are unique indexes
and guarantee the uniqueness of correponding attributes.
heap_create() was changed to take another boolean parameter
which allows to postpone the creation of disk file.
The name of rd_nonameunlinked was changed to rd_unlinked.
It is used generally(not only for noname relations) now.
Requires initdb.
1999-11-04 08:01:09 +00:00
..
buffer XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. 1999-10-06 21:58:18 +00:00
file BufFileSeek's behavior at segment boundaries wasn't what 1999-10-19 02:34:45 +00:00
ipc Re-add mention of FAQ's for shared memory/ipc errors. 1999-10-10 16:53:51 +00:00
large_object Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend 1999-10-13 15:02:32 +00:00
lmgr I have created a small patch that makes possible to compile pgsql on newer 1999-10-12 14:54:28 +00:00
page Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where 1999-07-19 07:07:29 +00:00
smgr Make it possible to execute crashed CREATE/DROP commands again. 1999-11-04 08:01:09 +00:00
Makefile Hi, 1998-04-06 00:32:26 +00:00