aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Check for interrupts inside the nbtree page deletion code.Andres Freund2018-07-04
* Improve the performance of relation deletes during recovery.Fujii Masao2018-07-05
* Add wait event for fsync of WAL segmentsMichael Paquier2018-07-02
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Cosmetic improvements for faster column addition.Amit Kapila2018-06-27
* Fix upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov2018-06-26
* Remove obsolete comment block in nbtsort.c.Peter Geoghegan2018-06-26
* Increase upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov2018-06-26
* Address set of issues with errno handlingMichael Paquier2018-06-25
* Fix typo in comment of commit_ts.c for incorrect reference to CLOGMichael Paquier2018-06-22
* Prevent hard failures of standbys caused by recycled WAL segmentsMichael Paquier2018-06-18
* Remove AELs from subxids correctly on standbySimon Riggs2018-06-16
* Fix off-by-one bug in XactLogCommitRecordAlvaro Herrera2018-06-15
* Fail BRIN control functions during recovery explicitlyAlvaro Herrera2018-06-14
* Fix function code in error reportAlvaro Herrera2018-06-06
* Move _bt_upgrademetapage() into critical section.Teodor Sigaev2018-05-30
* printf("%lf") is not portable, so omit the "l".Tom Lane2018-05-20
* Fix error message on short read of pg_controlMagnus Hagander2018-05-18
* Message wording and pluralization improvementsPeter Eisentraut2018-05-17
* Various improvements of skipping index scan during vacuum technicsTeodor Sigaev2018-05-10
* Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas2018-05-05
* Don't mark pages all-visible spuriouslyAlvaro Herrera2018-05-04
* Don't truncate away non-key attributes for leftmost downlinks.Teodor Sigaev2018-05-04
* Re-think predicate locking on GIN indexes.Teodor Sigaev2018-05-04
* Add HOLD_INTERRUPTS section into FinishPreparedTransaction.Teodor Sigaev2018-05-03
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* In AtEOXact_Files, complain if any files remain unclosed at commit.Tom Lane2018-04-28
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Fix wrong validation of top-parent pointer during page deletion in Btree.Teodor Sigaev2018-04-23
* Adjust _bt_insertonpg() commentsTeodor Sigaev2018-04-19
* Handle XLOG_BTREE_META_CLEANUP in btree_desc() and btree_identify()Teodor Sigaev2018-04-19
* Adjust INCLUDE index truncation comments and code.Teodor Sigaev2018-04-19
* Fix confusion on the padding of GIDs in on commit and abort records.Heikki Linnakangas2018-04-17
* Fix a few typos in comments and variable names.Heikki Linnakangas2018-04-17
* Fix broken collation-aware searches in SP-GiST text opclass.Tom Lane2018-04-16
* Prevent segfault in expand_tuple with no missing valuesAndrew Dunstan2018-04-13
* Revert MERGE patchSimon Riggs2018-04-12
* Ignore nextOid when replaying an ONLINE checkpoint.Tom Lane2018-04-11
* Do not select new object OIDs that match recently-dead entries.Tom Lane2018-04-11
* minor comment fixes in nbtinsert.cAndrew Dunstan2018-04-10
* Adjustments to the btree fastpath optimization.Andrew Dunstan2018-04-10
* Fix comment on B-tree insertion fastpath condition.Heikki Linnakangas2018-04-10
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-09
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Remove unused variable in non-assert-enabled buildTeodor Sigaev2018-04-08
* Refactor dir/file permissionsStephen Frost2018-04-07
* Raise error when affecting tuple moved into different partition.Andres Freund2018-04-07
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-07
* Predicate locking in hash indexes.Teodor Sigaev2018-04-07