summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/quote.c
Commit message (Expand)AuthorAgeFilesLines
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-101-0/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-121-3/+3
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix off-by-one in memory allocation for quote_literal_cstr().Heikki Linnakangas2016-12-161-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Add PL/Python functions for quoting stringsPeter Eisentraut2011-02-221-3/+3
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Expose quote_literal_cstr() from core.Robert Haas2010-11-201-22/+53
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-19/+5
* Create a function quote_nullable(), which works the same as quote_literal()Tom Lane2008-03-231-1/+17
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-3/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-281-10/+17
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-261-8/+10
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-3/+3
* Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian2005-07-021-7/+13
* Fix quote_ident to use quote_identifier rather than its own, not quiteTom Lane2005-03-211-131/+23
* 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