aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Make spacing and punctuation consistentPeter Eisentraut2016-03-16
* Fix typos.Robert Haas2016-03-15
* Avoid incorrectly indicating exclusion constraint waitStephen Frost2016-03-15
* Fix typos in commentsAlvaro Herrera2016-03-15
* Add simple VACUUM progress reporting.Robert Haas2016-03-15
* Add a GetForeignUpperPaths callback function for FDWs.Tom Lane2016-03-14
* Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.Robert Haas2016-03-14
* Provide a planner hook at a suitable place for creating upper-rel Paths.Tom Lane2016-03-14
* Allow callers of create_foreignscan_path to specify nondefault PathTarget.Tom Lane2016-03-14
* Rethink representation of PathTargets.Tom Lane2016-03-14
* Update more comments for 96198d94cb7adc664bda341842dc8db671d8be72.Robert Haas2016-03-14
* Use repalloc_huge() to enlarge a SPITupleTable's tuple pointer array.Tom Lane2016-03-14
* Improve check for overly-long extensible node name.Robert Haas2016-03-14
* Fix memory leak in repeated GIN index searches.Tom Lane2016-03-13
* Fix whitespace and remove obsolete gitattributes entryPeter Eisentraut2016-03-13
* Report memory context stats upon out-of-memory in repalloc[_huge].Tom Lane2016-03-13
* Fix Windows portability issue in 23a27b039d94ba35.Tom Lane2016-03-12
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Include portability/mem.h into fd.c for MAP_FAILED.Andres Freund2016-03-12
* Re-export a few of createplan.c's make_xxx() functions.Tom Lane2016-03-12
* When appropriate, postpone SELECT output expressions till after ORDER BY.Tom Lane2016-03-11
* Fix Windows build broken in 6943a946c7e5eb72d53c0ce71f08a81a133503bdTeodor Sigaev2016-03-11
* Fix merge affixes for numeric onesTeodor Sigaev2016-03-11
* Tsvector editing functionsTeodor Sigaev2016-03-11
* Minor additional refactoring of planner.c's PathTarget handling.Tom Lane2016-03-11
* Fix a typo, and remove unnecessary pgstat_report_wait_end().Robert Haas2016-03-11
* Allow emit_log_hook to see original message textSimon Riggs2016-03-11
* Simplify GetLockNameFromTagType.Robert Haas2016-03-10
* Blindly try to fix dtrace enabled builds, broken in 9cd00c45.Andres Freund2016-03-10
* Checkpoint sorting and balancing.Andres Freund2016-03-10
* Allow to trigger kernel writeback after a configurable number of writes.Andres Freund2016-03-10
* Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too.Tom Lane2016-03-10
* Don't vacuum all-frozen pages.Robert Haas2016-03-10
* Refactor pull_var_clause's API to make it less tedious to extend.Tom Lane2016-03-10
* Rework wait for AccessExclusiveLocks on Hot StandbySimon Riggs2016-03-10
* Provide much better wait information in pg_stat_activity.Robert Haas2016-03-10
* Avoid crash on old Windows with AVX2-capable CPU for VS2013 buildsMagnus Hagander2016-03-10
* Reduce size of two phase file headerSimon Riggs2016-03-10
* Reduce lock level for altering fillfactorSimon Riggs2016-03-10
* Code review for b6fb6471f6afaf649e52f38269fd8c5c60647669.Robert Haas2016-03-10
* Remove a couple of useless pstrdup() calls.Tom Lane2016-03-09
* Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund2016-03-09
* Introduce durable_rename() and durable_link_or_rename().Andres Freund2016-03-09
* Fix incorrect handling of NULL index entries in indexed ROW() comparisons.Tom Lane2016-03-09
* Re-pgindent vacuumlazy.c.Robert Haas2016-03-09
* Add a generic command progress reporting facility.Robert Haas2016-03-09
* Fix incorrect tlist generation in create_gather_plan().Tom Lane2016-03-09
* Fix copy-and-pasteo in comment.Tom Lane2016-03-09
* Improve handling of pathtargets in planner.c.Tom Lane2016-03-09
* Improve handling of group-column indexes in GroupingSetsPath.Tom Lane2016-03-08