summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/regexp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add:Bruce Momjian2000-01-261-2/+3
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-3/+3
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-2/+2
* Update #include cleanupsBruce Momjian1999-07-161-3/+3
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-2/+2
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-3/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+2
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-10/+10