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
*
Fix failure to handle conflicts in non-arbiter exclusion constraints.
Tom Lane
2016-07-04
*
Typo fix.
Tom Lane
2016-07-03
*
Allow RTE_SUBQUERY rels to be considered parallel-safe.
Tom Lane
2016-07-03
*
Fix up parallel-safety marking for appendrels.
Tom Lane
2016-07-03
*
Allow treating TABLESAMPLE scans as parallel-safe.
Tom Lane
2016-07-03
*
Set correct cost data in Gather node added by force_parallel_mode.
Tom Lane
2016-07-03
*
Round rowcount estimate for a partial path to an integer.
Tom Lane
2016-07-03
*
Fix failure to mark all aggregates with appropriate transtype.
Tom Lane
2016-07-02
*
Fix some interrelated planner issues with initPlans and Param munging.
Tom Lane
2016-07-01
*
Improve WritebackContextInit() comment and prototype argument names.
Andres Freund
2016-07-01
*
Provide and use a makefile target to build all generated headers.
Tom Lane
2016-07-01
*
walreceiver: tweak pg_stat_wal_receiver behavior
Alvaro Herrera
2016-07-01
*
Rethink the GetForeignUpperPaths API (again).
Tom Lane
2016-07-01
*
Set consider_parallel correctly for upper planner rels.
Robert Haas
2016-07-01
*
Be more paranoid in ruleutils.c's get_variable().
Tom Lane
2016-07-01
*
Fix crash bug in RestoreSnapshot.
Robert Haas
2016-07-01
*
Fix several mistakes around parallel workers and client_encoding.
Robert Haas
2016-06-30
*
Fix typo in ReorderBufferIterTXNInit().
Tom Lane
2016-06-30
*
Dodge compiler bug in Visual Studio 2013.
Tom Lane
2016-06-29
*
Fix some infelicities in EXPLAIN output for parallel query plans.
Tom Lane
2016-06-29
*
Add conninfo to pg_stat_wal_receiver
Alvaro Herrera
2016-06-29
*
Fix match_foreign_keys_to_quals for FKs linking to unused rtable entries.
Tom Lane
2016-06-29
*
Fix obsolete comment.
Robert Haas
2016-06-29
*
Remove unused arguments in two GiST subroutines
Alvaro Herrera
2016-06-28
*
Don't apply sortgroupref labels to a tlist that might not match.
Tom Lane
2016-06-28
*
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-06-27
*
Change predecence of phrase operator.
Teodor Sigaev
2016-06-27
*
Do not fallback to AND for FTS phrase operator.
Teodor Sigaev
2016-06-27
*
Make exact distance match for FTS phrase operator
Teodor Sigaev
2016-06-27
*
Avoid making a separate pass over the query to check for partializability.
Tom Lane
2016-06-26
*
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-26
*
Simplify planner's final setup of Aggrefs for partial aggregation.
Tom Lane
2016-06-26
*
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-06-24
*
Fix building of large (bigger than shared_buffers) hash indexes.
Tom Lane
2016-06-24
*
Fix small memory leak in partial-aggregate deserialization functions.
Tom Lane
2016-06-23
*
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-22
*
Make "postgres -C guc" print "" not "(null)" for null-valued GUCs.
Tom Lane
2016-06-22
*
Update comment about allowing GUCs to change scanning.
Bruce Momjian
2016-06-21
*
Refactor planning of projection steps that don't need a Result plan node.
Tom Lane
2016-06-21
*
Translation updates
Peter Eisentraut
2016-06-20
*
Improve error message annotation for GRANT/REVOKE on untrusted PLs.
Tom Lane
2016-06-18
*
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-18
*
Still another try at fixing scanjoin_target insertion into parallel plans.
Tom Lane
2016-06-18
*
Fix handling of argument and result datatypes for partial aggregation.
Tom Lane
2016-06-17
*
Finish up XLOG_HINT renaming
Alvaro Herrera
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
*
Fix typo.
Robert Haas
2016-06-17
*
Remove PID from 'parallel worker' context message.
Robert Haas
2016-06-17
[next]