summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2016-05-26Disable physical tlist if any Var would need multiple sortgroupref labels.Tom Lane
2016-05-25Remove option to write USING before opclass name in CREATE INDEX.Tom Lane
2016-05-25Ensure that backends see up-to-date statistics for shared catalogs.Tom Lane
2016-05-24Fetch XIDs atomically during vac_truncate_clog().Tom Lane
2016-05-24Avoid consuming an XID during vac_truncate_clog().Tom Lane
2016-05-24Fix range check for effective_io_concurrencyAlvaro Herrera
2016-05-23Fix BTREE_BUILD_STATS build.Tom Lane
2016-05-23Support IndexElem in raw_expression_tree_walker().Tom Lane
2016-05-23Add support for more extensive testing of raw_expression_tree_walker().Tom Lane
2016-05-23Fix latent crash in do_text_output_multiline().Tom Lane
2016-05-17Allocate all page images at once in generic wal interfaceTeodor Sigaev
2016-05-16Correctly align page's images in generic wal APITeodor Sigaev