summaryrefslogtreecommitdiff
path: root/src/include/utils/formatting.h
AgeCommit message (Expand)Author
2025-01-24Add SQL function CASEFOLD().Jeff Davis
2025-01-01Update copyright for 2025Bruce Momjian
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-10Restructure soft-error handling in formatting.c.Tom Lane
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-03-29SQL/JSON query functionsAndrew Dunstan
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-03-03Allow to_date/to_timestamp to recognize non-English month/day names.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-09-25Error suppression support for upcoming jsonpath .datetime() methodAlexander Korotkov
2019-09-25Implement parse_datetime() functionAlexander Korotkov
2019-08-16Remove fmgr.h includes from headers that don't really need it.Andres Freund
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-03-05Fix to_char() to use ASCII-only case-folding rules where appropriate.Tom Lane
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-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-01-02Update copyright for the year 2010.Bruce 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-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-28Measure the current transaction time to milliseconds.Thomas G. Lockhart
2001-09-06 - new to_char(interval, text)Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-06-13Another batch of fmgr updates. I think I have gotten all old-styleTom Lane
2000-06-09Another round of updates for new fmgr, mostly in the datetime code.Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian