]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/name.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / utils / adt / name.c
2019-03-22 Peter EisentrautCollations with nondeterministic comparison
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-20 Tom LaneAvoid producing over-length specific_name outputs in...
2018-12-19 Tom LaneMake type "name" collation-aware.
2018-10-16 Andres FreundCorrect constness of system attributes in heap.c &...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-09 Andrew DunstanAdd new OID alias type regrole
2015-01-24 Tom LaneReplace a bunch more uses of strncpy() with safer coding.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-05-25 Tom LaneFix string truncation to be multibyte-aware in text_nam...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-06-24 Tom LaneReduce the alignment requirement of type "name" from...
2008-05-27 Tom LaneAlter the xxx_pattern_ops opclasses to use the regular...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-05-30 Tom LaneFix ancient misdescription of namegt/namege in comment...
2006-05-21 Tom LaneChange the backend to reject strings containing invalid...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-05 Tom LaneTweak palloc/repalloc to allow zero bytes to be request...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-05-15 Peter EisentrautIndexing support for pattern matching operations via...
2003-05-09 Tom LaneCOPY BINARY uses the new binary I/O routines. Update...
2003-04-27 Tom LanePrevent coredump in current_schemas() if someone has...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2002-09-04 Bruce Momjianpgindent run.
2002-08-26 Tom LaneModify array operations to include array's element...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Bruce MomjianPatch for current_schemas to optionally include implici...
2002-06-13 Tatsuo Ishiimake namein multibyte aware
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-17 Tom LaneSupport temporary setting of search path during CREATE...
2002-04-26 Tom LaneAdd current_schema() and current_schemas() inquiry...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-09-19 Peter EisentrautImplement differentiation between CURRENT_USER and...
2000-08-03 Tom LaneMore functions updated to new fmgr style --- money...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
2000-01-22 Peter Eisentrautadded ALTER TABLE DROP COLUMN, early version
1999-11-25 Bruce MomjianFix for bool casting.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-29 Thomas G. LockhartEnsure string is completely null padded on input (as...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1997-10-25 Bruce MomjianRename strNcpy to StrNCpy, and change third parameter.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-18 Bruce MomjianNow that names are null terminated, no need to do all...
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-08-03 Bruce MomjianCleanup for NAMEDATALEN use.
1997-03-14 Marc G. FournierDate/Time updates from Thomas...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01