summaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/Makefile
AgeCommit message (Expand)Author
2024-04-07Introduce a bump memory allocatorDavid Rowley
2022-12-22Add palloc_aligned() to allow aligned memory allocationsDavid Rowley
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2017-11-22Generational memory allocatorSimon Riggs
2017-02-27Add "Slab" MemoryContext implementation for efficient equal-sized allocations.Andres Freund
2017-02-27Make useful infrastructure from aset.c generally available.Andres Freund
2016-12-02Introduce dynamic shared memory areas.Robert Haas
2016-12-02Management of free memory pages.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut
2007-01-20Remove remains of old depend target.Peter Eisentraut
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-06-28First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
1999-12-13New LDOUT makefile variable for QNX os.Bruce Momjian
1999-12-09Make LD -r as macros that can be changed for QNX.Bruce Momjian
1998-04-06Hi,Bruce Momjian
1997-12-20Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier
1997-12-19More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier
1996-11-09Makefile cleanup after reorganizationBruce Momjian
1996-10-27Simplify make files, add full dependencies.Bryan Henderson