summaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAgeFilesLines
* Fix double-phrase typo in messageAlvaro Herrera2019-05-311-1/+1
* Fix typos.Amit Kapila2019-05-262-2/+2
* tableam: Rename wrapper functions to match callback names.Andres Freund2019-05-232-32/+32
* Phase 2 pgindent run for v12.Tom Lane2019-05-2246-280/+280
* Initial pgindent run for v12.Tom Lane2019-05-2220-85/+88
* tableam: Move heap-specific logic from needs_toast_table below tableam.Robert Haas2019-05-211-0/+53
* Fix comment for issue_xlog_fsync().Fujii Masao2019-05-211-1/+1
* Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund2019-05-193-60/+80
* "A void function may not return a value".Tom Lane2019-05-181-1/+1
* tableam: Avoid relying on relation size to determine validity of tids.Andres Freund2019-05-173-17/+46
* tableam: Don't assume that every AM uses md.c style storage.Andres Freund2019-05-172-0/+30
* Remove extra nbtree half-dead internal page check.Peter Geoghegan2019-05-162-17/+20
* Remove obsolete nbtree insertion comment.Peter Geoghegan2019-05-151-3/+0
* Reverse order of newitem nbtree candidate splits.Peter Geoghegan2019-05-151-15/+22
* Handle table_complete_speculative's succeeded argument as documented.Andres Freund2019-05-141-1/+1
* Detect internal GiST page splits correctly during index build.Heikki Linnakangas2019-05-141-0/+33
* Fix comment on when HOT update is possible.Heikki Linnakangas2019-05-141-1/+1
* Standardize ItemIdData terminology.Peter Geoghegan2019-05-138-44/+18
* Don't leave behind junk nbtree pages during split.Peter Geoghegan2019-05-131-87/+126
* Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane2019-05-081-1/+1
* Remove obsolete nbtree split REDO routine comment.Peter Geoghegan2019-05-081-7/+7
* Remove leftover reference to old "flat file" mechanism in a comment.Heikki Linnakangas2019-05-081-2/+1
* Correct obsolete nbtsort.c minimum key comment.Peter Geoghegan2019-05-071-6/+4
* Add TRUNCATE parameter to VACUUM.Fujii Masao2019-05-081-6/+7
* Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila2019-05-075-54/+31
* Correct more obsolete nbtree page split comments.Peter Geoghegan2019-05-031-9/+13
* heap_prepare_freeze_tuple: Simplify codingAlvaro Herrera2019-05-021-6/+13
* Fix nbtsort.c's page space accounting.Peter Geoghegan2019-05-021-18/+42
* Fix some problems with VACUUM (INDEX_CLEANUP FALSE).Robert Haas2019-05-021-36/+9
* Message style fixesAlvaro Herrera2019-04-302-5/+5
* Widen tuple counter variables from long to int64Alvaro Herrera2019-04-302-2/+2
* Fix several recently introduced issues around handling new relation forks.Andres Freund2019-04-291-11/+24
* Remove obsolete _bt_insert_parent() comment.Peter Geoghegan2019-04-291-1/+0
* Allow pg_class xid & multixid horizons to not be set.Andres Freund2019-04-232-4/+8
* Prevent O(N^2) unique index insertion edge case.Peter Geoghegan2019-04-233-76/+46
* Convert gist to compute page level xid horizon on primary.Andres Freund2019-04-223-153/+15
* Simplify some ERROR paths clearing wait events and transient filesMichael Paquier2019-04-171-18/+4
* Fix division by zero in _bt_vacuum_needs_cleanup()Alexander Korotkov2019-04-151-1/+1
* Fix GetNewTransactionId()'s interaction with xidVacLimit.Thomas Munro2019-04-122-2/+3
* Fix typos in reloptions.cMichael Paquier2019-04-121-2/+2
* Avoid counting transaction stats for parallel worker cooperatingAmit Kapila2019-04-102-3/+3
* Add vacuum_truncate reloption.Fujii Masao2019-04-082-5/+25
* Fix a number of issues around modifying a previously updated row.Andres Freund2019-04-071-1/+7
* Remove unused struct member, enforce multi_insert callback presence.Andres Freund2019-04-041-0/+1
* Harden tableam against nonexistant / wrong kind of AMs.Andres Freund2019-04-041-94/+16
* tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund2019-04-042-10/+14
* Make queries' locking of indexes more consistent.Tom Lane2019-04-041-2/+2
* Allow VACUUM to be run with index cleanup disabled.Robert Haas2019-04-042-23/+87
* Invalidate binary search bounds consistently.Peter Geoghegan2019-04-041-1/+7
* Refactor the fsync queue for wider use.Thomas Munro2019-04-043-3/+6