summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/quote.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-2/+2
* Be careful to include postgres.h *before* any system headers, to ensureTom Lane2002-09-051-3/+3
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-031-8/+8
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-291-99/+1
* Authentication improvements:Bruce Momjian2002-04-041-5/+1
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+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-72/+74
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Suppress compile warnings caused by failure to use PG_RETURN macro.Tom Lane2000-09-121-3/+3
* Added functionsJan Wieck2000-09-051-0/+291