postgresql/src/backend/utils/adt
Tom Lane 6c96188cb5 Remove the 'not in' operator (!!=). This was a hangover from Berkeley
days that was obsolete the moment we had IN (SELECT ...) capability.
It's arguably a security hole since it applied no permissions check to
the table it searched, and since it was never documented anywhere,
removing it seems more appropriate than fixing it.
2007-08-27 01:39:25 +00:00
..
acl.c
array_userfuncs.c
arrayfuncs.c
arrayutils.c Tweak the API for per-datatype typmodin functions so that they are passed 2007-06-15 20:56:52 +00:00
ascii.c
bool.c Downgrade implicit casts to text to be assignment-only, except for the ones 2007-06-05 21:31:09 +00:00
cash.c Fix cash_mul_int4 and cash_div_int4 for overenthusiastic substitution 2007-08-21 03:56:07 +00:00
char.c
date.c Switch over to using the src/timezone functions for formatting timestamps 2007-08-04 01:26:54 +00:00
datetime.c Switch over to using the src/timezone functions for formatting timestamps 2007-08-04 01:26:54 +00:00
datum.c
dbsize.c Restrict pg_relation_size to relation owner, pg_database_size to DB owner, 2007-08-27 01:19:14 +00:00
domains.c
encode.c
enum.c Downgrade implicit casts to text to be assignment-only, except for the ones 2007-06-05 21:31:09 +00:00
float.c Downgrade implicit casts to text to be assignment-only, except for the ones 2007-06-05 21:31:09 +00:00
format_type.c
formatting.c Switch over to using the src/timezone functions for formatting timestamps 2007-08-04 01:26:54 +00:00
genfile.c
geo_ops.c
geo_selfuncs.c
inet_net_ntop.c
inet_net_pton.c
int8.c Downgrade implicit casts to text to be assignment-only, except for the ones 2007-06-05 21:31:09 +00:00
int.c Downgrade implicit casts to text to be assignment-only, except for the ones 2007-06-05 21:31:09 +00:00
like_match.c Improve efficiency of LIKE/ILIKE code, especially for multi-byte charsets, 2007-06-02 02:03:42 +00:00
like.c Improve efficiency of LIKE/ILIKE code, especially for multi-byte charsets, 2007-06-02 02:03:42 +00:00
lockfuncs.c
mac.c Downgrade implicit casts to text to be assignment-only, except for the ones 2007-06-05 21:31:09 +00:00
Makefile Remove the 'not in' operator (!!=). This was a hangover from Berkeley 2007-08-27 01:39:25 +00:00
misc.c Provide for logfiles in machine readable CSV format. In consequence, rename 2007-08-19 01:41:25 +00:00
nabstime.c Switch over to using the src/timezone functions for formatting timestamps 2007-08-04 01:26:54 +00:00
name.c
network.c Downgrade implicit casts to text to be assignment-only, except for the ones 2007-06-05 21:31:09 +00:00
numeric.c Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing 2007-07-09 16:13:57 +00:00
numutils.c
oid.c Downgrade implicit casts to text to be assignment-only, except for the ones 2007-06-05 21:31:09 +00:00
oracle_compat.c
pg_locale.c
pg_lzcompress.c Fix up bad layout of some comments (probably pg_indent's fault), and 2007-08-04 21:53:00 +00:00
pgstatfuncs.c Implement "distributed" checkpoints in which the checkpoint I/O is spread 2007-06-28 00:02:40 +00:00
pseudotypes.c Fix up text concatenation so that it accepts all the reasonable cases that 2007-06-06 23:00:50 +00:00
quote.c
regexp.c Avoid memory leakage across successive calls of regexp_matches() or 2007-08-11 19:16:41 +00:00
regproc.c Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
ri_triggers.c Repair problems occurring when multiple RI updates have to be done to the same 2007-08-15 19:15:47 +00:00
rowtypes.c
ruleutils.c Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, 2007-07-17 05:02:03 +00:00
selfuncs.c Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
tid.c Make currtid() functions require SELECT privileges on the target table. 2007-08-27 00:57:36 +00:00
timestamp.c Switch over to using the src/timezone functions for formatting timestamps 2007-08-04 01:26:54 +00:00
tsginidx.c Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
tsgistidx.c Remove extraneous semicolon --- buildfarm member bear, for one, 2007-08-21 06:34:42 +00:00
tsquery_cleanup.c Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
tsquery_gist.c Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
tsquery_op.c Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
tsquery_rewrite.c Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
tsquery_util.c Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
tsquery.c Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
tsrank.c Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
tsvector_op.c Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
tsvector.c Fix a small 64-bit problem in tsearch patch. 2007-08-21 01:45:33 +00:00
uuid.c Downgrade implicit casts to text to be assignment-only, except for the ones 2007-06-05 21:31:09 +00:00
varbit.c Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the 2007-08-21 02:40:06 +00:00
varchar.c Tweak the API for per-datatype typmodin functions so that they are passed 2007-06-15 20:56:52 +00:00
varlena.c Make replace(), split_part(), and string_to_array() behave somewhat sanely 2007-07-19 20:34:20 +00:00
version.c
xid.c
xml.c Fix map_sql_typecoll_to_xmlschema_types() to not fail on dropped 2007-07-13 03:43:23 +00:00