summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/name.c
AgeCommit message (Expand)Author
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-09Add new OID alias type regroleAndrew Dunstan
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-05-25Fix string truncation to be multibyte-aware in text_name and bpchar_name.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-06-24Reduce the alignment requirement of type "name" from int to char, and arrangeTom Lane
2008-05-27Alter the xxx_pattern_ops opclasses to use the regular equality operator ofTom Lane
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-05-30Fix ancient misdescription of namegt/namege in comment. Greg StarkTom Lane
2006-05-21Change the backend to reject strings containing invalidly-encoded multibyteTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Update copyright to 2004.Bruce Momjian
2004-06-05Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane
2004-05-30Use the new List API function names throughout the backend, and disable theNeil Conway
2004-05-26Reimplement the linked list data structure used throughout the backend.Neil Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2003-05-15Indexing support for pattern matching operations via separate operatorPeter Eisentraut
2003-05-09COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane
2003-04-27Prevent coredump in current_schemas() if someone has just deleted aTom Lane
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
2003-02-09Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-08-26Modify array operations to include array's element type OID in theTom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-15Patch for current_schemas to optionally include implicit ...Bruce Momjian
2002-06-13make namein multibyte awareTatsuo Ishii
2002-06-11Katherine Ward wrote:Jan Wieck
2002-05-17Support temporary setting of search path during CREATE SCHEMA; thisTom Lane
2002-04-26Add current_schema() and current_schemas() inquiry functions.Tom 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-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-09-19Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut
2000-08-03More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian