postgresql/src/backend/utils/adt
Tom Lane 4c2777d0b7 Change get_variable_numdistinct's API to flag default estimates explicitly.
Formerly, callers tested for DEFAULT_NUM_DISTINCT, which had the problem
that a perfectly solid estimate might be mistaken for a content-free
default.
2011-09-04 15:41:49 -04:00
..
Makefile When reporting the server as not responding, if the hostname was 2010-11-24 17:04:19 -05:00
acl.c Revise sinval code to remove no-longer-used tuple TID from inval messages. 2011-08-16 19:27:46 -04:00
array_userfuncs.c Fix array- and path-creating functions to ensure padding bytes are zeroes. 2011-04-27 13:58:36 -04:00
arrayfuncs.c Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
arrayutils.c Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays. 2011-01-09 13:09:07 -05:00
ascii.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
bool.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
cash.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
char.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
date.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
datetime.c Fix parsing of time string followed by yesterday/today/tomorrow. 2011-08-30 11:38:42 -04:00
datum.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
dbsize.c Rewrite pg_size_pretty() to avoid compiler bug. 2011-04-29 01:45:58 -04:00
domains.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
encode.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
enum.c Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
float.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
format_type.c Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking printf type functions. 2011-04-28 10:56:14 -04:00
formatting.c Fix char2wchar/wchar2char to support collations properly. 2011-04-23 12:35:41 -04:00
genfile.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
geo_ops.c Fix array- and path-creating functions to ensure padding bytes are zeroes. 2011-04-27 13:58:36 -04:00
geo_selfuncs.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
inet_cidr_ntop.c When reporting the server as not responding, if the hostname was 2010-11-24 17:04:19 -05:00
inet_net_pton.c Add C comment about needed include. 2011-09-01 12:53:45 -04:00
int.c Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
int8.c Add overflow checks to int4 and int8 versions of generate_series(). 2011-06-17 14:28:45 -04:00
like.c Pass collations to functions in FunctionCallInfoData, not FmgrInfo. 2011-04-12 19:19:24 -04:00
like_match.c Fix ILIKE to honor collation when working in single-byte encodings. 2011-04-09 17:12:39 -04:00
lockfuncs.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
mac.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
misc.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
nabstime.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
name.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
network.c Use clearer notation for getnameinfo() return handling 2011-08-09 18:30:32 +03:00
numeric.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
numutils.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
oid.c Pass collations to functions in FunctionCallInfoData, not FmgrInfo. 2011-04-12 19:19:24 -04:00
oracle_compat.c Per-column collation support 2011-02-08 23:04:18 +02:00
pg_locale.c setlocale() on Windows doesn't work correctly if the locale name contains 2011-09-01 11:08:32 +03:00
pg_lzcompress.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pgstatfuncs.c Use clearer notation for getnameinfo() return handling 2011-08-09 18:30:32 +03:00
pseudotypes.c Allow binary I/O of type "void". 2011-02-22 13:08:22 -05:00
quote.c Add PL/Python functions for quoting strings 2011-02-22 23:41:23 +02:00
regexp.c Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
regproc.c Try to acquire relation locks in RangeVarGetRelid. 2011-07-08 22:19:30 -04:00
ri_triggers.c Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
rowtypes.c Pass collations to functions in FunctionCallInfoData, not FmgrInfo. 2011-04-12 19:19:24 -04:00
ruleutils.c Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
selfuncs.c Change get_variable_numdistinct's API to flag default estimates explicitly. 2011-09-04 15:41:49 -04:00
tid.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
timestamp.c Use macros for time-based constants, rather than constants. 2011-03-12 09:35:56 -05:00
trigfuncs.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
tsginidx.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
tsgistidx.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
tsquery.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
tsquery_cleanup.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
tsquery_gist.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
tsquery_op.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
tsquery_rewrite.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
tsquery_util.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
tsrank.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
tsvector.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
tsvector_op.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
tsvector_parser.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
txid.c Add C comment that txid_current() assigns an XID if one is not already 2011-07-11 20:33:07 -04:00
uuid.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
varbit.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
varchar.c Add notion of a "transform function" that can simplify function calls. 2011-06-21 22:21:24 -04:00
varlena.c Fix concat_ws() to not insert a separator after leading NULL argument(s). 2011-08-29 15:20:57 -04:00
version.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
windowfuncs.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
xid.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
xml.c Check to see whether libxml2 handles error context the way we expect. 2011-07-26 16:31:04 -04:00