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