summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-08-19Fix possible core dump in parallel restore when using a TOC list.Tom Lane
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-17Temporarily revert test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.Tom Lane
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-17Further tweaks to compiler flags for PL/Perl on Windows.Tom Lane
2017-08-17Add missing "static" marker.Tom Lane
2017-08-16pg_dump: Support using synchronized snapshots on standbysPeter Eisentraut
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-16pg_receivewal: Improve verbose modePeter Eisentraut
2017-08-15Include foreign tables in information_schema.table_privilegesPeter Eisentraut
2017-08-15psql: Add tab completion for \pset pagerPeter Eisentraut
2017-08-15Simplify autovacuum work-item implementationAlvaro Herrera
2017-08-15Make simpler-simple-expressions code cope with a Gather plan.Tom Lane
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-15Allow continuation lines in ecpg cppline parsing.Michael Meskes
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-15pg_dump: Add a --load-via-partition-root option.Robert Haas
2017-08-14Expand coverage of parallel gather merge a bit.Andres Freund
2017-08-14Stamp HEAD as 11devel.Tom Lane
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-14Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.Tom Lane
2017-08-14Changed ecpg parser to allow RETURNING clauses without attached C variables.Michael Meskes
2017-08-13Remove AtEOXact_CatCache().Tom Lane
2017-08-13Reword comment for clarityAlvaro Herrera
2017-08-12Simplify fetch-slot-xmins logic in recovery TAP tests.Tom Lane
2017-08-11Be more thorough about cleaning out gcov litter.Tom Lane
2017-08-11Add regression tests exercising more code paths in nodeLimit.c.Tom Lane
2017-08-11Add regression tests exercising the non-hashed code paths in nodeSetop.c.Tom Lane