summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2016-12-05Fix race introduced by 6d46f4783efe457f74816a75173eb23ed8930020.Robert Haas
2016-12-05Reduce the default for max_worker_processes back to 8.Robert Haas
2016-12-05Fix more DSA problems uncovered by the buildfarm.Robert Haas
2016-12-05Try to fix some DSA-related compiler warnings.Robert Haas
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas
2016-12-05Fix incorrect output from gin_desc().Fujii Masao
2016-12-04Don't mess up pstate->p_next_resno in transformOnConflictClause().Tom Lane
2016-12-02Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.Tom Lane
2016-12-02Introduce dynamic shared memory areas.Robert Haas
2016-12-02Management of free memory pages.Robert Haas
2016-12-02Fix outdated commentsAlvaro Herrera
2016-12-02Add max_parallel_workers GUC.Robert Haas
2016-12-02Permit dump/reload of not-too-large >1GB tuplesAlvaro Herrera
2016-12-02Refactor libpqwalreceiverPeter Eisentraut
2016-12-02Use latch instead of select() in walreceiverPeter Eisentraut
2016-12-01Add aggregate_with_argtypes and use it consistentlyPeter Eisentraut
2016-12-01Move function_with_argtypes to a better locationPeter Eisentraut
2016-12-01Use grammar symbol function_with_argtypes consistentlyPeter Eisentraut
2016-12-01User narrower representative tuples in the hash-agg hashtable.Andres Freund
2016-12-01Perform one only projection to compute agg arguments.Andres Freund
2016-11-30Improve hash index bucket split behavior.Robert Haas
2016-11-30Make all unicode perl scripts to use strict, rearrange logic for clarity.Heikki Linnakangas
2016-11-30Rewrite the perl scripts to produce our Unicode conversion tables.Heikki Linnakangas
2016-11-30Remove leading zeros, for consistency with other map files.Heikki Linnakangas
2016-11-30Remove code points < 0x80 from character conversion tables.Heikki Linnakangas
2016-11-30Fix bogus handling of JOIN_UNIQUE_OUTER/INNER cases for parallel joins.Tom Lane
2016-11-29Improve eqjoinsel_semi's behavior for small inner relations with no stats.Tom Lane
2016-11-29Straighten out some whitespacePeter Eisentraut
2016-11-29Add uuid to the set of types supported by contrib/btree_gist.Tom Lane
2016-11-29Fix incorrect variable type in set_rel_consider_parallel().Tom Lane
2016-11-29Fix estimate_expression_value to constant-fold SQLValueFunction nodes.Tom Lane
2016-11-28Fix get_relation_info name typo'ed in a commentAlvaro Herrera
2016-11-28Code review for early drop of orphaned temp relations in autovacuum.Tom Lane
2016-11-26Fix test about ignoring extension dependencies during extension scripts.Tom Lane
2016-11-25Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane
2016-11-25Mark a query's topmost Paths parallel-unsafe if they will have initPlans.Tom Lane
2016-11-25Check for pending trigger events on far end when dropping an FK constraint.Tom Lane
2016-11-25Fix typo in commentMagnus Hagander
2016-11-24Fix commit_ts for FrozenXid and BootstrapXidAlvaro Herrera
2016-11-23Avoid masking a function parameter name with a local variable name.Tom Lane
2016-11-23Make sure ALTER TABLE preserves index tablespaces.Tom Lane
2016-11-23Remove barrier.hRobert Haas
2016-11-22Improve handling of "UPDATE ... SET (column_list) = row_constructor".Tom Lane
2016-11-22Support condition variables.Robert Haas
2016-11-22Fix uninitialized variable.Tom Lane
2016-11-21Fix PGLC_localeconv() to handle errors better.Tom Lane
2016-11-21Fix optimization for skipping searches for parallel-query hazards.Tom Lane
2016-11-21autovacuum: Drop orphan temp tables more quickly but with more caution.Robert Haas
2016-11-21Fix test for subplans in force-parallel mode.Tom Lane
2016-11-20Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.Tom Lane