summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/oracle_compat.c
AgeCommit message (Expand)Author
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-01Fix a boatload of typos in C comments.Tom Lane
2018-01-02Update copyright for 2018Bruce Momjian
2017-12-12Use new overflow aware integer operations.Andres Freund
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-03-31Remove spurious semicolons.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-16Make sure chr(int) can't create invalid UTF8 sequences.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-02-08Per-column collation supportPeter Eisentraut
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-07-12Const-ify the arguments of str_tolower() and friends to suppress compileTom Lane
2008-06-23Merge duplicate upper/lower/initcap() routines in oracle_compat.c andBruce Momjian
2008-06-17Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and useBruce Momjian
2008-05-19Make to_char()'s localized month/day names depend on LC_TIME, not LC_MESSAGES.Tom Lane
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-18Fix thinko in encoding check for chr()Andrew Dunstan
2007-11-24Slightly more paranoia and slightly better comments for use ofTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-09-22Fix bogus calculation of potential output string length in translate().Tom Lane
2007-09-21Fix regex, LIKE, and some other second-rank text-manipulation functionsTom Lane
2007-09-18Close previously open holes for invalidly encoded data to enter theAndrew Dunstan
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-02-08Fix bug when localized to_char() day or month names were incorectlyBruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-07-14Fix another passel of include-file breakage. Kris Jurka, Tom LaneTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-04Remove a gratuitous string difference (does not affect translations).Peter Eisentraut
2005-10-29Message correctionsPeter Eisentraut
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-24Add small hack to support use of Unicode-based locales on WIN32. ThisTom Lane
2005-05-07Add comment on C locale test for upper/lower/initcap().Bruce Momjian
2005-03-16Add missing include for new lc_ctype_is_c() function.Bruce Momjian
2005-03-16Prevent locale-aware handling of upper, lower, and initcap when theBruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-10-19Add a HINT about the likely reason for 'invalid multibyte character for local...Tom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-06-06Dept of second thoughts: don't use the new wide-character upper/lowerTom Lane
2004-05-26Add <limits.h>, per Magnus.Tom Lane
2004-05-22Use wide-character library routines, if available, for upper/lower/initcapTom Lane