summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2021-02-08Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas
2021-01-16Prevent excess SimpleLruTruncate() deletion.Noah Misch
2020-10-15doc: improve description of synchronous_commit modesBruce Momjian
2020-08-31C comment: remove mention of use of t_hoff WAL structure memberBruce Momjian
2020-08-06Fix minor problems with non-exclusive backup cleanup.Robert Haas
2020-07-14Fix comments related to table AMsMichael Paquier
2020-05-01Get rid of trailing semicolons in C macro definitions.Tom Lane
2020-05-01Fix undercounting in VACUUM VERBOSE output.Peter Geoghegan
2020-05-01Fix bug in nbtree VACUUM "skip full scan" feature.Peter Geoghegan
2020-04-24Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-02-08Revert recent change of ScanOption values and renumber SO_TYPE_TIDSCAN.Fujii Masao
2020-02-07Fix bug in Tid scan.Fujii Masao
2020-01-13Fix typo.Amit Kapila
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-08Fix handling of NULL distances in KNN-GiSTAlexander Korotkov
2019-07-31Remove superfluous newlines in function prototypes.Andres Freund
2019-07-24Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas
2019-07-18Fix nbtree metapage cache upgrade bug.Peter Geoghegan
2019-07-17tableam: comment improvements.Andres Freund
2019-07-10Fix few typos and minor word smithing in tableam comments.Amit Kapila
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-10tableam: 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-17tableam: Avoid relying on relation size to determine validity of tids.Andres Freund
2019-05-17tableam: 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-29Fix several recently introduced issues around handling new relation forks.Andres Freund
2019-04-23Allow 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-07Fix a number of issues around modifying a previously updated row.Andres Freund
2019-04-04Harden tableam against nonexistant / wrong kind of AMs.Andres Freund
2019-04-04tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund