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