postgresql/src/include/nodes
Tom Lane 717fa274d1 Support use of function argument names to identify which actual arguments
match which function parameters.  The syntax uses AS, for example
	funcname(value AS arg1, anothervalue AS arg2)

Pavel Stehule
2009-10-08 02:39:25 +00:00
..
bitmapset.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
execnodes.h Replace the array-style TupleTable data structure with a simple List of 2009-09-27 20:09:58 +00:00
makefuncs.h Make backend header files C++ safe 2009-07-16 06:33:46 +00:00
memnodes.h Make backend header files C++ safe 2009-07-16 06:33:46 +00:00
nodeFuncs.h 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
nodes.h Support use of function argument names to identify which actual arguments 2009-10-08 02:39:25 +00:00
params.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
parsenodes.h Make it possibly to specify GUC params per user and per database. 2009-10-07 22:14:26 +00:00
pg_list.h 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
plannodes.h 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
primnodes.h Support use of function argument names to identify which actual arguments 2009-10-08 02:39:25 +00:00
print.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
readfuncs.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
relation.h Implement "join removal" for cases where the inner side of a left join 2009-09-17 20:49:29 +00:00
tidbitmap.h 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
value.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00