postgresql/src/backend/utils/adt
Tatsuo Ishii 7e99cea816 Implement following item in TODO:
* Reject character sequences those are not valid in their charset
2001-09-11 05:18:59 +00:00
..
Makefile > > Put encode() into base system. Used part of Alex' patch 2001-07-11 22:14:03 +00:00
acl.c has_table_privilege functions from Joe Conway (with some kibitzing from 2001-06-14 01:09:22 +00:00
arrayfuncs.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
arrayutils.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
ascii.c Commit Karel's patch. 2001-09-06 04:57:30 +00:00
bool.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
cash.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
char.c Make text <=> char conversion functions convert zero character to and 2001-05-28 21:58:32 +00:00
date.c Ensure that btree sort ordering functions and boolean comparison operators 2001-05-03 19:00:37 +00:00
datetime.c Remove formatter's assumption that year would never exceed four digits. 2001-07-10 01:41:47 +00:00
datum.c Restructure index AM interface for index building and index tuple deletion, 2001-07-15 22:48:19 +00:00
encode.c Add missing encode file. 2001-07-12 14:05:31 +00:00
float.c This adds unary plus capability. No grammar changes, per Tom's request. 2001-06-07 00:09:32 +00:00
format_type.c Use format_type sibling in backend error messages, so the user sees 2001-08-09 18:28:18 +00:00
formatting.c - new to_char(interval, text) 2001-09-06 03:22:42 +00:00
geo_ops.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
geo_selfuncs.c Reduce default selectivity estimates for geometric operators; it seems 2001-02-15 17:55:17 +00:00
inet_net_ntop.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
inet_net_pton.c Ensure that all uses of <ctype.h> functions are applied to unsigned-char 2000-12-03 20:45:40 +00:00
int.c This adds unary plus capability. No grammar changes, per Tom's request. 2001-06-07 00:09:32 +00:00
int8.c Revise overflow test in int84() to avoid codegen bug in some older 2001-09-07 01:33:44 +00:00
like.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
mac.c Remove special-case treatment of all-zeroes MAC address, per today's 2001-08-21 21:23:21 +00:00
misc.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
nabstime.c Ensure that btree sort ordering functions and boolean comparison operators 2001-05-03 19:00:37 +00:00
name.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
network.c Fix confusion over static-ness of a subroutine. 2001-08-27 20:03:38 +00:00
not_in.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
numeric.c sum() on int2 and int4 columns now uses an int8, not numeric, accumulator 2001-08-14 22:21:59 +00:00
numutils.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
oid.c sum() on int2 and int4 columns now uses an int8, not numeric, accumulator 2001-08-14 22:21:59 +00:00
oracle_compat.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
pg_locale.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
pg_lzcompress.c Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
pgstatfuncs.c Suppress gcc warning. 2001-06-25 20:20:02 +00:00
quote.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
regexp.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
regproc.c Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in 2001-08-21 16:36:06 +00:00
ri_triggers.c RI triggers would fail for datatypes using old-style equal function, 2001-05-31 17:32:33 +00:00
ruleutils.c Make ALTER TABLE RENAME on a view rename the view's on-select rule too. 2001-08-12 21:35:19 +00:00
selfuncs.c Add comparison operators and btree indexing support for type bytea. 2001-08-13 18:45:36 +00:00
sets.c Clean up some confusion about where and how to set whereToSendOutput. 2001-09-08 01:10:21 +00:00
tid.c Apply 7.1.3 changes to the current tree also. 2001-09-08 16:15:28 +00:00
timestamp.c - new to_char(interval, text) 2001-09-06 03:22:42 +00:00
varbit.c Make bit and bit varying types reject too long input. (They already tried 2001-05-22 16:37:17 +00:00
varchar.c Implement following item in TODO: 2001-09-11 05:18:59 +00:00
varlena.c Implement following item in TODO: 2001-09-11 05:18:59 +00:00
version.c Functions on 'text' type updated to new fmgr style. 'text' is 2000-07-06 05:48:31 +00:00