]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/tid.c
Add support for EUI-64 MAC addresses as macaddr8
[postgresql] / src / backend / utils / adt / tid.c
2017-03-12 Noah MischUse wrappers of PG_DETOAST_DATUM_PACKED() more.
2017-01-21 Peter EisentrautMove some things from builtins.h to new header files
2017-01-18 Alvaro HerreraMake messages mentioning type names more uniform
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-07-25 Robert HaasChange currtid functions to use an MVCC snapshot, not...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-11 Tom LaneRearrange the implementation of index-only scans.
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-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-08-27 Tom LaneMake currtid() functions require SELECT privileges...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-07-21 Tom LaneAdd the full set of comparison functions for type TID...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-27 Bruce MomjianAdd mention that tid perhaps someday should be output...
2006-02-26 Neil ConwayImplement the <> operator for the tid type. Original...
2005-05-27 Neil ConwayRemove second argument from textToQualifiedNameList...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
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...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-11 Tom LaneCode cleanup inspired by recent resname bug report...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-05-12 Tom LaneAdd binary I/O routines for a bunch more datatypes...
2002-09-04 Bruce Momjianpgindent run.
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-28 Bruce Momjianbackend where a statically sized buffer is written...
2002-08-15 Bruce MomjianTom Lane wrote:
2002-07-16 Bruce MomjianFix tid to in/out as unsigned.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-22 Hiroshi InoueAllow
2002-03-30 Tom LaneFurther cleanups for relations in schemas: teach nextva...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-17 Tom LaneSuppress compiler warning.
2001-09-08 Hiroshi InoueApply 7.1.3 changes to the current tree also.
2001-07-06 Hiroshi InoueFix my old fault(returns auto variable reference).
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-08-03 Tom LaneMore functions updated to new fmgr style --- money...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-06-09 Tom LaneAnother round of updates for new fmgr, mostly in the...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-29 Tom LaneSecond round of fmgr changes: triggers are now invoked...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
1999-12-20 Tom LaneClean up some minor gcc warnings.
1999-10-11 Hiroshi InoueThe 1st step to implement new type of scan,TidScan.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
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-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
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.
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01