summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Don't generate parallel paths for rels with parallel-restricted outputs.Robert Haas2016-06-094-3/+20
* Mop-up for parallel degree-ectomy.Tom Lane2016-06-092-24/+20
* Eliminate "parallel degree" terminology.Robert Haas2016-06-0911-78/+78
* Fix loose ends for SQL ACCESS METHOD objectsAlvaro Herrera2016-06-071-3/+5
* Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane2016-06-075-546/+11
* Message style and wording fixesPeter Eisentraut2016-06-075-9/+9
* Correct phrasing in dsm.c commentsSimon Riggs2016-06-071-2/+2
* Minor typos / copy-editing for snapmgr.cStephen Frost2016-06-071-5/+5
* Don't reset changes_since_analyze after a selective-columns ANALYZE.Tom Lane2016-06-062-6/+16
* Stop the executor if no more tuples can be sent from worker to leader.Robert Haas2016-06-0612-25/+72
* shm_mq: After a send fails with SHM_MQ_DETACHED, later ones should too.Robert Haas2016-06-061-2/+30
* Fix typo.Robert Haas2016-06-061-1/+1
* Fix whitespacePeter Eisentraut2016-06-051-1/+1
* Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.Tom Lane2016-06-051-2/+13
* Fix grammar's AND/OR flattening to work with operator_precedence_warning.Tom Lane2016-06-031-4/+16
* Inline the easy cases in MakeExpandedObjectReadOnly().Tom Lane2016-06-031-22/+4
* Mark read/write expanded values as read-only in ValuesNext(), too.Tom Lane2016-06-031-0/+14
* Mark read/write expanded values as read-only in ExecProject().Tom Lane2016-06-033-55/+19
* Remove bogus code to apply PathTargets to partial paths.Robert Haas2016-06-031-13/+0
* Add new snapshot fields to serialize/deserialize functions.Kevin Grittner2016-06-031-0/+6
* Fix comment to be more accurate.Robert Haas2016-06-031-2/+2
* Fix various common mispellings.Greg Stark2016-06-0316-18/+18
* Cosmetic improvements to freeze map code.Robert Haas2016-06-032-30/+30
* Be conservative about alignment requirements of struct epoll_event.Greg Stark2016-06-021-12/+18
* Fix btree mark/restore bug.Kevin Grittner2016-06-022-20/+1
* Avoid useless closely-spaced writes of statistics files.Tom Lane2016-05-311-108/+106
* Mirror struct Aggref field order in _copyAggref().Noah Misch2016-05-311-1/+1
* Fix PageAddItem BRIN bugAlvaro Herrera2016-05-304-18/+55
* Fix DROP ACCESS METHOD IF EXISTS.Tom Lane2016-05-271-1/+5
* Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane2016-05-272-5/+34
* Disable physical tlist if any Var would need multiple sortgroupref labels.Tom Lane2016-05-262-8/+30
* Remove option to write USING before opclass name in CREATE INDEX.Tom Lane2016-05-251-1/+0
* Ensure that backends see up-to-date statistics for shared catalogs.Tom Lane2016-05-251-1/+10
* Fetch XIDs atomically during vac_truncate_clog().Tom Lane2016-05-241-10/+18
* Avoid consuming an XID during vac_truncate_clog().Tom Lane2016-05-241-2/+2
* Fix range check for effective_io_concurrencyAlvaro Herrera2016-05-241-1/+1
* Fix BTREE_BUILD_STATS build.Tom Lane2016-05-231-0/+1
* Support IndexElem in raw_expression_tree_walker().Tom Lane2016-05-231-0/+9
* Add support for more extensive testing of raw_expression_tree_walker().Tom Lane2016-05-232-2/+48
* Fix latent crash in do_text_output_multiline().Tom Lane2016-05-231-10/+9
* Allocate all page images at once in generic wal interfaceTeodor Sigaev2016-05-171-10/+9
* Correctly align page's images in generic wal APITeodor Sigaev2016-05-171-1/+13
* sql_features: Fix typosPeter Eisentraut2016-05-131-2/+2
* Fix bogus commentsAlvaro Herrera2016-05-122-5/+6
* Fix obsolete commentAlvaro Herrera2016-05-121-2/+2
* Fix infer_arbiter_indexes() to not barf on system columns.Tom Lane2016-05-111-27/+16
* Fix assorted missing infrastructure for ON CONFLICT.Tom Lane2016-05-116-12/+57
* Fix autovacuum for shared relationsAlvaro Herrera2016-05-101-2/+10
* Translation updatesPeter Eisentraut2016-05-098-35122/+48310
* Fix poorly-worded log message.Tom Lane2016-05-081-1/+1