aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Allow SET STATISTICS on expression indexesSimon Riggs2017-09-06
* Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.Tom Lane2017-09-06
* Use lfirst_node() and linitial_node() where appropriate in planner.c.Tom Lane2017-09-05
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Correct base backup throttlingAlvaro Herrera2017-09-05
* Suppress compiler warnings in dshash.c.Tom Lane2017-09-03
* Improve division of labor between execParallel.c and nodeGather[Merge].c.Tom Lane2017-09-01
* Add memory info to getrusage outputPeter Eisentraut2017-09-01
* Tighten up some code in RelationBuildPartitionDesc.Robert Haas2017-09-01
* Use group updates when setting transaction status in clog.Robert Haas2017-09-01
* Restore behavior for replication origin dropAlvaro Herrera2017-09-01
* Add a WAIT option to DROP_REPLICATION_SLOTAlvaro Herrera2017-09-01
* Fix assorted carelessness about Datum vs. int64 vs. uint64Robert Haas2017-09-01
* Try to repair poorly-considered code in previous commit.Robert Haas2017-08-31
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-31
* Avoid memory leaks when a GatherMerge node is rescanned.Tom Lane2017-08-31
* Expand partitioned tables in PartDesc order.Robert Haas2017-08-31
* Clean up shm_mq cleanup.Tom Lane2017-08-31
* Code review for nodeGatherMerge.c.Tom Lane2017-08-30
* Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane2017-08-30
* Force rescanning of parallel-aware scan nodes below a Gather[Merge].Tom Lane2017-08-30
* Propagate sort instrumentation from workers back to leader.Robert Haas2017-08-29
* Push tuple limits through Gather and Gather Merge.Robert Haas2017-08-29
* Code review for pushing LIMIT through subqueries.Tom Lane2017-08-25
* Consolidate the function pointer types used by dshash.c.Andres Freund2017-08-24
* Fix unlikely shared memory leak after failure in dshash_create().Andres Freund2017-08-24
* Fix harmless thinko in dsa.c.Andres Freund2017-08-24
* Fix outdated commentPeter Eisentraut2017-08-23
* Improve plural handling in error messagePeter Eisentraut2017-08-23
* Tweak some SCRAM error messages and code commentsPeter Eisentraut2017-08-23
* Fix translation markerPeter Eisentraut2017-08-23
* Hash tables backed by DSA shared memory.Andres Freund2017-08-22
* Refactor typcache.c's record typmod hash table.Andres Freund2017-08-22
* Don't install ICU collation keyword variantsPeter Eisentraut2017-08-21
* Expand set of predefined ICU localesPeter Eisentraut2017-08-21
* Push limit through subqueries to underlying sort, where possible.Robert Haas2017-08-21
* pg_prewarm: Add automatic prewarm feature.Robert Haas2017-08-21
* Inject $(ICU_LIBS) regardless of platform.Noah Misch2017-08-20
* Partially flatten struct tupleDesc so that it can be used in DSM.Andres Freund2017-08-20
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Fix creation of ICU comments for keyword variantsPeter Eisentraut2017-08-18
* Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.Robert Haas2017-08-18
* Don't lock tables in RelationGetPartitionDispatchInfo.Robert Haas2017-08-17
* Refactor validation of new partitions a little bit.Robert Haas2017-08-17
* Attempt to clarify comments related to force_parallel_mode.Robert Haas2017-08-17
* Fix ExecReScanGatherMerge.Tom Lane2017-08-17
* Add missing "static" marker.Tom Lane2017-08-17
* Fix pg_atomic_u64 initialization.Heikki Linnakangas2017-08-17
* Make the planner assume that the entries in a VALUES list are distinct.Tom Lane2017-08-16
* Fix shm_toc.c to always return buffer-aligned memory.Heikki Linnakangas2017-08-16