index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-22
*
Refactor planning of projection steps that don't need a Result plan node.
Tom Lane
2016-06-21
*
Stamp 9.6beta2.
REL9_6_BETA2
Tom Lane
2016-06-20
*
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-18
*
Fix handling of argument and result datatypes for partial aggregation.
Tom Lane
2016-06-17
*
pg_visibility: Add pg_truncate_visibility_map function.
Robert Haas
2016-06-17
*
Try again to fix the way the scanjoin_target is used with partial paths.
Robert Haas
2016-06-17
*
Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
Robert Haas
2016-06-17
*
Invent min_parallel_relation_size GUC to replace a hard-wired constant.
Tom Lane
2016-06-16
*
Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.
Robert Haas
2016-06-15
*
Mark some functions parallel-unsafe.
Robert Haas
2016-06-15
*
In planner.c, avoid assuming that all PathTargets have sortgrouprefs.
Tom Lane
2016-06-13
*
Change default of backend_flush_after GUC to 0 (disabled).
Andres Freund
2016-06-10
*
Remove reltarget_has_non_vars flag.
Tom Lane
2016-06-10
*
Refactor to reduce code duplication for function property checking.
Tom Lane
2016-06-10
*
Fix interaction between CREATE INDEX and "snapshot too old".
Kevin Grittner
2016-06-10
*
Improve the situation for parallel query versus temp relations.
Tom Lane
2016-06-09
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Don't generate parallel paths for rels with parallel-restricted outputs.
Robert Haas
2016-06-09
*
Clarify documentation of ceil/ceiling/floor functions.
Tom Lane
2016-06-09
*
Mop-up for parallel degree-ectomy.
Tom Lane
2016-06-09
*
Eliminate "parallel degree" terminology.
Robert Haas
2016-06-09
*
Revert "Use Foreign Key relationships to infer multi-column join selectivity".
Tom Lane
2016-06-07
*
Don't reset changes_since_analyze after a selective-columns ANALYZE.
Tom Lane
2016-06-06
*
Stop the executor if no more tuples can be sent from worker to leader.
Robert Haas
2016-06-06
*
Inline the easy cases in MakeExpandedObjectReadOnly().
Tom Lane
2016-06-03
*
Mark read/write expanded values as read-only in ExecProject().
Tom Lane
2016-06-03
*
Mark PostmasterPid as PGDLLIMPORT.
Robert Haas
2016-06-03
*
Fix various common mispellings.
Greg Stark
2016-06-03
*
Cosmetic improvements to freeze map code.
Robert Haas
2016-06-03
*
C comment improvement & typo fix.
Kevin Grittner
2016-06-02
*
Avoid useless closely-spaced writes of statistics files.
Tom Lane
2016-05-31
*
Move memory barrier in UnlockBufHdr to before releasing the lock.
Andres Freund
2016-05-30
*
Fix PageAddItem BRIN bug
Alvaro Herrera
2016-05-30
*
Be more predictable about reporting "lock timeout" vs "statement timeout".
Tom Lane
2016-05-27
*
Mark wal_level as PGDLLIMPORT.
Tom Lane
2016-05-24
*
Add support for more extensive testing of raw_expression_tree_walker().
Tom Lane
2016-05-23
*
Fix latent crash in do_text_output_multiline().
Tom Lane
2016-05-23
*
Pin the built-in index access methods.
Tom Lane
2016-05-19
*
Stamp 9.6beta1.
REL9_6_BETA1
Tom Lane
2016-05-09
*
Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.
Tom Lane
2016-05-06
*
Fix hash index vs "snapshot too old" problemms
Kevin Grittner
2016-05-06
*
Move and rename fmtReloptionsArray().
Dean Rasheed
2016-05-06
*
Rename tsvector delete() to ts_delete(), and filter() to ts_filter().
Tom Lane
2016-05-05
*
Revert timeline following in replication slots
Alvaro Herrera
2016-05-04
*
Fix more things to be parallel-safe.
Robert Haas
2016-05-03
*
Fix thinko in comment
Alvaro Herrera
2016-05-02
*
Fix code comments regarding logical decoding
Alvaro Herrera
2016-05-02
*
Fix parallel safety markings for pg_start_backup.
Robert Haas
2016-05-02
*
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-29
[next]