aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Allow background workers to bypass datallowconnMagnus Hagander2018-04-05
* Fix handling of non-upgraded B-tree metapagesTeodor Sigaev2018-04-05
* Remove unused vars and mark assert-only varsTeodor Sigaev2018-04-05
* Fix typoTeodor Sigaev2018-04-05
* Improve FSM management for BRIN indexes.Tom Lane2018-04-04
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-04
* Add prefix operator for TEXT type.Teodor Sigaev2018-04-03
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Fix some dubious WAL-parsing code.Tom Lane2018-04-02
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Small cleanups in fast default code.Andrew Dunstan2018-04-01
* Ensure that WAL pages skipped by a forced WAL switch are zero-filled.Tom Lane2018-03-30
* Do index FSM vacuuming sooner.Tom Lane2018-03-30
* Predicate locking in GIN indexTeodor Sigaev2018-03-30
* Fix typo in commentMagnus Hagander2018-03-30
* C comments: "a" <--> "an" correctionsBruce Momjian2018-03-29
* README change: update for hash access methodBruce Momjian2018-03-29
* Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead.Tom Lane2018-03-29
* Store 2PC GID in commit/abort WAL recs for logical decodingSimon Riggs2018-03-28
* Quick adaption of JIT tuple deforming to the fast default patch.Andres Freund2018-03-27
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-28
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-27
* Allow HOT updates for some expression indexesSimon Riggs2018-03-27
* Add predicate locking for GiSTTeodor Sigaev2018-03-27
* JIT tuple deforming in LLVM JIT provider.Andres Freund2018-03-26