1. 13 2月, 2004 7 次提交
    • B
      Not needed: · b3fbb4b8
      Bruce Momjian 提交于
      < * Delay fsync() when other backends are about to commit too [fsync]
      > * Delay fsync() when other backends are about to commit too
      b3fbb4b8
    • B
      Not needed: · ebf4bb7f
      Bruce Momjian 提交于
      < * Add MATCH PARTIAL referential integrity [foreign]
      > * Add MATCH PARTIAL referential integrity
      ebf4bb7f
    • B
      Remove crossdb content. · de4b486e
      Bruce Momjian 提交于
      de4b486e
    • B
      Add, dblink doesn't do this: · fbfc9dc2
      Bruce Momjian 提交于
      > * Allow cross-db queries with transaction sematics
      fbfc9dc2
    • B
      Done, mostly by dblink, I think: · 329207e8
      Bruce Momjian 提交于
      < * Allow queries across multiple databases [crossdb]
      329207e8
    • B
      Fix typo: · 209e866a
      Bruce Momjian 提交于
      On Mon, 2004-01-26 at 21:28, Peter Eisentraut wrote:
      > Christophe Combelles wrote:
      > > At the bottom of this doc file :
      > > file:///usr/share/doc/postgresql-doc/html/tutorial-createdb.html
      > > "and it also happens that that user always has permission"
      > >                       ---- x2
      > The first "that" serves as a conjuction, the second one serves as an
      > article.  Looks correct to me.
      
      A better workaround for the sentence would be something like:
      
              "and it also happens that the user always has permission"
      
      Looks easier to read, I think.
      
      Enver ALTIN (a.k.a. skyblue)
      209e866a
    • B
      Add: · 43d37a81
      Bruce Momjian 提交于
      <
      > * Allow substring/replace() to get/set bit values
      43d37a81
  2. 12 2月, 2004 3 次提交
  3. 11 2月, 2004 1 次提交
  4. 10 2月, 2004 1 次提交
  5. 08 2月, 2004 3 次提交
  6. 06 2月, 2004 1 次提交
  7. 04 2月, 2004 2 次提交
    • T
      Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. · 391c3811
      Tom Lane 提交于
      Make btree index creation and initial validation of foreign-key constraints
      use maintenance_work_mem rather than work_mem as their memory limit.
      Add some code to guc.c to allow these variables to be referenced by their
      old names in SHOW and SET commands, for backwards compatibility.
      391c3811
    • B
      Add: · 39d715be
      Bruce Momjian 提交于
      > * Make pg_restore continue after errors, so it acts more like pg_dump scripts
      39d715be
  8. 01 2月, 2004 2 次提交
  9. 30 1月, 2004 1 次提交
    • B
      Add: · 777babec
      Bruce Momjian 提交于
      <
      > * Allow libpq to return information about prepared queries
      777babec
  10. 28 1月, 2004 1 次提交
  11. 27 1月, 2004 5 次提交
  12. 26 1月, 2004 2 次提交
  13. 25 1月, 2004 8 次提交
  14. 24 1月, 2004 1 次提交
    • T
      Revise GEQO planner to make use of some heuristic knowledge about SQL, namely · 3969f292
      Tom Lane 提交于
      that it's good to join where there are join clauses rather than where there
      are not.  Also enable it to generate bushy plans at need, so that it doesn't
      fail in the presence of multiple IN clauses containing sub-joins.  These
      changes appear to improve the behavior enough that we can substantially reduce
      the default pool size and generations count, thereby decreasing the runtime,
      and yet get as good or better plans as we were getting in 7.4.  Consequently,
      adjust the default GEQO parameters.  I also modified the way geqo_effort is
      used so that it affects both population size and number of generations;
      it's now useful as a single control to adjust the GEQO runtime-vs-plan-quality
      tradeoff.  Bump geqo_threshold to 12, since even with these changes GEQO
      seems to be slower than the regular planner at 11 relations.
      3969f292
  15. 23 1月, 2004 2 次提交