summaryrefslogtreecommitdiff
path: root/src/backend/nodes/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Fix make maintainer-clean with queryjumblefuncs.*.c files in src/backend/nodes/Michael Paquier2023-03-221-1/+2
* Move queryjumble.c code to src/backend/nodes/Michael Paquier2023-01-211-0/+1
* Create infrastructure for "soft" error reporting.Tom Lane2022-12-091-0/+1
* Invent "multibitmapsets", and use them to speed up antijoin detection.Tom Lane2022-11-161-0/+1
* Make Bitmapsets be valid Nodes.Tom Lane2022-11-131-0/+1
* Rationalize order of input files for gen_node_support.pl.Tom Lane2022-07-111-12/+16
* Fix vpath buildPeter Eisentraut2022-07-091-0/+2
* Automatically generate node support functionsPeter Eisentraut2022-07-091-0/+59
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-3/+16
* Introduce extensible node types.Robert Haas2016-02-121-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-8/+2
* Remove remains of old depend target.Peter Eisentraut2007-01-201-8/+1
* Initial implementation of lossy-tuple-bitmap data structures.Tom Lane2005-04-171-2/+2
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-021-2/+2
* Cleanup: move the 'Value' node into a separate file, rather than puttingNeil Conway2004-01-071-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-081-2/+2
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-3/+4
* Remove freefuncs.c, which hasn't been used in a long time and is notTom Lane2000-06-291-5/+4
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-10/+3
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* Rearrange order of subdirectory creation to help generate parse.hThomas G. Lockhart1999-02-231-2/+7
* New alloc set code using a memory block pool for small allocations.Jan Wieck1999-02-061-3/+3
* Hi,Bruce Momjian1998-04-061-5/+3
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* First pass through, of many to come, towards making the whole sourceMarc G. Fournier1997-12-171-4/+6
* Just a couple of small modsMarc G. Fournier1996-11-061-2/+3
* More Makefile cleanupsMarc G. Fournier1996-10-311-4/+2
* Simplify make files, add full dependencies.Bryan Henderson1996-10-271-0/+39