summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tid.c
AgeCommit message (Expand)Author
2017-03-28Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-18Make messages mentioning type names more uniformAlvaro Herrera
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-07-25Change currtid functions to use an MVCC snapshot, not SnapshotNow.Robert Haas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-10-11Rearrange the implementation of index-only scans.Tom Lane
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-19Improve our #include situation by moving pointer types away from theAlvaro Herrera
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-03-26Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-08-27Make currtid() functions require SELECT privileges on the target table.Tom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-25Add the ability to create indexes 'concurrently', that is, withoutTom Lane
2006-07-21Add the full set of comparison functions for type TID, including a btreeTom Lane
2006-07-14Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-27Add mention that tid perhaps someday should be output as a record.Bruce Momjian
2006-02-26Implement the <> operator for the tid type. Original patch from MarkNeil Conway
2005-05-27Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
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
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-08-11Code cleanup inspired by recent resname bug report (doesn't fix the bugTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2003-05-12Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane
2002-09-04pgindent run.Bruce Momjian
2002-08-29Code review for standalone composite types, query-specified compositeTom Lane
2002-08-28backend where a statically sized buffer is written to. Most of theseBruce Momjian
2002-08-15Tom Lane wrote:Bruce Momjian
2002-07-16Fix tid to in/out as unsigned.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-05-22AllowHiroshi Inoue
2002-03-30Further cleanups for relations in schemas: teach nextval and otherTom Lane