postgresql/src/backend/utils/adt
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
..
acl.c Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust 2009-10-05 19:24:49 +00:00
array_userfuncs.c In a non-hashed Agg node, reset the "aggcontext" at group boundaries, instead 2009-07-23 20:45:27 +00:00
arrayfuncs.c Tigthen binary receive functions so that they reject values that the text 2009-09-04 11:20:23 +00:00
arrayutils.c
ascii.c
bool.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
cash.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
char.c
date.c Tigthen binary receive functions so that they reject values that the text 2009-09-04 11:20:23 +00:00
datetime.c Fix overflow for INTERVAL 'x ms' where x is more than a couple million, 2009-08-18 21:23:14 +00:00
datum.c
dbsize.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
domains.c Fix/improve bytea and boolean support in PL/Python 2009-09-09 19:00:09 +00:00
encode.c Remove duplicate variable initializations identified by clang static checker. 2009-08-30 16:53:31 +00:00
enum.c
float.c Increase the maximum value of extra_float_digits to 3, and have pg_dump 2009-09-11 19:17:04 +00:00
format_type.c
formatting.c Refactor NUM_cache_remove calls in error report path to a PG_TRY block. 2009-08-10 20:16:05 +00:00
genfile.c
geo_ops.c Increase the maximum value of extra_float_digits to 3, and have pg_dump 2009-09-11 19:17:04 +00:00
geo_selfuncs.c
inet_net_ntop.c
inet_net_pton.c
int8.c Install a workaround for a longstanding gcc bug that allows SIGFPE traps 2009-09-03 18:48:14 +00:00
int.c Tigthen binary receive functions so that they reject values that the text 2009-09-04 11:20:23 +00:00
like_match.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
like.c
lockfuncs.c
mac.c
Makefile
misc.c Tweak the core scanner so that it can be used by plpgsql too. 2009-07-14 20:24:10 +00:00
nabstime.c Tigthen binary receive functions so that they reject values that the text 2009-09-04 11:20:23 +00:00
name.c
network.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
numeric.c Support EEEE (scientific notation) in to_char(). 2009-08-10 18:29:27 +00:00
numutils.c
oid.c Tigthen binary receive functions so that they reject values that the text 2009-09-04 11:20:23 +00:00
oracle_compat.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
pg_locale.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
pg_lzcompress.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
pgstatfuncs.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
pseudotypes.c
quote.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
regexp.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
regproc.c Support use of function argument names to identify which actual arguments 2009-10-08 02:39:25 +00:00
ri_triggers.c Improve unique-constraint-violation error messages to include the exact 2009-08-01 19:59:41 +00:00
rowtypes.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
ruleutils.c Support use of function argument names to identify which actual arguments 2009-10-08 02:39:25 +00:00
selfuncs.c Support hex-string input and output for type BYTEA. 2009-08-04 16:08:37 +00:00
tid.c
timestamp.c Tigthen binary receive functions so that they reject values that the text 2009-09-04 11:20:23 +00:00
trigfuncs.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
tsginidx.c Make backend header files C++ safe 2009-07-16 06:33:46 +00:00
tsgistidx.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
tsquery_cleanup.c Make backend header files C++ safe 2009-07-16 06:33:46 +00:00
tsquery_gist.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
tsquery_op.c Make backend header files C++ safe 2009-07-16 06:33:46 +00:00
tsquery_rewrite.c Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 by 2009-07-28 09:31:55 +00:00
tsquery_util.c Make backend header files C++ safe 2009-07-16 06:33:46 +00:00
tsquery.c Make backend header files C++ safe 2009-07-16 06:33:46 +00:00
tsrank.c Make backend header files C++ safe 2009-07-16 06:33:46 +00:00
tsvector_op.c Make backend header files C++ safe 2009-07-16 06:33:46 +00:00
tsvector_parser.c
tsvector.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
txid.c
uuid.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
varbit.c
varchar.c Alter some gratuitous uses of "ANSI" when "SQL standard" might have been 2009-07-11 21:15:32 +00:00
varlena.c Support hex-string input and output for type BYTEA. 2009-08-04 16:08:37 +00:00
version.c
windowfuncs.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
xid.c
xml.c Fix encoding handling in xml binary input function. If the XML header didn't 2009-09-04 10:49:29 +00:00