summaryrefslogtreecommitdiff
path: root/src/backend/access/index/genam.c
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-17Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-05Add hardening to catch invalid TIDs in indexes.Peter Geoghegan
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-19Fix typos and grammar in comments and docsMichael Paquier
2021-01-27Fix GiST index deletion assert issue.Peter Geoghegan
2021-01-13Enhance nbtree index tuple deletion.Peter Geoghegan
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-08Implement streaming mode in ReorderBuffer.Amit Kapila
2020-02-26Add deduplication to nbtree.Peter Geoghegan
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-03-26Compute XID horizon for page level index vacuum on primary.Andres Freund
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-01-22Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund
2019-01-15Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-07-17Revise BuildIndexValueDescription to simplify itAlvaro Herrera
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-03-03Improve error reporting for tuple-routing failures.Robert Haas
2017-02-27Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-01-02Update copyright for 2016Bruce Momjian
2015-07-28Plug RLS related information leak in pg_stats view.Joe Conway
2015-05-24pgindent run for 9.5Bruce Momjian
2015-01-30Fix BuildIndexValueDescription for expressionsStephen Frost
2015-01-28Fix column-privilege leak in error-message pathsStephen Frost
2015-01-06Update copyright for 2015Bruce Momjian
2014-10-08Split builtins.h to a new header ruleutils.hAlvaro Herrera
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-07-23Use InvalidSnapshot, now SnapshotNow, as the default snapshot.Robert Haas
2013-07-17Fix systable_recheck_tuple() for MVCC scan snapshots.Noah Misch
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-28Split heapam_xlog.h from heapam.hAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-26Prevent synchronized scanning when systable_beginscan chooses a heapscan.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-10-16Avoid assuming that index-only scan data matches the index's rowtype.Tom Lane
2011-10-08Support index-only scans using the visibility map to avoid heap fetches.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian