summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varchar.c
AgeCommit message (Expand)Author
2004-02-01Make length() disregard trailing spaces in char(n) values, per discussionTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04Remove --enable-recode feature, since it's been broken by IPv6 changes,Tom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2003-06-22Revise hash join and hash aggregation code to use the same datatype-Tom Lane
2003-05-26Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane
2003-05-12Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane
2002-09-18Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-08-29Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii
2002-08-26Modify array operations to include array's element type OID in theTom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2002-04-11Restructure representation of aggregate functions so that they have pg_procTom Lane
2002-03-09Code review for improved-hashing patch. Fix some portability issuesTom Lane
2001-11-18Optimization for bpcharlen, textlen, varcharlen in case of single byteTatsuo Ishii
2001-11-08Add casts to suppress compiler warnings observed on Darwin platformTom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-06Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane
2001-10-03Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart
2001-09-11Implement following item in TODO:Tatsuo Ishii
2001-07-15TODO item:Tatsuo Ishii
2001-06-09Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut
2001-06-01New improved version of bpcharin() may have got the truncation caseTom Lane
2001-05-21Make char(n) and varchar(n) types raise an error if the inserted string isPeter Eisentraut
2001-05-03Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane
2001-04-19Fix "off by VARHDRSZ" bug in (Cyrillic) recode support.Peter Eisentraut
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-12-08Repair erroneous use of hashvarlena() for MACADDR, which is not aTom Lane
2000-11-26Fix for inserting/copying longer multibyte strings into bpchar dataTatsuo Ishii
2000-11-21Put external declarations into header files.Peter Eisentraut
2000-07-29bpchar, varchar, bytea, numeric are toastable --- if you initdb, whichTom Lane
2000-07-07Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane
2000-07-03TOASTJan Wieck
2000-06-19Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane
2000-06-15Clean up #include's.Bruce Momjian
2000-06-13Another batch of fmgr updates. I think I have gotten all old-styleTom Lane
2000-06-05Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane
2000-05-30Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian
2000-05-29Convert array_map to use new fmgr interface.Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-13Remove unnecessary limitations on lengths of bpchar and varchar constants.Tom Lane
2000-01-26Add:Bruce Momjian
2000-01-23char_length()/octet_length for char() type now returns length ofTatsuo Ishii
2000-01-15Fixed all elog related warnings, as well as a few others.Peter Eisentraut
1999-11-07New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian