aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Improve regression test coverage of expand_tuple().Tom Lane2018-04-14
* Fix enforcement of SELECT FOR UPDATE permissions with nested views.Tom Lane2018-04-14
* Add commentary explaining why MaxIndexTuplesPerPage calculation is safe.Tom Lane2018-04-14
* Improve code commentsPeter Eisentraut2018-04-14
* 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
* In libpq, free any partial query result before collecting a server error.Tom Lane2018-04-13
* Use custom hash opclass for hash partition pruningAlvaro Herrera2018-04-13
* Attempt to stabilize partition_prune test output (2)Alvaro Herrera2018-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 YA parallel-make hazard, this one in "make check" in plpython.Tom Lane2018-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
* Invoke submake-generated-headers during "make check", too.Tom Lane2018-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
* Put back parallel-safety guards in plpython and src/test/regress/.Tom Lane2018-04-10
* Fix IndexOnlyScan counter for heap fetches in parallel modeAlvaro Herrera2018-04-10
* Fix pgxs.mk to not try to build generated headers in external builds.Tom Lane2018-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
* Silence some warnings in TAP testsMagnus Hagander2018-04-09
* Make sure pg_rewind can't run as rootMagnus Hagander2018-04-09
* Reduce chattiness of genbki.pl and Gen_fmgrtab.pl.Tom Lane2018-04-09
* Make reformat_dat_file.pl preserve all blank lines.Tom Lane2018-04-09
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-09
* catversion bump for online-checksums revertMagnus Hagander2018-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
* Skip permissions test under MINGW/WindowsStephen Frost2018-04-08
* Fix additional breakage in covering-index patch.Tom Lane2018-04-08