summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tid.c
AgeCommit message (Expand)Author
2023-02-13Consolidate ItemPointer to Datum conversion functionsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-14Convert a few more datatype input functions to report errors softly.Tom Lane
2022-03-04Tighten overflow checks in tidin().Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-25Remove catalog function currtid()Michael Paquier
2020-06-01Fix use-after-release mistake in currtid() and currtid2() for viewsMichael Paquier
2020-06-01Fix crashes with currtid() and currtid2()Michael Paquier
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-02-07Fix bug in Tid scan.Fujii Masao
2020-01-01Update copyrights for 2020Bruce Momjian
2019-05-23tableam: Rename wrapper functions to match callback names.Andres Freund
2019-05-18tableam: Avoid relying on relation size to determine validity of tids.Andres Freund
2019-03-26tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid.Andres Freund
2019-03-11Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-30Add a hash opclass for type "tid".Tom Lane
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-10-12Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
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