summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2019-11-05Refactor code building relation optionsMichael Paquier
2019-10-19Remove last traces of heap_open/close in the treeMichael Paquier
2019-10-04Rename some toasting functions based on whether they are heap-specific.Robert Haas
2019-10-01Blind attempt to fix pglz_maximum_compressed_sizeTomas Vondra
2019-10-01Optimize partial TOAST decompressionTomas Vondra
2019-09-25Support reloptions of enum typeAlvaro Herrera
2019-09-25Allow definition of lock mode for custom reloptionsMichael Paquier
2019-09-24Rework WAL-reading supporting structsAlvaro Herrera
2019-09-24Speedup truncations of relation forks.Fujii Masao
2019-09-19Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov
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