summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2019-09-12Fix nbtree page split rmgr desc routine.Peter Geoghegan
2019-09-12Reorder two nbtree.h function prototypes.Peter Geoghegan
2019-09-08Fix handling of NULL distances in KNN-GiSTAlexander Korotkov
2019-09-06Create an API for inserting and deleting rows in TOAST tables.Robert Haas
2019-09-05Split tuptoaster.c into three separate files.Robert Haas
2019-09-03Make XLogReaderInvalReadState staticAlvaro Herrera
2019-09-03Remove 'msg' parameter from convert_tuples_by_nameAlvaro Herrera
2019-08-21Update comments on nbtree stack struct.Peter Geoghegan
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-08-16Remove fmgr.h includes from headers that don't really need it.Andres Freund
2019-08-14Remove block number field from nbtree stack.Peter Geoghegan
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-31Remove superfluous newlines in function prototypes.Andres Freund
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-24Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-07-18Fix nbtree metapage cache upgrade bug.Peter Geoghegan
2019-07-18tableam: comment improvements.Andres Freund
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-07-15Provide XLogRecGetFullXid().Thomas Munro
2019-07-10Fix few typos and minor wordsmithing in tableam comments.Amit Kapila
2019-07-08tableam: Provide helper functions for relation sizing.Robert Haas
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-07-05Remove unreferenced function declarations.Tom Lane
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-06-30Don't call data type input functions in GUC check hooksPeter Eisentraut
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-06-11tableam: Fix index_build_range_scan parameter name.Robert Haas
2019-06-08Fix assorted inconsistencies.Amit Kapila
2019-06-04Fix some typos and inconsistencies in tableam.hMichael Paquier
2019-05-31Fix incorrect parameter name in commentDavid Rowley
2019-05-30Remove unnecessary (and wrong) forward declaration.Andres Freund
2019-05-23tableam: Rename wrapper functions to match callback names.Andres Freund
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-22In transam.h, don't expose static inline functions to frontend code.Tom Lane
2019-05-21tableam: Move heap-specific logic from needs_toast_table below tableam.Robert Haas
2019-05-19Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund
2019-05-18tableam: Avoid relying on relation size to determine validity of tids.Andres Freund
2019-05-18tableam: Don't assume that every AM uses md.c style storage.Andres Freund
2019-05-14Detect internal GiST page splits correctly during index build.Heikki Linnakangas
2019-05-13Standardize ItemIdData terminology.Peter Geoghegan
2019-05-13Improve comment for att_isnull.Robert Haas
2019-04-30Fix several recently introduced issues around handling new relation forks.Andres Freund
2019-04-24Allow pg_class xid & multixid horizons to not be set.Andres Freund
2019-04-23Prevent O(N^2) unique index insertion edge case.Peter Geoghegan
2019-04-22Convert gist to compute page level xid horizon on primary.Andres Freund
2019-04-08tableam: comment and formatting fixes.Andres Freund
2019-04-08Fix a number of issues around modifying a previously updated row.Andres Freund