postgresql/src/backend/utils/adt
Tom Lane b12b7a9038 Change the notation for calling functions with named parameters from
"val AS name" to "name := val", as per recent discussion.

This patch catches everything in the original named-parameters patch,
but I'm not certain that no other dependencies snuck in later (grepping
the source tree for all uses of AS soon proved unworkable).

In passing I note that we've dropped the ball at least once on keeping
ecpg's lexer (as opposed to parser) in sync with the backend.  It would
be a good idea to go through all of pgc.l and see if it's in sync now.
I didn't attempt that at the moment.
2010-05-30 18:10:41 +00:00
..
Makefile Support window functions a la SQL:2008. 2008-12-28 18:54:01 +00:00
acl.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
array_userfuncs.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
arrayfuncs.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
arrayutils.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
ascii.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
bool.c Update copyright for the year 2010. 2010-01-02 16:58:17 +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 Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
date.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
datetime.c Adjust comments about avoiding use of printf's %.*s. 2010-05-09 02:16:00 +00:00
datum.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
dbsize.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
domains.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
encode.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
enum.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
float.c Insert a hack into get_float8_nan (both core and ecpg copies) to deal with 2010-02-27 21:53:21 +00:00
format_type.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
formatting.c Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works, 2010-04-07 21:41:53 +00:00
genfile.c Verify input in pg_read_file(). 2010-01-05 01:29:36 +00:00
geo_ops.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
geo_selfuncs.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
inet_net_ntop.c Fix another passel of include-file breakage. Kris Jurka, Tom Lane 2006-07-14 16:59:19 +00:00
inet_net_pton.c Fix another passel of include-file breakage. Kris Jurka, Tom Lane 2006-07-14 16:59:19 +00:00
int.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
int8.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
like.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
like_match.c Fix oversight in the previous patch that made LIKE throw error for \ at the 2010-05-28 18:18:19 +00:00
lockfuncs.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
mac.c Downgrade implicit casts to text to be assignment-only, except for the ones 2007-06-05 21:31:09 +00:00
misc.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
nabstime.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
name.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
network.c Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by 2009-10-08 04:46:21 +00:00
numeric.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
numutils.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
oid.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
oracle_compat.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
pg_locale.c Add comments about why we set LC_CTYPE in WIN32 for time when we don't 2010-04-26 14:17:52 +00:00
pg_lzcompress.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
pgstatfuncs.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
pseudotypes.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
quote.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
regexp.c Fix similar_escape() to convert parentheses to non-capturing style. 2010-01-02 20:59:16 +00:00
regproc.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
ri_triggers.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
rowtypes.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
ruleutils.c Change the notation for calling functions with named parameters from 2010-05-30 18:10:41 +00:00
selfuncs.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
tid.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
timestamp.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
trigfuncs.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsginidx.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsgistidx.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsquery.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsquery_cleanup.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsquery_gist.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsquery_op.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsquery_rewrite.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsquery_util.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsrank.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsvector.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsvector_op.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tsvector_parser.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
txid.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
uuid.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
varbit.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
varchar.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
varlena.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
version.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
windowfuncs.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
xid.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
xml.c Export xml.c's libxml-error-handling support so that contrib/xml2 can use it 2010-03-03 17:29:45 +00:00