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