aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/smgr/mm.c
Commit message (Expand)AuthorAge
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Error message editing in backend/storage.Tom Lane2003-07-24
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* Update copyright to 2002.Bruce Momjian2002-06-20
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-05
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-01
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-27
* Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt wasTom Lane2001-05-10
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Put external declarations into header files.Peter Eisentraut2000-11-21
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* Tweak smgrblindwrt per advice from Vadim: add parameter indicatingTom Lane2000-04-10
* Add:Bruce Momjian2000-01-26
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* A few further tweaks to shared memory space estimation.Tom Lane1999-03-06
* Repair some pretty serious problems in dynahash.c andTom Lane1999-02-22
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* rename MAIN_MEMORY to STABLE_MEMORY_STORAGEBruce Momjian1998-06-23
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-29
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Compile and warning cleanupBruce Momjian1996-11-08
* Clean up Makefile(s)Marc G. Fournier1996-11-03
* Remove include of machine.hMarc G. Fournier1996-08-27
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09