summaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAgeFilesLines
* Prevent hard failures of standbys caused by recycled WAL segmentsMichael Paquier2018-06-181-0/+23
* Remove AELs from subxids correctly on standbySimon Riggs2018-06-161-4/+2
* Fix off-by-one bug in XactLogCommitRecordAlvaro Herrera2018-06-151-1/+1
* Fail BRIN control functions during recovery explicitlyAlvaro Herrera2018-06-141-0/+12
* Fix function code in error reportAlvaro Herrera2018-06-061-1/+1
* Move _bt_upgrademetapage() into critical section.Teodor Sigaev2018-05-302-8/+8
* printf("%lf") is not portable, so omit the "l".Tom Lane2018-05-201-1/+1
* Fix error message on short read of pg_controlMagnus Hagander2018-05-181-4/+12
* Message wording and pluralization improvementsPeter Eisentraut2018-05-171-2/+4
* Various improvements of skipping index scan during vacuum technicsTeodor Sigaev2018-05-102-10/+11
* Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas2018-05-052-13/+58
* Don't mark pages all-visible spuriouslyAlvaro Herrera2018-05-041-15/+25
* Don't truncate away non-key attributes for leftmost downlinks.Teodor Sigaev2018-05-041-16/+14
* Re-think predicate locking on GIN indexes.Teodor Sigaev2018-05-049-99/+105
* Add HOLD_INTERRUPTS section into FinishPreparedTransaction.Teodor Sigaev2018-05-031-0/+5
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-011-12/+52
* In AtEOXact_Files, complain if any files remain unclosed at commit.Tom Lane2018-04-281-3/+3
* Post-feature-freeze pgindent run.Tom Lane2018-04-2620-159/+167
* Fix wrong validation of top-parent pointer during page deletion in Btree.Teodor Sigaev2018-04-232-23/+10
* Adjust _bt_insertonpg() commentsTeodor Sigaev2018-04-191-6/+6
* Handle XLOG_BTREE_META_CLEANUP in btree_desc() and btree_identify()Teodor Sigaev2018-04-191-0/+12
* Adjust INCLUDE index truncation comments and code.Teodor Sigaev2018-04-197-161/+267
* Fix confusion on the padding of GIDs in on commit and abort records.Heikki Linnakangas2018-04-173-30/+12
* Fix a few typos in comments and variable names.Heikki Linnakangas2018-04-172-3/+4
* Fix broken collation-aware searches in SP-GiST text opclass.Tom Lane2018-04-161-15/+15
* Prevent segfault in expand_tuple with no missing valuesAndrew Dunstan2018-04-131-1/+1
* Revert MERGE patchSimon Riggs2018-04-121-16/+12
* Ignore nextOid when replaying an ONLINE checkpoint.Tom Lane2018-04-111-5/+14
* Do not select new object OIDs that match recently-dead entries.Tom Lane2018-04-111-4/+4
* minor comment fixes in nbtinsert.cAndrew Dunstan2018-04-101-5/+4
* Adjustments to the btree fastpath optimization.Andrew Dunstan2018-04-102-11/+71
* Fix comment on B-tree insertion fastpath condition.Heikki Linnakangas2018-04-101-3/+3
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-096-6/+0
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-093-193/+6
* Remove unused variable in non-assert-enabled buildTeodor Sigaev2018-04-081-3/+2
* Refactor dir/file permissionsStephen Frost2018-04-071-1/+1
* Raise error when affecting tuple moved into different partition.Andres Freund2018-04-073-6/+40
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-0717-85/+345
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-072-0/+23
* Predicate locking in hash indexes.Teodor Sigaev2018-04-074-1/+13
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-053-6/+193
* Allow background workers to bypass datallowconnMagnus Hagander2018-04-051-1/+2
* Fix handling of non-upgraded B-tree metapagesTeodor Sigaev2018-04-051-6/+41
* Remove unused vars and mark assert-only varsTeodor Sigaev2018-04-052-5/+1
* Fix typoTeodor Sigaev2018-04-051-1/+1
* Improve FSM management for BRIN indexes.Tom Lane2018-04-042-82/+102
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-045-19/+280
* Add prefix operator for TEXT type.Teodor Sigaev2018-04-031-4/+39
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-031-12/+16
* Revert "Modified files for MERGE"Simon Riggs2018-04-021-16/+12