summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-04-14Fix enforcement of SELECT FOR UPDATE permissions with nested views.Tom Lane
2018-04-14Improve code commentsPeter Eisentraut
2018-04-14Support named and default arguments in CALLPeter Eisentraut
2018-04-13Prevent segfault in expand_tuple with no missing valuesAndrew Dunstan
2018-04-13Improve regression test coverage for src/backend/tsearch/spell.c.Tom Lane
2018-04-12Fix bogus affix-merging code.Tom Lane
2018-04-12Revert lowering of lock level for ATTACH PARTITIONAlvaro Herrera
2018-04-12Add comment about default partition in check_new_partition_boundAlvaro Herrera
2018-04-12Use the right memory context for partkey's FmgrInfoAlvaro Herrera
2018-04-12Fix interference between covering indexes and partitioned tablesTeodor Sigaev
2018-04-12Cleanup covering infrastructureTeodor Sigaev
2018-04-12Revert MERGE patchSimon Riggs
2018-04-12Rename IndexInfo.ii_KeyAttrNumbers arrayTeodor Sigaev
2018-04-12Set relispartition correctly for index partitionsAlvaro Herrera
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-11Allocate enough shared string memory for stats of auxiliary processes.Heikki Linnakangas
2018-04-11Make local copy of client hostnames in backend status array.Heikki Linnakangas
2018-04-11Fix ALTER TABLE .. ATTACH PARTITION ... DEFAULTAlvaro Herrera
2018-04-11Temporary revert 5c6110c6a960ad6fe1b0d0fec6ae36ef4eb913f5Teodor Sigaev
2018-04-11Fix interference between cavering indexes and partitioned tablesTeodor Sigaev
2018-04-10minor comment fixes in nbtinsert.cAndrew Dunstan
2018-04-10Fix incorrect close() call in dsm_impl_mmap().Tom Lane
2018-04-10Adjustments to the btree fastpath optimization.Andrew Dunstan
2018-04-10Fix IndexOnlyScan counter for heap fetches in parallel modeAlvaro Herrera
2018-04-10Fix comment on B-tree insertion fastpath condition.Heikki Linnakangas
2018-04-09Fix partial-build problems introduced by having more generated headers.Tom Lane
2018-04-09Fix incorrect logic for choosing the next Parallel Append subplanAlvaro Herrera
2018-04-09Reduce chattiness of genbki.pl and Gen_fmgrtab.pl.Tom Lane
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-09Minor comment updatesAlvaro Herrera
2018-04-09Add missed bms_copy() in perform_pruning_combine_stepAlvaro Herrera
2018-04-09Fix typo in comment.Heikki Linnakangas
2018-04-08Fix additional breakage in covering-index patch.Tom Lane
2018-04-08Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane
2018-04-08Replace our traditional initial-catalog-data format with a better design.Tom Lane
2018-04-08match_clause_to_index should check only key columnsTeodor Sigaev
2018-04-08Remove unused variable in non-assert-enabled buildTeodor Sigaev
2018-04-08Support index INCLUDE in the AM properties interface.Andrew Gierth
2018-04-07Fix EXEC BACKEND + Windows builds for group privsStephen Frost
2018-04-07Allow group access on PGDATAStephen Frost
2018-04-07Refactor dir/file permissionsStephen Frost
2018-04-07Support partition pruning at execution timeAlvaro Herrera
2018-04-07Add bms_prev_member functionAlvaro Herrera
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-07Add json(b)_to_tsvector functionTeodor Sigaev
2018-04-07Logical replication support for TRUNCATEPeter Eisentraut
2018-04-07Logical decoding of TRUNCATEPeter Eisentraut