postgresql/src/backend/utils/adt
Tom Lane 11f7b29054 Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where
the grammar did not allow redundant parentheses around sub-selects.
Distinguish LIMIT ALL from LIMIT 0; make the latter behave as one would
expect.
2000-11-05 00:15:54 +00:00
..
acl.c Fix bug reported by bobson: aclinsert3 would delete the 'world' entry 2000-11-03 19:01:36 +00:00
arrayfuncs.c Ensure that values stored within arrays are not toasted, per 2000-07-27 03:50:52 +00:00
arrayutils.c Arrays are toastable. (At least if you initdb, which I didn't force.) 2000-07-22 03:34:43 +00:00
ascii.c Minor cleanup. 2000-10-25 19:36:03 +00:00
bool.c
cash.c More functions updated to new fmgr style --- money, name, tid datatypes. 2000-08-03 16:35:08 +00:00
char.c TOAST 2000-07-03 23:10:14 +00:00
date.c USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are 2000-10-29 13:17:34 +00:00
datetime.c USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are 2000-10-29 13:17:34 +00:00
datum.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
float.c Clean up bogosities in use of random(3) and srandom(3) --- do not assume 2000-08-07 00:51:42 +00:00
format_type.c Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> 2000-08-26 21:53:44 +00:00
formatting.c USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are 2000-10-29 13:17:34 +00:00
geo_ops.c Convert all remaining geometric operators to new fmgr style. This 2000-07-30 20:44:02 +00:00
geo_selfuncs.c PATH and POLYGON datatypes are now TOASTable. Associated functions 2000-07-29 18:46:12 +00:00
inet_net_ntop.c
inet_net_pton.c
int8.c Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxor 2000-10-24 20:16:48 +00:00
int.c Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxor 2000-10-24 20:16:48 +00:00
like.c Reimplement LIKE/ESCAPE as operators so that indexscan optimization 2000-09-15 18:45:31 +00:00
mac.c Add functions to convert to and from text, and to truncate to MAC OUI. 2000-08-23 06:04:49 +00:00
Makefile Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
misc.c Clean up bogosities in use of random(3) and srandom(3) --- do not assume 2000-08-07 00:51:42 +00:00
nabstime.c USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are 2000-10-29 13:17:34 +00:00
name.c Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. 2000-09-19 18:18:04 +00:00
network.c Disallow bits beyond the mask length for CIDR values, per discussion 2000-10-27 01:55:23 +00:00
not_in.c Fix misuse of StrNCpy to copy and add null to non-null-terminated data. 2000-07-07 21:12:53 +00:00
numeric.c Convert all remaining float4 and float8 functions to new fmgr style. 2000-08-01 18:29:35 +00:00
numutils.c Makeover for Unixware 7.1.1 2000-10-22 22:15:13 +00:00
oid.c Convert all remaining float4 and float8 functions to new fmgr style. 2000-08-01 18:29:35 +00:00
oracle_compat.c the patch include: 2000-09-25 12:58:47 +00:00
pg_locale.c * to_char: 2000-08-29 04:41:48 +00:00
pg_lzcompress.c New diff that now covers the entire tree. Applying this gets postgresql 2000-10-03 03:11:26 +00:00
quote.c Suppress compile warnings caused by failure to use PG_RETURN macro. 2000-09-12 19:39:42 +00:00
regexp.c Fix misuse of StrNCpy to copy and add null to non-null-terminated data. 2000-07-07 21:12:53 +00:00
regproc.c oidvectortypes: use SQL type names and separate by commas 2000-07-09 21:30:21 +00:00
ri_triggers.c When the RI triggers lock the PK table, temporarily switch the current user 2000-09-25 22:34:20 +00:00
ruleutils.c Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where 2000-11-05 00:15:54 +00:00
selfuncs.c Add proofreader's changes to docs. 2000-10-05 19:48:34 +00:00
sets.c SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
tid.c More functions updated to new fmgr style --- money, name, tid datatypes. 2000-08-03 16:35:08 +00:00
timestamp.c USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are 2000-10-29 13:17:34 +00:00
varbit.c Change the parser to convert SQL "position" and "substring" syntax to 2000-10-31 10:22:13 +00:00
varchar.c bpchar, varchar, bytea, numeric are toastable --- if you initdb, which 2000-07-29 03:26:51 +00:00
varlena.c bpchar, varchar, bytea, numeric are toastable --- if you initdb, which 2000-07-29 03:26:51 +00:00
version.c Functions on 'text' type updated to new fmgr style. 'text' is 2000-07-06 05:48:31 +00:00