summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2018-05-10Various improvements of skipping index scan during vacuum technicsTeodor Sigaev
2018-05-04Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas
2018-05-04Don't mark pages all-visible spuriouslyAlvaro Herrera
2018-05-04Don't truncate away non-key attributes for leftmost downlinks.Teodor Sigaev
2018-05-04Re-think predicate locking on GIN indexes.Teodor Sigaev
2018-05-03Add HOLD_INTERRUPTS section into FinishPreparedTransaction.Teodor Sigaev
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-04-28In AtEOXact_Files, complain if any files remain unclosed at commit.Tom Lane
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-23Fix wrong validation of top-parent pointer during page deletion in Btree.Teodor Sigaev
2018-04-19Adjust _bt_insertonpg() commentsTeodor Sigaev
2018-04-19Handle XLOG_BTREE_META_CLEANUP in btree_desc() and btree_identify()Teodor Sigaev
2018-04-19Adjust INCLUDE index truncation comments and code.Teodor Sigaev
2018-04-17Fix confusion on the padding of GIDs in on commit and abort records.Heikki Linnakangas
2018-04-17Fix a few typos in comments and variable names.Heikki Linnakangas
2018-04-16Fix broken collation-aware searches in SP-GiST text opclass.Tom Lane
2018-04-13Prevent segfault in expand_tuple with no missing valuesAndrew Dunstan
2018-04-12Revert MERGE patchSimon Riggs
2018-04-11Ignore nextOid when replaying an ONLINE checkpoint.Tom Lane
2018-04-11Do not select new object OIDs that match recently-dead entries.Tom Lane
2018-04-10minor comment fixes in nbtinsert.cAndrew Dunstan
2018-04-10Adjustments to the btree fastpath optimization.Andrew Dunstan
2018-04-10Fix comment on B-tree insertion fastpath condition.Heikki Linnakangas
2018-04-09Further cleanup of client dependencies on src/include/catalog headers.Tom Lane
2018-04-09Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander
2018-04-08Remove unused variable in non-assert-enabled buildTeodor Sigaev
2018-04-07Refactor dir/file permissionsStephen Frost
2018-04-07Raise error when affecting tuple moved into different partition.Andres Freund
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-07Logical decoding of TRUNCATEPeter Eisentraut
2018-04-07Predicate locking in hash indexes.Teodor Sigaev
2018-04-05Allow on-line enabling and disabling of data checksumsMagnus Hagander
2018-04-05Allow background workers to bypass datallowconnMagnus Hagander
2018-04-05Fix handling of non-upgraded B-tree metapagesTeodor Sigaev
2018-04-05Remove unused vars and mark assert-only varsTeodor Sigaev
2018-04-05Fix typoTeodor Sigaev
2018-04-04Improve FSM management for BRIN indexes.Tom Lane
2018-04-04Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev
2018-04-03Add prefix operator for TEXT type.Teodor Sigaev
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-04-02Fix some dubious WAL-parsing code.Tom Lane
2018-04-01Fix a boatload of typos in C comments.Tom Lane
2018-03-31Small cleanups in fast default code.Andrew Dunstan
2018-03-30Ensure that WAL pages skipped by a forced WAL switch are zero-filled.Tom Lane
2018-03-30Do index FSM vacuuming sooner.Tom Lane
2018-03-30Predicate locking in GIN indexTeodor Sigaev
2018-03-30Fix typo in commentMagnus Hagander
2018-03-29C comments: "a" <--> "an" correctionsBruce Momjian