aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Improve performance of index-only scans with many index columns.Tom Lane2019-03-03
* Further fixing for multi-row VALUES lists for updatable views.Dean Rasheed2019-03-03
* Consider only relations part of partition trees in partition functionsMichael Paquier2019-03-02
* Use a virtual rather than a heap slot in two places where that suffices.Andres Freund2019-03-01
* Teach optimizer's predtest.c more things about ScalarArrayOpExpr.Tom Lane2019-03-01
* Store tuples for EvalPlanQual in slots, rather than as HeapTuples.Andres Freund2019-03-01
* Clear the local map when not used.Amit Kapila2019-03-01
* Make pg_partition_tree return no rows on unsupported and undefined objectsMichael Paquier2019-03-01
* Don't superfluously materialize slot after DELETE from an FDW.Andres Freund2019-02-28
* Don't force materializing when copying a buffer tuple table slot.Andres Freund2019-02-28
* Allow buffer tuple table slots to materialize after ExecStoreVirtualTuple().Andres Freund2019-02-28
* Merge near-duplicate code in RI triggersPeter Eisentraut2019-02-28
* Standardize some more loops that chase down parallel lists.Tom Lane2019-02-28
* Clean up some variable names in ri_triggers.cPeter Eisentraut2019-02-28
* Compact for loopsPeter Eisentraut2019-02-28
* Reduce commentsPeter Eisentraut2019-02-28
* Remove unnecessary unused MATCH PARTIAL codePeter Eisentraut2019-02-28
* Update commentPeter Eisentraut2019-02-28
* Improve documentation of data_sync_retryMichael Paquier2019-02-28
* Initialize variable to silence compiler warning.Andres Freund2019-02-27
* Set fallback_application_name for a walreceiver to cluster_namePeter Eisentraut2019-02-27
* Fix memory leak when inserting tuple at relation creation for CTASMichael Paquier2019-02-27
* Use slots in trigger infrastructure, except for the actual invocation.Andres Freund2019-02-26
* Store table oid and tuple's tid in tuple slots directly.Andres Freund2019-02-26
* Add ExecStorePinnedBufferHeapTuple.Andres Freund2019-02-26
* Change lock acquisition order in expand_inherited_rtentry.Robert Haas2019-02-26
* Remove unneeded argument from _bt_getstackbuf().Peter Geoghegan2019-02-25
* Correct obsolete nbtree page deletion comment.Peter Geoghegan2019-02-25
* Remove unnecessary use of PROCEDURALPeter Eisentraut2019-02-25
* Make release of 2PC identifier and locks consistent in COMMIT PREPAREDMichael Paquier2019-02-25
* Fix inconsistent out-of-memory error reporting in dsa.c.Thomas Munro2019-02-25
* Fix ecpg bugs caused by missing semicolons in the backend grammar.Tom Lane2019-02-24
* Tolerate EINVAL when calling fsync() on a directory.Thomas Munro2019-02-24
* Tolerate ENOSYS failure from sync_file_range().Thomas Munro2019-02-24
* Fix incorrect function reference in comment of twophase.cMichael Paquier2019-02-23
* Fix plan created for inherited UPDATE/DELETE with all tables excluded.Tom Lane2019-02-22
* Report correct name in autovacuum "work items" activityAlvaro Herrera2019-02-22
* Move estimate_hashagg_tablesize to selfuncs.c, and widen result to double.Tom Lane2019-02-21
* Hide other user's pg_stat_ssl rowsPeter Eisentraut2019-02-21
* Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas2019-02-21
* Delay lock acquisition for partitions until we route a tuple to them.Robert Haas2019-02-21
* Speed up match_eclasses_to_foreign_key_col() when there are many ECs.Tom Lane2019-02-20
* Improve planner's understanding of strictness of type coercions.Tom Lane2019-02-20
* Fix incorrect strictness test for ArrayCoerceExpr expressions.Tom Lane2019-02-20
* Make object address handling more robustAlvaro Herrera2019-02-20
* Fix DEFAULT-handling in multi-row VALUES lists for updatable views.Dean Rasheed2019-02-20
* Mark correctly initial slot snapshots with MVCC type when builtMichael Paquier2019-02-20
* Use varargs macro for CACHEDEBUGPeter Eisentraut2019-02-19
* Remove line duplicated during conflict resolution.Andres Freund2019-02-18
* Save PathTargets for distinct/ordered relations in root->upper_targets[].Etsuro Fujita2019-02-18