summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2017-08-16Initialize replication_slot_catalog_xmin in procarrayPeter Eisentraut
2017-08-15Include foreign tables in information_schema.table_privilegesPeter Eisentraut
2017-08-15Simplify autovacuum work-item implementationAlvaro Herrera
2017-08-15Fix logical replication protocol comparison logicPeter Eisentraut
2017-08-15Simplify some code in logical replication launcherPeter Eisentraut
2017-08-15Avoid out-of-memory in a hash join with many duplicate inner keys.Tom Lane
2017-08-15Fix error handling path in autovacuum launcherAlvaro Herrera
2017-08-15Assorted preparatory refactoring for partition-wise join.Robert Haas
2017-08-15Simplify plpgsql's check for simple expressions.Tom Lane
2017-08-15Distinguish wait-for-connection from wait-for-write-ready on Windows.Tom Lane
2017-08-15Teach adjust_appendrel_attrs(_multilevel) to do multiple translations.Robert Haas
2017-08-15Avoid unnecessary single-child Append nodes.Robert Haas
2017-08-15Add missing call to ExecReScanGatherMerge.Robert Haas
2017-08-14Final pgindent + perltidy run for v10.Tom Lane