summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/Makefile
AgeCommit message (Expand)Author
2025-04-02Change SQL-language functions to use the plan cache.Tom Lane
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2018-04-15Reorganize partitioning codeAlvaro Herrera
2013-07-22Add infrastructure for mapping relfilenodes to relation OIDs.Robert Haas
2012-07-20Make new event trigger facility actually do something.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-07Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane
2010-01-22Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas
2010-01-05Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane
2007-03-13First phase of plan-invalidation project: create a plan cache managementTom Lane
2007-01-20Remove remains of old depend target.Peter Eisentraut
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-17Create a 'type cache' that keeps track of the data needed for any particularTom Lane
2002-12-13Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane
2002-03-31Reimplement temp tables using schemas. The temp table map is history;Tom Lane
2001-10-06Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane
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
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-02-02Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian
1998-08-24o note that now pg_database has a new attribuite "encoding" evenBruce Momjian
1998-07-26From: [email protected]Marc G. Fournier
1998-07-24I really hope that I haven't missed anything in this one...Marc G. Fournier
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-06Another directory that compiles with no errors, and few warningsMarc G. Fournier
1996-11-03Produce a clean compile of backend...Marc G. Fournier
1996-10-27Simplify make files, add full dependencies.Bryan Henderson