postgresql/src/include/utils
Tom Lane 8d8bf12760 Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag
and rely exclusively on the SQL type system to tell the difference between
the types.  Prevent creation of invalid CIDR values via casting from INET
or set_masklen() --- both of these operations now silently zero any bits
to the right of the netmask.  Remove duplicate CIDR comparison operators,
letting the type rely on the INET operators instead.
2006-01-26 02:35:51 +00:00
..
acl.h Add GRANT ON SEQUENCE syntax to support sequence-only permissions. 2006-01-21 02:16:21 +00:00
array.h Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
ascii.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
builtins.h Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag 2006-01-26 02:35:51 +00:00
cash.h Create a 'type cache' that keeps track of the data needed for any particular 2003-08-17 19:58:06 +00:00
catcache.h Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
date.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
datetime.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
datum.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
dynahash.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
dynamic_loader.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
elog.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
errcodes.h Code review for escape-strings patch. Sync psql and plpgsql lexers 2005-06-26 19:16:07 +00:00
flatfiles.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
fmgrtab.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
formatting.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
geo_decls.h R-tree is dead ... long live GiST. 2005-11-07 17:36:47 +00:00
guc.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
guc_tables.h Integrate autovacuum functionality into the backend. There's still a 2005-07-14 05:13:45 +00:00
help_config.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
hsearch.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
inet.h Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag 2006-01-26 02:35:51 +00:00
int8.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
inval.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
logtape.h Improve trace_sort code to also show the total memory or disk space used. 2005-10-18 22:59:37 +00:00
lsyscache.h Implement SQL-compliant treatment of row comparisons for < <= > >= cases 2005-12-28 01:30:02 +00:00
memutils.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nabstime.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
numeric.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
palloc.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
pg_crc.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
pg_locale.h Arrange to set the LC_XXX environment variables to match our locale 2005-12-28 23:22:51 +00:00
pg_lzcompress.h Add parentheses to macros when args are used in computations. Without 2005-05-25 21:40:43 +00:00
pg_rusage.h Separate out the VacRUsage stuff as an independent module, in preparation 2005-10-03 22:52:26 +00:00
portal.h Add a new system view, pg_cursors, that displays the currently available 2006-01-18 06:49:30 +00:00
ps_status.h Repair an error introduced by log_line_prefix patch: it is not acceptable 2005-11-05 03:04:53 +00:00
rel.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
relcache.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
resowner.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
selfuncs.h Add selectivity-calculation code for RowCompareExpr nodes. Simplistic, 2006-01-14 00:14:12 +00:00
syscache.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
timestamp.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
tqual.h Change seqscan logic so that we check visibility of all tuples on a page 2005-11-26 03:03:07 +00:00
tuplesort.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
tuplestore.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
typcache.h Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
varbit.h I have added these macros to c.h: 2005-12-25 02:14:19 +00:00