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