index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
/
Makefile
Age
Commit message (
Expand
)
Author
2025-02-02
Move CompareType to separate header file
Peter Eisentraut
2023-12-19
Simplify newNode() by removing special cases
Heikki Linnakangas
2023-11-06
Remove distprep
Peter Eisentraut
2023-03-22
Fix make maintainer-clean with queryjumblefuncs.*.c files in src/backend/nodes/
Michael Paquier
2023-01-21
Move queryjumble.c code to src/backend/nodes/
Michael Paquier
2022-12-09
Create infrastructure for "soft" error reporting.
Tom Lane
2022-11-16
Invent "multibitmapsets", and use them to speed up antijoin detection.
Tom Lane
2022-11-13
Make Bitmapsets be valid Nodes.
Tom Lane
2022-07-11
Rationalize order of input files for gen_node_support.pl.
Tom Lane
2022-07-09
Fix vpath build
Peter Eisentraut
2022-07-09
Automatically generate node support functions
Peter Eisentraut
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2016-02-12
Introduce extensible node types.
Robert Haas
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2008-02-19
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2007-01-20
Remove remains of old depend target.
Peter Eisentraut
2005-04-17
Initial implementation of lossy-tuple-bitmap data structures.
Tom Lane
2004-08-02
Allow DECLARE CURSOR to take parameters from the portal in which it is
Tom Lane
2004-01-07
Cleanup: move the 'Value' node into a separate file, rather than putting
Neil Conway
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-02-08
Replace planner's representation of relation sets, per pghackers discussion.
Tom Lane
2000-08-31
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-06-29
Remove freefuncs.c, which hasn't been used in a long time and is not
Tom Lane
2000-05-29
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
1999-12-13
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-09
Make LD -r as macros that can be changed for QNX.
Bruce Momjian
1999-02-23
Rearrange order of subdirectory creation to help generate parse.h
Thomas G. Lockhart
1999-02-06
New alloc set code using a memory block pool for small allocations.
Jan Wieck
1998-04-06
Hi,
Bruce Momjian
1997-12-20
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
Marc G. Fournier
1997-12-17
First pass through, of many to come, towards making the whole source
Marc G. Fournier
1996-11-06
Just a couple of small mods
Marc G. Fournier
1996-10-31
More Makefile cleanups
Marc G. Fournier
1996-10-27
Simplify make files, add full dependencies.
Bryan Henderson