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