summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/regexp.c
Commit message (Expand)AuthorAgeFilesLines
* Convert three more guc settings to enum type:Magnus Hagander2008-04-021-29/+2
* Fix regexp substring matching (substring(string from pattern)) for the cornerTom Lane2008-03-191-25/+33
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-10/+10
* pgindent run for 8.3.Bruce Momjian2007-11-151-70/+73
* Doh --- what's really happening on buildfarm member grebe is that itsTom Lane2007-09-221-4/+6
* Fix regex, LIKE, and some other second-rank text-manipulation functionsTom Lane2007-09-211-63/+66
* Avoid memory leakage across successive calls of regexp_matches() orTom Lane2007-08-111-1/+29
* Code review for regexp_matches/regexp_split patch. Refactor to avoid assumingTom Lane2007-08-111-290/+331
* Code cleanup for the new regexp UDFs: we can hardcode the OID and someNeil Conway2007-03-281-24/+9
* Add three new regexp functions: regexp_matches, regexp_split_to_array,Neil Conway2007-03-201-55/+526
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-031-1/+10
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-111-2/+2
* Fix similar_escape() so that SIMILAR TO works properly for patterns involvingTom Lane2006-04-131-3/+29
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-4/+4
* Code review for regexp_replace patch. Improve documentation and comments,Tom Lane2005-10-181-29/+19
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-31/+32
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-241-15/+15
* I made the patch that implements regexp_replace again.Bruce Momjian2005-07-101-44/+121
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Our interface code for Spencer's regexp package was checking for regexpTom Lane2004-11-241-6/+25
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-4/+4
* pwdTom Lane2004-02-031-2/+3
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-191-2/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-18/+14
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-4/+11
* Create a GUC variable REGEX_FLAVOR to control the type of regularTom Lane2003-02-061-10/+42
* Replace regular expression package with Henry Spencer's latest versionTom Lane2003-02-051-180/+201
* Bring SIMILAR TO and SUBSTRING into some semblance of conformance withTom Lane2002-09-221-9/+118
* pgindent run.Bruce Momjian2002-09-041-19/+16
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Search the existing regular expression cache as a ring buffer.Thomas G. Lockhart2002-06-151-30/+26
* Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart2002-06-111-14/+85
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-18/+19
* Make regular-expression error messages a tad less obscure,Tom Lane2001-03-191-2/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane2000-07-071-2/+3
* Functions on 'text' type updated to new fmgr style. 'text' isTom Lane2000-07-061-76/+97
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-051-2/+3