summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
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
2019-04-04Refactor the fsync queue for wider use.Thomas Munro
2019-04-03Log all statements from a sample of transactionsAlvaro Herrera
2019-04-03Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas
2019-04-03Correctly initialize newly added struct memberAlvaro Herrera
2019-04-02Report progress of CREATE INDEX operationsAlvaro Herrera
2019-04-02Add support for partial TOAST decompressionStephen Frost
2019-04-02Add wal_recycle and wal_init_zero GUCs.Thomas Munro
2019-04-01tableam: Add table_finish_bulk_insert().Andres Freund
2019-04-01Fix deadlock in heap_compute_xid_horizon_for_tuples().Thomas Munro
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-04-01tableam: bitmap table scan.Andres Freund
2019-04-01tableam: sample scan.Andres Freund
2019-04-01tableam: Formatting and other minor cleanups.Andres Freund
2019-04-01Fix nbtree high key "continuescan" row compare bug.Peter Geoghegan
2019-03-31Skip redundant anti-wraparound vacuumsMichael Paquier
2019-03-31tableam: Move heap specific logic from estimate_rel_size below tableam.Andres Freund
2019-03-31tableam: VACUUM and ANALYZE support.Andres Freund
2019-03-30Generated columnsPeter Eisentraut
2019-03-29Tweak some nbtree-related code comments.Peter Geoghegan
2019-03-29tableam: Comment fixes.Andres Freund