index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
smgr
/
md.c
Commit message (
Expand
)
Author
Age
*
Restructure local-buffer handling per recent pghackers discussion.
Tom Lane
2002-08-06
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Commit to match discussed elog() changes. Only update is that LOG is
Bruce Momjian
2002-03-02
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of
Peter Eisentraut
2001-08-24
*
Install infrastructure for shared-memory free space map. Doesn't actually
Tom Lane
2001-06-27
*
Adjust WAL code so that checkpoints truncate the xlog at the previous
Tom Lane
2001-06-06
*
Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt was
Tom Lane
2001-05-10
*
_mdfd_getrelnfd() should include kernel error code in failure message.
Tom Lane
2001-04-02
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
No more #ifdef XLOG.
Vadim B. Mikheev
2000-11-30
*
pg_fsync is fsync in WAL version.
Vadim B. Mikheev
2000-11-10
*
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-11-08
*
WAL
Vadim B. Mikheev
2000-10-28
*
redo/undo support functions and cleanups.
Vadim B. Mikheev
2000-10-20
*
New file naming. Database OID is used as "tablespace" id and
Vadim B. Mikheev
2000-10-16
*
Revise aggregate functions per earlier discussions in pghackers.
Tom Lane
2000-07-17
*
Prevent creating a boatload of empty segments when md.c is asked to
Tom Lane
2000-07-10
*
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-06-28
*
Ensure that kernel error code is included in smgr-level error reports.
Tom Lane
2000-06-19
*
Remove NT-specific file open defines by defining our own open macros for
Bruce Momjian
2000-06-02
*
Create an fd.c entry point that is just like plain open(2) except that
Tom Lane
2000-06-02
*
Add some elog(DEBUG)'s to help diagnose mdblindwrt failures.
Tom Lane
2000-05-25
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Tweak smgrblindwrt per advice from Vadim: add parameter indicating
Tom Lane
2000-04-10
*
Buffer manager modifications to keep a local buffer-dirtied bit as well
Tom Lane
2000-04-09
*
Remove ugly call ImmediateSharedRelationCacheInvalidate()
Hiroshi Inoue
2000-02-07
*
Add:
Bruce Momjian
2000-01-26
*
Fixed everything in and surrounding createdb and dropdb to make it more
Peter Eisentraut
2000-01-13
*
Improve cache invalidation handling. Eespecially
Hiroshi Inoue
2000-01-10
*
Commit to make clearer distinction for temp names and real names.
Bruce Momjian
1999-11-16
*
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-07
*
Make it possible to execute crashed CREATE/DROP commands again.
Hiroshi Inoue
1999-11-04
*
Standardize on MAXPGPATH as the size of a file pathname buffer,
Tom Lane
1999-10-25
*
Improve the treatment of partial(incomplete) blocks of relation files.
Hiroshi Inoue
1999-10-06
*
Make tree compilable (+WAL).
Vadim B. Mikheev
1999-09-28
*
Several changes here, not very related but touching some of the same files.
Tom Lane
1999-09-24
*
Per Tatsuo's recommendation, change mdopen so that it won't
Tom Lane
1999-09-05
*
Repair a bunch of problems in md.c. This builds on Hiroshi's
Tom Lane
1999-09-02
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
*
Final cleanup.
Bruce Momjian
1999-07-16
*
Update #include cleanups
Bruce Momjian
1999-07-16
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
*
Patch to allow vacuum on multi-segment tables, from Hiroshi Inoue
Bruce Momjian
1999-06-18
*
Change mdtruncate to truncate and not unlink.
Bruce Momjian
1999-06-11
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
This is actually more of a fundamental problem with mdtruncate. It
Bruce Momjian
1999-05-17
[next]