summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2019-06-03Fix typos in various placesMichael Paquier
2019-05-31Fix double-phrase typo in messageAlvaro Herrera
2019-05-26Fix typos.Amit Kapila
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-21tableam: Move heap-specific logic from needs_toast_table below tableam.Robert Haas
2019-05-20Fix comment for issue_xlog_fsync().Fujii Masao
2019-05-19Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund
2019-05-18"A void function may not return a value".Tom Lane
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-16Remove extra nbtree half-dead internal page check.Peter Geoghegan
2019-05-15Remove obsolete nbtree insertion comment.Peter Geoghegan
2019-05-15Reverse order of newitem nbtree candidate splits.Peter Geoghegan
2019-05-14Handle table_complete_speculative's succeeded argument as documented.Andres Freund
2019-05-14Detect internal GiST page splits correctly during index build.Heikki Linnakangas
2019-05-14Fix comment on when HOT update is possible.Heikki Linnakangas
2019-05-13Standardize ItemIdData terminology.Peter Geoghegan
2019-05-13Don't leave behind junk nbtree pages during split.Peter Geoghegan
2019-05-09Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane
2019-05-08Remove obsolete nbtree split REDO routine comment.Peter Geoghegan
2019-05-08Remove leftover reference to old "flat file" mechanism in a comment.Heikki Linnakangas
2019-05-08Correct obsolete nbtsort.c minimum key comment.Peter Geoghegan
2019-05-07Add TRUNCATE parameter to VACUUM.Fujii Masao
2019-05-07Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila
2019-05-03Correct more obsolete nbtree page split comments.Peter Geoghegan
2019-05-02heap_prepare_freeze_tuple: Simplify codingAlvaro Herrera
2019-05-02Fix nbtsort.c's page space accounting.Peter Geoghegan
2019-05-02Fix some problems with VACUUM (INDEX_CLEANUP FALSE).Robert Haas
2019-04-30Message style fixesAlvaro Herrera
2019-04-30Widen tuple counter variables from long to int64Alvaro Herrera
2019-04-30Fix several recently introduced issues around handling new relation forks.Andres Freund
2019-04-29Remove obsolete _bt_insert_parent() comment.Peter Geoghegan
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-17Simplify some ERROR paths clearing wait events and transient filesMichael Paquier
2019-04-15Fix division by zero in _bt_vacuum_needs_cleanup()Alexander Korotkov
2019-04-12Fix GetNewTransactionId()'s interaction with xidVacLimit.Thomas Munro
2019-04-12Fix typos in reloptions.cMichael Paquier
2019-04-10Avoid counting transaction stats for parallel worker cooperatingAmit Kapila
2019-04-08Add vacuum_truncate reloption.Fujii Masao
2019-04-08Fix a number of issues around modifying a previously updated row.Andres Freund
2019-04-05Remove unused struct member, enforce multi_insert callback presence.Andres Freund
2019-04-05Harden 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
2019-04-04Make queries' locking of indexes more consistent.Tom Lane
2019-04-04Allow VACUUM to be run with index cleanup disabled.Robert Haas
2019-04-04Invalidate binary search bounds consistently.Peter Geoghegan