index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
tid.c
Commit message (
Expand
)
Author
Age
*
Assign error codes where missing for user-facing failures
Michael Paquier
2024-07-04
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Consolidate ItemPointer to Datum conversion functions
Peter Eisentraut
2023-02-13
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Convert a few more datatype input functions to report errors softly.
Tom Lane
2022-12-14
*
Tighten overflow checks in tidin().
Tom Lane
2022-03-03
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Remove catalog function currtid()
Michael Paquier
2020-11-25
*
Fix use-after-release mistake in currtid() and currtid2() for views
Michael Paquier
2020-06-01
*
Fix crashes with currtid() and currtid2()
Michael Paquier
2020-06-01
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
*
Fix bug in Tid scan.
Fujii Masao
2020-02-07
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-23
*
tableam: Avoid relying on relation size to determine validity of tids.
Andres Freund
2019-05-17
*
tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid.
Andres Freund
2019-03-25
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add a hash opclass for type "tid".
Tom Lane
2018-12-30
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-28
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Change currtid functions to use an MVCC snapshot, not SnapshotNow.
Robert Haas
2013-07-25
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Rearrange the implementation of index-only scans.
Tom Lane
2011-10-11
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-05-12
*
Move the HTSU_Result enum definition into snapshot.h, to avoid including
Alvaro Herrera
2008-03-26
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Make currtid() functions require SELECT privileges on the target table.
Tom Lane
2007-08-27
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
[next]