summaryrefslogtreecommitdiff
path: root/src/backend/access/common/Makefile
AgeCommit message (Expand)Author
2024-03-21Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.Masahiko Sawada
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2020-07-29Move syncscan.c to src/backend/access/common.Thomas Munro
2019-12-18Refactor attribute mappings used in logical tuple conversionMichael Paquier
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-09-05Split tuptoaster.c into three separate files.Robert Haas
2019-01-21Introduce access/{table.h, relation.h}, for generic functions from heapam.h.Andres Freund
2017-09-15Add support for coordinating record typmods among parallel workers.Andres Freund
2017-02-08Add WAL consistency checking facility.Robert Haas
2017-01-24Add a new DestReceiver for printing tuples without catalog access.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-08-06Improve plpgsql's ability to cope with rowtypes containing dropped columns,Tom Lane
2008-02-19Remove another target I forgot during the refactoringPeter Eisentraut
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut
2007-01-20Remove remains of old depend target.Peter Eisentraut
2006-07-03Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane
2006-01-14Some minor code cleanup, falling out from the removal of rtree. SK_NEGATETom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-01-19Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut
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
1999-05-26Make functions static or NOT_USED as appropriate.Bruce Momjian
1998-07-26From: [email protected]Marc G. Fournier
1998-06-16Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian
1998-04-06Hi,Bruce Momjian
1998-01-15Thank god for searchable mail archives.PostgreSQL Daemon
1997-12-20Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier
1997-12-17Clean up the MakefilesMarc G. Fournier
1996-11-05Re-add -I../.. for fmgr.hMarc G. Fournier
1996-11-03Finish cleaning up -I linesMarc G. Fournier
1996-11-01More intelligent #include cleanups, as pointed out by Bryan...Marc G. Fournier
1996-10-31Well, normally there wouldn't be anything in -I../.., and in a minute, thereMarc G. Fournier
1996-10-31There is no -I../.. include files...Marc G. Fournier
1996-10-27Simplify make files, add full dependencies.Bryan Henderson