summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-08-24Fix harmless thinko in dsa.c.Andres Freund
2017-08-24psql: Fix \gx when FETCH_COUNT is usedStephen Frost
2017-08-24pg_upgrade: Remove dead codePeter Eisentraut
2017-08-24Increase SCRAM salt lengthPeter Eisentraut
2017-08-24Make new regression test case parallel-safe, and improve its output.Tom Lane
2017-08-24Fix up secondary expected filesPeter Eisentraut
2017-08-23Update code comment for temporary replication slotsPeter Eisentraut
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-23pg_upgrade: Message translatability and style fixesPeter Eisentraut
2017-08-22Refactor typcache.c's record typmod hash table.Andres Freund
2017-08-22Add a hash_combine function for mixing hash values.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 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