summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2016-06-07Correct phrasing in dsm.c commentsSimon Riggs
2016-06-07Minor typos / copy-editing for snapmgr.cStephen Frost
2016-06-06Don't reset changes_since_analyze after a selective-columns ANALYZE.Tom Lane
2016-06-06Stop the executor if no more tuples can be sent from worker to leader.Robert Haas
2016-06-06shm_mq: After a send fails with SHM_MQ_DETACHED, later ones should too.Robert Haas
2016-06-06Fix typo.Robert Haas
2016-06-05Fix whitespacePeter Eisentraut
2016-06-05Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.Tom Lane
2016-06-03Fix grammar's AND/OR flattening to work with operator_precedence_warning.Tom Lane
2016-06-03Inline the easy cases in MakeExpandedObjectReadOnly().Tom Lane
2016-06-03Mark read/write expanded values as read-only in ValuesNext(), too.Tom Lane
2016-06-03Mark read/write expanded values as read-only in ExecProject().Tom Lane
2016-06-03Remove bogus code to apply PathTargets to partial paths.Robert Haas
2016-06-03Add new snapshot fields to serialize/deserialize functions.Kevin Grittner
2016-06-03Fix comment to be more accurate.Robert Haas
2016-06-03Fix various common mispellings.Greg Stark
2016-06-03Cosmetic improvements to freeze map code.Robert Haas
2016-06-02Be conservative about alignment requirements of struct epoll_event.Greg Stark
2016-06-02Fix btree mark/restore bug.Kevin Grittner
2016-05-31Avoid useless closely-spaced writes of statistics files.Tom Lane
2016-05-31Mirror struct Aggref field order in _copyAggref().Noah Misch
2016-05-30Fix PageAddItem BRIN bugAlvaro Herrera
2016-05-27Fix DROP ACCESS METHOD IF EXISTS.Tom Lane
2016-05-27Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane