summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2017-08-14Handle elog(FATAL) during ROLLBACK more robustly.Tom Lane
2017-08-14Fix typoPeter Eisentraut
2017-08-13Remove AtEOXact_CatCache().Tom Lane
2017-08-13Reword comment for clarityAlvaro Herrera
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-08-10Improve the error message when creating an empty range partition.Robert Haas
2017-08-10Remove incorrect assertion in clog.cRobert Haas
2017-08-09Fix handling of container types in find_composite_type_dependencies.Tom Lane
2017-08-08Fix datumSerialize infrastructure to not crash on non-varlena data.Tom Lane
2017-08-08Reword some unclear commentsAlvaro Herrera
2017-08-08Fix typo in commentAlvaro Herrera
2017-08-08Fix replication origin-related race conditionsAlvaro Herrera
2017-08-08Fix inadequacies in recently added wait eventsAlvaro Herrera
2017-08-07Update SQL features listPeter Eisentraut