summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/varchar.c
Commit message (Expand)AuthorAgeFilesLines
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-5/+5
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* While perusing SQL92 I realized that we are delivering the wrong SQLSTATETom Lane2004-08-021-5/+5
* Make length() disregard trailing spaces in char(n) values, per discussionTom Lane2004-02-011-7/+9
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Remove --enable-recode feature, since it's been broken by IPv6 changes,Tom Lane2003-08-041-17/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-10/+10
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-20/+21
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-221-1/+3
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-261-187/+6
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-121-1/+41
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-88/+42
* pgindent run.Bruce Momjian2002-09-041-1/+2
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-031-4/+4
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-291-72/+8
* Modify array operations to include array's element type OID in theTom Lane2002-08-261-3/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-14/+1
* Code review for improved-hashing patch. Fix some portability issuesTom Lane2002-03-091-2/+2
* Optimization for bpcharlen, textlen, varcharlen in case of single byteTatsuo Ishii2001-11-181-1/+9
* Add casts to suppress compiler warnings observed on Darwin platformTom Lane2001-11-081-4/+7
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-25/+35
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-061-3/+3
* Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart2001-10-031-2/+2
* Implement following item in TODO:Tatsuo Ishii2001-09-111-1/+12
* TODO item:Tatsuo Ishii2001-07-151-44/+77
* Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut2001-06-091-2/+2
* New improved version of bpcharin() may have got the truncation caseTom Lane2001-06-011-26/+25
* Make char(n) and varchar(n) types raise an error if the inserted string isPeter Eisentraut2001-05-211-103/+144
* Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane2001-05-031-6/+9
* Fix "off by VARHDRSZ" bug in (Cyrillic) recode support.Peter Eisentraut2001-04-191-2/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-38/+46
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-1/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Repair erroneous use of hashvarlena() for MACADDR, which is not aTom Lane2000-12-081-2/+8
* Fix for inserting/copying longer multibyte strings into bpchar dataTatsuo Ishii2000-11-261-2/+20
* Put external declarations into header files.Peter Eisentraut2000-11-211-7/+1
* bpchar, varchar, bytea, numeric are toastable --- if you initdb, whichTom Lane2000-07-291-180/+213
* Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane2000-07-071-7/+11
* TOASTJan Wieck2000-07-031-7/+7
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-191-85/+11
* Clean up #include's.Bruce Momjian2000-06-151-1/+2
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-108/+90
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-18/+26
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
* Convert array_map to use new fmgr interface.Tom Lane2000-05-291-3/+42
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-1/+2
* Remove unnecessary limitations on lengths of bpchar and varchar constants.Tom Lane2000-03-131-25/+7