1. 28 Jun, 2006 6 commits
    • Tom Lane's avatar
      Fix hash aggregation to suppress unneeded columns from being stored in · 485375a1
      Tom Lane authored
      tuple hash table entries.  This addresses the problem previously noted
      that use of a 'physical tlist' in the input scan node could bloat the
      hash table entries far beyond what the planner expects.  It's a better
      answer than my previous thought of undoing the physical tlist optimization,
      because we can also remove columns that are needed to compute the aggregate
      functions but aren't part of the grouping column set.
      485375a1
    • Tom Lane's avatar
    • Bruce Momjian's avatar
      Update: · 15897332
      Bruce Momjian authored
      < 		o Add support for WITH HOLD cursors
      > 		o Add support for WITH HOLD and SCROLL cursors
      >
      > 		  PL/pgSQL cursors should support the same syntax as
      > 		  backend cursors.
      >
      15897332
    • Bruce Momjian's avatar
      Update Russian FAQ. · c2c4f3c3
      Bruce Momjian authored
      Viktor Vislobokov
      c2c4f3c3
    • Teodor Sigaev's avatar
      Forget to add new file :(( · 783a7316
      Teodor Sigaev authored
      783a7316
    • Teodor Sigaev's avatar
      Changes · 1f7ef548
      Teodor Sigaev authored
      * new split algorithm (as proposed in http://archives.postgresql.org/pgsql-hackers/2006-06/msg00254.php)
        * possible call pickSplit() for second and below columns
        * add spl_(l|r)datum_exists to GIST_SPLITVEC -
          pickSplit should check its values to use already defined
          spl_(l|r)datum for splitting. pickSplit should set
          spl_(l|r)datum_exists to 'false' (if they was 'true') to
          signal to caller about using spl_(l|r)datum.
        * support for old pickSplit(): not very optimal
          but correct split
      * remove 'bytes' field from GISTENTRY: in any case size of
        value is defined by it's type.
      * split GIST_SPLITVEC to two structures: one for using in picksplit
        and second - for internal use.
      * some code refactoring
      * support of subsplit to rtree opclasses
      
      TODO: add support of subsplit to contrib modules
      1f7ef548
  2. 27 Jun, 2006 18 commits
  3. 26 Jun, 2006 9 commits
  4. 25 Jun, 2006 7 commits