summaryrefslogtreecommitdiff
path: root/src/backend/nodes/Makefile
AgeCommit message (Expand)Author
2023-03-21Fix make maintainer-clean with queryjumblefuncs.*.c files in src/backend/nodes/Michael Paquier
2023-01-21Move queryjumble.c code to src/backend/nodes/Michael Paquier
2022-12-09Create infrastructure for "soft" error reporting.Tom Lane
2022-11-16Invent "multibitmapsets", and use them to speed up antijoin detection.Tom Lane
2022-11-13Make Bitmapsets be valid Nodes.Tom Lane
2022-07-11Rationalize order of input files for gen_node_support.pl.Tom Lane
2022-07-09Fix vpath buildPeter Eisentraut
2022-07-09Automatically generate node support functionsPeter Eisentraut
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2016-02-12Introduce extensible node types.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
2005-04-17Initial implementation of lossy-tuple-bitmap data structures.Tom Lane
2004-08-02Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane
2004-01-07Cleanup: move the 'Value' node into a separate file, rather than puttingNeil Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-02-08Replace planner's representation of relation sets, per pghackers discussion.Tom Lane
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-06-29Remove freefuncs.c, which hasn't been used in a long time and is notTom 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
1999-02-23Rearrange order of subdirectory creation to help generate parse.hThomas G. Lockhart
1999-02-06New alloc set code using a memory block pool for small allocations.Jan Wieck
1998-04-06Hi,Bruce Momjian
1997-12-20Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier
1997-12-17First pass through, of many to come, towards making the whole sourceMarc G. Fournier
1996-11-06Just a couple of small modsMarc G. Fournier
1996-10-31More Makefile cleanupsMarc G. Fournier
1996-10-27Simplify make files, add full dependencies.Bryan Henderson