aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/table
Commit message (Expand)AuthorAge
* Eliminate duplicate code in table.c.Amit Kapila2022-07-26
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix some typos with {a,an}Michael Paquier2021-12-09
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-12
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-19
* Enhance nbtree index tuple deletion.Peter Geoghegan2021-01-13
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEMMichael Paquier2020-09-02
* Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane2020-08-30
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-08
* Move syncscan.c to src/backend/access/common.Thomas Munro2020-07-29
* Allocate consecutive blocks during parallel seqscansDavid Rowley2020-07-26
* Fix misuse of table_index_fetch_tuple_check().Peter Geoghegan2020-06-25
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Update copyrights for 2020Bruce Momjian2020-01-01
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Rename some toasting functions based on whether they are heap-specific.Robert Haas2019-10-04
* Create an API for inserting and deleting rows in TOAST tables.Robert Haas2019-09-06
* tableam: Provide helper functions for relation sizing.Robert Haas2019-07-08
* Add missing assertions for required table am callbacks.Amit Kapila2019-07-06
* Fix typoMagnus Hagander2019-06-19
* Don't access catalogs to validate GUCs when not connected to a DB.Andres Freund2019-06-10
* Fix message styleAlvaro Herrera2019-06-06
* Fix double-phrase typo in messageAlvaro Herrera2019-05-31
* tableam: Rename wrapper functions to match callback names.Andres Freund2019-05-23
* Initial pgindent run for v12.Tom Lane2019-05-22
* Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund2019-05-19
* "A void function may not return a value".Tom Lane2019-05-18
* tableam: Avoid relying on relation size to determine validity of tids.Andres Freund2019-05-17
* tableam: Don't assume that every AM uses md.c style storage.Andres Freund2019-05-17
* Message style fixesAlvaro Herrera2019-04-30
* Remove unused struct member, enforce multi_insert callback presence.Andres Freund2019-04-04
* Harden tableam against nonexistant / wrong kind of AMs.Andres Freund2019-04-04
* tableam: bitmap table scan.Andres Freund2019-03-31
* tableam: sample scan.Andres Freund2019-03-31
* tableam: Formatting and other minor cleanups.Andres Freund2019-03-31
* tableam: Add helper for indexes to check if a corresponding table tuples exist.Andres Freund2019-03-25
* tableam: Add and use table_fetch_row_version().Andres Freund2019-03-25
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-23
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Fix typos in commit 8586bf7ed8.Amit Kapila2019-03-11
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* Introduce access/{table.h, relation.h}, for generic functions from heapam.h.Andres Freund2019-01-21