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
/
mm.c
Commit message (
Expand
)
Author
Age
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
Error message editing in backend/storage.
Tom Lane
2003-07-24
*
Restructure local-buffer handling per recent pghackers discussion.
Tom Lane
2002-08-06
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
*
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
*
Further cleanup of dynahash.c API, in pursuit of portability and
Tom Lane
2001-10-05
*
Another round of cleanups for dynahash.c (maybe it's finally clean of
Tom Lane
2001-10-01
*
Implement new 'lightweight lock manager' that's intermediate between
Tom Lane
2001-09-29
*
Install infrastructure for shared-memory free space map. Doesn't actually
Tom Lane
2001-06-27
*
Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt was
Tom Lane
2001-05-10
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Put external declarations into header files.
Peter Eisentraut
2000-11-21
*
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-11-08
*
Tweak smgrblindwrt per advice from Vadim: add parameter indicating
Tom Lane
2000-04-10
*
Add:
Bruce Momjian
2000-01-26
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
A few further tweaks to shared memory space estimation.
Tom Lane
1999-03-06
*
Repair some pretty serious problems in dynahash.c and
Tom Lane
1999-02-22
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-09-01
*
heap_fetch requires buffer pointer, must be released; heap_getnext
Bruce Momjian
1998-08-19
*
rename MAIN_MEMORY to STABLE_MEMORY_STORAGE
Bruce Momjian
1998-06-23
*
Remove fork()/exec() and only do fork(). Small cleanups.
Bruce Momjian
1998-05-29
*
Inline memset() as MemSet().
Bruce Momjian
1997-09-18
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
*
Compile and warning cleanup
Bruce Momjian
1996-11-08
*
Clean up Makefile(s)
Marc G. Fournier
1996-11-03
*
Remove include of machine.h
Marc G. Fournier
1996-08-27
*
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier
1996-07-09