1. 29 1月, 2016 34 次提交
  2. 28 1月, 2016 6 次提交
    • D
      Merge upto '147a3ce1' from PostgreSQL 8.3 · 9c6ed018
      Daniel Gustafsson 提交于
      This set of commits was mostly already cherry-picked in, the main new patch
      brings support for cross-type hashing in hash joins and hash index searches.
      
       Conflicts:
      	doc/FAQ
      	doc/TODO
      	doc/src/FAQ/FAQ.html
      	doc/src/FAQ/TODO.html
      	doc/src/sgml/array.sgml
      	doc/src/sgml/datatype.sgml
      	doc/src/sgml/func.sgml
      	doc/src/sgml/installation.sgml
      	doc/src/sgml/libpq.sgml
      	doc/src/sgml/maintenance.sgml
      	doc/src/sgml/plperl.sgml
      	doc/src/sgml/plpgsql.sgml
      	doc/src/sgml/pltcl.sgml
      	doc/src/sgml/ref/vacuum.sgml
      	doc/src/sgml/rowtypes.sgml
      	doc/src/sgml/xfunc.sgml
      	src/backend/executor/nodeHash.c
      	src/backend/executor/nodeHashjoin.c
      	src/backend/postmaster/postmaster.c
      	src/include/executor/nodeHash.h
      	src/pl/plpgsql/src/pl_comp.c
      	src/port/exec.c
      9c6ed018
    • D
      Update catalog JSON with UDF default parameters · 89a24dac
      Daniel Gustafsson 提交于
      Re-run of tidycat to bring in the changes from the recently merged
      support for UDF default parameters.
      89a24dac
    • D
      Merge upto '28c480e9' from PostgreSQL 8.3 · 66320461
      Daniel Gustafsson 提交于
      This patch brings in a small fix for PL regression tests and an optimization
      in build_regtype_array(). The remainder of the upstream commits were either
      already cherry picked or was rejected.
      
       Conflicts:
      	src/pl/plpgsql/src/pl_exec.c
      	src/pl/plpython/plpython.c
      	src/tools/msvc/pgbison.bat
      66320461
    • K
      gpcrondump can now be given specified backup sets to delete · 65a25add
      Karen Huddleston 提交于
      The gpcrondump -c and -o options deleted the oldest backup sets based
      on the backup timestamp. The options --cleanup-date and --cleanup-total
      have been added to allow users more control over maintaining their
      backup sets.
      
      Authors: Karen Huddleston and Jimmy Yih
      65a25add
    • H
    • H
      Fix some trivial differences vs. upstream. · 810df9e0
      Heikki Linnakangas 提交于
      To make merging tiny bit easier.
      810df9e0