index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
/
Makefile
Age
Commit message (
Expand
)
Author
2023-03-21
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