summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2016-06-28Remove unused arguments in two GiST subroutinesAlvaro Herrera
2016-06-28Don't apply sortgroupref labels to a tlist that might not match.Tom Lane
2016-06-27Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane
2016-06-27Change predecence of phrase operator.Teodor Sigaev
2016-06-27Do not fallback to AND for FTS phrase operator.Teodor Sigaev
2016-06-27Make exact distance match for FTS phrase operatorTeodor Sigaev
2016-06-26Avoid making a separate pass over the query to check for partializability.Tom Lane
2016-06-26Rethink node-level representation of partial-aggregation modes.Tom Lane
2016-06-26Simplify planner's final setup of Aggrefs for partial aggregation.Tom Lane
2016-06-24Fix handling of multixacts predating pg_upgradeAlvaro Herrera
2016-06-24Fix building of large (bigger than shared_buffers) hash indexes.Tom Lane
2016-06-23Fix small memory leak in partial-aggregate deserialization functions.Tom Lane
2016-06-22Fix type-safety problem with parallel aggregate serial/deserialization.Tom Lane
2016-06-22Make "postgres -C guc" print "" not "(null)" for null-valued GUCs.Tom Lane
2016-06-22Update comment about allowing GUCs to change scanning.Bruce Momjian
2016-06-21Refactor planning of projection steps that don't need a Result plan node.Tom Lane
2016-06-20Translation updatesPeter Eisentraut
2016-06-18Improve error message annotation for GRANT/REVOKE on untrusted PLs.Tom Lane
2016-06-18Restore foreign-key-aware estimation of join relation sizes.Tom Lane
2016-06-18Still another try at fixing scanjoin_target insertion into parallel plans.Tom Lane
2016-06-18Fix handling of argument and result datatypes for partial aggregation.Tom Lane
2016-06-17Finish up XLOG_HINT renamingAlvaro Herrera
2016-06-17pg_visibility: Add pg_truncate_visibility_map function.Robert Haas
2016-06-17Try again to fix the way the scanjoin_target is used with partial paths.Robert Haas
2016-06-17Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.Robert Haas
2016-06-17Fix typo.Robert Haas
2016-06-17Remove PID from 'parallel worker' context message.Robert Haas
2016-06-16Fix validation of overly-long IPv6 addresses.Tom Lane
2016-06-16Fix fuzzy thinking in ReinitializeParallelDSM().Tom Lane
2016-06-16Invent min_parallel_relation_size GUC to replace a hard-wired constant.Tom Lane
2016-06-16Avoid crash in "postgres -C guc" for a GUC with a null string value.Tom Lane
2016-06-15Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.Robert Haas
2016-06-15Force idle_in_transaction_session_timeout off in pg_dump and autovacuum.Tom Lane
2016-06-13Fix multiple minor infelicities in aclchk.c error reports.Tom Lane
2016-06-13In planner.c, avoid assuming that all PathTargets have sortgrouprefs.Tom Lane
2016-06-12Finish pgindent run for 9.6: Perl files.Noah Misch
2016-06-10Change default of backend_flush_after GUC to 0 (disabled).Andres Freund
2016-06-10Remove reltarget_has_non_vars flag.Tom Lane
2016-06-10Refactor to reduce code duplication for function property checking.Tom Lane
2016-06-10Rename local variable for consistency.Kevin Grittner
2016-06-10Fix interaction between CREATE INDEX and "snapshot too old".Kevin Grittner
2016-06-10Improve the situation for parallel query versus temp relations.Tom Lane
2016-06-09Repair a bit of pgindent damage.Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-06-09Don't generate parallel paths for rels with parallel-restricted outputs.Robert Haas
2016-06-09Mop-up for parallel degree-ectomy.Tom Lane
2016-06-09Eliminate "parallel degree" terminology.Robert Haas
2016-06-07Fix loose ends for SQL ACCESS METHOD objectsAlvaro Herrera
2016-06-07Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane
2016-06-07Message style and wording fixesPeter Eisentraut