Age | Commit message (Expand) | Author |
2023-02-13 | Consolidate ItemPointer to Datum conversion functions | Peter Eisentraut |
2023-01-02 | Update copyright for 2023 | Bruce Momjian |
2022-12-14 | Convert a few more datatype input functions to report errors softly. | Tom Lane |
2022-03-04 | Tighten overflow checks in tidin(). | Tom Lane |
2022-01-08 | Update copyright for 2022 | Bruce Momjian |
2021-01-02 | Update copyright for 2021 | Bruce Momjian |
2020-11-25 | Remove catalog function currtid() | Michael Paquier |
2020-06-01 | 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-02-27 | Move src/backend/utils/hash/hashfn.c to src/common | Robert Haas |
2020-02-07 | Fix bug in Tid scan. | Fujii Masao |
2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
2019-05-23 | tableam: Rename wrapper functions to match callback names. | Andres Freund |
2019-05-18 | tableam: Avoid relying on relation size to determine validity of tids. | Andres Freund |
2019-03-26 | tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid. | Andres Freund |
2019-03-11 | Move hash_any prototype from access/hash.h to utils/hashutils.h | Alvaro Herrera |
2019-01-21 | 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-02 | Update copyright for 2019 | Bruce Momjian |
2018-12-30 | Add a hash opclass for type "tid". | Tom Lane |
2018-01-19 | Replace AclObjectKind with ObjectType | Peter Eisentraut |
2018-01-03 | Update copyright for 2018 | Bruce Momjian |
2017-10-12 | Replace remaining uses of pq_sendint with pq_sendint{8,16,32}. | Andres Freund |
2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund |
2017-03-28 | Remove direct uses of ItemPointer.{ip_blkid,ip_posid} | Alvaro Herrera |
2017-03-12 | Use wrappers of PG_DETOAST_DATUM_PACKED() more. | Noah Misch |
2017-01-21 | Move some things from builtins.h to new header files | Peter Eisentraut |
2017-01-18 | Make messages mentioning type names more uniform | Alvaro Herrera |
2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
2016-01-02 | Update copyright for 2016 | Bruce Momjian |
2015-01-06 | Update copyright for 2015 | Bruce Momjian |
2014-01-07 | Update copyright for 2014 | Bruce Momjian |
2013-07-25 | Change currtid functions to use an MVCC snapshot, not SnapshotNow. | Robert Haas |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-10-11 | Rearrange the implementation of index-only scans. | Tom Lane |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-06-19 | Improve our #include situation by moving pointer types away from the | Alvaro Herrera |
2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
2008-03-26 | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-08-27 | Make currtid() functions require SELECT privileges on the target table. | Tom Lane |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-08-25 | Add the ability to create indexes 'concurrently', that is, without | Tom Lane |
2006-07-21 | Add the full set of comparison functions for type TID, including a btree | Tom Lane |
2006-07-14 | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane |